@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap');
body {
    font-family: 'Mitr', sans-serif !important;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: none;
}
svg:not(:root).svg-inline--fa {
    overflow: visible
}
.form-control{
  height: calc(1.5em + 0.75rem + 2px);
}
.bg-pink {
    background-color: #fcf3f6 !important;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse {
    color: #fff
}

.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.sideline-post .card-img-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #fff1eb;
}

.sideline-post .price {
    bottom: 0;
    right: 0;
    background-color: #f1471b;
    border-top-left-radius: .25rem;
}

.sideline-post .verity {
    left: -6px;
    bottom: 30px;
    padding: 0 7px;
    font-size: 12px;
    text-shadow: 0 1px 2px #000000a1;
    background-color: rgb(36, 181, 53);
    height: 1.6em;
}

.sideline-post .gender,
.sideline-post .new-arrival {
    bottom: 3px;
    left: 7px;
    font-size: .8em;
    padding: 1px 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .6);
    text-shadow: 0 1px 2px #000000a1;
    vertical-align: middle;
}

.sideline-post .new-arrival {
    top: 6px;
    left: 7px;
    bottom: auto;
}

.sideline-post .is-vaccinated {
    right: 0;
    bottom: 35px;
    background: rgba(0, 123, 255, .8);
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    font-size: .8em;
    padding: 1px 6px;
}

.sideline-post .heart {
    top: 0;
    right: 5px;
    cursor: pointer;
}

.sideline-post .card-title {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    font-weight: 700;
}

.sideline-post .card-text {
    color: rgba(0, 0, 0, .65);
    font-size: 15px;
}

.sideline-post .heart i,
.sideline-post .heart svg {
    color: #f1471b !important;
}

