@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    /* font-family: 'Roboto' !important; */
}

.page_wrapper {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Mulish';
}

.page_column {
    flex-basis: calc(100% / 3 - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page_column:first-child {
    margin-left: 0;
}

.page_column:last-child {
    margin-right: 0;
}

@media (max-width:720px) {
    .page_column {
        margin: 0;
        flex-basis: 100%;
    }
}

.page_column.min {
    flex-basis: calc(100% / 5 - 20px);
}

.page_column.max {
    flex-grow: 10;
}

.page_user_group {
    position: absolute;
    color: white;
    background: #000000d0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    transition: all ease .1s;
    overflow: hidden;
}

.page_user_status {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #00eb62;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid white;
    box-sizing: content-box;
}

.page_content {
    background: white;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

@media (max-width:720px) {
    .page_content {
        border-radius: 0;
    }
}

.page_content>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.page_user_moder_panel {
    margin: 5px auto;
    display: table;
}

.page_user_moder_panel select,
.page_user_moder_panel input {
    padding: 3px !important;
    background: none !important;
    font-size: 14px !important;
    display: flex;
    border: 1px solid #ddd !important;
}

.page_user_log_time {
    display: table;
    font-size: 12px;
    color: #ccc;
    margin: 5px auto
}

.page_user_name {
    font-size: 24px;
    font-weight: 700;
    margin: 20px auto;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.page_user_buttons {
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}


.page_user_buttons>h3 {
    flex-basis: 100%;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0;
}

.page_user_buttons>a {
    text-decoration: none;
    color: black;
    display: table;
    text-align: center;
    font-weight: 500;
    transition: all ease .2s;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px 10px;
    flex-grow: 1;
    flex-basis: calc(100% / 2 - 20px);
}

.page_user_buttons>a.red {
    border-color: #f08989;
    color: #f08989
}

.page_user_buttons>a:hover {
    filter: brightness(0.5);
}

.option-nav {
    margin: 0 0 20px auto;
    padding: 5px 0;
    display: table;
    top: -30px;
    right: 0;
}

@media (max-width:720px) {
    .option-nav {
        margin: 0 0 20px 0;
        position: relative;
        top: 0;
        border-bottom: 2px solid var(--border-dark)
    }
}

.hide-radio {
    display: none;
}

.option-button {
    font-weight: 500;
    font-size: 16px;
    transition: all ease .2s;
    border-bottom: 2px solid var(--border-dark);
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
    padding: 5px 0;
}

.option-button:last-child {
    margin: 0;
}

.option-button:has(>input:checked) {
    border-color: black;
}

.page_content:has(#option-1:checked) #option1 {
    display: block;
    animation: tabs ease .2s both
}

.page_content:has(#option-2:checked) #option2 {
    display: block;
    animation: tabs ease .2s both
}

.page_content:has(#option-3:checked) #option3 {
    display: block;
    animation: tabs ease .2s both
}

.page_content:has(#option-4:checked) #option4 {
    display: block;
    animation: tabs ease .2s both
}

@keyframes tabs {
    from {
        opacity: 0;
        margin-top: -5px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}

.option-screen {
    display: none;
    position: relative;
}

.option-screen>h2,
.option-screen>h1 {
    position: absolute;
    bottom: 100%;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

@media (max-width:720px) {
    .option-screen>h2 {
        display: none;
    }
}

.option-screen>p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 0;
}

.option-screen>p:before {
    content: attr(data-sign);
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    display: block;
}

/* SLIDER */

.style_slider {
    border-radius: 20px;
    font-family: 'Mulish';
    position: relative;
    border-radius: 20px;
    padding: 20px;
    align-self: flex-start;
}

.style_slider>h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 30px 0;
}

:root {
    --slider-width: 300px;
}

.style_slider_wrapper {
    width: var(--slider-width);
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    transition: all ease .5s;
    margin: 0 auto;
}

.st_slider_item img {
    width: var(--slider-width);
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.style_slider_wrapper::-webkit-scrollbar {
    display: none;
}

.st_slider_item {
    transition: all ease .5s;
    color: black;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    user-select: none;
    position: static;
    width: 100%;
}

.st_slider_item h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.st_slider_item p {
    font-size: 16px;
    margin: 10px 0;
    text-wrap: balance;
}

.slider_button {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.st-button {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: clamp(20px, 2vw, 20px);
    font-weight: 100;
    transition: all ease .2s;
    pointer-events: all;
    text-shadow: 0 0 30px #00000090;
    background: #ffffffe1;
    padding: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 5px;
}

.st-button:hover {
    transform: scale(1.2);
}

.button__next::before {
    content: '❯';
}

.button__prev:before {
    content: '❮';
}

/* PAGE BANNER */
.page-banner {
    display: flex;
    font-size: 16px;
    /* align-items: center; */
    position: relative;
    font-family: 'Mulish';
}

.page-banner-text {
    width: 100%;
    display: block;
}

.page-banner img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-right: 20px;
}

.page-banner h3 {
    flex-basis: 100%;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.page-banner p {
    font-size: 16px;
    text-wrap: balance;
    margin: 0 0 10px 0;
}

.page-banner a {
    color: #999;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -10px;
    font-size: 14px;
    text-transform: capitalize;
}

.page-banner a:hover {
    color: black;
}

.page-banner promo {
    background: white;
    border: 1px solid var(--border-dark);
    padding: 1px 10px;
    border-radius: 5px;
    font-weight: 700;
    margin: 5px 0;
    display: inline-block;
}

.page_content:has(#attention) {
    border: none;
    align-items: flex-start;
    box-sizing: border-box;
    background: #c2c2c2;
    color: white;
}

.page_content:has(#attention) img {
    /* mix-blend-mode: darken; */
    width: 32px;
    height: 32px;
}

/* Progress bar */
.progress-wrapper {
    width: 100%;
    height: 20px;
    margin: 10px 0;
    border: 1px solid var(--border-dark);
    align-self: flex-start;
    border-radius: 50px;
    padding: 3px;
    position: relative;
    font-family: 'Mulish';
    display: flex;
    background: #ffffff;
}

.progress-percent {
    position: absolute;
    bottom: 2px;
    right: 5px;
    left: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    z-index: 1;
    text-align: center;
}

.progress-line {
    background: var(--border-dark);
    height: 100%;
    transition: all ease .2s;
    text-align: center;
    border-radius: 50px;
}

.progress-separator {
    position: absolute;
    justify-content: space-between;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.pr-separator {
    width: 3px;
    height: 10px;
    background: #ffffffce;
    display: inline-block;
    position: relative;
}

.pr-separator:first-child,
.pr-separator:last-child {
    visibility: hidden;
}

/* Order wrapper */
@media (max-width:720px) {
    [data-novis-mobile] {
        display: none;
    }
}

.__order_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    background: white;
    font-family: 'Mulish';
    font-size: 16px;
    border: 1px solid #00000010;
    border-radius: 10px;
    position: relative;
}

.__order_wrapper>.column {
    padding: 10px;
    border-right: 1px solid #00000010;
    text-align: center;
    align-self: stretch;
    flex-grow: 1;
}

.order_detail {
    display: none;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 0 10px 0;
    position: relative;
    border-top: 1px solid #00000010;
    font-family: 'Mulish';
    animation: slide-top ease .2s both;
}

.order_detail .column {
    display: block;
    padding: 0 20px;
    flex-grow: 1;
    border-right: 1px solid #00000010;
}

.order_detail .column>h3 {
    margin: 20px 0;
    font-size: 18px;
}

.order_detail .column>span {
    margin: 0 0 15px 0;
    display: block;
    max-width: 70ch;
    text-wrap: balance;
}

.order_detail .column>span>a {
    text-decoration: none;
    color: black;
    background: var(--border-dark);
    padding: 5px 10px;
    display: table;
    margin: 5px 0;
    border-radius: 5px;
}

.order_detail .column>span>a:hover {
    filter: brightness(0.95);
}

.__order_wrapper [data-tbhead]:before,
.order_detail [data-tbhead]:before {
    content: attr(data-tbhead);
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
}

.order_detail [data-tbhead]:before {
    margin: 0;
}

.__order_wrapper .column.order-count {
    font-weight: 700;
    flex-grow: 0;
}

.__order_wrapper .column.order-status {
    border: none;
    align-items: center;
}

.__order_wrapper .column a {
    color: black;
}

.order_detail .column:last-child,
.__order_wrapper .column:last-of-type {
    border: 0;
}

.detailOpen {
    cursor: pointer;
    font-weight: 900;
    padding: 0 5px;
    background-color: white;
    display: block;
    margin: auto 10px;
    border-radius: 10px;
    border: 1px solid #00000010
}

.detailOpen:before {
    content: '❯';
    transform: rotate(90deg);
    position: relative;
    transition: transform ease .2s;
    opacity: 0.4;
    display: flex;
    padding: 5px;
    color: black;
}

.detailOpen:hover:before {
    opacity: 1;
}

.detailCheck {
    display: none;
}

.detailCheck:checked+.detailOpen::before {
    transform: rotate(-90deg);
    content: '✖';
    color: red !important;
}

.detailCheck:checked~.order_detail {
    display: flex;
}

@media (max-width:550px) {
    .__order_wrapper {
        padding: 0;
        margin: 20px 0;
        border-style: dashed;
        border-color: #00000030;
    }

    .__order_wrapper [data-tbhead]:before {
        margin: 0 10px 0 0;
    }

    .__order_wrapper .column {
        border: 0;
        text-align: left;
        border: 0;
    }

    .__order_wrapper .column.order-count::before {
        font-size: 18px;
    }

    .__order_wrapper .column.order-count {
        text-align: center;
        font-size: 18px;
        border-bottom: 1px dashed var(--border-dark);
        border-right: 1px dashed var(--border-dark);
    }

    .detailOpen {
        display: block;
        margin: 10px auto;
        text-align: center;
        position: relative;
        border: none;
    }

    .detailOpen::before {
        display: block;
        font-size: 20px;
        ;
    }
}

body.dir {
    background-color: var(--border-dark);
}

/* Order add page */
.page_content.add input:not([type="button"]),
.page_content.add select:not([type="button"]),
.page_content.add textarea {
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    outline: 0;
    font-family: 'Mulish';
    font-size: 16px;
    position: relative;
    transition: all ease .2s;
    display: flex;
    resize: none;
}

.page_content.add input:hover,
.page_content.add select:hover,
.page_content.add input:focus,
.page_content.add select:focus,
.page_content.add textarea:hover,
.page_content.add textarea:focus {
    border-color: black;
}

.page_content.add input::placeholder {
    /* color: #bbb; */
    font-weight: 200;
}

.page_content.add {
    display: flex;
    flex-wrap: wrap;
}

.page_content.add .column {
    display: block;
    flex-grow: 1;
    flex-basis: calc(100% / 2);
    padding: 0 20px;
    border-right: 1px solid var(--border-dark);
}

.page_content.add .column .col {
    display: block;
    margin: 0 10px 0 0;
    flex-grow: 1;
    position: relative;
}

.page_content.add .column:last-child {
    border: none
}

.page_content.add .column .row {
    display: flex;
}

.page_content.add .column .row input:last-child,
.page_content.add .column .row select:last-child,
.page_content.add .column .col:last-child,
.page_content.add .column .row .col:last-child {
    margin-right: 0;
}

@media (max-width:720px) {
    .page_content.add .column {
        border: none;
    }
}

.page_content.add .column>h2 {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0;
}

.page_content.add .column>label,
.page_content.add .column .col>label,
.page_content.add .column .row .col>label {
    margin: 0 0 5px 0;
    display: block;
    font-weight: 200;
}

.page_content.add .column .col>label,
.page_content.add .column .row .col>label {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 14px;
    font-weight: 200;
    background: white;
    padding: 5px 0px 5px 5px;
    z-index: 1;
    border-left: 1px solid #00000010
}

@media (max-width:550px) {

    .page_content.add .column .col>label,
    .page_content.add .column .row .col>label {
        font-size: 10px;
        top: 9px;
    }

    .page_content.add .column .col>input,
    .page_content.add .column .row .col>input {
        font-size: 14px;
    }
}

.page_content.add .column>p {
    margin: 0 0 5px 0;
    font-weight: 300;
}

[data-info] {
    margin: 10px 5px !important;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[data-info]:before {
    content: '';
    min-width: 24px;
    min-height: 24px;
    margin-right: 20px;
    background: url('https://img.icons8.com/?size=40&id=H3XPXQDggPiI&format=gif') 0 0 / contain no-repeat;
}