.button_chinh,
.button_phu,
.bieu-mau-san-pham .button_chinh,
.bieu-mau-san-pham .button_phu,
.khung-tao-don .button_chinh,
.khung-tao-don .button_phu,
.khach-hang-page .button_chinh,
.khach-hang-page .button_phu {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 45px;
    height: 45px;
    margin: 0;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: none;
    font-size: var(--text-bac-3-size);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition:
        background 0.18s ease,
        color 0.18s ease,
        opacity 0.18s ease;
}

.button_chinh,
.bieu-mau-san-pham .button_chinh,
.khung-tao-don .button_chinh,
.khach-hang-page .button_chinh {
    color: #ffffff;
    background: #050505;
    border-color: #d9dde5;
}

.button_phu,
.bieu-mau-san-pham .button_phu,
.khung-tao-don .button_phu,
.khach-hang-page .button_phu {
    color: #050505;
    background: #ffffff;
    border-color: #d9dde5;
}

.button_chinh:hover,
.bieu-mau-san-pham .button_chinh:hover,
.khung-tao-don .button_chinh:hover,
.khach-hang-page .button_chinh:hover {
    background: #1b1b1b;
}

.button_phu:hover,
.bieu-mau-san-pham .button_phu:hover,
.khung-tao-don .button_phu:hover,
.khach-hang-page .button_phu:hover {
    background: #eef0f3;
}

.button_chinh:active,
.bieu-mau-san-pham .button_chinh:active,
.khung-tao-don .button_chinh:active,
.khach-hang-page .button_chinh:active {
    background: #111111;
    box-shadow: none;
}

.button_phu:active,
.bieu-mau-san-pham .button_phu:active,
.khung-tao-don .button_phu:active,
.khach-hang-page .button_phu:active {
    box-shadow: none;
}

.button_phu:active,
.bieu-mau-san-pham .button_phu:active,
.khung-tao-don .button_phu:active,
.khach-hang-page .button_phu:active {
    background: #f1f2f4;
}

.button_chinh:disabled,
.button_chinh[disabled],
.button_chinh[aria-disabled="true"],
.button_phu:disabled,
.button_phu[disabled],
.button_phu[aria-disabled="true"],
.bieu-mau-san-pham .button_chinh:disabled,
.bieu-mau-san-pham .button_chinh[disabled],
.bieu-mau-san-pham .button_chinh[aria-disabled="true"],
.bieu-mau-san-pham .button_phu:disabled,
.bieu-mau-san-pham .button_phu[disabled],
.bieu-mau-san-pham .button_phu[aria-disabled="true"],
.khung-tao-don .button_chinh:disabled,
.khung-tao-don .button_chinh[disabled],
.khung-tao-don .button_chinh[aria-disabled="true"],
.khung-tao-don .button_phu:disabled,
.khung-tao-don .button_phu[disabled],
.khung-tao-don .button_phu[aria-disabled="true"],
.khach-hang-page .button_chinh:disabled,
.khach-hang-page .button_chinh[disabled],
.khach-hang-page .button_chinh[aria-disabled="true"],
.khach-hang-page .button_phu:disabled,
.khach-hang-page .button_phu[disabled],
.khach-hang-page .button_phu[aria-disabled="true"] {
    box-shadow: none;
}

