body {
    font-family: Roboto, Calibre, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    left: 0;
    right: 0;
}

a, body {
    color: var(--primary-text-color);
}
 
*:focus, *:active {
    outline: 0 !important;
}

.row {
    margin: 0; 
}

.center {
    text-align: center;
}

img {
    border-style: none;
    display: block;
    text-indent: -9999px;
}

.border-top{
    border-top :1px solid #e5e5e5;
    border-bottom :1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.landingTitle {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.4px;
    color: #4b4c6e;
    position: relative;
    z-index: 1;
}
 
.communitySlide {
    padding-top: 66px;
    padding-bottom: 48px;
}

.communityRow {
    padding-top: 20px;
    width: 98% !important;
    display: flow-root; 
}
 
.margen-center{
    margin: auto;
    margin-left: unset !important;
    margin-right: unset !important;
}

.star-gold{
    color: #ffd400; 
}

.star-dark{
    color: #A6A7A9; 
}

.text-light-success{
    color: #50cd89;
}

.communityBox {
    margin-bottom: 30px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 6px 16px 0 rgba(75, 76, 110, 0.16);
    padding: 15px 22px 15px 91px;
    cursor : pointer;
}

.communityBoxTitle {
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 8px;
}

.communityBoxBadge {
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 8px;
}

.communityBoxMembers {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 7px;
}

.special-number {
    padding: 19px 20px 39px 40px;
    margin: 62px -4px 0px 0px;
    border-radius: 81px;
    font-weight: bold;
    font-size: 33px;
    color: #e12d35;
    background-color: #e7263f;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 25px;
    line-height: 19px;
}

.round-div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FF9800;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    color: white;
    font-size: 24px;
    right: 0px;
    top: 64px;
}

.transparent-div {
    background-image: url('/Image/ber-monkol/golden-dragon.jpeg'); /* Replace 'your-image-url.jpg' with the URL of your image */
    background-size: cover; /* Adjusts the size of the background image to cover the entire div */
    background-repeat: no-repeat; /* Ensures the background image is not repeated */
    background-position: center; /* Centers the background image within the div */
    opacity: 0.5; 
}
  
