/* _content/CPM.App/Components/Pages/V3/HomeContent/HeroSlider.razor.rz.scp.css */
#background-video[b-yonwpk65yr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media only screen and (min-width: 1270px) {
    .main-slider-container[b-yonwpk65yr] {
        max-width: 1240px;
    }

    #background-video[b-yonwpk65yr] {
        padding-top: 120px;
    }
}

#background-video[b-yonwpk65yr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-banner-wrap1[b-yonwpk65yr] {
    position: relative;
    overflow: hidden;
}

/*input[list]::-webkit-calendar-picker-indicator {
    opacity: 0;
}*/

input[b-yonwpk65yr] {
    border: none;
}

.filter-btn[b-yonwpk65yr] {
    border: none;
}

.custom-datalist[b-yonwpk65yr] {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: #1e1e1e; /* dark background */
    color: white;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin: 0;
    padding: 4px 0;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    width: 101%;
}

    .custom-datalist li[b-yonwpk65yr] {
        padding: 8px 12px;
        cursor: pointer;
        text-align: left;
    }

        .custom-datalist li:hover[b-yonwpk65yr] {
            background: #f97316; /* orange highlight */
            color: white;
        }
/* _content/CPM.App/Components/Pages/V3/HomeContent/OurProperties.razor.rz.scp.css */
.property-box2 .item-content .item-categoery3 ul li .fa-whatsapp[b-gpg1sug0bu] {
    color: #21c063;
}

.property-box2 .item-content .item-categoery3 ul li .fa-phone-alt[b-gpg1sug0bu] {
    color: #21c07b;
}

.property-box2 .item-content .item-categoery3 ul li .fa-envelope[b-gpg1sug0bu] {
    color: #21c07b;
}


.popup-overlay[b-gpg1sug0bu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-gpg1sug0bu] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.close-btn[b-gpg1sug0bu] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* _content/CPM.App/Components/Pages/V3/Pages/Coming-soon.razor.rz.scp.css */
html[b-0icbf1tfz7], body[b-0icbf1tfz7] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #333;
    color: white;
    overflow-x: hidden;
}

/* Clouds cover entire screen */
.clouds[b-0icbf1tfz7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100vh;
    background: url('/assets/images/others/cloud.png') repeat-x;
    animation: moveClouds-b-0icbf1tfz7 60s linear infinite;
    opacity: 0.4;
    z-index: 0;
}

/* Cloud animation */
@keyframes moveClouds-b-0icbf1tfz7 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Content on top of clouds */
.content[b-0icbf1tfz7] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
/* _content/CPM.App/Components/Pages/V3/Pages/Job-Application.razor.rz.scp.css */

/* _content/CPM.App/Components/Pages/V3/Pages/Thankyou.razor.rz.scp.css */
.thankyou-container[b-904aannqxx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background-color: #f9f9f9;
}

.thankyou-card[b-904aannqxx] {
    background-color: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 90%;
}

.check-icon[b-904aannqxx] {
    width: 180px;
    height: 80px;
    margin-bottom: 1rem;
}

h2[b-904aannqxx] {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
}

.highlight[b-904aannqxx] {
    color: #ff4500;
    font-weight: bold;
}