.lds-ring {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    text-align: center;
    display: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ccc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sideline-post .sticky .heart {
    top: 8px;
}

.sticky {
    overflow: hidden;
}

.sticky .new-arrival {
    background: rgba(255, 255, 255, 0.3);
}

.sticky .star svg {
    color: #FFDF00 !important;
}

.sticky .main-element {
    position: absolute;
    top: 1%;
    left: 1%;
    display: block;
    height: 97%;
    width: 97%;
    margin: auto;
    align-self: center;
    z-index: -1;
}

.sticky .border {
    position: absolute;
    display: block;
    top: -50%;
    left: -50%;
    z-index: -9;
    height: 200%;
    width: 200%;
    transform: rotate(-95deg);
    overflow: hidden;
    background: linear-gradient(to right, #fff 20%, #fff 40%, #FF69B4 50%, #FF69B4 55%, #fff 70%, #fff 100%);
    background-size: 200% auto;
    animation: shine 2s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

body {
    font-family: 'sukhumvittadmai', sans-serif;
}

.blur {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.page_speed_2019131435 {
    font-size: 18px;
}

.page_speed_1540000667 {
    color: #e74c3c;
}

.page_speed_327629067 {
    height: 200px
}

.page_speed_1239590919 {
    display: none
}

.badge-danger-1 {
    /* background: #ff69b4 !important; */
    background: #f086aa  !important;
    color: #ff0000 !important;
    /* border: 2px solid #ff69b4 !important; */
    border: 2px solid #f086aa  !important;
}
.bg-header {
    /* background-color: #FF69B4 !important; */
    background-color: #f086aa !important;
}
.form-group {
    margin-bottom: 1rem;
}
.breadcrumb {
    background-color: #ffe4e1 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.jumbotron {
    background-color: #ffe4e1 !important;
}

.btn {
    color: #ffffff !important;
}

a {
    color: #FF69B4 !important;
}

.btn-primary {
    /* background-color: #FF69B4 !important;
    border-color:  #FF69B4 !important; */
    background-color: #f086aa !important;
    border-color:  #f086aa !important;
}

.chat{
  position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 40px;
        z-index: 100000;
}
.modal-header {
    background-color: #ffe4e1 !important;
}

.btn-outline-primary {
    border-color: #ffffff !important;
    background-color: #FF69B4 !important;
}

.bg-danger {
    background-color: #f086aa !important;
}

@media (min-width: 576px) {
    .form-inline .custom-select,
    .form-inline .input-group {
        width: 100% !important;
    }
}

.btn-info {
    border-color: #ffffff !important;
    background-color: #FF69B4 !important;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff !important;
} */

footer p {
    color: #ffffff !important;
}

footer {
    color: #ffffff !important;
}

.sector {
    border: 2px solid #FF69B4;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    background-color: #FF69B4;
    color: #fff !important;
}

.sector a {
    color: #fff !important;
}

#box-the-star .box-member{
  background: linear-gradient(70deg, #fff, #fff) border-box !important;
  -webkit-mask: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(#fff, #fff 0) !important;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) !important;
}

.box-member[data-v-6d3fba7e] {
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* background: linear-gradient(70deg, #e93f63, #112b64) border-box; */
  /* background: linear-gradient(70deg, #fff, #fff) border-box;
  -webkit-mask: linear-gradient(#fff, #fff 0) padding-box, linear-gradient(#fff, #fff 0);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
}

.box-img[data-v-6d3fba7e] {
    position: relative;
    z-index: 1;
}

.custom-link[data-v-6d3fba7e] {
    text-decoration: none;
}

.detail-member[data-v-6d3fba7e] {
    padding: 0 10px 5px;
}

.tag-location[data-v-6d3fba7e],
.tag-location-2[data-v-6d3fba7e] {
    font-weight: 700;
    display: inline-block;
    border-radius: 15px;
}

.tag-location-2[data-v-6d3fba7e] {
    color: #e93f63;
    font-size: 12px;
    padding: 0 8px;
    margin-bottom: 7px;
}

.text-d-1[data-v-6d3fba7e] {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.text-d-4[data-v-6d3fba7e] {
    font-size: 14px;
    color: #000;
}

.text-d-4[data-v-6d3fba7e] {
    font-size: 14px;
    color: #000;
}

.row-box[data-v-6d3fba7e] {
    display: list-item;
}

.box-50[data-v-6d3fba7e] {
    width: 50%;
    float: left;
}

.text-d-2[data-v-6d3fba7e] {
    font-size: 14px;
    color: #666;
}

.text-d-3[data-v-6d3fba7e] {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: right;
    margin-top: -2px;
}

.box-col[data-v-6d3fba7e] {
    width: 25%;
    float: left;
    padding: 8px;
}

.img-member[data-v-6d3fba7e],
.img-member-new[data-v-6d3fba7e] {
    height: 250px;
}

.img-member-hover[data-v-6d3fba7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s;
}

.detail-member[data-v-6d3fba7e] {
    padding: 0 10px 5px;
}

.box-curve[data-v-6d3fba7e],
.detail-member[data-v-6d3fba7e] {
    width: 100%;
    background: #fff;
}

.tag-location[data-v-6d3fba7e],
.tag-location-2[data-v-6d3fba7e] {
    font-weight: 700;
    display: inline-block;
    border-radius: 15px;
}

.tag-location[data-v-6d3fba7e] {
    color: #fff;
    font-size: 10px;
    background: #e93f63;
    padding: 2px 10px;
    margin-bottom: 0;
}

.box-super-star[data-v-6d3fba7e] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(90deg, #112b64 20%, #e93f63);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 6px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-radius: 0 6px 0 6px;
}

.box-confirm[data-v-1f5fe0c7] {
    position: absolute;
    bottom: 15px;
    left: 5px;
    background: #24b535;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    font-weight: 300;
    padding: 3px 8px;
    border-radius: 6px 0 6px 0;
}

.img-member-hover[data-v-6d3fba7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s;
}

.img-member[data-v-6d3fba7e],
.img-member-new[data-v-6d3fba7e] {
    height: 250px;
}

.img-member-new[data-v-6d3fba7e] {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-curve[data-v-6d3fba7e],
.detail-member[data-v-6d3fba7e] {
    width: 100%;
    background: #fff;
}

.box-curve[data-v-6d3fba7e] {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    border-radius: 7px 7px 0 0;
}

.box-new[data-v-6d3fba7e] {
    position: absolute;
    left: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 6px 0 6px 0;
}

.box-new[data-v-6d3fba7e] {
    top: 5px;
    background: rgba(0, 0, 0, .5098);
}

.box-vaccine-covid[data-v-a342977e] {
    position: absolute;
    bottom: 15px;
    left: 81px;
    background: #ff4500;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    font-weight: 300;
    padding: 3px 8px;
    border-radius: 6px 0 6px 0;
}

@media (max-width: 767px) {
    .box-col[data-v-6d3fba7e] {
        width: 50%;
    }
}

.fa,
.fas {
    font-weight: 900;
    color: #666666 !important;
}

.display-authen {
    /* display: none !important; */
}

.box-love[data-v-6d3fba7e] {
    position: absolute;
    bottom: 15px;
    right: 8px;
    background: rgba(0, 0, 0, .5098);
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.box-love.active{
    color: #e93f63 !important;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #e7e7e7;
}


.box-love i {
    color: #fff !important;
}

.box-love.keep[data-v-6d3fba7e],
.box-love:hover {
    color: #e93f63 !important;
    /* background: hsla(0, 0%, 100%, .5098); */
}

.v-application .pt-0 {
    padding-top: 0!important;
}

.v-application--wrap {
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}

.v-application--wrap {
    min-height: unset!important;
}

.img-banner[data-v-c8d59f44] {
    max-height: 360px;
    max-width: 1260px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.v-responsive__sizer {
    transition: padding-bottom .2s cubic-bezier(.25, .8, .5, 1);
    flex: 1 0 0px;
}

.v-image__image,
.v-image__placeholder {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-thumbs-up {
    color: #FF69B4 !important;
}
