body {
    font-family: 'Mitr';
}

.container,
.container-md,
.container-lg {
    padding: 0px;
}


.row {
    margin: 0px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.form-floating {
    padding: 0px;
}

.form-control,
.form-select {
    border-radius: 10px;
}

.btn {
    border-radius: 10px;
}

.btn-light {
    color: #859CB7;
    border: 1px solid #859CB7;
    border-radius: 10px;
}

.btn-swipe {
    background: #CF4380;
    border: 4px solid #FFFFFF;
}

.btn-swipe:hover {
    background: #d11d6b;
    border: 4px solid #FFFFFF;
}

.input-file-box {
    position: relative;
}

.input-file-box input[type="file"] {
    width: 100%;
}

.adult-content {
    display: none;
}

.float-right {
    float: right;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.no-padding {
    padding: 0px;
}

.display-inline {
    display: inline-block;
}

.display-none {
    display: none;
}

.position-relative {
    position: relative;
}

/* header */
.header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;

    margin-top: 10px;
}

.header a {
    text-decoration: none;
    color: #FFFFFF;
}

.header .header-bar {
    /* background-color: #0BC4A8; */
    background-color: #05ad9d;
    border-radius: 10px;
    padding: 16px 12px;
    height: 74px;

    position: relative;
    color: #FFFFFF;
}

.header .header-bar .toggle-left-menu {
    display: inline-block;
}

.header .header-bar .toggle-left-menu .btn-light {
    font-size: 20px;
    padding: 0px 9px;
    border-radius: 5px;
}

.header .header-bar .main-logo {
    display: inline-block;
}

.header .header-bar .main-logo img {
    width: 155px;
}

.header .header-bar .menu {
    display: none;
}

@media (min-width: 1200px) {
    .header .header-bar .menu {
        display: inline-block !important;
    }

    .header .header-bar .toggle-left-menu {
        display: none;
    }
}

.select-zone {
    display: inline-block;
    margin-left: 10px;
}

#btnSelectZone {
    padding: 8px 10px;
    background: #859CB7;
    border-radius: 8px;
    text-align: left;
    border: none;
}

.select-zone .dropdown-menu {
    padding: 0;
}

.select-zone .dropdown-item {
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #696969;
}

.select-zonenjoy {
    color: #FFFFFF;
    background-color: #859CB7;
}

.select-zonenjoy:hover {
    color: #FFFFFF;
    background-color: #6487af;
}