.communityBoxBlue {
    background-image: linear-gradient(58deg, #2094d2, #7ec3e6);
}

.communityBoxPurple {
    background-image: linear-gradient(59deg, #485288, #7289da);
}

.communityBoxRed{
    background-image: linear-gradient(35deg, #d22020, #e34d4d);
}

.communityBoxWhite{
    background-image: linear-gradient(251deg,  #fff, #f1f1f1);
    border : 2px solid #efa435;
}

.book-box{
    border: 2px solid #c5beb5 !important;
}
 
.hili{
    color: #ff0000;
}
 
.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.price-label{
    background-color: #fee8dc !important;
    color: #f55252 !important;
    border-color: #fee8dc;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
}

.gray-label{
    background-color: #95908e !important;
    color: #ffffff !important;
    border-color: #fee8dc;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
}

.horo-label{
    background-color: #dcfedc !important;
    color: #148505 !important;
    border-color: #dcfedc;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
}
 
.badge { 
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 1.2 !important;
}

.communityBoxBtn {
    min-width: 128px;
    display: inline-block;
    padding: 4px 15px;
    color: #0079bf;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    border-radius: 45px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(74, 144, 226, 0.23), 0 4px 10px 0 rgba(74, 144, 226, 0.2);
}
.search-box {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
}

.forcast-box {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    background-color: #ffc87c;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
}

a:not(.no-global-styling) {
    text-decoration: none;
}

a, body {
    color: var(--primary-text-color);
}


.booking-label{
    position: absolute; 
    left: 18px;
    top: 18px;
    background-color: #333333;
}
 
.communityBoxImg { 
    position: absolute; 
    left: 18px;
    top: 18px; 
 }
.communityBoxImg img { 
    width: 55px;
     height: 55px;
      display: block; 
}
.communityBoxImg img:first-child { margin-bottom: 15px; }

.fade-enter-active, .fade-leave-active {
    transition: opacity .2s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
  }

.communityMobRow { display: none; margin-top: 48px; }
.communityPills { margin-bottom: 24px; display: block; text-align: center; font-size: 0; }
.communityPills li { display: inline-block; vertical-align: top; border-bottom: 1px solid rgba(75, 76, 110, 0.15); }
.communityPills li .nav-link.active { border-bottom: 1px solid #4b4c6e; border-radius: 0; }
.communityPills button { background: none !important; padding: 0 12px 12px 12px; }
.communityPills button img { width: 64px; height: 64px; box-shadow: 0 6px 16px 0 rgba(75, 76, 110, 0.16); border-radius: 100%; }


.telescope-cycle-mobile{
    margin:0
    auto;
    width:300px; 
    height:300px; 
    padding:15px;  
    background-image:url(../../Image/thai_wheel2.png);
    background-size: contain; 
    text-align:center; 
    vertical-align:middle;  
    background-repeat:no-repeat;
}
 
.cal-mobile-phone-title{
    padding-top: 66px;
    font-weight: 1000;
    font-size: 1.4em;
}

.cal-desc-green{
    color : #339900;
}

.cal-desc-blue{
    color : #1499e6;
}

.holo-number{
    color : #003399;
    font-size: 4.2em;
    padding-top: 30px;
    font-weight: 1000;
}

.star-group .star-gold{
    padding-left: 2px;
}
.star-group .star-dark{
    padding-left: 2px;
}

.cal-head{
    font-weight: 1000;
}

.cal-title{
    color : #003399;
    font-weight: 500;
    font-size: 1.3em;
}


.danger-txt{
    color : red !important;
}

.cal-desc{
    padding-top: 5px;
}
.watermark-txt{
    margin-top: -20px;
    color: #5c89e1a1;
}
   
/* search */ 
.card-green .card-body {
    
}
.btn-success-2 {
    --bs-btn-color: #000000;
    --bs-btn-bg: #50cd89;
    --bs-btn-border-color: #50cd89;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #6ad59b;
    --bs-btn-hover-border-color: #62d295;
    --bs-btn-focus-shadow-rgb: 68, 174, 116;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #73d7a1;
    --bs-btn-active-border-color: #62d295;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #50cd89;
    --bs-btn-disabled-border-color: #50cd89;
}
.btn.btn-success-2 {
    color: #ffffff;
    border-color:#50cd89;
    background-color: #50cd89;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
}
.btn-box{
    padding-top: 20px;
}
.justify-content-end {
    justify-content: flex-end !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0; 
}

.w-100 {
    width: 100% !important;
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card { 
    box-shadow: var(0 6px 16px 0 rgba(75, 76, 110, 0.16)); 
}
.col-form-label {
    padding-top: calc(0.775rem + 1px);
    padding-bottom: calc(0.775rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: #3f4254;
}
.input-number .form-control {
    text-align: center !important;
    font-weight: bolder;
    padding: 0.775rem 0.5rem;
}
.input-group-2>.form-control, .input-group-2>.form-floating, .input-group-2>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group-2:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group-2:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group-2:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group-2:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-2>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
 
.input-group-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.25rem;
    margin-bottom: 0.125rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2.25rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-control, .form-check-input {
    border-color: #333333 !important;
}

.form-check-input {
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.125rem;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e4e6ef;  
}

.align-items-center {
    align-items: center !important;
}
 
.bg-light-danger {
    background-color: #fee8dc !important;
    color: #FF9800 !important;
    border-color: #fee8dc;
    border-radius :5px  !important;
}
.btn-line{
    width: 100%;
}

.glyphicon{
    margin-right: 4px;
    top: 2px !important;
}

.btn.bg-light-danger:hover {
    background-color: #FF9800!important;
    color: #fff!important;
    border-color: #FF9800
}

.bg-light-success {
    background-color: #e0fbda!important;
    color: #40c057!important;
    border-color: #e0fbda;
    border-radius :5px  !important;
}

.btn.bg-light-success:hover {
    background-color: #40c057!important;
    color: #fff!important;
    border-color: #40c057
}
.btn-shopping {
    color: #212529;
    background-color: #d5b447;
    border-color: #d5b447;
    border-radius :5px  !important;
}

.btn-shopping:hover {
    color: #212529;
    background-color: #c8a42e;
    border-color: #be9c2b;
    box-shadow: 0 0 0 .2rem #ba9f4380
}
 
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mr-1, .mx-1 {
    margin-right: .375rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .375rem !important;
}

.text-error{
    color: red;
    margin: 18px 21px 20px 21px;
    font-weight: 1000;
}
 
.input-number .form-control {
    text-align: center !important;
    font-weight: bolder;
    padding: 0.775rem 0.5rem;
}
.card{
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;    
    --bs-card-inner-border-radius: calc(0.625rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

@media screen and (max-width: 1200px) {
    .communityRow > div { 
        -ms-flex: 0 0 33.333333%; flex: 0 0 50%;
    }
}
@media screen and (max-width: 991px) {

}

@media screen and (max-width: 600px) {
    .round-div {
        width: 40px;
        height: 40px;
        top: 50px;
    }
    .communityBox { 
        max-width: 400px; 
        margin: auto auto 16px auto ;
        padding: 11px 13px 10px 71px
    }
    .communityBoxImg { 
        top: 20px;
        left: 11px;
    }
    .communityBoxImg img { 
        width: 50px;
        height: 50px;
    }

    .communityBoxTitle { 
        font-size: 23px;
        line-height: 1.2;
    }

    .price-label { 
        font-size: 1.4rem !important;
    }

    .horo-label { 
        font-size: 1.4rem !important;
    }

    .badge {  
        line-height: 1.2 !important;;
    }

    

    .communityBoxMembers { font-size: 16px; margin-bottom: 7px; }
    .communityBoxImg img:first-child { margin-bottom: 24px; }
    
    .communityBoxBtn { font-size: 16px; line-height: 1.5; padding: 8px 10px; max-width: 100%; width: auto; }
}
 
@media screen and (max-width: 400px) {

    .btn-card{
         
    }

    .round-div {
        width: 35px;
        height: 35px;
        font-size: 16px;
        top: 45px;
    }
    .communityBox { 
        max-width: 400px; 
        margin: auto auto 16px auto ;
        padding: 12px 12px 12px 65px;
    }
    .communityBoxImg { 
        top: 20px; 
        left: 9px;
    }
    .communityBoxImg img { 
        width: 45px ;
        height: 45px; 
    }

    .communityBoxTitle { 
        font-size: 19px;
        line-height: 1.2;
    }

    .badge {  
        line-height: 1.2 !important;;
    }

    .price-label { 
        font-size: 1.4rem !important; 
    }
    .horo-label { 
        font-size: 1.4rem !important; 
    }
    

    .communityBoxMembers { font-size: 13px; margin-bottom: 7px; }
    .communityBoxImg img:first-child { margin-bottom: 24px; }
  
    .communityBoxBtn { font-size: 16px; line-height: 1.5; padding: 8px 10px; max-width: 100%; width: auto; }


    .mob-pet-popup .pet_grid-item { width: 100% !important; }
    .refill-energy { font-size: 14px !important; padding: 0 7px; }
    .quest-header-description { background: none !important; padding: 0 !important; }
    .quest-header-description p { color: #fff; }
    .quest-header-description { min-height: 0 !important; }
    .quest-craft-container { padding: 0 !important; }
    .trelloMobCat { margin-left: 45px; }
    .communityPills button img { width: 24px; height: 24px; }  
    .communityTab > div { padding-left: 0; padding-right: 0; }
    .speciesBox { padding: 32px 16px; height: 525px; }
    .speciesBox:hover {height: 525px;}
    .speciesSlider .slider-element .speciesBox:after {
        top: 226px;
    }
    .pressBoxInner img { max-width: 110px; }
    .partnersBox img { max-width: 100px; }
    .page_pets_my .list_count_header { width: 115px;
        line-height: 1.2;
        height: 40px;
        vertical-align: top;
        display: flex;
        align-items: center; }
    .promo_line_bg a {
        padding: 8px 20px !important;
        letter-spacing: -.5px;
    }
}

@media screen and (max-width: 320px) {
    .btn-card{
         
    }

    .round-div {
        width: 35px;
        height: 35px;
        font-size: 16px;
        top: 45px;
    }
    .communityBox { 
        max-width: 400px; 
        margin: auto auto 16px auto ;
        padding: 12px 12px 12px 50px
    }

    .communityBoxBadge{
        margin-bottom: 5px;
    }

    .communityBoxImg { 
        top: 17px; 
        left: 9px;
    }
    .communityBoxImg img { 
        width: 35px ;
        height: 35px; 
    }

    .communityBoxTitle { 
        font-size: 15px;
        line-height: 1.2;
    }

    .badge {  
        line-height: 1.1 !important;
        border-radius: 3px !important;
    }

    .price-label { 
        font-size: 1.1rem !important; 
    }

    .communityBoxMembers { font-size: 13px; margin-bottom: 7px; }
    .communityBoxImg img:first-child { margin-bottom: 24px; }
  
    .communityBoxBtn { font-size: 16px; line-height: 1.5; padding: 8px 10px; max-width: 100%; width: auto; }


    .mob-pet-popup .pet_grid-item { width: 100% !important; }
    .refill-energy { font-size: 14px !important; padding: 0 7px; }
    .quest-header-description { background: none !important; padding: 0 !important; }
    .quest-header-description p { color: #fff; }
    .quest-header-description { min-height: 0 !important; }
    .quest-craft-container { padding: 0 !important; }
    .trelloMobCat { margin-left: 45px; }
    .communityPills button img { width: 24px; height: 24px; }  
    .communityTab > div { padding-left: 0; padding-right: 0; }
    .speciesBox { padding: 32px 16px; height: 525px; }
    .speciesBox:hover {height: 525px;}
    .speciesSlider .slider-element .speciesBox:after {
        top: 226px;
    }
    .pressBoxInner img { max-width: 110px; }
    .partnersBox img { max-width: 100px; }
    .page_pets_my .list_count_header { width: 115px;
        line-height: 1.2;
        height: 40px;
        vertical-align: top;
        display: flex;
        align-items: center; }
    .promo_line_bg a {
        padding: 8px 20px !important;
        letter-spacing: -.5px;
    }
}