/*booking*/

/* .view-bookingdevelopers button.filter-search-actions__button.btn.btn-primary.js-stools-btn-filter,
.view-bookingdevelopers .filter-search-bar.btn-group {
    display: none;
} */

.view-bookingdevelopers .slideshow-photo img,
.view-project_details .slideshow-photo img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.com-dt-booking .slick-dots li{
    margin:0;
    width:12px;
}
.com-dt-booking .slick-dots li button{
    padding:5px !important;
}
.com-dt-booking .slick-dots li button:before {
    font-size: 25px !important;
    color: #D9D9D9 !important;
    opacity: 1 !important;
}

.com-dt-booking .slick-dots li.slick-active button:before {
    color: #767676 !important;
    opacity: 1 !important;
}

.com-dt-booking .slideshow-slider {
    max-width: 100%;
    padding: 15px 5px 30px 15px;
    background:rgb(255 255 255 / 40%);
    border-radius:16px;
}
.com-dt-booking .slick-dots {
    bottom: 5px;
    text-align: center;
}
.com-dt-booking .slick-slide.slideshow-photo img{
    height:100% !important;
    width:100% !important;
    border-radius:8px;
}
.com-dt-booking .slick-slide.slideshow-photo{
    padding-right:10px;
}
.view-bookingdevelopers .developer-cards .col-md-4.mb-4 {
    padding: 0 8px !important;
    margin-bottom: 16px !important;
}

.view-bookingdevelopers .developer-name-card {
    font-family: 'Inter';
    font-weight: 700 !important;
    color: #333;
    font-size: 18px !important;
    text-transform:capitalize;
    transition:0.5s;
    z-index: 1;
}
.view-bookingdevelopers .developer-card:hover .developer-name-card,
.view-bookingdevelopers .developer-card:focus .developer-name-card{
    opacity:1;
}
.view-bookingdevelopers .developer-card {
    height: 200px;
    background: 
        linear-gradient(135deg, rgb(228 239 252), rgb(215 234 255)) padding-box,  /* Inner box background */
        linear-gradient(45deg, #ffffff, rgb(255 255 255 / 40%), rgb(255 255 255 / 60%)) border-box; /* Gradient border */
    color: #100808;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 10px; */
    border-radius: 15px !important;
    position:relative;
    overflow:hidden;
    padding: 30px;
    transition:0.5s;
    border: 1px solid transparent;  /* Must be transparent for the gradient to show */
}
.view-bookingdevelopers .developer-card:before{
    content:'';
    background:#fff;
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    transition:0.5s;
}
.view-bookingdevelopers .developer-card:hover:before,
.view-bookingdevelopers .developer-card:focus:before{
    opacity:0.4;
}
.view-bookingdevelopers .pagination,
.view-project_details .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: rgb(248 215 135 / 40%);
    --bs-pagination-bg: #ffffff00;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: rgb(248 215 135 / 40%);
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: rgb(248 215 135 / 20%);
    --bs-pagination-hover-border-color: rgb(248 215 135 / 40%);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: rgb(248 215 135 / 20%);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #f8d787;
    --bs-pagination-active-bg: #dcb164;
    --bs-pagination-active-border-color: #ebc370;
    --bs-pagination-disabled-color: #2e3840;
    --bs-pagination-disabled-bg: #ffffff00;
    --bs-pagination-disabled-border-color: rgb(248 215 135 / 40%);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.view-bookingdevelopers .pagination>li>a,
.view-bookingdevelopers .pagination>li>span,
.view-project_details .pagination>li>a,
.view-project_details .pagination>li>span {
    color: #f8d787;
}

.view-bookingdevelopers .pagination>.active>a,
.pagination>.active>span,
.view-project_details .pagination>.active>a,
.pagination>.active>span {
    border-color: rgb(51 51 51) !important;
    background-color: rgb(255 255 255 / 30%) !important;
}

.view-bookingdevelopers .pagination>.active>a:hover,
.view-bookingdevelopers .pagination>.active>a:focus,
.view-bookingdevelopers .pagination>.active>span:hover,
.view-bookingdevelopers .pagination>.active>span:focus,
.view-project_details .pagination>.active>a:hover,
.view-project_details .pagination>.active>a:focus,
.view-project_details .pagination>.active>span:hover,
.view-project_details .pagination>.active>span:focus {
    border-color: rgb(255 255 255 / 40%) !important;
    background-color: rgb(255 255 255) !important;
}

.view-bookingdevelopers .choices[data-type*=select-one] .choices__inner .choices__item,
.view-project_details .choices[data-type*=select-one] .choices__inner .choices__item {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-bookingdevelopers .choices[data-type*=select-one] .choices__list--dropdown .choices__item,
.view-project_details .choices[data-type*=select-one] .choices__list--dropdown .choices__item {
    font-size: 12px;
}

@media (max-width:767px) {
    .view-project_details #sp-component .sp-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .view-project_details #sp-component h1,
    .view-project_detailform #sp-component h1,
    .view-bookingdevelopers #sp-component h1,
    .view-project_developerform #sp-component h1 {
        font-size: 28px !important;
    }
}

.view-project_detailform .form-horizontal .controls .btn-primary,
.view-project_developerform .form-horizontal .controls .btn-primary {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    background: #36ab03 !important;
    padding: 10px 15px;
    color: #fff;
}

.view-project_detailform .form-horizontal .controls .btn-primary:hover,
.view-project_developerform .form-horizontal .controls .btn-primary:hover,
.view-project_detailform .form-horizontal .controls .btn-primary:focus,
.view-project_developerform .form-horizontal .controls .btn-primary:focus {
    background: #1e6300 !important;
    color: rgb(255 255 255 / 60%) !important;
}

.view-project_detailform .form-horizontal .controls .btn-danger,
.view-project_developerform .form-horizontal .controls .btn-danger {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    padding: 10px 15px;
    background: #e30000 !important;
    transform: translate(5px, 0.5px);
}

.view-project_detailform .form-horizontal .controls .btn-danger:hover,
.view-project_developerform .form-horizontal .controls .btn-danger:hover,
.view-project_detailform .form-horizontal .controls .btn-danger:focus,
.view-project_developerform .form-horizontal .controls .btn-danger:focus {
    background: #a40000 !important;
    color: rgb(255 255 255 / 60%) !important;
}

button[aria-controls="projectdetail"],
button[aria-controls="projectdeveloper"] {
    display: none !important;
}

.dashboard-panel-body.view-project_detail .fwre-property-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800 !important;
    color: #3F3F3F !important;
    font-size: 32px !important;
    margin-bottom: 20px;
    -webkit-linear-gradient: 0;
}