.back-button[b-904aannqxx] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .back-button:hover[b-904aannqxx] {
        background-color: #333;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/BlogDetailsV3.razor.rz.scp.css */
@media (min-width: 992px) {
    .wrappers[b-ccm2e85du0] {
        padding-top: 130px; /* You can adjust this value */
    }
}

.blog-html-content[b-ccm2e85du0] {
    line-height: 1.8;
    font-size: 1rem;
    color: #333;
}

.blog-html-content h2[b-ccm2e85du0] {
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 1.5rem;
}

.blog-html-content h3[b-ccm2e85du0] {
    color: #2a2a2a;
    font-weight: 600;
    margin-top: 1rem;
}

.blog-html-content p[b-ccm2e85du0] {
    margin-bottom: 1rem;
}

.blog-html-content span[style*="color:#172b4d"][b-ccm2e85du0] {
    color: #172b4d !important;
}

@media (min-width: 992px) {
    img[b-ccm2e85du0] {
        max-width: 100%;
        height: auto;
    }
}



/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/Blogs.razor.rz.scp.css */

@media (min-width: 992px) {
    .wrappers[b-vlny9pgg8q] {
        padding-top: 130px; /* You can adjust this value */
    }
}
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/CareerPageV3.razor.rz.scp.css */
:root[b-nit66y16tb] {
    --orange-primary: #FF6F00;
    --orange-light: #FFE0B2;
    --text-color: #333;
    --bg-color: #fffdf9;
}

.careers-container[b-nit66y16tb] {
    font-family: 'Segoe UI', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    padding: 0;
}

.hero[b-nit66y16tb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 2rem;
    background: linear-gradient(to right, var(--orange-primary), #fff3e0);
    color: white;
}

.hero-text h1[b-nit66y16tb] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-text p[b-nit66y16tb] {
    font-size: 1.2rem;
}

.filters-and-results[b-nit66y16tb] {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
}

.filters[b-nit66y16tb] {
    flex: 1 1 250px;
    margin-right: 2rem;
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}

.filter-group[b-nit66y16tb] {
    margin-bottom: 1.5rem;
}

    .filter-group h4[b-nit66y16tb] {
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

.results[b-nit66y16tb] {
    flex: 3 1 700px;
}

.search-bar[b-nit66y16tb] {
    margin-bottom: 1rem;
}

    .search-bar input[b-nit66y16tb] {
        width: 100%;
        padding: 0.75rem;
        border-radius: 0.5rem;
        border: 1px solid #ccc;
    }

.sorting[b-nit66y16tb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 1rem;
}

.job-grid[b-nit66y16tb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.job-card[b-nit66y16tb] {
    background-color: white;
    border: 1px solid var(--orange-light);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

    .job-card:hover[b-nit66y16tb] {
        transform: translateY(-5px);
    }

    .job-card h3[b-nit66y16tb] {
        color: var(--orange-primary);
        margin: 0.5rem 0;
    }

    .job-card .job-team[b-nit66y16tb] {
        font-size: 0.9rem;
        font-weight: bold;
        color: #999;
    }

    .job-card button[b-nit66y16tb] {
        background-color: var(--orange-primary);
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        margin-top: 0.5rem;
        border-radius: 0.5rem;
        cursor: pointer;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/Controls/SearchComponent.razor.rz.scp.css */
.btn-success[b-mcbikaohez] {
    color: #fff;
    background-color: #00000000;
    border-color: #00000000;
}

    .btn-success:hover[b-mcbikaohez] {
        color: #fff;
        background-color: #00000000;
        border-color: #00000000;
    }
    
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertiesList.razor.rz.scp.css */
.property-box2 .item-content .item-categoery3 ul li .fa-whatsapp[b-jav6aoyr0v] {
    color: #21c063;
}

.property-box2 .item-content .item-categoery3 ul li .fa-phone-alt[b-jav6aoyr0v] {
    color: #21c07b;
}

.property-box2 .item-content .item-categoery3 ul li .fa-envelope[b-jav6aoyr0v] {
    color: #21c07b;
}


.popup-overlay[b-jav6aoyr0v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content[b-jav6aoyr0v] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.close-btn[b-jav6aoyr0v] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/ContactAgent.razor.rz.scp.css */
.item-phn[b-zbfeboom8v] {
    font-size: 16px;
    color: #333;
}

    .item-phn a[b-zbfeboom8v] {
        margin-left: 8px;
        cursor: pointer;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/FloorPlan.razor.rz.scp.css */
.nav-button[b-cmrwyjeckw] {
    position: absolute;
    top: 50%;
    /*right: 97%;*/
    transform: translateY(-50%);
    background-color: white;
    border: none;
    padding: 10px 19px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

    .nav-button.left[b-cmrwyjeckw] {
        left: 10px;
    }

    .nav-button.right[b-cmrwyjeckw] {
        right: 10px;
    }

    .nav-button:hover[b-cmrwyjeckw] {
        background-color: #f67f26;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/GalleryV3.razor.rz.scp.css */
div.gallery[b-pnrnocg4j2] {
    border: 1px solid #ccc;
}

    div.gallery:hover[b-pnrnocg4j2] {
        border: 1px solid #777;
    }

    div.gallery img[b-pnrnocg4j2] {
        width: 100%;
        height: auto;
    }

div.desc[b-pnrnocg4j2] {
    padding: 15px;
    text-align: center;
}

*[b-pnrnocg4j2] {
    box-sizing: border-box;
}

.responsive[b-pnrnocg4j2] {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive[b-pnrnocg4j2] {
        width: 49.99999%;
        margin: 6px 0;
        margin: 3px;
    }
}

@media only screen and (max-width: 500px) {
    .responsive[b-pnrnocg4j2] {
        width: 100%;
        margin: 3px;
    }
}

.clearfix[b-pnrnocg4j2]:after {
    content: "";
    display: table;
    clear: both;
}
.nav-button[b-pnrnocg4j2] {
    position: absolute;
    top: 50%;
    /*right: 97%;*/
    transform: translateY(-50%);
    background-color: white;
    border: none;
    padding: 10px 19px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

    .nav-button.left[b-pnrnocg4j2] {
        left: 10px;
    }

    .nav-button.right[b-pnrnocg4j2] {
        right: 10px;
    }

    .nav-button:hover[b-pnrnocg4j2] {
        background-color: #f67f26;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/MortgageCalculator.razor.rz.scp.css */
.btn-check:checked + .btn-outline-primary[b-qdcovzopwb] {
    color: #fff;
    background-color: #f6a326;
    border-color: #f6a326;
}

.btn-outline-primary:hover[b-qdcovzopwb] {
    color: #212529;
    background-color: #ff8c4154;
    border-color: #f67f26;
}

.btn-outline-primary[b-qdcovzopwb] {
    color: #212529;
    border-color: #f67f26;
}
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/Pagination.razor.rz.scp.css */
.pagination[b-c7j1grdc81] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pagination-btn[b-c7j1grdc81] {
    padding: 5px 10px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #f67f26;
    cursor: pointer;
}

    .pagination-btn:disabled[b-c7j1grdc81] {
        color: #ccc;
        cursor: not-allowed;
    }

    .pagination-btn.active[b-c7j1grdc81] {
        background-color: #f67f26;
        color: white;
    }

    .pagination-btn:hover:not(.active)[b-c7j1grdc81] {
        background-color: #f67f266b;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/PropertyPriceV3.razor.rz.scp.css */
.table-responsive[b-hwf00xluyo] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
    background-color: #fff;
    width: 100%;
}

/* Ensure table doesn’t exceed the container */
.table1[b-hwf00xluyo] {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

    .table1 th[b-hwf00xluyo],
    .table1 td[b-hwf00xluyo] {
        padding: 12px;
        text-align: left;
        /*border: 1px solid #eee;*/
        white-space: nowrap;
    }

.table-header[b-hwf00xluyo] {
    background-color: #EE7838;
    color: white;
}

@media (max-width: 768px) {
    .table1[b-hwf00xluyo] {
        font-size: 14px;
        min-width: 100%;
    }

        .table1 th[b-hwf00xluyo],
        .table1 td[b-hwf00xluyo] {
            padding: 8px;
        }
}

.feature-grid[b-hwf00xluyo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.feature-box[b-hwf00xluyo] {
    background-color: #fff3e0;
    border: 2px solid #ffa726;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

    .feature-box:hover[b-hwf00xluyo] {
        background-color: #ffe0b2;
        transform: translateY(-2px);
    }

.feature-icon[b-hwf00xluyo] {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(395%) hue-rotate(352deg) brightness(102%) contrast(101%);
}

.feature-label[b-hwf00xluyo] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e65100;
}

*[b-hwf00xluyo], [b-hwf00xluyo]::after, [b-hwf00xluyo]::before {
    box-sizing: border-box;
    margin-bottom: 15px;
}

.overview-grid[b-hwf00xluyo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.item-icon-box[b-hwf00xluyo] {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.item-icon i[b-hwf00xluyo] {
    font-size: 22px;
}

.item-number[b-hwf00xluyo] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .item-number li:first-child[b-hwf00xluyo] {
        font-weight: 600;
        font-size: 14px;
    }

    .item-number li.deep-clr[b-hwf00xluyo] {
        /*color: #007bff;*/
        font-size: 13px;
        word-break: break-word;
    }

@media (max-width: 600px) {
    .item-icon-box[b-hwf00xluyo] {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* Hide "Property Category" column on screens smaller than 768px */
@media (max-width: 767.98px) {
    .hide-mobile[b-hwf00xluyo] {
        display: none !important;
    }
}
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/PropertyQueryForm.razor.rz.scp.css */
@media (max-width: 600px) {
    .form-wrapper[b-y2azrf41jx] {
        flex-direction: column;
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /*border: 2px solid #ffa500;*/
        border-radius: 10px;
        padding: 15px;
        background-color: #fff7ed;
        max-width: 100%;
        margin: auto;
        justify-content: center;
    }

    .form-input[b-y2azrf41jx],
    .form-button[b-y2azrf41jx] {
        width: 100%;
        padding: 10px 20px;
        /*background-color: #ff8c00;*/
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        white-space: nowrap;
    }

        .form-button:hover[b-y2azrf41jx] {
            background-color: #e67600;
        }

    .form-title [b-50b6gj2wdd][b-y2azrf41jx] {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        color: #ff8c00;
        font-size: 1.1rem;
        white-space: nowrap;
    }
}
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/PropertyQueryFormBasedCategory.razor.rz.scp.css */
.newbody[b-a2zyftuyjo] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    padding-bottom: 22px;
}

.form-wrapper[b-a2zyftuyjo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    /* border: 2px solid #ffa500; */
    border-radius: 10px;
    padding: 15px;
    /* background-color: #fff7ed; */
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

.form-title[b-a2zyftuyjo] {
    font-weight: bold;
    color: #ff8c00;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: center;
}

.form-input[b-a2zyftuyjo] {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 180px;
    border-radius: 5px;
}

.form-button[b-a2zyftuyjo] {
    padding: 10px 20px;
    background-color: #ff8c00;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
}

    .form-button:hover[b-a2zyftuyjo] {
        background-color: #e67600;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyComponentsV3/PropertyQueryPopupForm.razor.rz.scp.css */
.newbody[b-q3lmyjh9b1] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    padding-bottom: 22px;
}

.form-wrapper[b-q3lmyjh9b1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    /* border: 2px solid #ffa500; */
    border-: 15px;
    /* background-color: #fff7ed; */
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

.form-title[b-q3lmyjh9b1] {
    font-weight: bold;
    color: #ff8c00;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: center;
}

.form-input[b-q3lmyjh9b1] {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 180px;
    border-radius: 5px;
}

.form-button[b-q3lmyjh9b1] {
    padding: 10px 20px;
    background-color: #ff8c00;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
}

    .form-button:hover[b-q3lmyjh9b1] {
        background-color: #e67600;
    }
/* _content/CPM.App/Components/Pages/V3/PublicPropertyPage/PropertyDetails.razor.rz.scp.css */

.ameniting-box[b-smnwhh7jyj] {
    padding: 20px;
    background-color: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.item-title[b-smnwhh7jyj] {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
}

.ameniting-list[b-smnwhh7jyj] {
    list-style: none;
    padding-left: 0;
}

    .ameniting-list li[b-smnwhh7jyj] {
        font-size: 14px;
        padding: 8px 0;
        color: #333;
    }

    .ameniting-list i[b-smnwhh7jyj] {
        color: #EE7838;
        margin-right: 8px;
    }

.swiper-slide[b-smnwhh7jyj] {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

    .swiper-slide.active-slide[b-smnwhh7jyj] {
        display: block;
    }

    .swiper-slide img[b-smnwhh7jyj] {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

.map-responsive[b-smnwhh7jyj] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .map-responsive iframe[b-smnwhh7jyj] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.video-responsive[b-smnwhh7jyj] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .video-responsive iframe[b-smnwhh7jyj] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.copy-message[b-smnwhh7jyj] {
    top: -40px;
    right: 0px;
    background-color: black;
    color: white;
    padding: 5px 60px;
    border-radius: 5px;
    z-index: 9999;
    font-weight: bold;
    animation: fadeOut 1s ease-in-out 10s forwards;
}

.ms-3[b-smnwhh7jyj] {
    word-break: break-word;
}


element.style[b-smnwhh7jyj] {
}
/* _content/CPM.App/Components/SharedComponents/Loader.razor.rz.scp.css */

#global-loader1[b-tzjxmqmghd] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
}

.loading-progress[b-tzjxmqmghd] {
    width: 64px;
    height: 64px;
}

@media (min-width: 480px) {
    .loading-progress[b-tzjxmqmghd] {
        width: 80px;
        height: 80px;
    }
}

.loading-progress circle[b-tzjxmqmghd] {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.loading-progress .bg[b-tzjxmqmghd] {
    stroke: #ffe5b4;
}

.loading-progress .spinner[b-tzjxmqmghd] {
    stroke: orange;
    stroke-dasharray: 220;
    stroke-dashoffset: 0;
    animation: spin-b-tzjxmqmghd 1.5s linear infinite;
    transform-origin: 50% 50%;
}

.loading-text[b-tzjxmqmghd] {
    margin-top: 1rem;
    font-size: 1rem;
    color: #ff8000;
    font-family: sans-serif;
    max-width: 90vw;
}

@keyframes spin-b-tzjxmqmghd {
    0% {
        stroke-dashoffset: 220;
        transform: rotate(0deg);
    }

    100% {
        stroke-dashoffset: 0;
        transform: rotate(360deg);
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    @media (min-width: 480px) {
        .loading-progress[b-5o9cpux7o8][b-tzjxmqmghd] {
            width: 80px;
            height: 80px;
        }
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    @media (min-width: 480px) {
        .loading-progress[b-5o9cpux7o8][b-tzjxmqmghd] {
            width: 80px;
            height: 80px;
        }
    }
}
