@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/YemenCore/Components/Autocomplete.razor.rz.scp.css */
.autocomplete[b-isf8dqk84t] {
    position: relative;
}

    .autocomplete .options[b-isf8dqk84t] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-isf8dqk84t] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option:hover[b-isf8dqk84t] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-isf8dqk84t] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-isf8dqk84t] {
                background: lightgrey;
                color: var(--bs-body);
            }
/* _content/YemenCore/Components/Layout/MainLayout.razor.rz.scp.css */
/*body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;*/ /* تأكد من أن الجسم يغطي كامل ارتفاع الشاشة */
/*}

.page {
    flex: 1;*/ /* يجعل المحتوى يأخذ المساحة المتبقية */
/*}*/

body[b-unx6dvzshn] {
    height: 100%; /* تأكد من أن html و body يغطيان كامل ارتفاع الشاشة */
    margin: 0; /* إزالة الهوامش الافتراضية */
}

.page[b-unx6dvzshn] {
    min-height: calc(100vh - 73px - 4.5rem); /* استبدل 60px بارتفاع الفوتر الخاص بك */
    padding-bottom: 60px; /* استبدل 60px بارتفاع الفوتر الخاص بك */
}

footer[b-unx6dvzshn] {
    position: relative; /* اجعل الفوتر نسبي */
    bottom: 0; /* اجعل الفوتر في الأسفل */
}

.page[b-unx6dvzshn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-unx6dvzshn] {
    flex: 1;
}