.view-project_detail .fwre-big-image-wrapper img {
    width: 100%;
    height: auto;
}

.view-project_detail .slider.fwre-slider-nav img {
    cursor: pointer;
    border: 8px solid transparent;
    opacity: 0.5;
}

.view-project_detail .fwre-slider-nav .slick-track .slick-current img,
.view-project_detail .fwre-slider-nav .slick-track img:hover {
    opacity: 1 !important;
}

.view-project_detail .fwre-slider-nav .slick-track {
    justify-content: flex-start !important;
}

.view-project_detail .slider.fwre-slider-nav .slick-current img {
    border-color: rgb(255 255 255 / 15%);
}

.view-project_detail .fwre-property-location .fwre-property-price {
    font-size: 20px;
    display: block;
    margin: 15px 0px 30px 0px !important;
    color: #3f3f3f;
    text-shadow: none !important;
    font-weight: 700 !important;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
}

.view-project_details #project_detailList td,
.view-project_details #project_detailList th,
.view-project_details #project_detailList a{
    color: #3f3f3f;
}

.view-project_details .btn-secondary:focus {
    color: #fff;
}

.view-project_detail .slick-list.draggable {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

.view-project_detail ul.nav.nav-tabs.fwre-property-tabs {
    padding-top: 20px;
    border-bottom: 0;
}

.view-project_detail .slick-track {
    height: 100%;
}

.view-project_detail .fwre-big-image-wrapper .slick-slider .slick-slide img {
    display: block;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
}

.view-project_detail .row.fwre-property-specification .project-field-title {
    padding: 15px 15px 5px 15px;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    max-width: 100%;
    height: 40px;
}

.view-project_detail .row.fwre-property-specification .project-field-description {
    padding: 0 15px 15px 15px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    max-width: 100%;
}

.view-project_detail table,
.view-project_detail th,
.view-project_detail td {
    border: 1px solid white;
}

.view-project_detail a.btn.btn-outline-primary {
    background: rgb(255 255 255) !important;
    color: #04093c;
    margin-top: 15px;
}

.view-project_detail a.btn.btn-outline-primary:hover,
.view-project_detail a.btn.btn-outline-primary:focus {
    background: rgb(255 255 255 / 70%) !important;
    color: #04093c;
}

.view-project_detail .btn-danger {
    font-family: 'Montserrat' !important;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.view-project_detail .project-field-description a:hover {
    color: #4a7b8c;
}

.view-project_detail .fwcss .fwre-property-info .fwre-property-location .location {
    flex-direction: row;
    flex-wrap: nowrap;
    color: #3f3f3f;
    align-items: start;
    justify-content: flex-start;
}

.view-project_detail .fwcss .fwre-property-info .fwre-property-location .location i {
    width: fit-content;
    margin-top: 4px;
}

.view-project_detail .social_whatsapp {
    display: flex;
    align-items: center;
    justify-content: right;
}

.view-project_detail .social_whatsapp .project-field-description {
    font-family: 'Montserrat' !important;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s;
}

.view-project_detail .social_whatsapp i {
    transition: 0.5s;
}

.view-project_detail .social_whatsapp:hover .project-field-description,
.view-project_detail .social_whatsapp:hover i {
    color: rgb(0 0 0 / 40%);
}

.view-project_detail .project-video {
    margin-top: 30px;
}

.view-project_detail .project-video iframe {
    aspect-ratio: 16 / 9;
}

@media (max-width:991px) {
    .view-project_detail .fwre-property-location .fwre-property-price {
        margin-bottom: 0px !important;
    }

    .view-project_detail .fwre-property-social.row.whatsapp_number {
        margin-bottom: 30px;
    }
}

/*Specification*/
.view-project_detail .fwre-property-section-header {
    font-family: 'Inter' !important;
}

.view-project_detail .fwre-property-specification .row {
    position: relative;
    align-content: flex-start;
}

.view-project_detail .fwre-property-specification .row.type {
    width: calc(25% - 15px);
    padding-left: 50px;
    order: 1;
    background: #d6e6fa;
    margin-left: 15px;
    border-radius: 15px 0 0 0;
}

.view-project_detail .fwre-property-specification .row.type:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/type.png");
    background-size: contain;
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.developer {
    width: calc(75% - 15px);
    padding-left: 50px;
    order: 2;
    background: #d6e6fa;
    margin-left: 15px;
    border-radius: 0 15px 0 0;
}

.view-project_detail .fwre-property-specification .row.developer:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/developer.png");
    background-size: contain;
    width: 27px;
    height: 27px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.complete_years {
    width: calc(25%);
    padding-left: 50px;
    order: 4;
    background: #d6e6fa;
    margin-left: 15px;
    border-radius: 0;
}

.view-project_detail .fwre-property-specification .row.complete_years:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/complete_years.png");
    background-size: contain;
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.site_area {
    width: calc(25% - 15px);
    padding-left: 50px;
    order: 3;
    background: #d6e6fa;
    margin-left: 15px;
    border-radius: 0 0 0 15px;
}

.view-project_detail .fwre-property-specification .row.site_area:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/site_area.png");
    background-size: contain;
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.project_tenure {
    width: calc(25%);
    padding-left: 50px;
    order: 5;
    background: #d6e6fa;
    margin-left: 15px;
}

.view-project_detail .fwre-property-specification .row.project_tenure:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/tenure.png");
    background-size: contain;
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.total_units {
    width: calc(25% - 15px);
    padding-left: 50px;
    order: 6;
    background: #d6e6fa;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0 0 15px 0;
}

.view-project_detail .fwre-property-specification .row.total_units:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(0, -50%);
    background-image: url("/images/001-sam/dashboard/total_units.png");
    background-size: contain;
    width: 28px;
    height: 28px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(154deg) brightness(105%) contrast(101%);
}

.view-project_detail .fwre-property-specification .row.project_tower {
    margin-top: 30px;
    order: 7;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 15px 15px 0 0;
}

.view-project_detail .fwre-property-specification .row.components {
    order: 8;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.view-project_detail .fwre-property-specification .row.components table {
    width: 100%;
}

.view-project_detail .fwre-property-specification .row.components table td:first-child {
    width: 15%;
}

.view-project_detail .fwre-property-specification .row.units_per_level {
    order: 9;
    background: #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.view-project_detail .fwre-property-specification .row.units_per_level table {
    width: 100%;
}

.view-project_detail .fwre-property-specification .row.units_per_level table td:first-child {
    width: 15%;
}

.view-project_detail .fwre-property-specification .row.unit_details {
    order: 10;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.view-project_detail .fwre-property-specification .row.unit_details table {
    width: 100%;
}

.view-project_detail .fwre-property-specification .row.unit_details table td:first-child {
    width: 15%;
}

.view-project_detail .fwre-property-specification .row.orientation {
    order: 11;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 0 0 15px 15px;
}

.view-project_detail .fwre-property-specification .row.carpark {
    order: 12;
    margin-top: 30px;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 15px 15px 0 0;
}

.view-project_detail .fwre-property-specification .row.carpark table {
    width: 100%;
}

.view-project_detail .fwre-property-specification .row.carpark table td:first-child {
    width: 15%;
}

.view-project_detail .fwre-property-specification .row.carpark_level {
    order: 13;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 0 0 15px 15px;
}

.view-project_detail .fwre-property-specification .row.facilities_level {
    order: 14;
    margin-top: 30px;
    background:  #d6e6fa;
    width: calc(33.33%);
    margin-left: 15px;
    border-radius: 15px 0 0 0;
}

.view-project_detail .fwre-property-specification .row.total_lifts {
    order: 15;
    margin-top: 30px;
    background:  #d6e6fa;
    width: calc(33.33%);
    border-radius: 0;
}

.view-project_detail .fwre-property-specification .row.ceiling_heights {
    order: 16;
    margin-top: 30px;
    background:  #d6e6fa;
    width: calc(33.33%);
    margin-left: 15px;
    border-radius: 0 15px 0 0;
}

.view-project_detail .fwre-property-specification .row.project_remarks {
    order: 17;
    background:  #d6e6fa;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-radius: 0 0 15px 15px;
}

.view-project_detail .fwre-property-specification .row.main_fee {
    order: 18;
    margin-top: 30px;
    background: #d6e6fa;
    margin-left: 15px;
    width: calc(50% - 15px);
    border-radius: 15px 0 0 15px;
}

.view-project_detail .fwre-property-specification .row.bookingfee {
    order: 19;
    margin-top: 30px;
    background: #d6e6fa;
    margin-left: 15px;
    width: calc(50% - 15px);
    border-radius: 0 15px 15px 0;
}

.view-project_detail .fwre-property-specification .row.project_packages {
    order: 20;
    padding-top: 15px;
    background: #d6e6fa;
    margin-left: 15px;
    width: calc(100% - 30px);
    border-radius: 15px 15px 0 0;
    margin-top: 30px;
}

.view-project_detail .fwre-property-specification .row.cash_buyer_rebate {
    order: 21;
    background: #d6e6fa;
    margin-left: 15px;
    width: calc(100% - 30px);
    padding-bottom: 15px;
    border-radius: 0 0 15px 15px;
}

.view-project_detail .fwre-property-specification .row.cash_buyer_rebate table {
    width: 100%;
}

.view-project_detail .fwre-property-specification .row.pdf {
    order: 22;
    margin-top: 30px;
    margin-bottom: 15px;
    background: #d6e6fa;
    margin-left: 15px;
    width: calc(100% - 30px);
    padding-bottom: 15px;
    border-radius: 15px;
}

.view-project_detail .fwre-property-specification .row.pdf .project-field-title {
    padding-bottom: 0px;
}

.view-project_detail .fwre-property-specification .row.pdf .project-field-description .project-field-pdf-2 {
    display: flex;
    flex-wrap: wrap;
}

.view-project_detail .fwre-property-specification .row.pdf .project-field-description .project-field-pdf-2 p {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.view-project_detail .fwre-property-specification .row.pdf .project-field-description>div a {
    padding: 15px;
    background: rgb(0 0 0 / 10%);
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 50%);
    color: #ffffff;
    transition: 0.5s;
}

.view-project_detail .fwre-property-specification .row.pdf .project-field-description .project-field-pdf {
    padding: 15px 0;
    margin-bottom: 5px;
}

@media (max-width:1400px) {
    .view-project_detail .fwre-property-specification .row.type {
        width: calc(50% - 15px);
        order: 2;
        border-radius: 0 0 0 0;
    }

    .view-project_detail .fwre-property-specification .row.developer {
        width: calc(100% - 30px);
        order: 1;
        border-radius: 15px 15px 0 0;
    }

    .view-project_detail .fwre-property-specification .row.complete_years {
        width: calc(50% - 15px);
        order: 3;
        border-radius: 0 0 0 0;
    }

    .view-project_detail .fwre-property-specification .row.site_area {
        width: calc(33.33%);
        padding-left: 50px;
        order: 4;
        border-radius: 0 0 0 15px;
        margin-left: 15px;
    }

    .view-project_detail .fwre-property-specification .row.project_tenure {
        width: calc(33.33% - 15px);
        order: 5;
    }

    .view-project_detail .fwre-property-specification .row.total_units {
        width: calc(33.33% - 15px);
        order: 6;
        border-radius: 0 0 15px 0;
    }

}

@media (max-width:767px) {
    .view-project_detail .fwre-property-specification .row.type {
        width: 100%;
        order: 1;
        border-radius: 15px 15px 0 0;
        margin-left: 0px;
    }

    .view-project_detail .fwre-property-specification .row.developer {
        width: 100%;
        order: 2;
        border-radius: 0;
        margin-left: 0px;
    }

    .view-project_detail .fwre-property-specification .row.complete_years {
        width: 100%;
        order: 3;
        border-radius: 0;
        margin-left: 0px;
    }

    .view-project_detail .fwre-property-specification .row.site_area {
        width: 100%;
        order: 4;
        margin-left: 0px;
        border-radius: 0;
    }

    .view-project_detail .fwre-property-specification .row.project_tenure {
        width: 100%;
        order: 5;
        margin-left: 0px;
    }

    .view-project_detail .fwre-property-specification .row.total_units {
        width: 100%;
        order: 6;
        border-radius: 0 0 15px 15px;
        margin-left: 0px;
    }

    .view-project_detail .fwre-property-specification .row.project_tower {
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.unit_details {
        overflow: hidden;
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.unit_details .project-field-description {
        overflow-x: scroll;
    }

    .view-project_detail .fwre-property-specification .row.unit_details .project-field-description::-webkit-scrollbar {
        display: none;
    }

    .view-project_detail .fwre-property-specification .row.unit_details table {
        table-layout: fixed;
        width: 700px;
    }

    .view-project_detail .fwre-property-specification .row.units_per_level {
        overflow: hidden;
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.units_per_level .project-field-description {
        overflow-x: scroll;
    }

    .view-project_detail .fwre-property-specification .row.units_per_level .project-field-description::-webkit-scrollbar {
        display: none;
    }

    .view-project_detail .fwre-property-specification .row.units_per_level table {
        table-layout: fixed;
        width: 700px;
    }

    .view-project_detail .fwre-property-specification .row.components {
        overflow: hidden;
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.components .project-field-description {
        overflow-x: scroll;
    }

    .view-project_detail .fwre-property-specification .row.components .project-field-description::-webkit-scrollbar {
        display: none;
    }

    .view-project_detail .fwre-property-specification .row.components table {
        table-layout: fixed;
        width: 700px;
    }

    .view-project_detail .fwre-property-specification .row.orientation {
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.carpark {
        overflow: hidden;
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.carpark .project-field-description {
        overflow-x: scroll;
    }

    .view-project_detail .fwre-property-specification .row.carpark .project-field-description::-webkit-scrollbar {
        display: none;
    }

    .view-project_detail .fwre-property-specification .row.carpark table {
        table-layout: fixed;
        width: 700px;
    }

    .view-project_detail .fwre-property-specification .row.carpark_level {
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.facilities_level {
        margin-left: 0;
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .view-project_detail .fwre-property-specification .row.total_lifts {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
    }

    .view-project_detail .fwre-property-specification .row.ceiling_heights {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .view-project_detail .fwre-property-specification .row.project_remarks {
        margin-left: 0;
        width: 100%;
    }

    .view-project_detail .fwre-property-specification .row.main_fee {
        margin-top: 30px;
        width: 100%;
        margin-left: 0px;
        border-radius: 15px 15px 0 0;
    }

    .view-project_detail .fwre-property-specification .row.bookingfee {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
        border-radius: 0 0 15px 15px;
    }

    .view-project_detail .fwre-property-specification .row.cash_buyer_rebate {
        overflow: hidden;
    }

    .view-project_detail .fwre-property-specification .row.cash_buyer_rebate .project-field-description {
        overflow-x: scroll;
    }

    .view-project_detail .fwre-property-specification .row.cash_buyer_rebate .project-field-description::-webkit-scrollbar {
        display: none;
    }

    .view-project_detail .fwre-property-specification .row.cash_buyer_rebate table {
        table-layout: fixed;
        width: 700px;
    }

    .view-project_detail .fwre-property-specification .row.project_packages {
        margin-left: 0px;
        width: calc(100%);
    }

    .view-project_detail .fwre-property-specification .row.cash_buyer_rebate {
        margin-left: 0px;
        width: calc(100%);
    }

    .view-project_detail .fwre-property-specification .row.pdf {
        margin-left: 0;
        width: 100%;
    }
}

/*EO Specification*/

.view-project_detail .slideshow-slider.slick-initialized.slick-slider.slick-dotted,
.view-project_detailform .slideshow-slider.slick-initialized.slick-slider.slick-dotted,
.view-project_developerform .slideshow-slider.slick-initialized.slick-slider.slick-dotted {
    display: none;
}

.view-project_detailform joomla-tab[view=tabs]>div[role=tablist] {
    border: 0;
}

.view-project_detailform .fileColumn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.view-project_detailform .fileColumn div span.image {
    top: 5px !important;
    left: 5px !important;
}

.view-project_detailform .fileColumn div img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.view-project_detailform .fileColumn div a {
    padding-left: 18px;
    padding-right: 10px;
    color: #004308;
}

.view-project_detailform .fileColumn div a:hover {
    color: #10841e;
}

.view-project_detailform button.btn.btn-success.fileButton {
    margin-top: 10px;
}

.view-project_detailform #form-project_detail .control-group input,
.view-project_detailform #form-project_detail .control-group textarea {
    margin-left: 0px;
}

.view-project_detailform #form-project_detail .subform-repeatable-group {
    margin: 10px 15px;
    width: calc(100% - 30px);
    box-shadow: none;
}

.view-project_detailform .subform-repeatable-group .btn-toolbar.text-end {
    justify-content: right;
}

.view-project_detailform .subform-repeatable-group .btn-toolbar.text-end .btn-group button {
    border-radius: .375rem !important;
    height: 27px;
    width: 27px;
    background: rgb(25 25 70 / 70%) !important;
    border: 0 !important;
    transition: 0.5s;
    padding: 0;
    margin-bottom: -15px;
}

.view-project_detailform .subform-repeatable-group .btn-toolbar.text-end .btn-group button span {
    font-size: 12px !important;
    transition: 0.5s;
}

.view-project_detailform .subform-repeatable-group .btn-toolbar.text-end .btn-group button:hover {
    background: rgb(25 25 70 / 30%) !important;
}

.view-project_detailform .subform-repeatable-group .btn-toolbar.text-end .btn-group button:hover span {
    color: #fff;
    transition: 0.5s;
}

.view-project_detailform .subform-repeatable-group .subform-repeatable-group {
    background: rgb(0 0 0 / 15%);
    /* border: 1px solid; */
}

.view-project_detailform .control-group .subform-repeatable-wrapper {
    border: 1px solid rgb(9 29 68 / 20%);
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    box-shadow: none;
}

.view-project_detailform .control-group .subform-repeatable-wrapper .subform-repeatable-wrapper {
    background: #ffffff;
    border: 0;
}

.view-project_detailform .control-group .form-label {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (min-width:992px) {
    .view-project_detail .fwcss .fwre-property-info .fwre-property-location {
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }

    .view-project_detail .fwcss .fwre-property-info .fwre-property-social {
        flex: 0 0 10% !important;
        max-width: 10% !important;
    }
}


@media (min-width:992px) and (max-width:1200px) {
    .view-bookingdevelopers .developer-cards .col-md-4.mb-4 {
        width: 50% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .view-bookingdevelopers .developer-cards .col-md-4.mb-4 {
        width: 50% !important;
    }
}

@media (max-width:991px) {

    .view-bookingdevelopers #sp-component .sp-column,
    .view-project_detail #sp-component .sp-column,
    .view-project_detailform #sp-component .sp-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 100px !important;
    }

    .view-bookingdevelopers .developer-name-card {
        font-size: 18px !important;
    }
}

/*COMM*/
.comm-title h2 {
    font-family: 'Montserrat';
    font-weight: 700 !important;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(45deg, #bf9153, #f4cf7b, #fdf8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ transparent;
    color: transparent !important;
    width: fit-content;
    text-shadow: none !important;
    padding: 0 15px;
    line-height: 1.3;
}

.comm-button.btn-primary,
.comm-button.sppb-btn-primary {
    background: #64ad54;
    border: 0;
    transition: 0.5s;
    border-radius:50px;
    padding:10px 20px;
}

.comm-button.btn-primary:hover,
.comm-button.sppb-btn-primary:hover,
.comm-button.btn-primary:focus,
.comm-button.sppb-btn-primary:focus {
    background: #3c7130;
    border: 0;
}


/*EO project_list*/

/*START booking_project*/

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.property-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    margin: 15px;
    width:calc(100% - 30px);
}
@media (min-width: 1200px) {
    .property-card.col-md-4 {
        flex: 0 0 auto !important;
        width: calc(33.33333333% - 30px) !important;
    }
}
@media (min-width: 768px) {
    .property-card.col-md-4 {
        flex: 0 0 auto;
        width: calc(50% - 30px);
    }
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.image-container {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.property-card:hover .property-image {
    transform: scale(1.1);
}

.property-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #787878;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.availability-badge {
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: rgb(255 255 255 / 60%);
    color: #2D2D2D;
    padding: 12px 16px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width:100%;
    backdrop-filter:blur(5px);
    text-align:center;
}

.property-details {
    padding: 15px;
}

.property-title {
    font-family:'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-location {
    color: #718096;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-specs {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333333;
    font-weight:700;
}

.spec-icon {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.price-range {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 12px;
}

.price-icon {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.price-text {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.button-group {
    display: flex;
    gap: 12px;
}

.btn {
    flex: 1;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
}

.btn-import {
    background:#86c0ff;
    color: white;
    transition:0.5s;
}

.btn-import:hover {
    background:#5799e4;
    color:#fff
}

.btn-table {
    background: #e2e8f0;
    color: #4a5568;
    transition:0.5s;
}

.btn-table:hover {
    background: #cbd5e0;
}

.action-menu [disabled] {
    opacity: 0.5;
    pointer-events: none;
    /* optional: disable click */
}

@media (max-width: 768px) {
    .property-grid {
        grid-template-columns: 1fr;
    }
}

/*E0 booking_project*/

.status-container {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px 0;
}

.status-box {
    width: 90px;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.status-box .count {
    font-size: 20px;
}

.status-box .label {
    font-size: 12px;
    opacity: 0.9;
}

/* Colors */
.total {
    background-color: #11184d;
}

.booked {
    background-color: #fda929;
}

.sold {
    background-color: #c8322b;
}

.canceled {
    background-color: #a1a1a1;
}

.expired {
    background-color: #222;
}

.expired-word {
    /* background-color: #222; */
    color: red;
    font-weight:bold;
}

.action {
    text-align: center;
    cursor: pointer;
}


/***********************************
 Dropdown Menu
************************************/
ul.dropdown-menu.dropdown-menu-end.shadow-sm a.dropdown-item {
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
}

ul.dropdown-menu.dropdown-menu-end.shadow-sm {
    padding: 0;
}

.dropdown-menu.fixed-dropdown {
    position: fixed !important;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    min-width: 220px;
    padding: 0.5rem 0;
    z-index: 2147483647;
    top: auto;
    left: auto;
}

.dropdown-item {
    color: #000;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}
.dropdown-menu li a{
    font-size:12px !important;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 14px 28px;
}

.dropdown-submenu>a:hover {
    background-color: #f0f0f0;
}

.dropdown-submenu>.submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    padding: 0.25rem 0;
    z-index: 1060;
}

.dropdown-submenu:hover>.submenu {
    display: block;
}

.submenu .dropdown-item {
    font-size: 15px;
    padding: 12px 24px;
    background-color: transparent;
    color: #000;
}

.submenu .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #000;
}

.dropdown-img {
    width: 20px;
    margin: auto;
    margin-bottom: 10px;
}

.reject-img {
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.no-expired {
    color: rgb(46, 161, 81);
    font-weight: bold;
}

.action-menu.show {
    display: flex !important;
}
.action-menu.show li{
    width:fit-content;
    margin: 5px;
}

/* file-modal popup */
.file-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.file-modal {
    background: white;
    border-radius: 12px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    /* display: block;
    height: 50%;
    margin-left: 35%;
    margin-top: 10%; */
}

.file-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.file-modal-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.file-upload-container {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.file-upload-container:hover {
    background-color: #f0f0f0;
}

.file-input {
    display: none;
}

.file-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.file-button {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
    color: #333;
    margin-right: 12px;
    cursor: pointer;
    font-weight: 500;
}

.file-modal-actions {
    display: flex;
    gap: 12px;
}

.btn {
    flex: 1;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}
button#nextBtn{
    border-radius:30px !important;
    border: 0 !important;
    text-transform: none !important;
    background:#101242 !important;
    font-weight:500 !important;
    color:#fff !important;
    transition:0.5s;
}
button#nextBtn:hover,
button#nextBtn:focus{
    background:#0a0b33 !important;
    color:rgb(255 255 255 / 60%) !important;
    box-shadow:none !important;
}
.btn-primary {
    background-color: #1a1a4d;
    color: white;
}

.btn-primary:hover {
    background-color: #151540;
}

.btn-secondary {
    background-color: #d8d8d8;
    color: #666;
    transition:0.5s;
}

.btn-secondary:hover,
.btn-secondary:focus{
    background-color: #c8c8c8;
    color: #979797;
}

.file-name {
    color: #333;
    font-weight: 500;
}


/* Booking Project */
.unit-modal-overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unit-modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.unit-modal-content {
    background-color: white;
    border-radius: 0px;
    padding: 0px 30px;
    max-width: 1400px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    margin: 0 15px;
}

.unit-modal-header {
    margin-bottom: 20px;
    position: sticky;
    top: 35px;
    left: 0;
}
.unit-modal-header:before{
    content:'';
    width: 105%;
    height: 270px;
    background:#ffffff;
    position:absolute;
    z-index:-1;
    top: -35px;
    left: -30px;
}

.unit-modal-header h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.unit-modal-header .address {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.status-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    position: sticky;
    top: 110px;
    left: 0;
}

.badge {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    min-width: 80px;
}

.badge-available {
    background-color: #d4f4dd;
    color: #333;
}

.badge-booked {
    background-color: #f6bc8f;
    color: #333;
}

.badge-sold {
    background-color: #ff9492;
    color: #333;
}

.badge span {
    display: block;
    font-size: 24px;
}

.badge small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.legend {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    position: sticky;
    top: 185px;
    left: 0;
}

.legend-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.legend-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.legend-item {
    font-size: 14px;
}

.tower-section {
    margin-bottom: 30px;
    width: 125%;
}

.tower-title {
    background-color: #e0e0e0;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    ]: ];
    ]: 0;
}

.unit-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.unit-table th {
    background-color: #e8e8e8;
    padding: 8px 5px;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: bold;
}

.unit-table td {
    padding: 8px 5px;
    text-align: center;
    border: 1px solid #ddd;
}

.unit-cell {
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.unit-cell.available {
    background-color: #d4f4dd;
    color: #333;
}

.unit-cell.booked {
    background-color: #f6bc8f;
    color: #333;
    cursor: not-allowed;
}

.unit-cell.sold {
    background-color: #ff9492;
    color: #333;
    cursor: not-allowed;
}
.unit-cell.cancelled{
    background-color: #d4d4d4;
    color: #a1a1a1;
}

.unit-cell.built {
    background-color: #e8e8e8;
    color: #555;
}

.unit-code {
    font-size: 11px;
    display: block;
}

.unit-type {
    font-size: 10px;
    display: block;
}

.unit-price {
    font-size: 10px;
    display: block;
    margin-top: 2px;
}

.close-btn {
    position: sticky;
    top: 30px;
    left: calc(100% - 30px);
    font-size: 30px;
    cursor: pointer;
    color: #666;
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 2;
}

.close-btn:hover {
    color: #000;
}

.open-unit-modal-btn {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.open-unit-modal-btn:hover {
    background-color: #45a049;
}

.level-label {
    font-weight: bold;
    background-color: #f5f5f5;
}

.approve-status-div {
    display: flex;
    font-weight:600;
    
}

/* rejected modal */
.rejected-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.rejected-modal {
    background: white;
    border-radius: 12px;
    padding: 32px;
    width: 100%;
    max-width: 550px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.rejected-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.rejected-modal-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.reason-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
    min-height: 120px;
}

.reason-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.rejected-modal-actions {
    display: flex;
    justify-content: flex-start;
}

.btn-back {
    background-color: #d8d8d8;
    color: #666;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
    min-width: 120px;
}

.btn-back:hover {
    background-color: #c8c8c8;
}


joomla-tab[view=tabs] > div[role=tablist] {
    display: none;
}
joomla-tab[view=accordion]{
    box-shadow:none;
}
joomla-tab[view=accordion] > button[aria-expanded=true], joomla-tab[view=accordion] > button:focus{
    display:none;
}
#form-form .form-control {
    background:#EEEEEE;
    border:0;
    border-radius:99px;
    padding:8px 15px;
}
#form-form #jform_birth_date.form-control{
    border-radius:99px 0 0 99px;
}
#form-form .field-calendar .btn{
    border-radius:0 30px 30px 0  !important;
}
#form-form .field-calendar .input-group-text{
    border-radius:0 30px 30px 0  !important;
}
#form-form button.btn.btn-success.fileButton {
    padding:10px 25px;
    border-radius:30px;
    background:#49c11e;
}
#form-form .field-calendar .calendar-container .btn.btn-clear{
    border-radius:30px 0 0 30px !important;
    border:0;
    box-shadow:none;
    background:#d1d1d1;
}
#form-form .field-calendar .calendar-container .btn.btn-exit{
    border-radius: 0 30px 30px 0 !important;
    border:0;
    box-shadow:none;
    background:#eaeaea;
    color:#a4a4a4;
}


/*table*/
#adminForm table#formList {
    background: #fff;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.01);
}
#adminForm table#formList thead {
    background: rgb(251 250 250);
}
#adminForm table#formList thead th{
    color:#888;
    font-size:13px;
    font-weight:600;
    border-bottom:1px solid #5b5b5b !important;
    padding:15px 10px;
}
#adminForm table#formList thead th a{
    color:#888;
}
#adminForm table#formList thead th a:hover{
    color:#777;
}
#adminForm table#formList tbody td{
    color:#333;
    align-content:center;
    font-size:13px;
}
#adminForm table#formList tbody a{
    color:#333;
    font-size: 13px;
}
#adminForm table#formList button.Cancelled{
    background:#a1a1a1;
    border-radius:30px;
    padding:8px 16px;
    color:#fff;
    font-size:13px;
    width:100px;
}
#adminForm table#formList button.Booked{
    background:#fda929;
    border-radius:30px;
    padding:8px 16px;
    color:#fff;
    font-size:13px;
    width:100px;
}
#adminForm table#formList button.Sold,
#adminForm table#formList button.Solded{
    background:#c8322b;
    border-radius:30px;
    padding:8px 16px;
    color:#fff;
    font-size:13px;
    width:100px;
}
#adminForm table#formList button.Expired{
    background:#222222;
    border-radius:30px;
    padding:8px 16px;
    color:#fff;
    font-size:13px;
    width:100px;
}
#adminForm table#formList tfoot{
    display:none;
}

