@import "./icons.scss";
@import "./form.scss";

#app {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content {
    margin: 0 auto;
    width: 80%;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter,
.slide-fade-leave-to
    /* .slide-fade-leave-active до версии 2.1.8 */

{
    transform: translateX(375px);
    opacity: 0;
}

#kt_subheader {
    transition: none !important;
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition-duration: 0.2s;
    transition-property: height, opacity, transform;
    transition-timing-function: cubic-bezier(0.25, 0, 0.1, 1);
    overflow: hidden;
}

.slide-left-enter-active #kt_subheader,
.slide-left-leave-active #kt_subheader,
.slide-right-enter-active #kt_subheader,
.slide-right-leave-active #kt_subheader {
    visibility: hidden !important;
}

.slide-left-enter,
.slide-right-leave-active {
    opacity: 0;
    transform: translate(2em, 0);
}

.slide-left-leave-active,
.slide-right-enter {
    opacity: 0;
    transform: translate(-2em, 0);
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link {
    background-color: #1b1b28;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-icon,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-icon {
    color: #6993FF;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-text {
    color: #ffffff;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-icon.svg-icon svg g [fill],
.navi .navi-item .navi-link.router-link-exact-active .navi-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #6993FF;
}

.custom__dropdown .dropdown-menu {
    display: block;
}

.subheader__search {
    margin-right: 100px;
}

.subheader__search .input-group .input-group-text {
    padding: 0.45rem 1rem
}

.dropdown__custom_integra_card {
    margin-top: 10px;
    margin-right: 10px;
}

.dropdown__custom_integra_card .dropdown-menu {
    left: auto !important;
}

.el-pagination {
    width: 100%;
}

.el-pagination__sizes {
    float: right;
}

.el-notification__content > p {
    text-align: left;
}

.custom__navi .navi-text {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #acacac;
}

.switch.switch-xs input:empty ~ span {
    margin: 2px 0;
    height: 18px;
    width: 30px;
    border-radius: 10px;
}

.switch.switch-xs input:empty ~ span:before {
    width: 30px;
    border-radius: 12px;
}

.switch.switch-xs input:empty ~ span:after {
    height: 14px;
    width: 14px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: .55em;
    text-align: center;
    vertical-align: middle;
}

.switch.switch-xs input:checked ~ span:after {
    margin-left: 16px;
}

.switch.switch-xs label {
    margin-bottom: 0;
}

.custom__navi .nav-link {
    margin-bottom: 0;
}

.custom__canvas {
    right: 0 !important;
    left: auto;
}

.navi .navi-item .navi-link.router-link-exact-active .navi-text {
    color: #5d78ff !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    display: none !important;
}

.el-collapse {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.accordion.accordion-light .card {
    border-top: 0;
}

.login.login-4.login-signin-on .login-forgot {
    display: block;
}

.login.login-4.login-signin-on .login-signup {
    display: block;
}

.header-menu .menu-nav > .menu-item .menu-submenu {
    display: block
}

.modal__custom .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 1px solid #ECF0F3;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.modal__custom .card-footer > * {
    margin: 0.25rem;
}

.vm--modal {
    top: 5% !important;
}

.ms__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

.ms__block .overlay__bg {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 10001;
}

.ms__block .ms__card {
    width: 70vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 50px 30px;
}

.close__link {
    font-size: 22pt;
    font-weight: lighter;
    left: 20px;
    top: 10px;
    position: absolute;
    z-index: 100
}

.invalid-feedback {
    display: block;
}

.el-notification {
    z-index: 10000 !important;
}

.el-picker-panel {
    z-index: 10000 !important;
}

.new_event.new_event-primary {
    color: #FFFFFF;
    background-color: #6993FF;
}

.new_event.new_event-outline-primary {
    background-color: transparent;
    color: #6993FF;
    border: 1px solid #6993FF;
}

.new_event.new_event-outline-primary.new_event-outline-2x {
    border: 2px solid #6993FF;
}

.new_event.new_event-light-primary {
    color: #6993FF;
    background-color: #E1E9FF;
}

.new_event.new_event-secondary {
    color: #464E5F;
    background-color: #E5EAEE;
}

.new_event.new_event-outline-secondary {
    background-color: transparent;
    color: #464E5F;
    border: 1px solid #E5EAEE;
}

.new_event.new_event-outline-secondary.new_event-outline-2x {
    border: 2px solid #E5EAEE;
}

.new_event.new_event-light-secondary {
    color: #E5EAEE;
    background-color: #ECF0F3;
}

.new_event.new_event-success {
    color: #ffffff;
    background-color: #1BC5BD;
}

.new_event.new_event-outline-success {
    background-color: transparent;
    color: #1BC5BD;
    border: 1px solid #1BC5BD;
}

.new_event.new_event-outline-success.new_event-outline-2x {
    border: 2px solid #1BC5BD;
}

.new_event.new_event-light-success {
    color: #1BC5BD;
    background-color: #C9F7F5;
}

.new_event.new_event-info {
    color: #ffffff;
    background-color: #8950FC;
}

.new_event.new_event-outline-info {
    background-color: transparent;
    color: #8950FC;
    border: 1px solid #8950FC;
}

.new_event.new_event-outline-info.new_event-outline-2x {
    border: 2px solid #8950FC;
}

.new_event.new_event-light-info {
    color: #8950FC;
    background-color: #EEE5FF;
}

.new_event.new_event-warning {
    color: #ffffff;
    background-color: #FFA800;
}

.new_event.new_event-outline-warning {
    background-color: transparent;
    color: #FFA800;
    border: 1px solid #FFA800;
}

.new_event.new_event-outline-warning.new_event-outline-2x {
    border: 2px solid #FFA800;
}

.new_event.new_event-light-warning {
    color: #FFA800;
    background-color: #FFF4DE;
}

.new_event.new_event-danger {
    color: #ffffff;
    background-color: #F64E60;
}

.new_event.new_event-outline-danger {
    background-color: transparent;
    color: #F64E60;
    border: 1px solid #F64E60;
}

.new_event.new_event-outline-danger.new_event-outline-2x {
    border: 2px solid #F64E60;
}

.new_event.new_event-light-danger {
    color: #F64E60;
    background-color: #FFE2E5;
}

.new_event.new_event-light {
    color: #80808F;
    background-color: #F3F6F9;
}

.new_event.new_event-outline-light {
    background-color: transparent;
    color: #464E5F;
    border: 1px solid #F3F6F9;
}

.new_event.new_event-outline-light.new_event-outline-2x {
    border: 2px solid #F3F6F9;
}

.new_event.new_event-light-light {
    color: #F3F6F9;
    background-color: #F3F6F9;
}

.new_event.new_event-dark {
    color: #ffffff;
    background-color: #212121;
}

.new_event.new_event-outline-dark {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
}

.new_event.new_event-outline-dark.new_event-outline-2x {
    border: 2px solid #212121;
}

.new_event.new_event-light-dark {
    color: #212121;
    background-color: #D6D6E0;
}

.new_event.new_event-white {
    color: #464E5F;
    background-color: #ffffff;
}

.new_event.new_event-outline-white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.new_event.new_event-outline-white.new_event-outline-2x {
    border: 2px solid #ffffff;
}

.new_event.new_event-light-white {
    color: #ffffff;
    background-color: #ffffff;
}

.new_event.new_event-dark-75 {
    color: #ffffff;
    background-color: #464E5F;
}

.new_event.new_event-outline-dark-75 {
    background-color: transparent;
    color: #464E5F;
    border: 1px solid #464E5F;
}

.new_event.new_event-outline-dark-75.new_event-outline-2x {
    border: 2px solid #464E5F;
}

.new_event.new_event-light-dark-75 {
    color: #464E5F;
    background-color: #E5EAEE;
}


/*settings*/

.card {
    width: 98%;
    transition: 0.6s;
}


.content {
    align-items: center;
}

.second_menu .card {
    width: 100%;
}

.second_menu .card-body {
    padding: 0 !important;
}

.second_menu {
    transform: translateX(-400px);
    max-width: 0px;
    padding-top: 25px;
}

.active .second_menu {
    display: inline;
    width: 250px !important;
    max-width: 250px;
    min-width: 200px;
    transform: translateX(0px);
}

.construt_menu .card {
    width: 100%;
}

.construt_menu .card-body {
    padding: 0 !important;
}

.construt_menu {
    transform: translateX(-400px);
    max-width: 0px;
    padding-top: 25px;
    margin-top: 30px;
}

.first {
    margin-top: 5px;
}

.menu-active {
    background-color: #e5ecff;
    color: #619dee;
}

.menu-active i {
    color: #619dee;

}


.activeConstruct .construt_menu {
    display: inline;
    width: 250px !important;
    max-width: 250px;
    min-width: 200px;
    transition: 0.7s;
    transform: translateX(0px);
}


.bar {
    padding-top: 65px !important;
    flex-direction: row !important;
}

.brand-logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.brand-logo:hover {
    color: white;
}

.aside-minimize .brand-logo {
    width: 0;
    opacity: 0;
}

.aside {
    overflow-y: auto;
    overflow-x: hidden;
}

.aside-minimize .aside {
    overflow-y: hidden;
}

#kt_aside_menu {
    height: auto !important;
}

