/* LIMIT TEXT */
.text-limit-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-limit-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* COMPONENT INPUT */
.input-common {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.input-common .input-common__2ScqKeFE8U {
    color: #626771;
    font-size: 14px;
    font-weight: 600;
}

.input-common .input-common__mC1EdEhtyH {
    color: #ed1c24;
}

.input-common .input-common__wbH8a7htec {
    height: 34px;
    padding: 8px 0;
    color: #0e1525;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    border-bottom: 1px solid #93969d;
    transition: all 0.25s ease;
}

.input-common .input-common__wbH8a7htec:disabled {
    color: #93969d;
    border-bottom: none;
    background-color: transparent;
}

.input-common .input-common__wbH8a7htec:focus {
    outline: none;
    border-color: #0e1525;
}

.input-common .input-common__wbH8a7htec::placeholder {
    color: #93969d;
    font-size: 16px;
    font-weight: 400;
}

.input-common .input-common__nnuWxKWdDr {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 500;
}

/* COMPONENT TEXTAREA */
.textarea-common {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.textarea-common .textarea-common__1x4ezqLRT0 {
    color: #626771;
    font-size: 14px;
    font-weight: 600;
}

.textarea-common .textarea-common__LeGc51iiWu {
    height: 36px;
    padding: 8px 0;
    color: #0e1525;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    border: none;
    border-bottom: 1px solid #0e1525;
}

.textarea-common .textarea-common__RjgV5gKdFD {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 500;
}

/* COMPONENT CHECKBOX */
.checkbox-common {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 24px;
}

.checkbox-common input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-common input:checked ~ .checkbox-common__pZB5wwRvR5 {
    background-color: #0a77ff;
}

.checkbox-common input:checked ~ .checkbox-common__pZB5wwRvR5:after {
    opacity: 1;
}

.checkbox-common:hover input ~ .checkbox-common__pZB5wwRvR5 {
    background-color: #eee;
}

.checkbox-common:hover input:checked ~ .checkbox-common__pZB5wwRvR5 {
    background-color: #0a77ff;
}

.checkbox-common .checkbox-common__pZB5wwRvR5 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 7px;
}

.checkbox-common .checkbox-common__pZB5wwRvR5:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
    width: 3px;
    height: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox-common .checkbox-common__wFqWyMDESH {
    color: #2b313f;
    font-size: 16px;
    font-weight: 400;
}

/* COMPONENT MODAL */
.modal-common {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033;
}

.modal-common .modal-common__kx90hiv1q8 {
    width: 100%;
    height: 100%;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-common.modal-common__large .modal-common__kx90hiv1q8 {
    margin: 80px 0;
    height: calc(100% - 160px);
}

.modal-common.modal-common__medium .modal-common__kx90hiv1q8 {
    margin: 80px 0;
    height: calc(100% - 160px);
}

.modal-common.modal-common__small .modal-common__ahjhwypayr {
    width: 100%;
    max-width: 700px;
}

.modal-common.modal-common__medium .modal-common__ahjhwypayr {
    width: 100%;
    max-width: 756px;
}

.modal-common.modal-common__large .modal-common__ahjhwypayr {
    width: 100%;
    max-width: 1140px;
}

.modal-common .modal-common__ahjhwypayr {
    border-radius: 25px;
    background: #ffffff;
}

.modal-common .modal-common__6auccU5L00 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
}

.modal-common .modal-common__JAMLecFTEv {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.modal-common .modal-common__q2aYQBPW9Y {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    cursor: pointer;
}

.modal-common .modal-common__q2aYQBPW9Y:hover {
    background-color: #00000022;
}

.modal-common .modal-common__S2nQbu8jbz {
    padding: 0 32px;
}

.modal-common .modal-common__QS6QnaVcJe {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px 32px;
}

/* COMPONENT DATEPICKER */
input[type="date"] {
    padding-right: 0 !important;
}

.datepicker {
    position: relative;
    display: inline-block;
    min-width: 200px;
}

.datepicker .datepicker-Aj2BvgM8p4 {
    cursor: pointer;
    height: 46px;
    background: white;
    padding: 10px 24px;
    border-radius: 9999px;
    color: #93969d;
    border: 1px solid #efefef;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.datepicker .datepicker-Aj2BvgM8p4.active {
    border-color: #93969d;
}

.datepicker .datepicker-45MXXe6LFj {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.datepicker .datepicker-6fxd3xgHX9 {
    position: absolute;
    top: 110%;
    right: 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    display: none;
    gap: 10px;
    align-items: center;
    z-index: 10;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.datepicker .datepicker-6fxd3xgHX9.active {
    display: flex;
}

.datepicker .datepicker-zrrAV2P71P {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.datepicker .datepicker-zrrAV2P71P label {
    color: #0e1525;
    font-size: 16px;
    font-weight: 500;
}

.datepicker .datepicker-zrrAV2P71P input {
    width: 140px;
    height: 46px;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid #848484;
    font-size: 16px;
    font-weight: 500;
    color: #4f5460;
}

.datepicker .datepicker-zrrAV2P71P input:focus {
    border: 2px solid #3d90fd;
}

.datepicker .datepicker-zrrAV2P71P input::placeholder {
    color: #93969d;
}

.datepicker .datepicker-GSNbyWZvBf {
    color: #ededed;
    font-size: 16px;
    font-weight: 600;
}

/* COMPONENT PAGINATION */
.common-pagination {
    display: flex;
    gap: 12px;
    align-items: center;
}

.common-pagination .common-pagination__prev svg {
    transform: rotate(-180deg);
}

.common-pagination .common-pagination__next,
.common-pagination .common-pagination__prev {
    background-color: #f1f1f2;
}

.common-pagination .common-pagination__LdcpeqFV0X {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    transition: all 0.15s ease;
}

.common-pagination .common-pagination__LdcpeqFV0X:hover {
    color: #ffffff;
    background-color: #65a9ff;
}

.common-pagination .common-pagination__LdcpeqFV0X:hover path {
    fill: #ffffff;
}

.common-pagination
    .common-pagination__LdcpeqFV0X:hover
    .common-pagination__B3wjvW0XXS {
    color: #ffffff !important;
}

.common-pagination .common-pagination__B3wjvW0XXS {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #5e6278;
}

/* COMPONENT BUTTON */
.button-common {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 46px;
    padding: 16px 32px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(83deg, #0a77ff 23.35%, #5ca5ff 105.14%);
    cursor: pointer;
}

.button-common.button-common__text {
    color: #0a77ff;
    background-image: none;
    background-color: transparent;
}

.button-common.button-common__outline {
    border: 1px solid #dbdcde;
    background-color: #ffffff !important;
    background-image: none;
    color: #0e1525;
}

.button-common.button-common__small {
    height: 40px !important;
    padding: 12px 24px;
    font-size: 12px;
}

/* COMPONENT INPUT-SEARCH */
.input-search {
    width: 100%;
    height: 48px;
    position: relative;
    border-radius: 99px;
}

.input-search .input-search__r9bhKSZUfX {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.input-search .input-search__hpKvRvmk4r {
    width: 100%;
    height: 100%;
    padding: 12px 24px 12px 56px;
    border: 1px solid #dbdcde;
    border-radius: 99px;
    font-size: 16px;
    color: #0e1525;
}

.input-search .input-search__hpKvRvmk4r:focus {
    border-color: #93969d;
}

.input-search .input-search__hpKvRvmk4r::placeholder {
    color: #93969d;
    font-size: 16px;
    font-weight: 400;
}

/* COMPONENT SELECT COMMON */
.select-common {
    display: flex;
    gap: 4px;
    flex-direction: column;
}
.select-common .select-common__2ScqKeFE8U {
    color: #626771;
    font-size: 14px;
    font-weight: 600;
}
.select-common .select-common__mC1EdEhtyH {
    color: #ed1c24;
}
.select-common .selectbox {
    height: 34px;
    padding: 0;
    border: none !important;
}
.select-common .selectbox-styled {
    height: 34px;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #93969d !important;
    transition: all 0.25s ease;
}
.select-common .selectbox-styled.active {
    border-bottom: 1px solid #0e1525 !important;
}
.select-common .selectbox-icon {
    width: 20px;
    height: 20px;
}
.select-common .selectbox-icon img {
    width: 100%;
    height: 100%;
}
.select-common .order-action__NgMwY4g2kU:disabled ~ .selectbox-styled {
    border: none !important;
}

.select-common
    .order-action__NgMwY4g2kU:disabled
    ~ .selectbox-styled
    .selectbox-icon {
    display: none;
}

/* COMPONENT SELECT */
.selectbox-hidden {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.selectbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #93969d;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    padding: 12px 24px;
    border: 1px solid #efefef;
    border-radius: 999px;
}

.selectbox.selectbox-pagination {
    height: 32px;
    padding: 10px 14px;
}

.selectbox .selectbox-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 999px;
}

.selectbox.selectbox-pagination .selectbox-styled {
    padding: 0 14px;
    color: #181c32;
    background-color: #f1f1f2;
}

.selectbox-pagination .selectbox .selectbox-styled:active,
.selectbox .selectbox-styled.active {
    border: 1px solid #93969d;
}

.selectbox .selectbox-val {
    display: inline-flex;
    width: max-content;
}

.selectbox .selectbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.selectbox .options {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 8px 6px;
    list-style: none;
    border-radius: 16px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.selectbox .options li {
    color: #0e1525;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all 0.15s ease;
    margin-top: 4px;
}

.selectbox .options li:first-child {
    margin-top: 0;
}

.selectbox .options li.active {
    background-color: #efefef;
}

.selectbox .options li.active::after {
    content: "✔";
    margin-left: auto;
    color: #0e1525;
    font-size: 14px;
    transition: all 0.15s ease;
}

.selectbox .options li:hover {
    background-color: #efefef;
}

.selectbox .options li:hover::after {
    content: "✔";
    margin-left: auto;
    color: #0e1525;
    font-size: 14px;
    transition: all 0.15s ease;
}

/* COMPONENT BANNER */
.banner {
    width: calc(100% - 48px);
    max-width: 100%;
    height: 140px;
    margin: 0 24px;
    border-radius: 25px;
    background-image: url("../image/e98a0d4903b3d57986f9b61bf377192f.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.banner .banner-ctx {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.banner .banner-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 80px;
}

.banner .banner-ul {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    border-radius: 20px 20px 0px 0px;
    background: #f6f9fb;
    position: absolute;
    right: calc(56px + 24px);
    bottom: 0;
    gap: 4px;
    font-size: 16px;
}
.banner-ul-customer {
    display: none;
}

.banner .banner-line,
.banner .banner-link a {
    color: #93969d;
    font-size: 16px;
    font-weight: 500;
}

.banner .banner-link:last-child > a {
    color: #2b313f !important;
}

.banner .banner-ul::after {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(0deg);
    border-radius: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.banner .banner-ul::before {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(0deg);
    border-radius: 0px 0px 0px 20px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    bottom: 0;
    right: -20px;
}

@media (min-width: 390px) {
    /* COMPONENT BANNER */
    .banner {
        width: 100%;
        margin: 0px !important;
    }
}

@media (min-width: 768px) {
    /* COMPONENT BANNER */
    .banner {
        width: calc(100% - 40px);
        margin: 0 24px;
    }
}

@media (min-width: 1024px) {
    /* COMPONENT BANNER */
    .banner {
        width: calc(100% - 80px);
        margin: 0 40px;
    }

    .banner .banner-ul {
        right: calc(56px + 40px);
    }
}

@media (min-width: 1280px) {
    /* COMPONENT BANNER */
    .banner {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}

@media (min-width: 1440px) {
    /* COMPONENT BANNER */
    .banner {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}

@media (min-width: 1600px) {
    /* COMPONENT BANNER */
    .banner {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}

@media (min-width: 1920px) {
    /* COMPONENT BANNER */
    .banner {
        width: 100%;
        max-width: 1840px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .banner-ul {
        display: none !important;
    }
    .banner-ul-customer {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        gap: 4px;
        margin-bottom: 10px;
    }
    .order .order-info .order-info__gVLBrqffUC {
        gap: 0px;
    }
    .order .order-info .order-info__xSxBSGWcxQ {
        gap: 14px;
    }
    .order-info__KrV8NfK4Au img {
        width: 24px !important;
        height: 24px !important;
    }
    .order-info__KrV8NfK4Au span {
        display: none;
    }
    .banner .banner-title {
        font-size: 24px;
    }
}