.approve-modal-overlay {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.approve-modal-overlay.active {
	display: flex;
}

.approve-modal {
	background: white;
	border-radius: 8px;
	padding: 32px;
	max-width: 550px;
	width: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.approve-modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 24px;
}
.proof-section {
	margin-bottom: 32px;
}
.proof-label {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
	display: block;
}
.proof-link {
	display: inline-flex;
	align-items: center;
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
	padding: 4px 0;
}
.proof-link:hover {
	text-decoration: underline;
}
.proof-link::before {
	content: "Ã°Å¸â€œâ€ž";
  	margin-right: 6px;
}
.approve-modal-buttons {
	display: flex;
	gap: 12px;
}
.btn {
	flex: 1;
	padding: 12px 24px;
	border-radius: 24px;
	font-size: 15px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: all 0.2s;	
}
.btn-approve {
	background: #1a1a2e;
	color: white;
}
.btn-approve:hover {
	background: #2a2a3e;
	transform: translateY(-1px);
}
.btn-cancel {
	background: #e0e0e0;
	color: #666;
}
.btn-cancel:hover {
	background: #d0d0d0;
}
.result-message {
	margin-top: 20px;
	padding: 16px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	display: none;
}
.result-message.success {
	background: #d4edda;
	color: #155724;
	display: block;
}
.result-message.cancelled {
	background: #f8d7da;
	color: #721c24;
	display:Ã‚Â block;
}

#adminForm table#formList button#openAction5 {
    padding:15px 0;
}


/* Modal Styles */
#importModal .modal-dialog,
#sendEmailModal .modal-dialog {
    max-width: 800px;
}

#importModal .modal-header,
#sendEmailModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

#importModal .modal-title,
#sendEmailModal .modal-title {
    font-family:'Inter', sans-serif;
    color: #495057;
    font-weight: 700;
    margin: 0;
}

#importModal .modal-body,
#sendEmailModal .modal-body {
    padding: 2rem 1.5rem;
}

#importModal .modal-footer,
#sendEmailModal .modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

#importModal button.close {
    border: 0;
    background: transparent;
    font-size: 18px;
}



form#form-commission .subform-layout input {
    height: 47.5px;
}
form#form-commission .subform-layout .col-xs-4.col-sm-4.col-md-4,
form#form-commission .subform-layout .col-xs-6.col-sm-6.col-md-6 {
    margin-bottom:20px;
}