.input_box_1,
.input_box_2,
.bieu-mau-san-pham .input_box_1,
.bieu-mau-san-pham .input_box_2,
.khung-tao-don .input_box_1,
.khung-tao-don .input_box_2,
.khach-hang-page .input_box_1,
.khach-hang-page .input_box_2,
.tai-khoan-hop .input_box_1,
.tai-khoan-hop .input_box_2 {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 1px solid transparent;
    background: var(--background-xam-nhat);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #111111;
    font-size: var(--text-bac-3-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    outline: none;
    text-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.input_box_1,
.bieu-mau-san-pham .input_box_1,
.khung-tao-don .input_box_1,
.khach-hang-page .input_box_1,
.tai-khoan-hop .input_box_1 {
    height: 48px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 30px;
}

.input_box_2,
.bieu-mau-san-pham .input_box_2,
.khung-tao-don .input_box_2,
.khach-hang-page .input_box_2,
.tai-khoan-hop .input_box_2 {
    min-height: 92px;
    padding: 14px 20px;
    border-radius: 16px;
    resize: vertical;
}

.input_box_1::placeholder,
.input_box_2::placeholder,
.bieu-mau-san-pham .input_box_1::placeholder,
.bieu-mau-san-pham .input_box_2::placeholder,
.khung-tao-don .input_box_1::placeholder,
.khung-tao-don .input_box_2::placeholder,
.khach-hang-page .input_box_1::placeholder,
.khach-hang-page .input_box_2::placeholder,
.tai-khoan-hop .input_box_1::placeholder,
.tai-khoan-hop .input_box_2::placeholder {
    color: #9a9da3;
    font-weight: 400;
    opacity: 1;
}

.input_box_1:not(:placeholder-shown):not(:focus):not(:active),
.input_box_2:not(:placeholder-shown):not(:focus):not(:active),
.bieu-mau-san-pham .input_box_1:not(:placeholder-shown):not(:focus):not(:active),
.bieu-mau-san-pham .input_box_2:not(:placeholder-shown):not(:focus):not(:active),
.khung-tao-don .input_box_1:not(:placeholder-shown):not(:focus):not(:active),
.khung-tao-don .input_box_2:not(:placeholder-shown):not(:focus):not(:active),
.khach-hang-page .input_box_1:not(:placeholder-shown):not(:focus):not(:active),
.khach-hang-page .input_box_2:not(:placeholder-shown):not(:focus):not(:active),
.tai-khoan-hop .input_box_1:not(:placeholder-shown):not(:focus):not(:active),
.tai-khoan-hop .input_box_2:not(:placeholder-shown):not(:focus):not(:active) {
    border-color: #d9dde5;
    background: #ffffff;
    box-shadow: none;
}

.input_box_1:focus,
.input_box_2:focus,
.input_box_1:active,
.input_box_2:active,
.bieu-mau-san-pham .input_box_1:focus,
.bieu-mau-san-pham .input_box_2:focus,
.bieu-mau-san-pham .input_box_1:active,
.bieu-mau-san-pham .input_box_2:active,
.khung-tao-don .input_box_1:focus,
.khung-tao-don .input_box_2:focus,
.khung-tao-don .input_box_1:active,
.khung-tao-don .input_box_2:active,
.khach-hang-page .input_box_1:focus,
.khach-hang-page .input_box_2:focus,
.khach-hang-page .input_box_1:active,
.khach-hang-page .input_box_2:active,
.tai-khoan-hop .input_box_1:focus,
.tai-khoan-hop .input_box_2:focus,
.tai-khoan-hop .input_box_1:active,
.tai-khoan-hop .input_box_2:active {
    border-color: #050505;
    background: #ffffff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.input_box_1:-webkit-autofill,
.input_box_2:-webkit-autofill,
.input_box_1:-webkit-autofill:hover,
.input_box_2:-webkit-autofill:hover,
.bieu-mau-san-pham .input_box_1:-webkit-autofill,
.bieu-mau-san-pham .input_box_2:-webkit-autofill,
.bieu-mau-san-pham .input_box_1:-webkit-autofill:hover,
.bieu-mau-san-pham .input_box_2:-webkit-autofill:hover,
.khung-tao-don .input_box_1:-webkit-autofill,
.khung-tao-don .input_box_2:-webkit-autofill,
.khung-tao-don .input_box_1:-webkit-autofill:hover,
.khung-tao-don .input_box_2:-webkit-autofill:hover,
.khach-hang-page .input_box_1:-webkit-autofill,
.khach-hang-page .input_box_2:-webkit-autofill,
.khach-hang-page .input_box_1:-webkit-autofill:hover,
.khach-hang-page .input_box_2:-webkit-autofill:hover,
.tai-khoan-hop .input_box_1:-webkit-autofill,
.tai-khoan-hop .input_box_2:-webkit-autofill,
.tai-khoan-hop .input_box_1:-webkit-autofill:hover,
.tai-khoan-hop .input_box_2:-webkit-autofill:hover {
    -webkit-text-fill-color: #111111;
    caret-color: #111111;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset, inset 0 1px 2px rgba(15, 23, 42, 0.08);
    box-shadow: 0 0 0 1000px #ffffff inset, inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.input_box_1:-webkit-autofill:focus,
.input_box_2:-webkit-autofill:focus,
.input_box_1:-webkit-autofill:active,
.input_box_2:-webkit-autofill:active,
.bieu-mau-san-pham .input_box_1:-webkit-autofill:focus,
.bieu-mau-san-pham .input_box_2:-webkit-autofill:focus,
.bieu-mau-san-pham .input_box_1:-webkit-autofill:active,
.bieu-mau-san-pham .input_box_2:-webkit-autofill:active,
.khung-tao-don .input_box_1:-webkit-autofill:focus,
.khung-tao-don .input_box_2:-webkit-autofill:focus,
.khung-tao-don .input_box_1:-webkit-autofill:active,
.khung-tao-don .input_box_2:-webkit-autofill:active,
.khach-hang-page .input_box_1:-webkit-autofill:focus,
.khach-hang-page .input_box_2:-webkit-autofill:focus,
.khach-hang-page .input_box_1:-webkit-autofill:active,
.khach-hang-page .input_box_2:-webkit-autofill:active,
.tai-khoan-hop .input_box_1:-webkit-autofill:focus,
.tai-khoan-hop .input_box_2:-webkit-autofill:focus,
.tai-khoan-hop .input_box_1:-webkit-autofill:active,
.tai-khoan-hop .input_box_2:-webkit-autofill:active {
    -webkit-text-fill-color: #111111;
    caret-color: #111111;
    border-color: #050505;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset, inset 0 1px 2px rgba(15, 23, 42, 0.08);
    box-shadow: 0 0 0 1000px #ffffff inset, inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.input_box_1:-webkit-autofill:not(:focus):not(:active),
.input_box_2:-webkit-autofill:not(:focus):not(:active),
.input_box_1:-webkit-autofill:hover:not(:focus):not(:active),
.input_box_2:-webkit-autofill:hover:not(:focus):not(:active),
.bieu-mau-san-pham .input_box_1:-webkit-autofill:not(:focus):not(:active),
.bieu-mau-san-pham .input_box_2:-webkit-autofill:not(:focus):not(:active),
.bieu-mau-san-pham .input_box_1:-webkit-autofill:hover:not(:focus):not(:active),
.bieu-mau-san-pham .input_box_2:-webkit-autofill:hover:not(:focus):not(:active),
.khung-tao-don .input_box_1:-webkit-autofill:not(:focus):not(:active),
.khung-tao-don .input_box_2:-webkit-autofill:not(:focus):not(:active),
.khung-tao-don .input_box_1:-webkit-autofill:hover:not(:focus):not(:active),
.khung-tao-don .input_box_2:-webkit-autofill:hover:not(:focus):not(:active),
.khach-hang-page .input_box_1:-webkit-autofill:not(:focus):not(:active),
.khach-hang-page .input_box_2:-webkit-autofill:not(:focus):not(:active),
.khach-hang-page .input_box_1:-webkit-autofill:hover:not(:focus):not(:active),
.khach-hang-page .input_box_2:-webkit-autofill:hover:not(:focus):not(:active),
.tai-khoan-hop .input_box_1:-webkit-autofill:not(:focus):not(:active),
.tai-khoan-hop .input_box_2:-webkit-autofill:not(:focus):not(:active),
.tai-khoan-hop .input_box_1:-webkit-autofill:hover:not(:focus):not(:active),
.tai-khoan-hop .input_box_2:-webkit-autofill:hover:not(:focus):not(:active) {
    border-color: #d9dde5;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.tay-nam-bang {
    display: none;
}

@media (max-width: 767px) {
    html.bang-keo-di-dong-khoa-nen,
    body.bang-keo-di-dong-khoa-nen {
        overflow: hidden;
        overscroll-behavior: none;
    }

    .bang-keo-di-dong {
        box-sizing: border-box;
        width: 100%;
    }

    .bang-keo-di-dong--ngan,
    .bang-keo-di-dong--dai {
        max-height: 90dvh;
        min-height: var(--bang-keo-di-dong-cao-toi-thieu, auto);
    }

    .bang-keo-di-dong--ngan,
    .bang-keo-di-dong--dai {
        position: relative;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-top: 24px;
        overflow: hidden;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    .bang-keo-di-dong--ngan::before,
    .bang-keo-di-dong--dai::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        height: 24px;
        border-radius: inherit;
        background: var(--bang-keo-di-dong-nen, inherit);
        pointer-events: none;
    }

    .bang-keo-di-dong--ngan > .tay-nam-bang,
    .bang-keo-di-dong--dai > .tay-nam-bang {
        position: absolute;
        top: 8px;
        left: 50%;
        z-index: 3;
        margin: 0;
        transform: translateX(-50%);
        touch-action: none;
    }

    .bang-keo-di-dong--ngan .bang-keo-di-dong__than,
    .bang-keo-di-dong--dai .bang-keo-di-dong__than {
        flex: 1 1 auto;
        min-height: 0;
        padding-top: 5px;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .bang-keo-di-dong--ngan .bang-keo-di-dong__mac-dinh,
    .bang-keo-di-dong--ngan .bang-keo-di-dong__hanh-dong {
        flex: 0 0 auto;
    }

    .bang-keo-di-dong--dai {
        scrollbar-width: thin;
    }

    .tay-nam-bang {
        position: sticky;
        top: 14px;
        grid-column: 1;
        justify-self: center;
        align-self: start;
        z-index: 8;
        display: block;
        flex: 0 0 auto;
        width: 56px;
        height: 5px;
        margin: 14px auto 0;
        border-radius: 999px;
        background: #d8d4ce;
        pointer-events: none;
    }

    .input_box_1,
    .bieu-mau-san-pham .input_box_1,
    .khung-tao-don .input_box_1,
    .khach-hang-page .input_box_1,
    .tai-khoan-hop .input_box_1 {
        height: 46px;
        min-height: 46px;
    }

    .input_box_2,
    .bieu-mau-san-pham .input_box_2,
    .khung-tao-don .input_box_2,
    .khach-hang-page .input_box_2,
    .tai-khoan-hop .input_box_2 {
        min-height: 86px;
    }

    .input_box_1,
    .input_box_2,
    .bieu-mau-san-pham .input_box_1,
    .bieu-mau-san-pham .input_box_2,
    .khung-tao-don .input_box_1,
    .khung-tao-don .input_box_2,
    .khach-hang-page .input_box_1,
    .khach-hang-page .input_box_2,
    .tai-khoan-hop .input_box_1,
    .tai-khoan-hop .input_box_2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bang-keo-di-dong.is-dang-keo {
        transition: none;
        will-change: transform;
    }
}
