.div_hint {
    display: none;
    visibility: visible;
    margin: 8px 0px 0px;
}

.mess_hint {
    color: red;
    font-size: 24px;
    font-family: Mulish;
}

.div_center {
    height: 100%;
    width: 40%;
}

.div_left {
    height: 100%;
    width: 30%;
}

.div_right {
    height: 100%;
    width: 30%;
}

.wrap_container {
    width: 60%;
    margin: 0px;
    min-width: 400px;
}

.Pannel_Zoom {
    zoom: 100%;
}

.user-type-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0026ff;
    text-align: center;
}

.user-type-button {
    width: 300px;
    height: 40px;
    background-color: #ff0000;
    color: white;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 12px 0px;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}

.user-type-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    ;
    height: 180px;
    align-items: center;
}

.div-shop-items {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    color: rgba(3, 29, 119, 1);
    text-decoration: blink;
    background-color: #ff00005c;
    width: 80px;
    border-radius: 10px;
}

.user-type-wrap-shop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

input[disabled] {
    /*color: #FFF !important;
    background-color: rgba(192, 192, 192, 1) !important;*/
}

.image_header {
    width: 240px;
    height: 240px;
}

.text__login_phone {
    font-family: Mulish;
    font-weight: bold;
    font-size: 24px;
    /*color: rgb(0, 0, 0);*/
    color: #424242;
}

.form__login_text_input {
    width: 100%;
    /*height: 100%;*/
    margin: 8px 0 0 0;
}

.txtPhoneNumber {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 20px;
    /*border: none;*/
    font-family: Mulish !important;
}

    .txtPhoneNumber::placeholder {
        width: 100%;
        font-family: Mulish;
        font-size: 20px;
        color: rgba(158, 158, 158, 1);        
        /*border-bottom: 2px solid #ABABAB;*/
        border-color: gray !important;
        padding: 0;
    }

.form__login_main {
    /*margin: auto 8vw;*/
    height: auto;
}

.form__login {
    margin: 8px 0 0 0;
}

.btn_login {
    width: 272px;
    height: 64px;
    font-family: Mulish;
    font-weight: bold;
    font-size: 24px;
    border-radius: 12px;
    border: none;
    /*background-color: rgba(1, 128, 247, 1) !important;*/
    background-color: #7F0130 !important;
    margin: 24px 0 0 0;
    color: #ffffff;
}

.btn_register {
    width: 272px;
    height: 64px;
    font-family: Mulish;
    font-weight: bold;
    font-size: 24px;
    border-radius: 12px;
    border: none;
    /*background-color: rgba(1, 128, 247, 1) !important;*/
    background-color: #7F0130 !important;
    margin: 24px 0 0 0;
    color: #ffffff;
}

.modal_product {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    display: none;
}