#btnSelectZone.nzone,
#btnSelectZoneLeft.nzone,
.btn-select-zone.nzone,
.select-zone .select-nzone {
    color: #FFFFFF;
    background: linear-gradient(180deg, #000070 0%, #C0098D 100%);
}

.select-zone .select-nzone:hover {
    background: linear-gradient(180deg, #050592 0%, #d10d9a 100%);
}

#btnSelectZone.lzone,
#btnSelectZoneLeft.lzone,
.btn-select-zone.lzone,
.select-zone .select-lzone {
    color: #FFFFFF;
    background: linear-gradient(90deg, #9747FF 1.18%, #0F0BC4 22.28%, #64964B 40.81%, #FAFF00 63.46%, #C0098D 81.99%, #FF405C 100%);
}

.select-zone .select-lzone:hover {
    background: linear-gradient(90deg, #a057ff 1.18%, #1d1ad1 22.28%, #70a157 40.81%, #fbff1b 63.46%, #ce169a 81.99%, #FF405C 100%);
}

#btnSelectZone.fzone,
#btnSelectZoneLeft.fzone,
.btn-select-zone.fzone,
.select-zone .select-fzone {
    color: #FFFFFF;
    background: linear-gradient(45deg, #C8963F 50%, #F2BE63 50%);
}

.select-zone .select-fzone:hover {
    background: linear-gradient(45deg, #e0a949 50%, #ffcb72 50%);
}

#btnSelectZone.mzone,
#btnSelectZoneLeft.mzone,
.btn-select-zone.mzone,
.select-zone .select-mzone {
    color: #FFFFFF;
    background: linear-gradient(45deg, #A0658C 50%, #BCAF95 50%);
}

.select-zone .select-mzone:hover {
    background: linear-gradient(45deg, #c07fab 50%, #d1c3a8 50%);
}


.menu ul.menu-list {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.menu ul.menu-list li.menu-item {
    display: inline-block;
    margin: 0px;
}

.menu ul.menu-list li.menu-item a {
    padding: 5px 5px;
    border-radius: 10px;
}

.menu ul.menu-list li.menu-item.active a,
.menu ul.menu-list li.menu-item a:hover {
    color: #859CB7;
    background: #FFFFFF;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.header .header-bar .main-tool {
    position: absolute;
    top: 20px;
    right: 12px;
}

.header .header-bar .main-tool>* {
    display: inline-block;
}

.header .header-bar .main-tool .btn-light {
    color: #859CB7;
}

.header .header-bar .main-tool .btn-light:hover {
    color: #000000;
}

.header .header-bar .main-tool>.member-tool {
    position: relative;
}

.header .header-bar .main-tool>.member-tool .dropdown-menu {
    border-radius: 10px;
}

.header .header-bar .main-tool>.member-tool .dropdown-menu li.li-signout {
    border-top: 1px solid #859CB7;
}

.header .header-bar .main-tool>.member-tool .dropdown-menu a {
    color: #859CB7;
}


.header .header-bar .main-tool>.member-tool .dropdown-menu a i {
    width: 30px;
}

@media (max-width: 575px) {
    .header .header-bar .main-tool>.member-tool {
        display: none;
    }
}

.member-profile {
    padding: 8px 10px;
    border-radius: 10px;
    margin-right: 5px;
    position: relative;
}

.member-profile:hover {
    color: #859CB7;
    background: #FFFFFF;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.member-profile .member-profile-pic {
    display: inline-block;
    vertical-align: middle;

    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFFFFF;
}

.member-profile .member-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .header-bar .main-tool .member-profile .member-display-name {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    white-space: nowrap;
}


.language-tool .btn-lang {
    /* Auto layout */

    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    gap: 10px;

    font-size: 12px;
    text-decoration: none;
    color: #000000;

    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
}

.language-tool .btn-lang.active {
    background: #1FD29D;
    color: #FFFFFF;
}

.language-line {
    height: 38px;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
}

/* header mobile */
@media (max-width: 1199px) {
    .header {
        margin-top: 0px;
    }

    .header .header-bar {
        border-radius: 0px;
        padding: 8px 12px;
        height: 64px;
    }

    .header .header-bar .main-tool {
        top: 16px;
    }
}

/* end header */

/* left menu */
.menu-left-bar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1040;
    width: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;

    color: #FFFFFF;
    background-color: #05ad9d;

    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.42);
}

.menu-left-bar a {
    text-decoration: none;
}

.menu-left-bar .menu-left-bar-top {
    background-color: #859CB7;
}

.menu-left-logo-section {
    padding: 8px 15px;
    position: relative;
}

.menu-left-logo-section .close-left-menu {
    position: absolute;
    top: 12px;
    right: 8px;

}

#btn-close-left-menu {
    border-radius: 5px;
}

.menu-left-bar .menu-left-register {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .menu-left-bar .member-tool {
        display: none;
    }
}

.menu-left-bar .member-tool>a {
    margin: 0px;
    display: block;
    width: 100%;
    border-radius: 0px;
    color: #FFFFFF;
}

.menu-left-bar .member-tool>a,
.menu-left-bar .member-tool>a:hover {
    color: #859CB7;
    background-color: #FFFFFF;
}

.menu-left-bar .left-member-coin {
    padding: 5px 10px;
    font-size: 14px;
}
.menu-left-bar .member-profile i,
.menu-left-bar .left-member-coin i {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

.menu-left-bar .left-member-coin img {
    width: 32px;
    margin-right: 4px;
}

.menu-left-bar .left-member-ranking {
    padding: 5px 10px;
    font-size: 12px;
}

.menu-left-bar .left-member-ranking img {
    width: 26px;
    margin-left: 5px;
    margin-right: 5px;
}

.menu-left-bar .select-zone {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.menu-left-bar .select-zone .dropdown-menu {
    width: 250px;
    left: 5px !important;
}

.menu-left-bar .select-zone .dropdown-menu .dropdown-item {
    padding: 10px;
}

#btnSelectZoneLeft {
    padding: 10px;
    background: #05ad9d;
    text-align: left;
    border: none;
    border-bottom: 1px solid #859CB7;
    display: block;

    color: #FFFFFF;
}

#btnSelectZoneLeft .fa-caret-down {
    position: absolute;
    top: 14px;
    right: 15px;
}

.menu-left-bar-list .menu-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-left-bar-list .menu-list .menu-item a {
    color: #FFFFFF;
    padding: 8px 10px;
    display: block;
}

.menu-left-bar-list .menu-list .menu-item.active a,
.menu-left-bar-list .menu-list .menu-item a:hover {
    color: #859CB7;
    background: #FFFFFF;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.menu-left-bar-list .menu-list .menu-item a i {
    width: 30px;
}


/* Card */
.deck-title {
    font-size: 18px;
    align-items: center;
    padding: 6px 15px;
    display: inline-block;

    background: #859CB7;
    border-radius: 10px;

}

.deck-card>div {
    padding: 5px;
}

/* @media (min-width: 768px) {
    .deck-card>div {
        padding: 8px;
    }
} */

.card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.card a {
    text-decoration: none;
    color: #000000;
}

.card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
}

.card .image-container {
    position: relative;
    height: 240px;
    background-color: #D9D9D9;
    border-radius: 10px 10px 0px 0px !important;
    overflow: hidden;
}

.card .thumbnail-image {
    border-radius: 10px 10px 0px 0px !important;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .first {
    position: absolute;
    width: 100%;
    padding: 0px;
}

.card .new-tag {
    position: relative;
    top: -1px;
    padding: 0px;
    font-size: 10px;
    border-radius: 6px;
    color: #fff;
}

.card .new-tag img {
    width: 60px;
}

.card .promote-tag {
    background: linear-gradient(90deg, #FDD030 0%, #FD6930 43.75%, #EC5C1E 73.96%, #EB6258 94.27%);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 3px 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.card .normal-tag {
    background-color: #DFDFDF;
    border-radius: 5px;
    /* color: #FFFFFF; */
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 3px 10px;
}

.card .not-verify-tag {
    background-color: #e62340;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 3px 10px;
}

.card .wait-verify-tag {
    background-color: #FEE45A;
    border-radius: 5px;
    color: #000000;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 3px 10px;
}


.card .second {
    position: absolute;
    width: 100%;
    padding: 0px;
    bottom: 0px;
}

.card .verify-tag {
    border-radius: 5px;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    left: 8px;
    bottom: 8px;
    position: absolute;
    background-color: #1FD29D;
}

.card .favorite-tag {
    position: absolute;
    right: 8px;
    bottom: 4px;
}

.card .service-provice {
    padding: 3px 8px;
    color: #FFFFFF;
    font-size: 12px;
    /* background: #CF4380; */
    background: #1FD29D;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.card .service-district {
    position: absolute;
    right: 5px;
    padding: 3px 5px;
    color: #989B9B;
    font-size: 12px;
    background: #FFFFFF;
    border-radius: 15px;
}

.card .service-area{
    /* padding: 3px 5px; */
    padding-left: 5px;
    font-size: 12px;
}

.card .service-area-text {
    position: relative; 
    top: -3px;
    /* padding-left: 4px; */
    color : #1FD29D;
}

.card .service-bio {
    position: relative;
}

.card .service-name {
    font-weight: bold;
    font-size: 18px;
    padding: 3px 5px;
    /* padding-top: 10px; */
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.card .service-gender,
.card .service-nationality,
.card .service-age {
    padding: 0px 5px;
    color: #989B9B;
    font-size: 12px;
}

.card .service-nationality {
    position: absolute;
    right: 5px;
    top: 3px;
}

.card .service-price {
    margin: 5px -8px -8px -8px;
    text-align: center;
    background: #1FD29D;
    border-radius: 0px 0px 10px 10px;
    padding: 1px 10px;

}

.footer {
    background-color: #859CB7;
}

.footer .copyright-text {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

/* Modal */
#warningMessageAdult .modal-dialog {
    border-radius: 10px;
}

#warningMessageAdult .modal-header {
    background: #859CB7;
    border-color: #859CB7;
    border-radius: 0px;
}

#warningMessageAdult .modal-header img {
    margin: 0 auto;
}

#warningMessageAdult .modal-body {
    background: #859CB7;
    text-align: center;
    border-color: #859CB7;
}

#warningMessageAdult .modal-body img {
    width: 120px;
    padding-bottom: 20px;
}

#warningMessageAdult .modal-footer {
    background: #859CB7;
    justify-content: center;
    border-color: #859CB7;
}

#warningMessageAdult .language-tool {
    background: #859CB7;
    padding: 10px;
    text-align: right;
    border-radius: 5px 5px 0px 0px;
}

/* Loading */
.loading-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    /* display: none; */
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/* custom select 2 */
.select2 {
    width: 100% !important;
}

.select2 .select2-selection {
    border-radius: 10px;
}

/* search component */

.post-loading {
    height: 230px;
}

.post-not-found {
    padding: 20px 0px;
}