@media screen and (min-width: 500px) {
    body.main_root,
    .my-footer{
        width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: white !important;
    }
    .main_root_auth .main_app{
        width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.van-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
.s-img {
    width: .3rem;
    height: .3rem
}
.m-img {
    width: .45rem;
    height: .45rem
}
.b-img {
    width: .6rem;
    height: .6rem
}
.s-txt {
    font-size: .65em
}
.m-txt {
    font-size: .9em
}
.b-txt {
    font-size: 1.05em
}
.b-black {
    background-color: #0d1426
}
.b-gray {
    background-color: #242d44
}
.b-blue {
    background-color: #90fffb
}
.b-dark-blue {
    background-color: #1989fa
}
.c-gray {
    color: #d8d8d8
}
.c-black {
    color: #000
}
.c-blue {
    color: #56b99a
}
.c-gold {
    color: #f8d9ad
}
.c-white {
    color: #fff
}
:root {
    --my-blue: #56b99a;
    --my-black: #000;
    --my-white: #fff;
    --my-dark: #0f131f;
    --my-gray: #242d44;
    --my-gray-light: #565d79;
    --my-gold: #f8d9ad;
    --my-purple-light: #6479ae;
    --van-primary-color: #3264ff
}
.mt10 {
     margin-top: 10px
 }
.mt15 {
    margin-top: 15px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.w100 {
    width: 100%
}
.container,
.container-full {
    box-sizing: border-box;
    width: 100%
}
.user-container {
    box-sizing: border-box;
    width: 100%; padding: 20px;
    min-height: calc(120vh - 70px);
    overflow-y: auto;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.container-form {
    box-sizing: border-box;
    width: 100%; padding: 20px
}
.flex-col-center {
    align-items: center
}
.flex-col-center,
.flex-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.flex-col-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}
.flex-row-center {
    justify-content: center
}
.flex-row-center,
.flex-row-left {
    display: flex;
    flex-direction: row;
    align-items: center
}
.flex-row-between-nowrap {
    flex-wrap: nowrap
}
.flex-row-between-nowrap,
.flex-row-between-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.flex-row-between-wrap {
    flex-wrap: wrap
}
.flex-row-between,
.flex-row-between12 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.flex-row-between12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px
}
.login-logo {
    margin-top: 20px
}
.login-logo-image {
    width: 140px; height: 140px
}
.form-wrap {
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    border-radius: 10px
}
.login-intro-title {
    font-weight: 700;
    font-size: 30px;
    color: #000
}
.login-intro-text {
    font-size: 12px;
    line-height: 15px;
    color: #000
}
.form-title-left {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000
}
.form-title-right {
    font-size: 14px;
    font-weight: 700;
    color: #3264ff;
    text-decoration: underline
}
.more-content {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #aeaeae
}
.form-line {
    margin-bottom: 15px
}
.field-line {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
    border-radius: 10px
}
.btn-login-area-wrap {
    width: 100%;
    height: 50px
}
.btn-login-area {
    width: 300px; height: 50px;
    margin: 20px auto 0;
}
.btn-login {
    width: 100%; height: 50px;
    border-radius: 28px;
    background-color: #3264ff;
    border: none; color: #fff;
    font-size: 16px;
    font-weight: 600
}
.copy-right {
    font-size: 10px;
    line-height: 15px;
    color: #333
}
.copy-right,
.records-nodata {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.records-nodata {
    height: 40px; margin-top: 50px;
    color: #fff; font-size: 16px;
    font-weight: 700;
}
.nav-right-text {
    color: #fff;
    font-size: 12px
}
.nav-right-service {
    color: #fff;
    font-size: 12px;
    margin-right: 15px
}
.langImage {
    display: block;
    width: 40px; height: 40px;
    cursor: pointer;
}
.backImage {
    display: block;
    width: 28px; height: 28px
}
.my-bar2 .van-nav-bar__title {
    margin-left: 50px; line-height: 28px;
    font-size: 24px;
    font-weight: 700;
}
.my-bar3 .van-nav-bar__title {
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px
}
.my-bar4 .van-nav-bar__title {
    font-size: 45px;
    font-weight: 700;
    margin-left: 15px;
    position: absolute;
    top: 0;
}
.my-title4 {
    padding-left: 30px
}
.my-bar4 .van-nav-bar {
    box-sizing: border-box;
    width: 100%; height: 260px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
}
.start-image {
    box-sizing: border-box;
    width: 50px; height: 50px;
    background-color: #0f3f56;
    box-shadow: 0 2px 1px 1px hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -30px
}
.footer-icon {
    display: block;
    width: 28px; height: 28px
}
#main_app {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 16px
}
.content {
    min-height: calc(100vh - 46px);
    overflow-y: auto;
    background-color: #f9f9f9
}
.withdraw_wrap.content{
    min-height: calc(100vh - 96px);
}
.van-toast {
    word-break: break-word
}
/* =============
   Alerts
============= */
.alert {
    position: relative;
    border: 0;
    padding: 10px 15px;
}
.alert .alert-link {
    font-weight: 600;
}
.alert-success {
    color: #4ac18e;
    background-color: #e2f5ed;
}
.alert-success .alert-link {
    color: #37a174;
}
.alert-success hr {
    border-top-color: #37a174;
}
.alert-info {
    color: #3bc3e9;
    background-color: #dbf4fb;
}
.alert-info .alert-link {
    color: #18afd9;
}
.alert-info hr {
    border-top-color: #18afd9;
}
.alert-warning {
    color: #ffbb44;
    background-color: #ffefd3;
}
.alert-warning .alert-link {
    color: #ffa811;
}
.alert-warning hr {
    border-top-color: #ffa811;
}
.alert-danger {
    color: #ea553d;
    background-color: #fad6d0;
}
.alert-danger .alert-link {
    color: #dc3318;
}
.alert-danger hr {
    border-top-color: #972310;
}
.alert-colored {
    color: #ffffff !important;
}
.alert-colored.alert-success {
    background-color: #4ac18e;
}
.alert-colored.alert-info {
    background-color: #3bc3e9;
}
.alert-colored.alert-warning {
    background-color: #ffbb44;
}
.alert-colored.alert-danger {
    background-color: #ea553d;
}
body.disable-scroll {
    overflow: hidden;
}
#bg_loading {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#bg_loading img {
    width: 60px;
}
.form_default label.error {
    color: #d22323;
    padding-top: 3px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
}
.van-field__body .custom-mask{
    text-align: left !important;
}
/* languae-popup css */
.hidden {
    display: none !important;
}
.lang-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: flex-end;
    z-index: 1000;
}
.lang-popup .popup-content {
    transform: translateY(0);
}
.popup-content {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}
.language-list-wrapper {
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.language-options {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.3s ease-out;
}
.language-options li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.language-options li.selected {
    font-weight: bold;
    background-color: #f0f0f0;
}
.confirm-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
}
.confirm-btn:hover {
    background-color: #0056b3;
}
.flex-list-hotels{
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}
.border-botom-top-list{
    width: 100%;
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
    padding-top: 8px;
}
.flex-row-space-around{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.btn-outline-secondary{
    text-align: center;
    background: #cacaca;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
}
.input-text-form{
    text-align: center;
}
.night-image-smal{
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
}
.van-progress__portion_user{
    width: 0%;
    background: rgb(50, 100, 255);
}
.van-progress__pivot_user{
    left: 0%;
    transform: translate(-100%, -50%);
    background: rgb(50, 100, 255);
}
.itemLoad{
    position: relative;
}
.fa-times{
    position: absolute;
    top: 12px;
    right: 0;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.397);
    border-radius: 3px;
}
.book_quantity {
    display: table;
    width: 100%;
}
.book_quantity-btn input {
    width: 30px;
    height: 30px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    text-align: center;
}
.book_quantity input.minus {
    border-radius: 5px 0 0 5px;
    border-right: none; cursor: pointer;
}
.book_quantity label {
    font-size: 13px;
    margin-bottom: 0;
}
.book_quantity .qty {
    width: 66px;
    height: 30px;
}
.book_quantity input.plus {
    border-radius: 0 5px 5px 0;
    border-left: none; cursor: pointer;
}
/*style auth*/
.bgAuth{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: -1
}
.main_root_auth .main_app{
    position: relative;
    z-index: 1; padding: 15px;
}
.container_group{
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 15px -2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 15px -2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 15px -2px rgba(255, 255, 255, 1);
}
.content_auth{
    height: calc(100vh - 76px);
    overflow-y: auto;
}
.content_auth .user-container{
    min-height: unset !important; height: 100%;
    background-color: rgba(255,255,255, 0.4) !important;
    margin-bottom: 0; border-radius: 0 0 5px 5px;
}
.content_auth .form-wrap{
    margin-top: 20px;
 }