.aside::-webkit-scrollbar {
    width: 5px;
    position: relative;
    /*display: none;*/
}

.aside::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.aside::-webkit-scrollbar-thumb {
    background-color: #3F4254;
    border-radius: 50px;
}

.aside::-webkit-scrollbar-thumb:hover {
    background-color: #637099;
    border-radius: 50px;
}

.hide-menu #kt_wrapper {
    padding: 0px;
    transition: 0.4s;
}

.hide-menu .header.header-fixed {
    left: 0;
    transition: 0.4s;
}

.topbar-item .svg-icon path {
    fill: #6993ff;
}

.topbar-item .svg-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.topbar-item .svg-icon:hover {
    background-color: whitesmoke;
}

.menu-link .svg-icon path {
    fill: black;
}

.menu-link .svg-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 8px;
}

.brand-top img {
    width: 160px;
    height: 55px;
}

#kt_brand {
    background-color: white;
}

.brand-logo img {
    width: 100%;
    height: 100%;
}

.menu-section .menu-text {
    color: #8da3b2 !important;
}

.menu-item-submenu .menu-text {
    color: white !important;
}

.menu-link {
    display: flex;
    align-items: center !important;
}

.btn-hover-light-primary {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.maller {
    width: 265px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .maller {
        display: none;
    }
}

.brand-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xx {
    display: flex;
    align-items: center;
    padding-right: 0px;
    margin-top: 1px;
    padding-left: 20px;
}

.hide-toggle {
    padding-left: 195px;
}

.visible-toggle {
    padding-left: 265px;
}

.svg-icon g .active {
    fill: #7998e9 !important;
}

.hiddens {
    opacity: 0 !important;
}

.right-site {
    color: black;
    opacity: 1;
}

.number-verify {
    margin-top: 10px;
}

.number-verify i {
    padding-right: 10px;
    color: green;
}

.check i {
    margin-top: 10px;
    margin-left: 5px;
}

.la.la-question-circle-o:before {
    transition: 0.3s;
}

.icon-hover:hover.la.la-question-circle-o:before {
    color: #6993ff;
    cursor: pointer;
}

.la.la-calendar:before {
    font-size: 30px;
    color: #6993ff;
}

.text-desc {
    color: darkgrey;
    font-size: 12px;
    font-style: italic;
}

.maller {
    position: fixed;
}

.send_num {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 280px;
    justify-content: space-between;
}

.stars-number {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.stars-number span {
    font-size: 15px;
}

.stars-number img {
    width: 60px;
    margin-left: 60px;
    margin-right: 20px;
}

.bold {
    font-weight: bold;
}

.rate-name {
    width: 30%;
}

.rate-conditions {
    width: 70%;
}

.rate {
    padding: 25px;
}

.rate-block {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 0 5px lightgrey;
    margin-top: 10px;
}

.column {
    display: flex;
    flex-direction: column;
}

.nav-tabs-clear {
    border-bottom: none;
}

.star_num {
    width: 100%;
    margin-top: 30px;
}

.star-flex {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
}

.nav-star {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between !important;
}

.vertical-flex {
    align-items: center !important;
}

.right-site {
    width: 50% !important;
    padding-left: 30px;
    padding-right: 20px;
}

.nav-link-title {
    font-size: 20px;
    padding: 0 !important;
    color: black !important;
    opacity: 0.8 !important;
    margin: 0 !important;
}

.nav-star-tabs {
    padding-right: 10px;
}

.star-content {
    display: flex;
    justify-content: space-between;
}

.star-site {
    width: 100%;
}

.icon-star {
    padding: 7px 10px;
    background-color: #e1efff;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
}

.select-star-rate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.star-name {
    display: flex;
}

.star-item {
    width: 100%;
}

.star-item_2 {
    max-width: 250px !important;
    margin-left: 25px;
}

.star-name {
    margin-top: 20px;
}

.my-btn {
    min-width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.left-site {
    width: 50%;
}

.table th,
.table td {
    vertical-align: center !important;
}

.btn:hover i {
    color: #6993ff !important;
}

.circle {
    transform: scale(0.8);
    margin-right: 5px;
    color: #1bc54b;
}

.plus {
    border: 1px solid #6993ff;
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 4px;
}

.ki-bold-triangle-right:before {
    color: #6993ff;
}

.rate-style {
    background-color: #f2c94b;
    padding: 4px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.text-center {
    /*text-align: left !important;*/
    align-items: center !important;
}

.text-region {
    width: 200px !important;
}

.table th,
.table td {
    vertical-align: center !important;
}

.wave.wave-success {
    background-color: #fcf5dc !important;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-inner {
    background: white;
    color: #9a9aa5;
    font-weight: bold;
    border-radius: 2px;
    padding: 5px 10px 4px;
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: white;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}

.ki-bold-triangle-right {
    cursor: pointer;
    padding: 5px;
}

.mx-datepicker svg {
    display: none;
}

.nav-item i {
    margin-right: 5px;
}

.nav-item:hover i,
.nav-item .active i {
    color: #6993ff;
}

.mx-datepicker input {
    cursor: pointer;
}

.mx-datepicker {
    margin: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    left: 0;
    width: 50px !important;
    position: absolute !important;
    overflow: hidden;
    opacity: 0;
}

.align {
    align-items: center;
}

.rotate {
    position: absolute;
    margin-top: 2px;
    width: 15px;
    height: 15px;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    margin-left: 5px;
}

.post {
    transition: 0.5s;
}

.rotate[type="checkbox"]:checked + .post {
    transform: rotate(90deg);
}

.search {
    position: absolute;
    top: 98px;
    left: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .search {
        top: 94px;
    }
}

@media screen and (max-width: 992px) {
    .search {
        top: 194px;
    }
}

@media screen and (max-width: 937px) {
    .search {
        top: 233px;
    }
}

.search input {
    width: 150px;
}

.search span {
    margin-right: 10px;
}

.search .btn {
    margin-left: 20px;
}

.table-regions {
    display: flex;
    width: 260px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50%;
    margin-top: -10px;
    border-radius: 2px;
    box-shadow: 0 3px 3px #cfd2d6;
    min-height: 80px;
    height: auto;
}

.table-regions span {
    margin-left: 7px;
}

.pull-right {
    /*position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    margin-right: 14px;*/
    float: right !important;
}

.page-link {
    border-radius: 6px;
    margin: 20px 1px;
    padding: 7px 12px;
    color: grey;
    font-weight: 600;
    border: none;
}

.page-link:hover {
    background-color: #6993ff !important;
    color: white;
}

.page-item .active {
    background-color: #6993ff !important;
    border-color: #6993ff;
}

.row-modal {
    margin-top: -7px;
    display: flex;
    flex-direction: column;
    margin-left: 9%;
    height: 80px;
    width: 150px;
    border-radius: 2px;
    box-shadow: 0 3px 3px #cfd2d6;
    z-index: 100000;
}

.row-modal a {
    padding: 5px 20px;
    margin: 5px 0;
    width: 100%;
}

.row-modal a:hover {
    background-color: #6da0e8;
    color: white;
    cursor: pointer;
}

.star-table tbody .VueTables__row td:nth-child(1) {
    display: none;
}

.star-table tr th:nth-child(1) {
    display: none;
}

table th:focus,
table td:focus {
    outline: none
}

/*settings*/
/*INTERACTIVE MOBILE*/
.dark {
    opacity: 0.4;
}

.m-popup {
    margin: 20px 10px;
}

.head-line-pup i,
.head-line-pup i,
.head-line-pup {
    color: white;
}

.head-line-pup span {
    margin-top: 20px;
}

.head-line-pup i {
    margin: 20px 5px 0 5px;
}

.mobile-pup {
    width: 280px;
    background-color: white;
    height: 620px;
    position: absolute;
    top: 280px;
    left: 100px;
    border-radius: 20px;
    z-index: 12;
}

.mobile {
    border-radius: 20px;
    border: 4px solid black;
    width: 320px;
    background-color: white;
    height: 650px;
    position: relative;
    z-index: 10;
    margin-bottom: 200px;
}

.mobile-preview {
    box-shadow: 0px 4px 20px 0px #ABBDC5 25%;
    background-color: white;
    position: relative;
    z-index: 10;
    margin-bottom: 200px;
}

.mobile-preview {

}

.mob-stat {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 7px;
}

.mob-stat svg {
    margin: 0 2px;
    transform: scale(0.8);
}

.mob-time {
    position: absolute;
    top: 0;
    color: white;
    margin-left: 25px;
    margin-top: 7px;
}

.head_mobile {
    background-color: #2E4484;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 75px;
    z-index: 1000;
}

.head_mobile_prev {
    background-color: #2E4484;
    height: 35px;
    width: 100%;
}

.head_mobile_prev i:nth-child(1) {
    font-size: 20px !important;

}

.head_mobile_prev i {
    font-size: 12px !important;

}

.head_mobile_prev * svg {
    width: 12px;
}

.head_mobile_pup {
    background-color: #2E4484;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 50px;
}

.top-mobile {
    background-color: black;
    height: 22px;
    width: 52%;
    margin: 0 auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.head-line-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0 10px;
    color: white;
    font-size: 18px;
}

.head-line-mobile i {
    color: white;
    width: 25px;
}

.head-line-mobile-prew {
    position: absolute;
    top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: white;
    font-size: 18px;
    height: 20px;
}

.mobile-icons-prew {
    height: 10px;
    margin-top: 0 !important;
    padding: 0 !important;

}

.mobile-icons-prew .mob-stat {
    height: auto !important;
    position: absolute;
    top: -9px;
    right: -15px;
}

.mobile-icons-prew .mob-time {
    height: auto !important;
    position: absolute;
    top: -7px;
    left: -15px;
    font-size: 10px !important;
}


.background-none {
    background-color: #eef0f8;
}

.interactive-menu {
    display: flex;
    justify-content: flex-end;
    width: 70%;
}

.add-el {
    width: 42%;
    min-width: 452px;
    margin-left: 30px;
}

.element {
    width: 400px;
    margin-left: -100px;
    z-index: 0;
}

.el-tabs {
    display: flex;
    flex-direction: column;
    background-color: #EBEDF3;
    margin-top: 16px;
    box-shadow: -1px 1px 25px 1px white;

}

.tab {
    color: #6C7293;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: transparent;
    margin: 7px 0px;
    z-index: 10;
    font-weight: 600;
    cursor: pointer;
}

.tab:hover,
.tab:hover i {
    background-color: white;
    border-radius: 6px;
    color: #3699FF;
    z-index: 10;
}

.tab i {
    color: #6C7293;
}

.el-tabs .active i {
    color: #3699FF;
}

.el-tabs .active {
    background-color: white;
    border-radius: 6px;
    color: #3699FF;
}

.widge {
    width: 15px;
    border-radius: 2px;
    height: 6px;
    border: 1px solid lightgrey;
    background-color: #d6daeb;
    margin-bottom: 5px;
    box-shadow: inset 0 0 5px #d6daeb;

}

.loc svg {
    margin: 0 1px;
}

.el-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 7px;
    color: black;
    cursor: move;
}

.el-drop i {
    color: black;
}

.el-drop:hover {
    box-shadow: 0px 0px 4px 1px rgba(105, 147, 255, 0.4);
}

.el-drop:hover .widge {
    border: 1px solid rgba(105, 147, 255, .4);
    box-shadow: inset 0 0 4px rgba(105, 147, 255, .4);

}

.elements {
    width: 90%;
    margin: 0 auto;
}

.elements-top {
    display: flex;
    flex-wrap: wrap;
}

.element .card.card-custom > .card-header,
.add-el .card.card-custom > .card-header {
    min-height: 0;
}

.mode {
    position: absolute;
    top: 50px;
    right: 0px;
    font-size: 11px;
    margin-top: 20px;
    margin-right: 30px;
    color: #0d8ddc;
}

.el_none {
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    margin-top: 50px;
}

.el_none span {
    font-size: 20px;
    font-weight: 500;
    width: 320px;
    text-align: center;
    margin-top: 40px;
    margin-right: 125px;
}

.img-block {
    position: relative;
    width: 100%;
}

.svg-box {
    margin-top: 7px;
}

.svg-arrow {
    margin-left: 41px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.hover-1:hover i {
    color: white !important;
}

.card-custom {
    overflow-x: hidden;
}

.screen-btn {
    width: 100%;
    margin: 1px 2px;
    color: black;
    font-size: 13px;
    text-align: center;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
}

.active-screen {
    background-color: white;
    box-shadow: 0 0 3px grey;
}


.screen {
    width: 90% !important;
    margin: 0 auto;
    background-color: lightgrey;
    justify-content: center;
    border-radius: 8px;
}

.m-display {
    max-height: 560px;
    width: 100%;
    padding: 15px;
}

.edit_modal {
    position: relative;

}

.edit_modals {
    padding: 15px;
    border: 2px solid #6992fe;
    box-sizing: border-box;
    z-index: 1000;
    width: 100%;
}

.edit_modals i {
    color: black;
    transform: scale(.8);
    cursor: pointer;
}

.move {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #6992fe;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.move::after {
    content: '';
    width: 3px;
    height: 12px;
    background-color: white;
    border-radius: 3px;
    z-index: 10;
    position: absolute;
}

.edit_modals {
    content: '';
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 100%;
}

.block-location {
    display: flex;
    justify-content: space-evenly;
}

.block-control {
    display: flex;
    border-radius: 8px;
    padding: 5px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 5px;
    width: 45%;
    height: 70px;
    border: 1px solid black;

}

.screen-actions i {
    font-size: 17px !important;

}

.screen-actions i:nth-child(3) {
    font-size: 17px !important;
    margin-right: 10px;

}

.screen-actions {
    position: relative;
}

.screen-toggle {
    width: 5px;
    height: 15px;
    background-color: lightgrey;
    position: absolute;
    right: 0;
    border-radius: 4px;
}

.custom-input {
    max-width: 100px;
    border: none;
    border-bottom: 1px solid #6C7293 !important;
    outline: none;
    font-size: 12px;
}


.app_toggle {
    width: 60%;
    border-radius: 20px;
    background-color: #EBEDF3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #6C7293;
}

.app_toggle span {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C7293;
    cursor: pointer;
    transition: 0.4s;
    padding: 3px 0;
}

.app_toggle .active {
    background-color: #155DA6;
    border-radius: 20px;
    color: white;

}

.file_upload {
    width: 20px;
    opacity: 0;
    position: absolute;
    cursor: pointer !important;

}

.btn_upload {
    padding: 7px 8px;
    margin-right: 10px;
    background-color: #3699FF !important;
}

.upload-area {
    width: 100%;
    height: 25px;
    background-color: #3699FF;
    position: absolute;
    bottom: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.file-opt {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #6C7293;
    border-radius: 6px;
    padding: 3px 10px;
}

.file-opt i {
    color: #6C7293;
    font-size: 14px !important;
    margin: 0 5px;
}

.draggble_btn {
    width: 16px;
    height: 100%;
    background-color: #6C7293;
    position: absolute;
    right: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.draggble_btn div {
    width: 36%;
    height: 65%;
    background-color: white;
    border-radius: 4px;
}

.text-options {
}

.text-options div svg {
    width: 24px !important;
    height: 24px !important;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
}

.text-options div:hover svg {
    background-color: #EBEDF3;
    border: 1px solid transparent;

}

.color-pick {
    border-radius: 4px;
    width: 29px;
    height: 20px;
    border: 1px solid #1A1A1A;
}

.color-pick input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.icon-border {
    background-color: #EBEDF3;
    border-radius: 4px;
    border: 1px solid #1A1A1A;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.address-btn {
    padding: 15px 30px;
    background-color: white;
    margin: 0px auto;
    cursor: pointer;
}

.address-btn:hover {
    background-color: #E1F0FF;
}

.address_container {
    position: absolute;
    width: 118%;
    left: -29px;
    top: 35px;
    z-index: 10;
}

.address_map {
    width: 100%;
    height: 240px;
    background-color: #EBEDF3;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tab_el {
    border-bottom: 2px solid #EBEDF3;
    margin-bottom: 25px;
}

.tab_el div svg path,
.tab_el div i {
    color: #EBEDF3;
    fill: #EBEDF3;
}

.tab_el div {
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    top: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 7px 0px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #EBEDF3;
}

.tab_el div i {
    margin: 0 10px;
    font-size: 18px !important;
}

.tab_el .active svg path,
.tab_el .active i,
.tab_el .active {
    border-color: #3699FF;
    color: #3699FF;
    fill: #3699FF;

}

.btns {
    position: absolute;
    z-index: 10000;
    width: 80%;
    margin: 0px 10px 10px 10px;
    box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.12);
    background-color: white;
    border-radius: 10px;
    color: #333333;
    max-height: 580px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.btns div:hover {
    background-color: #E1F0FF;
    cursor: pointer;
}

.btns div:hover i {
    color: #6C7293 !important;
}

.card-custom {
    overflow-y: hidden;
}

.btn-select {
    border: 1px solid #E1F0FF;
    border-radius: 6px;
    background-color: white;
    width: 100%;
    padding: 10px;
    outline: none !important;
}

.rotate_select {
    transform: rotate(90deg);
}

.input_color {
    background-color: red;
    padding: 0;
    border: 1px solid black;
    width: 35px !important;
    height: 35px;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
}

.form-color input {
    opacity: 0;
    height: 100%;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.form-color {
    border: 1px solid #6C7293;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100px;
    margin: 0 3px;
}

.form-color span {
    margin-left: 6px;
    margin-right: 5px;
    font-size: 13px;
}

.shadow-control * input {
    width: 35px;
    height: 17px;
    outline: none;
    border: 1px solid #6C7293;
    border-radius: 5px;
    margin-left: 5px;
}

.btn-size label {
    width: 45%;
}

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.icon_visible:hover {
    color: #3699ff;
}

.icon_visible {
    transition: .3s;
}

.sel .el-select .el-input .el-select__caret {
    margin-top: 10px;
    margin-left: -18px !important;
    position: absolute;
    font-size: 11px;
}

.sel .el-select .el-input input {
    margin-top: 2px;
    width: 50px !important;
    height: 20px;
    font-size: 12px;
    padding: 0 10px;
}

.icon-text-btn div {
    padding: 5px 5px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.icon-text-btn div:hover {
    background-color: #EBEDF3;
    cursor: pointer;
}

.icon-text-btn div svg {
    width: 14px;
    height: 14px;
}

.icon-border-design {
    background-color: #EBEDF3;
    border: 1px solid #6C7293 !important;
    border-radius: 4px;
}

.num-group {
    display: flex;
    justify-content: space-between;
}

.preview_template {
    position: absolute;
    top: 6.5%;
}

.icon-trash {
    border: none;
    transform: scale(0.8);
    background-color: transparent;
    margin-left: 30px;
}

.block-img {
    width: 300px;
    height: 200px;
    margin-right: 10px;
    position: relative;
}

.img-loading {
    color: orange;
}

.img-success {
    color: #0dee1f;
}

.img-error {
    color: #e42121;
}

.img-none {
    color: #cccccc;
}

.img-actions {
    top: 0;
    right: 20px;
}

.img-actions i {
    font-size: 18px;
    margin: 10px 0px;
    cursor: pointer;
    padding: 5px;
}

.block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
}

.fixed-menu {
    width: 250px;
    height: 100%;
    opacity: 0;
}

.head-100 {
    position: absolute;
    left: 0 !important;
}

.warning-remove {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.warning-remove span {
    font-size: 18px;
    padding: 20px 0;
}

.warning-remove div {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.confirm {
    padding: 20px;
}

.deg {
    transform: rotate(90deg);
}

.preview {
    position: absolute;
    text-align: center;
    bottom: -18px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    background-color: #E1F0FF;
    color: #3699FF;
    width: 100%;
    height: 28px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.templates_tab {
    width: 96%;
    height: 45px;
    margin: 7px auto;
    border-radius: 12px;
    background-color: #EBEDF3;
    display: flex;
    align-items: center;
}

.templates_tab span {
    width: 48%;
    margin: 3px;
    height: 95%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
}

.templates_tab .active {
    background-color: white;
    border-radius: 12px;
}

.check-btn.checkbox > span {
    margin-left: 200px;
    margin-top: 3px;
}

.pop_up_info {
    position: absolute;
    left: 330px;
    display: flex;
    flex-direction: column;
}

.pop_up_options {
    margin-bottom: 5px;
    width: 300px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    padding: 5px 12px;
    box-shadow: 0 0 10px 1px rgba(209, 201, 201, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pp_actions i {
    font-size: 17px !important;
    margin-right: 4px;
}

.interactives {
    background-color: #eef0f8;
    display: flex;
}


.interactive {
    margin-top: 30px;
    position: relative;
    display: flex;
    width: 490px;
    height: 400px;
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
}

.preview_paginate {
    top: 0;
    background-color: #EBEDF3;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}

.preview_paginate i {
    margin: 0 15px;
    color: #6C7293;
}

.pp_actions i,
.pop_up_info i {
    transition: 0.3s;
}

.pp_actions i:hover,
.pop_up_info i:hover {
    color: #3699FF;
    cursor: pointer;
}

.address_toggle div {
    width: 45%;
    background-color: transparent;
    padding: 4px;
    margin: 5px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
}

.address_toggle .active {
    background-color: white;
}

.address_toggle {
    display: flex;
    justify-content: center;
    background-color: #EBEDF3;
}

.disable * {
    pointer-events: none;
}

.myAddress * span {
    font-size: 12px !important;
    color: #9d9e99;
}

.myAddress i {
    color: black;
    font-size: 18px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myAddress div {
    margin-top: 10px !important;
}

.map_block {
    border-radius: 10px;
    overflow: hidden;
}

.btn-bottom {
    /*position: absolute;*/
    z-index: 1000;
}

.one_quarter div:nth-child(1) {
    width: 25%;
}

.one_quarter div:nth-child(2) {
    width: 75%;
}

.one_third div:nth-child(1) {
    width: 33%;
}

.one_third div:nth-child(2) {
    width: 67%;
}

.two_third div:nth-child(1) {
    width: 67%;
}

.two_third div:nth-child(2) {
    width: 33%;
}

.border-ab {
    position: absolute;
    top: 5px !important;
}

.all * {
    width: 100% !important;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

.ql-blockquote {
    display: none !important;
}

.ql-list:nth-child(3) {
    display: none !important;
}

.ql-formats:nth-child(6) {
    display: none !important;
}

.pos_btn {
    margin-top: 5px;
}

.pos_btn svg {
    cursor: pointer;
    width: 22px;
    height: 22px;
    padding: 2px;
}

.pos_btn svg:nth-child(2) {
    padding: 0 !important;
}

.active_pos {
    background-color: #c3c6cf;
    border-radius: 2px;
}

.select-high .el-input--suffix .el-input__inner {
    height: 20px;
    width: 60px;
}

.select-high .el-select .el-input .el-select__caret {
    position: absolute;
    right: -15px;
    top: 10px;
}

.select-high .el-select .el-input .el-select__caret.is-reverse {
    top: -10px;
}

.select-high .el-input--suffix .el-input__inner {
    width: 60px;
    z-index: 100;
    padding-left: 10px;
    text-align: left;
}

.select_icon .el-input--suffix .el-input__inner {
    color: transparent;
    z-index: -1;
}

.select_icon .el-input--suffix .el-input__inner::selection {
    color: transparent;
}

.colors div {
    margin-left: 5px;
}

.delim .el-input--suffix .el-input__inner {
    color: transparent;
    z-index: -1;
}

.delim .el-input--suffix .el-input__inner::selection {
    color: transparent;
}

.bookmark {
    width: 22px;
    height: 95%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.bookmark_circle {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    background-color: white;
    border-radius: 100px;
}

.longrid {
    position: absolute;
    z-index: 1000;
    right: 0px;
    width: 100% !important;
    top: 0;
}

.pr-item div {
    margin: 10px !important;
}

.scrolls *::-webkit-scrollbar {
    width: 0px; /* ширина для вертикального скролла */
    height: 0px; /* высота для горизонтального скролла */
    background-color: transparent;
}

.ic-btn:hover i {
    color: white !important;
}

.ic-btn {
    height: 36px;

}

.iconList {
    transition: 0.25s;
}

.iconList:hover {
    background-color: #e1e9ff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.pag {
    justify-content: space-between;
    text-decoration: none;
    list-style-type: none;
    margin-top: 20px;
}

.pag a {
    padding: 6px 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #6993FF;
    color: white;
}

.pag .active a {
    background-color: #E1E9FF;
    color: #6993FF;
}

.hover-blue:hover {
    color: #3699FF;
    cursor: pointer;
    transition: 0.3s;
}

.int-title:hover {
    color: #3699FF;
    cursor: pointer !important;
    transition: 0.2s;
}

.draggableImg {
    background-color: #E1F0FF !important;
}

.z_index-20 {
    z-index: 20 !important;
}

.splide__arrow--next {
    display: none !important;
}

.splide__arrow--prev {
    display: none !important;
}

.splide__pagination__page.is-active {
    background-color: #2E4484 !important;
}

.splide__pagination__page {
    background-color: white;
    opacity: 1;
}

.interactives * .imageSlide {
    margin-left: 25px;
    /*object-fit: contain;*/
    width: 100%;
}

/*.del_img {*/
/*    transition: .5s;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0;*/
/*    width: 20px;*/
/*    background: rgba(58, 59, 61, 0.5);*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*}*/

/*.del_img:hover,*/
/*.slide-del:hover + .del_img {*/
/*    opacity: 1;*/
/*}*/
.hover_arrow:hover *{
    color: white !important;
}
.hover_arrow *{
    transition: 0.3s;
}

.del_img i {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
}

.drag_line {
    width: 100%;
    height: 5px;
    z-index: 3000;
    position: absolute;
    background: #3699FF;
    border-radius: 15px;
}

.list_block {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_block:last-child {
    border: none;

}

.center * {
    display: flex;
    align-items: center;
}

.half_quarter div:nth-child(3),
.half_quarter div:nth-child(1) {
    width: 25%;
}

.half_quarter div:nth-child(2) {
    width: 50%;
}

/*INTERACTIVE MOBILE*/
.qrcode-main {
    background-image: url(../images/qrfigs.png);
    background-repeat: no-repeat;
    display: block;
    -ms-transform: scale(.76) translate(-5px,-5px);
    -webkit-transform: scale(.76) translate(-5px,-5px);
        transform: scale(.76) translate(-5px,-5px);
}

.qr-body {
    -webkit-transform: scale(.5) translate(-48px,-39px);
    transform: scale(.5) translate(-48px,-39px);
}

.qr-ball0 {
    width: 50px;
    height: 50px;
    background-position: -5px -5px;
}

.qr-ball1 {
    width: 50px;
    height: 50px;
    background-position: -65px -5px;
}

.qr-ball2 {
    width: 50px;
    height: 50px;
    background-position: -185px -65px;
}

.qr-ball3 {
    width: 50px;
    height: 50px;
    background-position: -245px -65px;
}

.qr-ball5 {
    width: 50px;
    height: 50px;
    background-position: -365px -65px;
}

.qr-ball6 {
    width: 50px;
    height: 50px;
    background-position: -425px -65px;
}

.qr-ball7 {
    width: 50px;
    height: 50px;
    background-position: -485px -65px;
}

.qr-ball8 {
    width: 50px;
    height: 50px;
    background-position: -5px -125px;
}

.qr-ball10 {
    width: 50px;
    height: 50px;
    background-position: -125px -5px;
}
.qr-ball11 {
    width: 50px;
    height: 50px;
    background-position: -185px -5px;
}
.qr-ball12 {
    width: 50px;
    height: 50px;
    background-position: -245px -5px;
}
.qr-ball13 {
    width: 50px;
    height: 50px;
    background-position: -305px -5px;
}
.qr-ball14 {
    width: 50px;
    height: 50px;
    background-position: -365px -5px;
}
.qr-ball15 {
    width: 50px;
    height: 50px;
    background-position: -425px -5px;
}
.qr-ball16 {
    width: 50px;
    height: 50px;
    background-position: -485px -5px;
}
.qr-ball17 {
    width: 50px;
    height: 50px;
    background-position: -5px -65px;
}
.qr-ball18 {
    width: 50px;
    height: 50px;
    background-position: -65px -65px;
}
.qr-ball19 {
    width: 50px;
    height: 50px;
    background-position: -125px -65px;
}

.qr-square {
    width: 90px;
    height: 80px;
    background-position: -505px -455px;
}
.qr-mosaic {
    width: 90px;
    height: 80px;
    background-position: -5px -455px;
}

.qr-dot {
    width: 90px;
    height: 80px;
    background-position: -105px -215px;
}
.qr-circle {
    width: 90px;
    height: 80px;
    background-position: -125px -125px;
}

.qr-circle-zebra {
    width: 90px;
    height: 80px;
    background-position: -225px -125px;
}
.qr-circle-zebra-vertical {
    width: 90px;
    height: 80px;
    background-position: -325px -125px;
}

.qr-circular {
    width: 90px;
    height: 80px;
    background-position: -425px -125px;
}

.qr-edge-cut {
    width: 90px;
    height: 80px;
    background-position: -205px -215px;
}

.qr-edge-cut-smooth {
    width: 90px;
    height: 80px;
    background-position: -305px -215px;
}

.qr-japnese {
    width: 90px;
    height: 80px;
    background-position: -185px -365px;
}

.qr-leaf {
    width: 90px;
    height: 80px;
    background-position: -485px -365px;
}

.qr-pointed {
    width: 90px;
    height: 80px;
    background-position: -105px -455px;
}

.qr-pointed-edge-cut {
    width: 90px;
    height: 80px;
    background-position: -205px -455px;
}

.qr-pointed-in {
    width: 90px;
    height: 80px;
    background-position: -305px -455px;
}
.qr-pointed-in-smooth {
    width: 90px;
    height: 80px;
    background-position: -405px -455px;
}
.qr-pointed-smooth {
    width: 90px;
    height: 80px;
    background-position: -545px -5px;
}
.qr-round {
    width: 90px;
    height: 80px;
    background-position: -585px -95px;
}
.qr-rounded-in {
    width: 90px;
    height: 80px;
    background-position: -585px -185px;
}

.qr-rounded-in-smooth {
    width: 90px;
    height: 80px;
    background-position: -585px -275px;
}
.qr-rounded-pointed {
    width: 90px;
    height: 80px;
    background-position: -585px -365px;
}
.qr-star {
    width: 90px;
    height: 80px;
    background-position: -5px -545px;
}
.qr-diamond {
    width: 90px;
    height: 80px;
    background-position: -5px -215px;
}

.qr-frame0 {
    width: 50px;
    height: 50px;
    background-position: -525px -125px;
}
.qr-frame1 {
    width: 50px;
    height: 50px;
    background-position: -525px -185px;
}
.qr-frame2 {
    width: 50px;
    height: 50px;
    background-position: -245px -305px;
}
.qr-frame3 {
    width: 50px;
    height: 50px;
    background-position: -305px -305px;
}
.qr-frame4 {
    width: 50px;
    height: 50px;
    background-position: -365px -305px;
}
.qr-frame5 {
    width: 50px;
    height: 50px;
    background-position: -425px -305px;
}
.qr-frame6 {
    width: 50px;
    height: 50px;
    background-position: -485px -305px;
}
.qr-frame7 {
    width: 50px;
    height: 50px;
    background-position: -5px -365px;
}
.qr-frame8 {
    width: 50px;
    height: 50px;
    background-position: -65px -365px;
}
.qr-frame10 {
    width: 50px;
    height: 50px;
    background-position: -405px -245px;
}
.qr-frame11 {
    width: 50px;
    height: 50px;
    background-position: -465px -245px;
}
.qr-frame12 {
    width: 50px;
    height: 50px;
    background-position: -525px -245px;
}
.qr-frame13 {
    width: 50px;
    height: 50px;
    background-position: -5px -305px;
}
.qr-frame14 {
    width: 50px;
    height: 50px;
    background-position: -65px -305px;
}
.qr-frame16 {
    width: 50px;
    height: 50px;
    background-position: -185px -305px;
}

.input-small {
    width: 60px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgb(108, 114, 147);
}

.form-int-input {
    padding: 0.45rem 0.7rem;
    max-height: 30px;
}

.input-short {
    width: 80px;
    height: 30px;
}
.input-short input {
    padding: 0.25rem 0.4rem;
    height: 30px;
}

.VueTables__table th {
    text-align: center;
}