.modal__overlay-product {
    position: absolute;
    /*con của .modal, lấy .modal làm tọa độ chính*/
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal__body-product {
    --growth-from: 0.7;
    --growth-to: 1;
    width: 640px;
    height: 600px;
    background-color: #ffffff;
    /*margin: 10vh auto;*/
    position: relative;
    z-index: 1;
    border-radius: 12px;
    animation: growth linear 0.1s;
    max-width: 100vw;
    max-height: 100vh;
}

.modal__body-popup {
    width: 280px;
    height: 148px;
    background-color: #ffffff;
    padding: 0;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    animation: growth linear 0.1s;
    font-size: 16px;
    color: #424242;
    margin: 20vh 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.modal__inner-popup {
    height: 100%;
    width: 100%;
}

.auth_form__container-popup {
    height: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.auth_form__container-popup1 {
    height: 65%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.item__title-modal-popup {
    text-align: center;
    font-size: 16px;
    padding: 20px 10px 20px 10px;
    margin: 10px;
    font-weight: bold;
    line-height: 20px;
    font-family: 'Mulish';
    max-width: 25ch;
    /* height: 250px; */
}

.auth-form__footer-popup {
    border-radius: 12px;
    display: flex;
    width: 100%;
    padding: 0;
    background-color: var(--text-color-white);
    height: 30%;
    align-items: center;
    justify-content: center;
}

.auth-form__footer-popup-btn {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}

.auth-form__footer-popup-img {
    width: 60px;
    height: 60px;
}


.auth-form__header-product {
    /*display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 5px;
    background-color: #70012c;
    color: #ffffff;*/
    display: none;
    border-radius: 12px 12px 0 0;
}

.auth-form__heading {
    font-size: 2rem;
    color: var(--text-color-white);
    text-align: center;
}

.auth_form__container-product {
    width: 100%;
}

.auth-form_heading_text {
    margin: 0 20px;
}

.auth-form-product__heading-icon-close {
    color: var(--text-color-white);
    text-decoration: none;
    cursor: pointer;
    padding: 8px;
}

.auth-form-product__heading_icon {
    font-size: 15px;
}

.auth-form__footer-reset-product {
    color: #4f93d1;
    font-weight: 500;
    cursor: pointer;
    float: right;
    bottom: 0;
}

    .auth-form__footer-reset-product:hover {
        color: rgb(22, 175, 111);
    }

.auth-form__footer-product {
    /* position: fixed;*/
    display: flex;
    width: 550px;
    padding: 4px 10px;
    background-color: #fff;
    justify-content: center;
    max-width: 100vw;
    border-radius: 12px;
}

.auth-form__footer-product-btn-order,
.auth-form__footer-popup-confirm,
.auth-form__footer-popup-cancel {
    min-width: 120px;
    min-height: 40px;
    background-color: var(--deep-red-color);
    border: none;
    color: var(--text-color-white);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
    border-radius: 6px;
    font-family: 'Mulish';
    font-weight: bold;
}

.auth-form__footer-product-btn-order-one {
    min-width: 140px;
    padding: 1rem 32px;
}


.item__inventory {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    color: var(--text-color-black);
}

.item_inventory_header,
.item_inventory_values {
    font-weight: 500;
    padding: 0;
    margin: 2px 0;
}

.item_inventory_header {
    width: 20%;
    font-weight: 600;
    padding: 0;
    margin: 5px 10px;
}

.item_inventory_values {
    width: 70%;
    font-weight: 400;
    font-size: 1.6rem;
}

.header_text {
    font-size: 36px;
    font-family: Mulish;
    color: #424242;
    font-weight: bold;
    /*margin-left: 5vw;*/
}

.header_text_below {
    font-size: 20px;
    font-family: Mulish;
    color: #424242;
    /*margin-left: 5vw;*/
}

.div_header_center {
    height: 100%;
    display: flex;
    width: 60%;
    flex-direction: column;
    margin: 0;
}

.div_header_center_top {
    /*height: 15%;*/
    width: 100%;
    margin: 16px 0 8px 0px;
}

.div_header_center_middle {
    /*height: 15%;*/
    width: 100%;
}

.div_header_center_bot {
   /* height: 70%;*/
    width: 100%;
    text-align: center;
    padding:16px 0px;
}

.div_header {
    width: 100%;
    height: calc(50% - 40px);
    display: flex;
    max-height: 300px;
}

.div_body {
    width: 100%;
    height: 50%;
    display: flex;
    min-height: calc(100vh - 340px);
}

.div_footer {
    width: 100%;
    height: 40px;
    /*position: fixed;
    bottom: 0;*/
}

.div_center_middle {
    width: 100%;
    height: 100%;
}

.div_footer_left {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}

.div_footer_right {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text_version {
    font-family: "Mulish";
    color: #474747;
    font-size: 12px;
}

.img_logo_5s {
    width: 120px;
    height: auto;
}

.form__register_spanFullName {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 16px;
    color: #424242;
    margin-top: 16px;
}

.div_header_center_register {
    width: 80%;
    height: 100%;
    padding: 16px 0;
}

.icon_left_header {
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #424242;
}

.register_text {
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 24px;
    color: #424242;
}

.form__register_title {
    font-family: 'Mulish';
    font-size: 20px;
    color: #84171B;
    margin-bottom: 20px;
    font-style: italic;
}

.form__register {
    width: 80%;
    height: 100%;
    /*margin: auto 30px;*/
}

.btnRegister {
    width: 220px;
    height: 52px;
    font-family: 'Mulish';
    font-size: 20px;
    font-weight: bold;
    border-radius: 12px;
    background-color: var(--deep-red-color);
    color: var(--text-color-white);
    border: none;
    margin: 24px 0 0px 0;
}

.txtFullName {
    width: 100%;
    height: 100%;
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 0px;
}

    .txtFullName::placeholder {
        width: 100%;
        font-family: 'Mulish';
        font-weight: 400;
        font-size: 14px;
        color: rgba(161, 161, 161, 1);
        /*border-bottom: 1px solid #ABABAB;*/
        padding: 0;
    }

.div_header_register {
    width: 100%;
    height: calc(15% - 40px);
}

.div_left_register {
    height: 100%;
    width: 10%;
}

.div_right_register {
    height: 100%;
    width: 10%;
}

.div_middle_register {
    width: 100%;
    height: 85%;
}

.div_footer_register {
    width: 100%;
    height: 40px;
    /*position: fixed;
    bottom: 0;*/
}

.span_hint_phone_number{
    font-style:italic;
    font-family: "Mulish";
    font-size: 11px;
}

.hint_register {
    color: red;
    font-size: 14px;
}

.div_input_PC {
    width: 100%;
    height: 40px;
    clear: both;
}

.div_input_CS {
    width: 100%;
    height: 40px;
    clear: both;
}

.span_left_input_PC {
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
}

.span_left_input_CS {
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
}

.form_limit_height {
    height: 92.2vh;
}

.form_full_height {
    height: 100vh;
}

.div_top_customer_info {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--text-color-white);
    width: 100%;
}

.label_order_confirm {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color-black);
}

.icon_back {
    font-size: 20px;
    padding: 16px;
}

.product__container_table tr {
    background-color: var(--text-color-white) !important;
    border: 1px solid white;
    height: 170px;
    border-bottom: 4px solid rgba(196, 196, 196, 0.2) !important;
}

.footer_btn-back {
    width: 160px;
    height: 36px;
    color: var(--text-color-white);
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.footer_btn-confirm {
    width: 160px;
    height: 36px;
    color: var(--text-color-white);
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.footer_btn-promotion {
    width: 160px;
    height: 36px;
    color: var(--text-color-white);
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.div_popup_message {
    display: flex;
    justify-content: center;
}

.div_catalogue {
    margin-top: 80px;
    position: fixed;
    display: flex;
    height: 108px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.div_container_table {
    width: 800px;
    max-width: 100vw;
}

.Order__toggle-tilte {
    padding: 0;
}

.custommer__container_table {
    background-color: var(--text-color-white);
}

.div_left_retailer {
    display: none;
    background: var(--background-gray);
    height: 40px;
}

.div_right_retailer {
    display: none;
    background: var(--background-gray);
    height: 40px;
}

.product_table-orderconfirm {
    display: flex;
    margin-top: 0px;
}

.overflow_table {
    background-color: var(--text-color-white);
    height: -webkit-fill-available;
}

.form__register_txtFullName {
    /*height: 32px;*/
    margin: 16px 0 0 0;
}

.span_hide_text_3_row {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 25ch;
}

.span_hide_text_2_row {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 25ch;
}

.span_hide_text_1_row {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 25ch;
}

.foot_total_money {
    /*height: 80px;*/
    position: fixed;
    /*width: 100%;*/
}

.div_footer_confirm_retailer {
    width: 800px;
    max-width: 100vw;
    height: 50px;
    position: fixed;
    bottom: 0;
}

.img_plus_product {
    height: 48px;
    width: 48px;
}

.div_button_plus_minus {
    margin-right: 0px;
}

.Order__toggle-switch {
    font-size: 18px;
    color: var(--text-color-black);
}

.div_show_pass {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right;
    /*transform: translate(-50px, -2px);*/
    transform: translate(-6px, -24px);
    width: 24px;
    height: 24px;
}

.discount-price_table_item-title-total-final {
    font-weight: bold;
    color: var(--text-color-black);
}

.discount-price_table_item-total-price-final {
    font-weight: bold;
    color: var(--text-color-black);
}

.modal__inner {
    height: 100%;
}

.modal__inner-product {
    height: 100%;
}

.img_filter {
    height: 35px;
    width: 35px;
}

.img_list {
    height: 35px;
    width: 35px;
}

.auth-form__footer-popup-img-loading {
    height: 45px;
    width: 45px;
}

.load_more_order {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    margin-bottom: 0px;
    height: 25px;
    justify-content: center;
    font-size: 24px;
    z-index: 100;
    height: 80px;
    /*margin-left: 30vw;*/
    /*background: transparent;*/
    background: white;
}

.img_load_more_order {
    height: 35px;
    width: 35px;
}

.load_more_order_center {
    width: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_Q_1 {
    background: #329CD0;
    border-radius: 6px;
    color: white !important;
    font-size: 1.6rem;
    border: none;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.button_Q_2 {
    background: #329CD0;
    border-radius: 6px;
    color: white !important;
    font-size: 1.6rem;
    border: none;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    width: 92px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.button_Q_3 {
    background: #329CD0;
    border-radius: 6px;
    color: white !important;
    font-size: 1.6rem;
    border: none;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.div_search_web_Q {
    width: 400px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    margin: 8px 0 8px 16px;
    /*padding: 8px 0 0 16px;*/
}

.gridview_N {
    line-height: 1.5;
    border: none;
}

    .gridview_N td {
        background-color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #6c6666;
        border-bottom: 1px solid rgba(192, 192, 192, 0.452);
        font-size: 14px;
        border-style: none;
        border-bottom: 1px solid rgba(192, 192, 192, 0.452);
        font-size: 16px;
    }

    .gridview_N th {
        background-color: white;
        color: #6c6666;
        padding-bottom: 5px;
        font-weight: bold;
        border-style: none;
        text-align: center;
        height: 35px;
        font-size: 16px;      
    }

.input_detail {
    height: 40px;
    color: #858585;
    width: 400px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid#D9D9D9 !important;
    font-size: 16px;
}

    .input_detail:focus {
        outline: none;
    }

.input_Radio input[disabled] {
    width: unset;
    height: unset;
}

.dropdown_Q {
    width: 85px;
    height: 30px;
    padding-left: 5px;
}

.div_container {
    font-size: 16px;
    font-family: 'Mulish', sans-serif !important;
}

.header_promotion svg {
    position: absolute;
    left: 30px;
    top: 36px;
}

.header_promotion a {
    width: 92px;
    height: 44px;
}

.detail_promotion a {
    width: 92px;
    height: 44px;
}

.search_input input {
    padding-left: 10%;
}