* {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

body > * {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: none;
    padding: 0;
}


/*scrollbar*/
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.page::-webkit-scrollbar,
.main::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 8px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.page::-webkit-scrollbar-thumb,
.main::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 8px;
}

.scroll-inner::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    border-radius: 5px;
}

.scroll-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.40);
    border-radius: 5px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/*layout*/
html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: General Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #16322F;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
}

.view {
    min-height: 100%;
    overflow: auto;
    position: relative;
}

button,
input,
textarea {
    font-family: inherit;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.fill.material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

.page,
.box {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.page-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

html,
body,
.page,
.container {
    width: 100%;
    height: 100%;
}

.view {
    width: 100%;
}

/*utils*/
.flex {
    display: flex;
    align-items: center;
    align-content: center;
}

.flex-inline {
    display: inline-flex;
}

.flex.x-center,
.x-center {
    justify-content: center;
    justify-items: center;
}

.flex.x-start,
.x-start {
    justify-content: flex-start;
    justify-items: flex-start;
}

.flex.x-end,
.x-end {
    justify-content: flex-end;
    justify-items: flex-end;
}

.flex.y-center,
.y-center {
    align-items: center;
    align-content: center;
}

.flex.y-start,
.y-start {
    align-items: flex-start;
    align-content: flex-start;
}

.flex.y-end,
.y-end {
    align-items: flex-end;
    align-content: flex-end;
}

.flex-item {
    flex: 1;
}

.flex-none {
    flex: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.m-3 {
    margin: 3px;
}

.m-6 {
    margin: 6px;
}

.m-9 {
    margin: 9px;
}

.m-12 {
    margin: 12px;
}

.m-15 {
    margin: 15px;
}

.m-18 {
    margin: 18px;
}

.m-21 {
    margin: 21px;
}

.m-24 {
    margin: 24px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-3 {
    margin-left: 3px;
    margin-right: 3px;
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mx-9 {
    margin-left: 9px;
    margin-right: 9px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-18 {
    margin-left: 18px;
    margin-right: 18px;
}

.mx-21 {
    margin-left: 21px;
    margin-right: 21px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.my-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.my-9 {
    margin-top: 9px;
    margin-bottom: 9px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.my-21 {
    margin-top: 21px;
    margin-bottom: 21px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}


.ml-auto {
    margin-left: auto;
}

.ml-3 {
    margin-left: 3px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-auto {
    margin-right: auto;
}

.mr-3 {
    margin-right: 3px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-24 {
    margin-right: 24px;
}

.mt-auto {
    margin-top: auto;
}

.mt-3 {
    margin-top: 3px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-auto {
    margin-bottom: auto;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-24 {
    margin-bottom: 24px;
}

.p-3 {
    padding: 3px;
}

.p-6 {
    padding: 6px;
}

.p-9 {
    padding: 9px;
}

.p-12 {
    padding: 12px;
}

.p-15 {
    padding: 15px;
}

.p-18 {
    padding: 18px;
}

.p-21 {
    padding: 21px;
}

.p-24 {
    padding: 24px;
}

.px-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.px-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.px-9 {
    padding-left: 9px;
    padding-right: 9px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.px-21 {
    padding-left: 21px;
    padding-right: 21px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-21 {
    padding-top: 21px;
    padding-bottom: 21px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-21 {
    padding-right: 21px;
}

.pr-24 {
    padding-right: 24px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-21 {
    padding-top: 21px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-24 {
    padding-bottom: 24px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fw-bold,
.fw-700 {
    font-weight: bold;
}

.fw-normal,
.fw-400 {
    font-weight: normal;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.lh-1 {
    line-height: 1;
}

.lh-1d2 {
    line-height: 1.2;
}

.lh-1d4 {
    line-height: 1.4;
}

.lh-1d6 {
    line-height: 1.6;
}

.lh-1d8 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-overflow-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-red {
    color: #C85757;
}

.text-center {
    text-align: center;
}

.text-del {
    text-decoration: line-through;
}

/*position*/
.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.pos-sticky {
    position: sticky;
}

.pos-static {
    position: static;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.fix-full,
.abs-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wd-full {
    width: 100%;
}

/*button*/
.btn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    font-size: 15px;
    border-radius: 12px;
    height: 48px;
    padding: 0 16px;
    transition: background-color ease .2s;
}

    .btn.btn-block {
        width: 100%;
    }

.btn-link {
    background-color: transparent;
}

.btn-outline {
    border: 2px solid #16322F;
    border-radius: 10px;
}

    .btn-outline.outline-thin {
        border-width: 1px;
    }

.btn[disabled] {
    background-color: #BDC0C6;
}

.btn-link[disabled] {
    background-color: transparent;
    opacity: .6;
}

/*    .btn-outline:hover,
    .btn-outline:active {
        background-color: #16322F;
    }*/
.btn-sm {
    height: 32px;
}

.btn .material-symbols-outlined {
    margin-right: 5px;
}

.btn.btn-loading:before {
    content: "";
    margin-right: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    height: 13px;
    position: relative;
    width: 13px;
    animation: rotate360 .5s linear infinite;
}

.btn-primary {
    background-color: #16322F;
}

.btn-danger {
    background-color: #EB674E;
}

.btn-success {
    background-color: #60B243;
}

.btn-warning {
    background-color: #FF841A;
}

.bor-gray {
    border: 1px solid rgba(255, 255, 255, 0.60);
}

radius-20 {
    border-radius: 20px;
}

.rounded {
    border-radius: 50%;
}

.gap-24 {
    gap: 24px;
}

.gap-x-24 {
    gap: 0 24px;
}

.gap-y-24 {
    gap: 24px 0;
}

.z-1100 {
    z-index: 1000;
}

.z-1000 {
    z-index: 1000;
}

.z-1001 {
    z-index: 1001;
}

.z-990 {
    z-index: 990;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.op-0 {
    opacity: 0;
}

.op-0d1 {
    opacity: .1;
}

.op-0d2 {
    opacity: .2;
}

.op-0d3 {
    opacity: .3;
}

.op-0d4 {
    opacity: .4;
}

.op-0d5 {
    opacity: .5;
}

.op-0d6 {
    opacity: .6;
}

.op-0d7 {
    opacity: .7;
}

.op-0d8 {
    opacity: .8;
}

.op-0d9 {
    opacity: .9;
}

.of-hidden {
    overflow: hidden;
}

.of-auto {
    overflow: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-move {
    cursor: move;
}

.cursor-text {
    cursor: text;
}


.success {
    color: #60B243;
}

.danger {
    color: #EB674E;
}

.warning {
    color: #FF841A;
}

.white {
    color: #fff;
}

.gray-1 {
    color: #16322F;
}

.gray-2 {
    color: #777779;
}

.gray-3 {
    color: #E5E5E5;
}

.bg-white {
    background-color: white;
}

.bg-success {
    background-color: #60B243;
}

.bg-danger {
    background-color: #EB674E;
}

.bg-warning {
    background-color: #FF841A;
}

.bg-gray-1 {
    background-color: #16322F;
}

.bg-gray-2 {
    background-color: #777779;
}

.bg-gray-3 {
    background-color: #E5E5E5;
}

.fs-lg {
    font-size: 21px;
}

.fs-md {
    font-size: 16px;
}

img {
    max-width: 100%;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}


.rad-1 {
    border-radius: 1px;
}

.rad-2 {
    border-radius: 2px;
}

.rad-3 {
    border-radius: 3px;
}

.rad-4 {
    border-radius: 4px;
}

.rad-5 {
    border-radius: 5px;
}

.rad-6 {
    border-radius: 6px;
}

.rad-8 {
    border-radius: 8px;
}

.rad-10 {
    border-radius: 10px;
}

.rad-12 {
    border-radius: 12px;
}

.rad-15 {
    border-radius: 15px;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 990;
    opacity: 0;
    transition: opacity ease .36s;
    pointer-events: none;
}

    .overlay.transparent {
        background: transparent;
    }

    .overlay.show {
        opacity: 1;
        pointer-events: all;
    }


@keyframes rotate360 {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.form-control {
    border: 1px solid #aaa;
    border-radius: 6px;
    height: 38px;
    padding: 0 8px;
    font-size: 15px;
    color: #16322F;
    width: 100%;
    transition: all ease .2s;
    min-width: 2em;
}

    .form-control.form-control-lg {
        height: 46px;
    }

    .form-control:focus {
        border-color: #60B243;
    }

    .form-control.outline {
        height: 24px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-width: 1.5px;
        border-radius: 0;
    }

.bor-dash {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #16322F55 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 12px 3px;
    background-repeat: repeat-x;
    height: 1px;
}


/*radio*/
.radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #16322F;
    position: relative;
    flex: none;
}

    .radio.checked {
        border-color: #24b444;
        background-color: #24b444;
    }

    .radio .check-icon {
        position: absolute;
        top: 1.5px;
        left: 6px;
        width: 7px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

.checked .check-icon {
    display: block;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


body:has(.overlay.show) {
    overflow: hidden;
}

.jump {
    transform-origin: 50% 50%;
    animation: jump .5s linear alternate infinite;
}

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    40% {
        transform: translate3d(0, 30%, 0) scale3d(.7, 1.5, 1);
    }

    100% {
    }
}

#components-reconnect-modal {
    display: none !important;
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none !important;
}

.confirm-modal-body {
    white-space: pre-wrap;
}

a.ck-link {
    color: #fff;
    background-color: #F37A5A;
    text-decoration: none;
    font-weight: bold;
}