.sidebar[b-unx6dvzshn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-unx6dvzshn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-unx6dvzshn]  a, .top-row[b-unx6dvzshn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-unx6dvzshn]  a:hover, .top-row[b-unx6dvzshn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-unx6dvzshn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-unx6dvzshn] {
        justify-content: space-between;
    }

    .top-row[b-unx6dvzshn]  a, .top-row[b-unx6dvzshn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-unx6dvzshn] {
        flex-direction: row;
    }

    .sidebar[b-unx6dvzshn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-unx6dvzshn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-unx6dvzshn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-unx6dvzshn], article[b-unx6dvzshn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-unx6dvzshn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-unx6dvzshn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*  My code */
.navbar .nav-item .nav-link[b-unx6dvzshn] {
    color: #157291;
    font-weight: bold;
} 
/* _content/YemenCore/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-owrie9hbc0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-owrie9hbc0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-owrie9hbc0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-owrie9hbc0] {
    font-size: 1.1rem;
}

.bi[b-owrie9hbc0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-owrie9hbc0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-owrie9hbc0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-owrie9hbc0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-owrie9hbc0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-owrie9hbc0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-owrie9hbc0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-owrie9hbc0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-owrie9hbc0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-owrie9hbc0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-owrie9hbc0] {
        display: none;
    }

    .nav-scrollable[b-owrie9hbc0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/YemenCore/Components/Pages/Advertisement2Pages/AdUploadImages.razor.rz.scp.css */
.image-grid[b-s6jqp3kfdh] {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.image-container[b-s6jqp3kfdh] {
    position: relative;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    width: 200px;
    height: 200px;
}

    .image-container img[b-s6jqp3kfdh] {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

.image-container .radzen-checkbox[b-s6jqp3kfdh] {
    position: absolute;
    top: 5px;
    left: 5px;
}
/* _content/YemenCore/Components/Pages/Advertisement2Pages/AdvertisementPage.razor.rz.scp.css */
/*.table {
    --bs-table-border-color: #abc8e5;
}*/

.header-title[b-oa7djr0lbj] {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--my-bs-header-title-text-color);
    text-align: center;
    /* border-bottom: 4px solid #0468cfd1;
                        border-left: 3px solid #88888880;
                        border-right: 3px solid #88888880;
                        border-top: 4px solid #3183d86e; */
}
/* _content/YemenCore/Components/Pages/AdvertisementCardPages/AdvertisementCard.razor.rz.scp.css */
.img-fixed-height[b-21lzog4ic9] {
    height: 150px;
    object-fit: cover;
    object-fit: contain;
}

.img-fixed-width[b-21lzog4ic9] {
    width: 100%;
    object-fit: cover;
    object-fit: contain;
}

.default-image-container[b-21lzog4ic9] {
    height: 150px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
}

@media (max-width: 767px) {
    .default-image-container[b-21lzog4ic9] {
        height: 220px;
    }

    .img-fixed-height[b-21lzog4ic9] {
        height: 220px;
        object-fit: cover;
        object-fit: contain;
    }
}
/* _content/YemenCore/Components/Pages/AdvertisementCardPages/AdvertisementCardJob.razor.rz.scp.css */
.img-fixed-height[b-mj5wt4h19s] {
    height: 150px;
    object-fit: cover;
    object-fit: contain;
}

.img-fixed-width[b-mj5wt4h19s] {
    width: 100%;
    object-fit: cover;
    object-fit: contain;
}

.default-image-container[b-mj5wt4h19s] {
    height: 150px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
}

@media (max-width: 767px) {
    .default-image-container[b-mj5wt4h19s] {
        height: 220px;
    }

    .img-fixed-height[b-mj5wt4h19s] {
        height: 220px;
        object-fit: cover;
        object-fit: contain;
    }
}
/* _content/YemenCore/Components/Pages/AdvertisementCardPages/AdvertisementCardWedding.razor.rz.scp.css */
.img-fixed-height[b-bbk34fy448] {
    height: 250px;
    object-fit: fill;
}

.img-fixed-width[b-bbk34fy448] {
    width: 100%;
    object-fit: fill;
}

.default-image-container[b-bbk34fy448] {
    height: 150px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
}

@media (max-width: 767px) {
    .default-image-container[b-bbk34fy448] {
        height: 220px;
    }

    .img-fixed-height[b-bbk34fy448] {
        height: 220px;
        object-fit: fill;
    }
}
/* _content/YemenCore/Components/Pages/AdvertisementPageShareCard.razor.rz.scp.css */
/*.card {
    background-color: #f8f8ff;
    background-color: aliceblue;
}*/

.social-share-buttons[b-bedc74w3ch] {
    text-align: center;
    padding: 20px 0;
    margin-top: auto;
    color: #68778f;
}

    .social-share-buttons .title[b-bedc74w3ch] {
        display: block;
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--my-bs-social-share-buttons-title);
        text-align: center;
    }

.social-share-buttons .share-btn-container[b-bedc74w3ch] {
    display: flex;
    justify-content: center;
    gap: 16px;
}

    .social-share-buttons .share-btn-container a[b-bedc74w3ch] {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease-in-out;
        border: 1px solid #cfe4f6d9;
    }

.social-share-buttons .share-btn-container a svg[b-bedc74w3ch] {
    fill: #68778f;
    height: 20px !important;
    transition: .1s ease-in-out;
}

.social-share-buttons .share-btn-container a svg path[b-bedc74w3ch] {
    fill: #000;
    fill: #68778f;
    transition: .1s ease-in-out;
}

a.whatsapp-btn svg path[b-bedc74w3ch] {
    fill: #009700 !important;
}

a.linkedin-btn svg path[b-bedc74w3ch] {
    fill: #2782d9 !important;
}

a.telegram-btn svg path[b-bedc74w3ch] {
    fill: #09bcdf !important;
}

a.twitter-btn svg path[b-bedc74w3ch] {
    fill: #000000 !important;
}

a.facebook-btn svg path[b-bedc74w3ch] {
    fill: #0e64a9 !important;
}
/* _content/YemenCore/Components/Pages/EnArContent.razor.rz.scp.css */
/*.main-content-container {
    flex-grow: 1;
    background-color: #fff;
    padding: 20px;
}*/

.pe-hand[b-qsxxog35ua]{
    cursor:pointer;
    user-select: none;
}
/* _content/YemenCore/Components/Pages/JoinUsCard.razor.rz.scp.css */
/* _content/YemenCore/Components/Pages/KeywordInput.razor.rz.scp.css */
.tag-container[b-psx5x1go5z] {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.tag[b-psx5x1go5z] {
    background-color: #e0e0e0;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 3px;
    display: flex;
    align-items: center;
}

    .tag .remove-btn[b-psx5x1go5z] {
        background: none;
        border: none;
        color: #777;
        margin-left: 5px;
        cursor: pointer;
    }

.tag-input[b-psx5x1go5z] {
    border: none;
    outline: none;
    padding: 5px;
    flex-grow: 1;
    min-width: 150px;
}
/* _content/YemenCore/Components/Pages/Loading.razor.rz.scp.css */

.lds-ellipsis[b-s2vbnb26fe],
.lds-ellipsis div[b-s2vbnb26fe] {
    box-sizing: border-box;
}

.lds-ellipsis[b-s2vbnb26fe] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-s2vbnb26fe] {
        position: absolute;
        top: 33.33333px;
        width: 13.33333px;
        height: 13.33333px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-s2vbnb26fe] {
            left: 8px;
            animation: lds-ellipsis1-b-s2vbnb26fe 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-s2vbnb26fe] {
            left: 8px;
            animation: lds-ellipsis2-b-s2vbnb26fe 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-s2vbnb26fe] {
            left: 32px;
            animation: lds-ellipsis2-b-s2vbnb26fe 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-s2vbnb26fe] {
            left: 56px;
            animation: lds-ellipsis3-b-s2vbnb26fe 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-s2vbnb26fe {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-s2vbnb26fe {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-s2vbnb26fe {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/YemenCore/Components/Pages/MarkdownEditors/Markdown6Component.razor.rz.scp.css */
pre[b-9rj02arbcl],code[b-9rj02arbcl], pre code[b-9rj02arbcl] {
    direction:ltr,
}
/* _content/YemenCore/Components/Pages/PageGallery.razor.rz.scp.css */
.thumbnail-container[b-bqdkxzo4pd] {
    overflow-x: auto;
    white-space: nowrap;
}

.thumbnail-small-img[b-bqdkxzo4pd] {
    height: 70px;
    width: 70px;
    object-fit: cover;
    display: inline-block;
}

.carousel-item img[b-bqdkxzo4pd] {
    max-height: 370px;
    min-height: 200px;
    max-width: 370px;
    min-width: 200px;
    /*object-fit: cover;*/
    object-fit: contain;
}

.carousel-control-next[b-bqdkxzo4pd], .carousel-control-prev[b-bqdkxzo4pd] {
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    background-color: var(--my-bs-carousel-control-button-bg-color);
    top: 45%;
    border-radius: 50px;
}

.carousel-control-next-icon[b-bqdkxzo4pd], .carousel-control-prev-icon[b-bqdkxzo4pd] {
    width: 1.5rem;
    height: 1.5rem;
}
/* _content/YemenCore/Components/Pages/RatingStars.razor.rz.scp.css */
.star-rating[b-nxj5xvhoeu] {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: ltr; /* اتجاه من اليمين لليسار */
    user-select: none;
}

    .star-rating .star[b-nxj5xvhoeu] {
        font-size: 1.5rem;
        color: #ddd;
        /*cursor: pointer;*/
    }

        .star-rating .star.full[b-nxj5xvhoeu] {
            color: #ffc107;
        }

        .star-rating .star.half[b-nxj5xvhoeu] {
            position: relative;
        }

            .star-rating .star.half[b-nxj5xvhoeu]::before {
                content: '\2605';
                position: absolute;
                left: 0;
                width: 50%;
                overflow: hidden;
                color: #ffc107;
                z-index: 1;
            }

            .star-rating .star.half[b-nxj5xvhoeu]::after {
                content: '\2605';
                position: absolute;
                left: 0;
                color: #ddd;
            }
/* _content/YemenCore/Components/Pages/RelatedPages/RelatedAdvertisementCard.razor.rz.scp.css */
.img-fixed-height[b-664nrmecr0] {
    height: 150px;
    object-fit: cover;
    object-fit: contain;
}

.img-fixed-width[b-664nrmecr0] {
    width: 100%;
    object-fit: cover;
    object-fit: contain;
}

.default-image-container[b-664nrmecr0] {
    height: 150px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
}

@media (max-width: 767px) {
    .default-image-container[b-664nrmecr0] {
        height: 220px;
    }

    .img-fixed-height[b-664nrmecr0] {
        height: 220px;
        object-fit: cover;
        object-fit: contain;
    }
}
/* _content/YemenCore/Components/Pages/RelatedPages/RelatedAdvertisementCardTenderJob.razor.rz.scp.css */
.img-fixed-height[b-xcso5vjfbc] {
    height: 150px;
    object-fit: cover;
    object-fit: contain;
    object-fit: fill;
}

.img-fixed-width[b-xcso5vjfbc] {
    width: 100%;
    object-fit: cover;
    object-fit: contain;
    object-fit: fill;
}

.default-image-container[b-xcso5vjfbc] {
    height: 150px;
    width: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
}

@media (max-width: 767px) {
    .default-image-container[b-xcso5vjfbc] {
        height: 220px;
    }

    .img-fixed-height[b-xcso5vjfbc] {
        height: 220px;
        object-fit: cover;
        object-fit: contain;
        object-fit: fill;
    }
}
/* _content/YemenCore/Components/Pages/TopSiteComponent.razor.rz.scp.css */
.logo-top[b-f9mhn8p054] {
    width: 250px;
}

.title[b-f9mhn8p054], .description[b-f9mhn8p054], .free[b-f9mhn8p054] {
    transition: opacity 1s;
}

.title[b-f9mhn8p054] {
    color: #388ab3;
    color: #00b999;
    color: #007cb9;
    color: #14ade1cf;
}

.description[b-f9mhn8p054] {
    color: #506269;
}

.free[b-f9mhn8p054] {
    color: #2bb300;
    color: #00b999;
}

@media (max-width: 767px) {
    .title[b-f9mhn8p054] {
        display: block;
    }
    .logo-top[b-f9mhn8p054]{
        width: 180px;
    }
}
/* _content/YemenCore/Components/Pages/WhatsappButtonContactUs.razor.rz.scp.css */
.whatsapp-button[b-ovkr0sf1za] {
    position: fixed;
    right: 10px;
    bottom: 75px;
    background-color: #25D366;
    background-color: #01ab15;
    color: white;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    text-decoration: none;
}

    .whatsapp-button:hover[b-ovkr0sf1za] {
        background-color: #128C7E;
    }

@media only screen and (max-width: 600px) {
    .whatsapp-button[b-ovkr0sf1za] {
        right: 5px;
        bottom: 5px;
    }
}