.main_root_auth .van-nav-bar,
.main_root_auth .van-nav-bar-login
{
    background-color: rgba(255,255,255, 0.45) !important;
    border-radius: 5px 5px 0 0;
}
.content_auth .form-title-right{
    color: #f4f5f9 !important;
}
.TAlEnd{
    text-align: end;
}
/* Datepicker */
.datepicker {
    border: 1px solid #dddddd;
    padding: 8px;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #67a8e4 !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #67a8e4 !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>td {
    padding: 5px;
}
/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}
/* Color Picker */
.colorpicker-visible {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top: 0;
}
.datepicker-dropdown.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.colorpicker-selectors i {
    margin-top: 5px;
    margin-left: 5px;
}
.colorpicker-element .btn-light {
    background: #e6e6e6;
}
.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}
/* Select 2 */
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #E3E3E3 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 12px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 38px !important; width: 28px !important;
    right: 1px; line-height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #67a8e4;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-dropdown {
    border: 1px solid #e3e3e3;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.select2-search input {
    border: 1px solid #e3e3e3;
}
.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #e3e3e3;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    padding: 0 7px;
}
.datepickerNew {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 125px;
    text-align: center;
}
.btn-quantity{
    display: flex;
}
.FlEnd {
    justify-content: end
}
.brand-icon{
    width: 50px;
    height: 60px;
}
.goods-wrap-mgtop{
    margin-top: 250px;
}
.member-wrap .user-line:last-child{
    border-bottom: unset;
}
.van-list__finished-text{ line-height: 18px;}
.hotel_null{
    margin-top: 15px;
    color: var(--van-list-text-color);
    font-size: var(--van-list-text-font-size);
    line-height: var(--van-list-text-line-height);
    text-align: justify; line-height: 18px;
}
