/* /Components/BackBtn/BackBtn.razor.rz.scp.css */
/* back btn */
.back-btn[b-ixbn0c3c1w] {
    background-color: #ddd;
}

    .back-btn i[b-ixbn0c3c1w] {
        color: #158285;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-btn span[b-ixbn0c3c1w] {
        color: #158285;
    }

    .back-btn:focus[b-ixbn0c3c1w], .back-btn:active[b-ixbn0c3c1w], .back-btn:hover[b-ixbn0c3c1w] {
        background-color: #ddd;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .back-btn:focus i[b-ixbn0c3c1w], .back-btn:active i[b-ixbn0c3c1w], .back-btn:hover i[b-ixbn0c3c1w] {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
/* /Components/ContactUs/ContactUsMessage.razor.rz.scp.css */
.contact-us-block .contact-form[b-sj1zaoy9ty] {
    width: 100%;
    height: fit-content;
    padding-bottom:2rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 1rem;
}

    .contact-us-block .contact-form h6[b-sj1zaoy9ty] {
        color: #0DA9A6;
        font-size: 25px;
        font-weight: 600;
        padding: 2rem 1rem 2rem 2rem;
    }

    .contact-us-block .contact-form .forms-input[b-sj1zaoy9ty] {
        padding-inline: 1rem;
    }

        .contact-us-block .contact-form .forms-input label[b-sj1zaoy9ty] {
            color: #495057;
            font-size: 18px;
            font-weight: 500;
        }

        .contact-us-block .contact-form .forms-input input[b-sj1zaoy9ty] {
            outline: none;
            border: none;
            background-color: #dddddd69;
        }

            .contact-us-block .contact-form .forms-input input:focus[b-sj1zaoy9ty] {
                outline: none;
                border: none;
                box-shadow: none;
            }

            .contact-us-block .contact-form .forms-input input[b-sj1zaoy9ty]::placeholder {
                color: rgb(204, 200, 200);
            }

textarea.form-control[b-sj1zaoy9ty] {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #dddddd69;
    resize: none;
    height:2.5rem !important;
}

    textarea.form-control:focus[b-sj1zaoy9ty] {
        outline: none;
        border: none;
        box-shadow: none;
        background-color: #dddddd69;
        resize: none;
    }

    textarea.form-control[b-sj1zaoy9ty]::placeholder {
        color: rgb(204, 200, 200);
    }

.contact-us-block .contact-form button[b-sj1zaoy9ty] {
    background: #f7941d;
    margin-inline-start: 1rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
}

    .contact-us-block .contact-form button:hover[b-sj1zaoy9ty],
    button:active[b-sj1zaoy9ty] {
        background: #e07d04;
        box-shadow: none;
        border: none;
        outline: none;
    }

    .contact-us-block .contact-form button .fa-paper-plane[b-sj1zaoy9ty] {
        transition: all 0.3s ease;
        margin-inline-end: 5px;
    }

    .contact-us-block .contact-form button:hover .fa-paper-plane[b-sj1zaoy9ty] {
        transform: translate(10px, -5px);
    }

#exampleFormControlInput1[b-sj1zaoy9ty],
.form-select[b-sj1zaoy9ty] {
    border-radius: 1rem;
}

    input[b-sj1zaoy9ty],
    .form-select:focus[b-sj1zaoy9ty] {
        box-shadow: none;
        border: 1px solid #ced4da;
    }

button[b-sj1zaoy9ty], button:active[b-sj1zaoy9ty], button:focus[b-sj1zaoy9ty] {
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .contact-us-block .contact-form[b-sj1zaoy9ty] {
        height: fit-content;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}
/* /Components/EmptyView/EmptyView.razor.rz.scp.css */
.empty-data-block[b-e23j2ktq0t] {
    text-align: center;
}

    .empty-data-block img[b-e23j2ktq0t] {
        width: 200px;
    }

    .empty-data-block p[b-e23j2ktq0t] {
        font-size: 1rem;
        color: #158285;
    }

@media (max-width: 767px) {
    .empty-data-block[b-e23j2ktq0t] {
        text-align: center;
    }

        .empty-data-block img[b-e23j2ktq0t] {
            width: 120px;
            margin-right: 25px;
        }

        .empty-data-block p[b-e23j2ktq0t] {
            font-size: 0.6rem;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .empty-data-block img[b-e23j2ktq0t] {
        width: 150px;
        margin-right: 25px;
    }

    .empty-data-block p[b-e23j2ktq0t] {
        font-size: 0.8rem;
    }
}

@media (min-width: 1024px) {
    .empty-data-block img[b-e23j2ktq0t] {
        margin-right: 42px;
    }
}
/* /Components/HeaderText/HeaderText.razor.rz.scp.css */
.content-container .content-container__header .header[b-ompem0w105] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
   /* border-bottom: 1px solid #ebedf3;*/
}

    .content-container .content-container__header .header h3[b-ompem0w105] {
        color: #f47c32 !important;
    }

.content-container .content-container__header .title[b-ompem0w105] {
    font-weight: 600;
    font-size: 1.3rem;
    color: #181c32;
    margin: 0;
}
/* /Components/LayoutFooter/LayoutFooter.razor.rz.scp.css */
.content-container .content-container__footer .footer[b-x7tr9r8zrd] {
    padding: 15px 20px;
   /* border-top: 1px solid #ebedf3;*/

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* /Components/Loader/Loader.razor.rz.scp.css */
/*.dots {
    position: relative;
    display: grid;
    place-items: center;
}
.dots span {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #158285;
    border-radius: 50%;
    transform: rotate(calc(var(--i) * (360deg / 15))) translateY(35px);
    animation: spin 1.5s linear infinite;
    animation-delay: calc(var(--i) * 0.1s);
    opacity: 0;
}

@keyframes spin {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}*/

.spinner-container[b-fgfc5cyzdi] {
    position: fixed;
    width: 100%;
    height: 100%;
    /*  display: flex;
    justify-content: center;
    align-items: center;*/
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 998;
}
    .spinner-container img[b-fgfc5cyzdi] {
        position: absolute;
        width: 20%;
        top: 40% !important;
        left: 40% !important;
        transform: translate(-50%,-50%);
        animation: spin-b-fgfc5cyzdi .4s alternate infinite;
    }
@keyframes spin-b-fgfc5cyzdi {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1) ;
    }
}
/* /Components/PageNotFound/PageNotFound.razor.rz.scp.css */
.page-not-found-block[b-lt25a1g71m] {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .page-not-found-block img[b-lt25a1g71m] {
        width: 400px;
    }

    .page-not-found-block p[b-lt25a1g71m] {
        font-size: 1.3rem;
        color: #158285;
    }

@media (max-width: 767px) {
    .page-not-found-block[b-lt25a1g71m] {
        text-align: center;
    }

        .page-not-found-block img[b-lt25a1g71m] {
            width: 120px;
            margin-right: 25px;
        }

        .page-not-found-block p[b-lt25a1g71m] {
            font-size: 0.6rem;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-not-found-block img[b-lt25a1g71m] {
        width: 150px;
        margin-right: 25px;
    }

    .page-not-found-block p[b-lt25a1g71m] {
        font-size: 0.8rem;
    }
}
/* /Components/Pagination/Pagination.razor.rz.scp.css */
.pagination-container li.page-item:active a.page-link[b-hyktaoriip] {
    background-color: transparent;
}
.pagination-container li.page-item select[b-hyktaoriip] {
    border-top: 1px solid #158285 !important;
}
.pagination-container li.page-item view-item[b-hyktaoriip] {
    background-color: transparent;
    border: 1px solid  #158285 !important;
    border-top-right-radius: .5rem;
}
li.page-item.view-item[b-hyktaoriip] {
    border-top-right-radius: .5rem;
    border: 1px solid #158285;
}
.page-item .page-link[b-hyktaoriip][b-hyktaoriip] {
    border: 0;
}
.page-link:hover[b-hyktaoriip] {
    background-color: transparent;
}
.page-link[b-hyktaoriip] {
    background-color: transparent;
}
.pagination-container li.page-item.numbering-item[b-hyktaoriip] {
    background-color: transparent;
    border-top: 1px solid #158285 !important;
    border-bottom: 1px solid #158285 !important;
    border-left: 1px solid #158285 !important;
    border-top-left-radius: .5rem;
}
.pagination-container li.page-item a[b-hyktaoriip], .pagination-container li.page-item a span[b-hyktaoriip] {
    background: transparent;
    border: none;
    color: #158285;
}
.pagination-container li.page-item select[b-hyktaoriip] {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #158285;
    border-bottom: 1px solid #158285;
    color: #158285;
}
.pagination-container li.page-item select option[b-hyktaoriip] {
    background: #fff;
    color: #158285;
 }
.pagination-container li.page-item select option:hover[b-hyktaoriip] {
     background-color: #158285;
     color:#fff;
}
.page-item .page-link[b-hyktaoriip] {
    border:1px solid #158285
}
.page-item:first-child .page-link[b-hyktaoriip] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-left:none
}
.page-item:last-child .page-link[b-hyktaoriip] {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-right: 1px solid #158285;
}
span.page-link[b-hyktaoriip] {
    border: none;
    color:#158285
}
.pagination-sm .page-item:last-child .page-link[b-hyktaoriip] {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
ul.pagination.from-to li.page-item[b-hyktaoriip] {
    border:1px solid #158285
}
ul.pagination.from-to li.page-item[b-hyktaoriip] {
    border: 1px solid #158285
}
    ul.pagination.from-to li.page-item:first-child[b-hyktaoriip] {
        border: 1px solid #158285;
        border-top-right-radius: 0.5rem;
    }
    ul.pagination.from-to li.page-item:last-child[b-hyktaoriip] {
        border: 1px solid #158285;
        border-top-left-radius: 0.5rem;
        border-right: 0;
    }
    /* RESPONSIVE */
    @media (max-width: 575px) {
        .pagination-container[b-hyktaoriip] {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
/* /Components/SaveBtn/SaveBtn.razor.rz.scp.css */
/* Save btn */
.save-btn[b-4tskuuwwr3] {
    background-color: #2a728a;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 12px;
}

   /* .save-btn::before {
        content: "";
        position: absolute;
        height: 200px;
        width: 20px;
        background-color: #f3f3f3;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.5;
        top: -50px;
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
        -webkit-animation: shining 3s ease-in-out infinite forwards;
        animation: shining 3s ease-in-out infinite forwards;
    }

    .save-btn:hover::before {
        -webkit-transform: rotate(-20deg) translateX(140px);
        transform: rotate(-20deg) translateX(140px);
    }*/

/*button:active,
button:focus,
button:hover {
    color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/

@-webkit-keyframes shining {
    0% {
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
    }

    100% {
        -webkit-transform: rotate(-20deg) translate(140px, 70px);
        transform: rotate(-20deg) translate(140px, 70px);
    }
}

@keyframes shining-b-4tskuuwwr3 {
    0% {
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
    }

    100% {
        -webkit-transform: rotate(-20deg) translate(140px, 70px);
        transform: rotate(-20deg) translate(140px, 70px);
    }
}
/* /Components/SaveLoader/SaveLoader.razor.rz.scp.css */
/* LOADER */
button[b-4bkjgc20ja] {
    margin-inline-end: 1rem;
    border: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#158285), color-stop(79%, #23a1a4));
    background: linear-gradient(90deg, #158285 0%, #23a1a4 79%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

    button[b-4bkjgc20ja]::before {
        content: "";
        position: absolute;
        height: 200px;
        width: 20px;
        background-color: #f3f3f3;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.5;
        top: -50px;
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
        -webkit-animation: shining infinite linear;
        animation: shining infinite linear;
    }

    button:hover[b-4bkjgc20ja]::before {
        -webkit-transform: rotate(-20deg) translateX(140px);
        transform: rotate(-20deg) translateX(140px);
    }

    button:active[b-4bkjgc20ja],
    button:focus[b-4bkjgc20ja],
    button:hover[b-4bkjgc20ja] {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.loading[b-4bkjgc20ja] {
    animation: loading-b-4bkjgc20ja 1s ease infinite forwards;
}

@keyframes loading-b-4bkjgc20ja {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/SweetAlertYesNo/SweetAlertYesNo.razor.rz.scp.css */
.sweet-alert-success[b-1ew1vtolqb],
.sweet-alert-danger[b-1ew1vtolqb],
.sweet-alert[b-1ew1vtolqb] {
    min-width: 10rem;
    width: auto;
    background: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 0.5rem;
}

    .sweet-alert-success i[b-1ew1vtolqb],
    .sweet-alert-danger i[b-1ew1vtolqb],
    .sweet-alert i[b-1ew1vtolqb] {
        font-size: 30px;
        margin-bottom: 0.5rem;
    }

    .sweet-alert-success span[b-1ew1vtolqb],
    .sweet-alert-danger span[b-1ew1vtolqb],
    .sweet-alert span[b-1ew1vtolqb] {
        font-size: 20px;
        font-weight: bold;
    }

    .sweet-alert-success i[b-1ew1vtolqb],
    .sweet-alert-success span[b-1ew1vtolqb] {
        color: #2bb574;
    }

    .sweet-alert-danger i[b-1ew1vtolqb],
    .sweet-alert-danger span[b-1ew1vtolqb] {
        color: #ee4b2b;
    }

    .sweet-alert i[b-1ew1vtolqb],
    .sweet-alert span[b-1ew1vtolqb] {
        color: #8f8c8c;
    }

    .sweet-alert .btns[b-1ew1vtolqb] {
        direction: rtl;
        margin-block-start: 0.5rem;
    }

button:active[b-1ew1vtolqb], button:focus[b-1ew1vtolqb] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* /Pages/Agrement/AddAgrement/AddAgrement.razor.rz.scp.css */
body[b-uul5c5guu1] {
}

/*.btn-primary {
    background-color: #158285;
}*/

h1[b-uul5c5guu1] {
    color: #f47c32;
}

/*button {
    background-color: #117286;
    border-radius: 12px;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
}*/

button.disabled[b-uul5c5guu1] {
    background-color: #1172868f;
    color: #fff;
}


.form-check .form-check-input[b-uul5c5guu1] {
    float: right !important;
    margin-left: 0.5em !important;
}


.radio[b-uul5c5guu1] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

    .radio .radio-input[b-uul5c5guu1] {
        display: none;
    }

    .radio .radio-radio[b-uul5c5guu1] {
        width: 0.9em;
        height: 0.9em;
        border: 2px solid #d8e4e2;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        padding: 2px;
    }

        .radio .radio-radio[b-uul5c5guu1]::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-color: #0DA9A6;
            border-radius: inherit;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.15s;
            transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
            transition: transform 0.15s, -webkit-transform 0.15s;
        }

.radio-input:checked + .radio-radio[b-uul5c5guu1]::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* /Pages/Agrement/AgreementDetail/AgreementDetail.razor.rz.scp.css */
.card-details[b-y72wh1r36w] {
    border-radius: 12px;
}

p.title[b-y72wh1r36w] {
    color: #117286 !important;
    font-family: Rubik;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
}

p.desc[b-y72wh1r36w] {
    color: #3F3F3F !important;
    font-family: Rubik;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
}

img[b-y72wh1r36w] {
    border-radius: 12px;
    width: 10rem !important;
    height: 10rem !important;
    margin-top: 0.5rem !important;
}

.status[b-y72wh1r36w] {
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

    .status.pending[b-y72wh1r36w] {
        background-color: #F6F6F6;
        color: #6C757D;
        border: 2px solid #D3D3D3;
    }

    .status.accepted[b-y72wh1r36w] {
        background-color: #A4E5A7;
        color: #2A6D2F;
        border: 2px solid #75B57D;
    }

    .status.rejected[b-y72wh1r36w] {
        background-color: #F8D7DA;
        color: #721C24;
        border: 2px solid #F5C6CB;
    }
/* /Pages/Agrement/Agrements/Agreements.razor.rz.scp.css */
.agreement-card[b-kp5ghggf4n] {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-radius: 12px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .agreement-card[b-kp5ghggf4n]::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 150px;
        height: 150px;
        background-color: #2A728A;
        border-radius: 50%;
        opacity: 0.1;
    }

    .agreement-card[b-kp5ghggf4n]::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: -50px;
        width: 150px;
        height: 150px;
        background-color: #F47C32;
        border-radius: 50%;
        opacity: 0.1;
    }

    .agreement-card h3[b-kp5ghggf4n] {
        font-size: 20px;
        color: #2A728A;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }

    .agreement-card p[b-kp5ghggf4n] {
        font-size: 14px;
        color: #555;
        margin: 5px 0;
    }

.status[b-kp5ghggf4n] {
    display: block;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

    .status.pending[b-kp5ghggf4n] {
        background-color: #F6F6F6;
        color: #6C757D;
        border: 2px solid #D3D3D3;
    }

    .status.accepted[b-kp5ghggf4n] {
        background-color: #A4E5A7;
        color: #2A6D2F;
        border: 2px solid #75B57D;
    }

    .status.rejected[b-kp5ghggf4n] {
        background-color: #F8D7DA;
        color: #721C24;
        border: 2px solid #F5C6CB;
    }

.agreement-card .actions[b-kp5ghggf4n] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.agreement-card button[b-kp5ghggf4n] {
    background-color: #2A728A;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 31px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .agreement-card button.view[b-kp5ghggf4n] {
        background-color: #F47C32;
    }

    .agreement-card button:hover[b-kp5ghggf4n] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .agreement-card button i[b-kp5ghggf4n] {
        font-size: 18px;
    }

.agreement-card .actions[b-kp5ghggf4n] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.agreement-card .info-row[b-kp5ghggf4n] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.agreement-card .info-item[b-kp5ghggf4n] {
    width: 40%;
    text-align: center;
}

.agreement-card .info-row span[b-kp5ghggf4n] {
    font-size: 14px;
    color: #555;
    margin-left: 10px;
    flex-grow: 1;
}

.agreement-card .info-row .icon[b-kp5ghggf4n] {
    font-size: 24px !important;
    color: #2A728A;
    margin: 0 15px;
}

@media (max-width: 766px) {
    .row[b-kp5ghggf4n] {
        flex-direction: column;
    }

    .col-md-4[b-kp5ghggf4n] {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .agreement-card[b-kp5ghggf4n] {
        width: 100%;
        padding: 15px;
    }

        .agreement-card h3[b-kp5ghggf4n] {
            font-size: 18px;
        }

    .status[b-kp5ghggf4n] {
        font-size: 14px;
        padding: 6px 14px;
    }

    .agreement-card button[b-kp5ghggf4n] {
        font-size: 14px;
        padding: 10px;
    }

    .actions[b-kp5ghggf4n] {
        flex-direction: column;
        align-items: center;
    }

        .actions button[b-kp5ghggf4n] {
            width: 100%;
            margin-bottom: 10px;
        }
}

@media (max-width: 576px) {
    .agreement-card[b-kp5ghggf4n] {
        width: 100%;
        padding: 10px;
    }

        .agreement-card h3[b-kp5ghggf4n] {
            font-size: 16px;
        }

    .status[b-kp5ghggf4n] {
        font-size: 12px;
        padding: 4px 10px;
    }

    .agreement-card button[b-kp5ghggf4n] {
        font-size: 12px;
        padding: 8px;
    }
}
/* /Pages/Chat/Chat.razor.rz.scp.css */
.form-label[b-lb8ivz8f0o] {
    margin-inline-start: 0.5rem;
}

input[type="text"][b-lb8ivz8f0o],
input[type="url"][b-lb8ivz8f0o],
input[type="email"][b-lb8ivz8f0o],
.form-select[b-lb8ivz8f0o] {
    border-radius: 1rem;
}

    input[type="text"]:focus[b-lb8ivz8f0o],
    input[type="url"]:focus[b-lb8ivz8f0o],
    input[type="email"]:focus[b-lb8ivz8f0o],
    .form-select:focus[b-lb8ivz8f0o] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }

/* CHAT */
.chat-header[b-lb8ivz8f0o] {
    width: 104%;
    background-color: #f3f6f9;
    border-radius: 0.5rem 0.5rem 0 0;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -1rem;
}

    .chat-header img[b-lb8ivz8f0o] {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
    }

.messages[b-lb8ivz8f0o] {
    width: 100%;
    height: 22rem;
    background-image: url("Assets/images/chat-bg.jpg");
    background-size: cover;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .messages .send[b-lb8ivz8f0o] {
        text-align: end;
    }

    .messages .received[b-lb8ivz8f0o] {
        text-align: start;
    }

    .messages img[b-lb8ivz8f0o] {
        width: 100%;
        height: 5rem;
    }

    .messages .sent-msg[b-lb8ivz8f0o] {
        display: inline-block;
        background-color: #2A728A;
        padding: 0.5rem;
        border-radius: 0.3rem;
        position: relative;
    }

        .messages .sent-msg[b-lb8ivz8f0o]::before {
            content: "";
            content: "";
            position: absolute;
            top: 3px;
            left: -3px;
            background-color: #2A728A;
            width: 15px;
            height: 15px;
            -webkit-transform: rotate(135deg);
            /* transform: rotate(160deg); */
            border-radius: 0;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transform: rotate(40deg);
            transform: rotate(-40deg);
            margin-right: 10px;
        }

        .messages .sent-msg p[b-lb8ivz8f0o] {
            color: #fff;
            margin-bottom: 0;
            text-align: start;
            word-break: break-all;
        }

            .messages .sent-msg p small[b-lb8ivz8f0o] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: start;
                color: #d6d3d3;
            }
.received:last-child[b-lb8ivz8f0o] {
    margin-bottom:3rem;
}
.messages .received-msg[b-lb8ivz8f0o] {
    display: inline-block;
    position: relative;
}

    .messages .received-msg[b-lb8ivz8f0o]::before {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        background-color: #F47C32;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(135deg);
        /* transform: rotate(160deg); */
        border-radius: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        margin-right: 10px;
    }

    .messages .received-msg p[b-lb8ivz8f0o] {
        background-color: #f47c32;
        padding: 0.5rem;
        border-radius: 0.3rem;
        margin-bottom: 0;
        color: #fff;
        margin-right: 1rem;
        text-align: start;
        word-break: break-all;
    }

            .messages .received-msg p small[b-lb8ivz8f0o] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: end;
                color: #d6d3d3;
            }

.chat-footer[b-lb8ivz8f0o] {
    width: 103.5%;
    height: 3rem;
    background-color: #f3f6f9;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-right: -.7rem;
}

    .chat-footer .message-input[b-lb8ivz8f0o] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        position: relative;
    }

        .chat-footer .message-input textarea.form-control[b-lb8ivz8f0o] {
            background-color: #fff;
            width: 90%;
            border-radius: 0.5rem;
            -webkit-transform: translateY(14%);
            transform: translateY(14%);
            resize: none;
        }

            .chat-footer .message-input textarea.form-control:focus[b-lb8ivz8f0o] {
                background-color: #fff;
            }

        .chat-footer .message-input i[b-lb8ivz8f0o] {
            color: #F47C32;
            cursor: pointer;
            font-size: 20px;
            position: absolute;
            top: 45%;
            left: 8px;
        }

.friends .input-search-container[b-lb8ivz8f0o] {
    position: relative;
    background-color: #fff;
}

    .friends .input-search-container i[b-lb8ivz8f0o] {
        position: absolute;
        top: 50%;
        left: 0.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #6d767d;
        opacity: 0.8;
    }

.friends ul.friends-list[b-lb8ivz8f0o] {
    list-style: none;
    padding-left: 0;
    height: 25rem;
    max-height: 100vh;
    overflow-y: scroll;
}

    .friends ul.friends-list li[b-lb8ivz8f0o] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 0.5rem;
    }

        .friends ul.friends-list li:hover[b-lb8ivz8f0o] {
            background-color: #ebedf3;
        }

        .friends ul.friends-list li.unread-chat[b-lb8ivz8f0o] {
            background-color: #ebedf3;
        }

        .friends ul.friends-list li:not(:last-child)[b-lb8ivz8f0o] {
            border-bottom: 1px solid #ebedf3;
            margin-bottom: 0;
        }

        .friends ul.friends-list li img[b-lb8ivz8f0o] {
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 50%;
        }

        .friends ul.friends-list li p.message[b-lb8ivz8f0o] {
            text-align: left;
        }

            .friends ul.friends-list li p.message span[b-lb8ivz8f0o] {
                color: #158285;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .friends ul.friends-list li p.message span small[b-lb8ivz8f0o] {
                    direction: ltr;
                }
/* /Pages/CommunicationWithFriends/CommunicationWithFriends.razor.rz.scp.css */
.card[b-3zqal1vrf9] {
    border-radius: 1rem;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 20rem;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

    .card:hover[b-3zqal1vrf9] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .card .colored-bg[b-3zqal1vrf9] {
        background-color: #117286;
        border-radius: 1rem 1rem 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .card .colored-bg i[b-3zqal1vrf9] {
            position: absolute;
            top: .5rem;
            left: .5rem;
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .card .colored-bg img[b-3zqal1vrf9] {
            width: 6rem;
            height: 6rem;
            border-radius: 50%;
            border: 4px solid #117286;
            -webkit-transform: translateY(25%);
            transform: translateY(25%);
        }

    .card .card-body span.friend-name[b-3zqal1vrf9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0.5rem;
        color: #117286;
        font-weight: bold;
    }

    .card .card-body ul.circled-items[b-3zqal1vrf9] {
        list-style: none;
        padding-left: 0;
        margin-top: .5rem;
    }

        .card .card-body ul.circled-items b.title[b-3zqal1vrf9] {
            font-size: 15px;
            color: #f7941d;
        }

        .card .card-body ul.circled-items li[b-3zqal1vrf9] {
            display: inline-block;
            padding: 4px;
            border-radius: 12px;
            color: #117286;
            border: 1px solid #117286;
            font-size: 10px;
            margin-bottom: 5px;
        }

    .card .card-footer[b-3zqal1vrf9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 1rem 1rem;
        background-color: #158285;
        border: none;
    }

        .card .card-footer button[b-3zqal1vrf9] {
            color: #fff;
            width: 100%;
            font-size: 15px;
        }

        .card .card-footer:active[b-3zqal1vrf9] {
            background-color: #2e9194;
        }

            .card .card-footer:active button[b-3zqal1vrf9] {
                background-color: #2e9194;
                border: transparent;
            }
button:active[b-3zqal1vrf9], button:focus[b-3zqal1vrf9] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.btn-search[b-3zqal1vrf9] {
    background-color: #f3f6f9;
    color: #158285;
    border: 0.5px solid #158285;
    border-radius: 1rem;
}

    button.btn-search:hover[b-3zqal1vrf9], button.btn-search:focus[b-3zqal1vrf9] {
        color: #158285;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

/* button */
button:active[b-3zqal1vrf9], button:focus[b-3zqal1vrf9] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-label[b-3zqal1vrf9] {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

input[type="text"][b-3zqal1vrf9],
input[type="url"][b-3zqal1vrf9],
input[type="date"][b-3zqal1vrf9],
input[type="password"][b-3zqal1vrf9],
input[type="email"][b-3zqal1vrf9],
input[type="file"][b-3zqal1vrf9],
textarea.form-control[b-3zqal1vrf9],
.form-select[b-3zqal1vrf9] {
    border-radius: 1rem;
}

input[type="text"]:focus[b-3zqal1vrf9],
input[type="url"]:focus[b-3zqal1vrf9],
input[type="date"]:focus[b-3zqal1vrf9],
input[type="password"]:focus[b-3zqal1vrf9],
input[type="email"]:focus[b-3zqal1vrf9],
input[type="file"]:focus[b-3zqal1vrf9],
textarea.form-control:focus[b-3zqal1vrf9],
.form-select:focus[b-3zqal1vrf9] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}
.show-more[b-3zqal1vrf9] {
    text-decoration: underline;
    color: #158285;
}

    .show-more:hover[b-3zqal1vrf9] {
        color: #158285;
    }
/* /Pages/ControlBoard/ControlBoard.razor.rz.scp.css */


.card[b-8k9lk90hqs] {
    border-radius: 12px;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .card a[b-8k9lk90hqs] {
        text-decoration: none;
        color: #158285;
    }

    .card .card-header[b-8k9lk90hqs] {
        border-bottom: none;
        border-radius: 12px 12px 0 0;
        background: #fff !important;
        color: #F47C32 !important;
        text-align: center;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important
    }

.card-body[b-8k9lk90hqs] {
    height: auto;
    overflow-y: auto;
}
    .card-body dl dt[b-8k9lk90hqs] {
        padding-right: 0;
        margin-left: 5px;
        margin-right: 10px;
    }


    .card-body dl dd[b-8k9lk90hqs] {
        margin-right: -2rem;
    }

.card .card-footer[b-8k9lk90hqs] {
    border: solid 1px;
    /*border-top: none;*/
    border-radius: 0 0 12px 12px;
    /*background-color: red;*/
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .card .card-footer.face-online[b-8k9lk90hqs] {
        /* background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2bb574), color-stop(50%, #f7941d));
            background: linear-gradient(90deg, #2bb574 50%, #f7941d 50%);
        */
        /*            background-color: #158285;
*/
    }

    .card .card-footer button[b-8k9lk90hqs], .card .card-footer span[b-8k9lk90hqs] {
        color: #fff;
        font-size: .875rem;
    }

    .card .card-footer.orange-bg[b-8k9lk90hqs] {
        background-color: #f7941d;
    }

        .card .card-footer.orange-bg span[b-8k9lk90hqs] {
            cursor: unset;
            font-size: .875rem;
        }

    .card .card-footer.teal-bg[b-8k9lk90hqs] {
        background-color: #158285;
    }

span.span-face[b-8k9lk90hqs] {
    margin-inline-end: 1rem;
}

span.span-online[b-8k9lk90hqs] {
    margin-inline-start: 1.1rem;
}
/*.show-more {
    text-decoration:underline;
    color:#158285;
}
.show-more:hover {
    color:#158285;
}*/

a.see-more[b-8k9lk90hqs] {
    text-decoration: none;
    color: #158285;
    margin-inline: -8px;
    position: relative;
}

a span.first[b-8k9lk90hqs] {
    display: inline-block;
    border: 2px solid;
    border-color: transparent transparent #158285 #158285;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: '';
    top: 50%;
    margin-right: 1rem;
}

a span.second[b-8k9lk90hqs] {
    content: '';
    display: inline-block;
    position: absolute;
    border: 5px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #158285;
    top: 50%;
    margin-right: 1rem;
    transform: translateY(-50%);
}


.btn-primary[b-8k9lk90hqs] {
    background-color: #117286 !important;
    border-color: #117286 !important;
}
.btn-outline-primary[b-8k9lk90hqs] {
    color: #117286 !important;
    border-color: #117286 !important;
}
.btn-outline-primary:hover[b-8k9lk90hqs] {
    color: #fff !important;
    background-color: #117286 !important;
}
.btn-outline-secondary[b-8k9lk90hqs] {
    color: #F47C32 !important;
    border-color: #F47C32 !important;
}

    .btn-outline-secondary:hover[b-8k9lk90hqs] {
        color: #fff !important;
        background-color: #F47C32 !important;
    }
.refuse[b-8k9lk90hqs], .accept[b-8k9lk90hqs] {
    width: 50% !important;
    border: 1px solid #0DA9A6;
}

    .refuse:hover[b-8k9lk90hqs], .accept:hover[b-8k9lk90hqs] {
        color: #fff !important;
    }

.accept[b-8k9lk90hqs] {
    border-radius: 0 0 12px 0 !important;
}

.refuse[b-8k9lk90hqs] {
    border-radius: 0 0 0 12px !important;
    margin-right: 0.2rem !important;
}
.title[b-8k9lk90hqs] {
    color:#F47C32;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 375px) {
    .card-body dl dt[b-8k9lk90hqs] {
        margin-right: 0;
        margin-left: 25px;
    }
}

    @media (max-width: 768px) {
        .card-footer[b-8k9lk90hqs] {
            display: block !important;
        }

        .refuse[b-8k9lk90hqs], .accept[b-8k9lk90hqs] {
            width: 100% !important;
            border: 1px solid #0DA9A6;
        }

        .accept[b-8k9lk90hqs] {
            border-radius: 12px !important;
        }

        .refuse[b-8k9lk90hqs] {
            border-radius: 12px !important;
            margin-right: 0.2rem !important;
        }
    }
/* /Pages/EditProfile/EditProfile.razor.rz.scp.css */


/* button */
.form-label[b-l4ui59uy1o] {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

/*input[type="text"],
input[type="url"],
input[type="email"],
.form-select {
    border-radius: 1rem;
}*/

    input[type="text"]:focus[b-l4ui59uy1o],
    input[type="url"]:focus[b-l4ui59uy1o],
    input[type="email"]:focus[b-l4ui59uy1o],
    .form-select:focus[b-l4ui59uy1o], .form-control:focus[b-l4ui59uy1o] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }
.back-btn[b-l4ui59uy1o] {
    background-color: #ddd;
}

    .back-btn i[b-l4ui59uy1o] {
        color: #0DA9A6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-btn:focus[b-l4ui59uy1o], .back-btn:active[b-l4ui59uy1o], .back-btn:hover[b-l4ui59uy1o] {
        background-color: #ddd;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .back-btn:focus i[b-l4ui59uy1o], .back-btn:active i[b-l4ui59uy1o], .back-btn:hover i[b-l4ui59uy1o] {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

/* profile */
.profile-img-block[b-l4ui59uy1o] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .profile-img-block .profile-img-wrapper[b-l4ui59uy1o] {
        position: relative;
        margin-bottom: 4rem;
    }

        .profile-img-block .profile-img-wrapper img[b-l4ui59uy1o] {
            border-radius: 50%;
            width: 22rem;
            height: 22rem;
        }

    .profile-img-block .edit-profile-pic[b-l4ui59uy1o] {
        position: absolute;
        background-color: #f5f5f5;
        border-radius: 100%;
        width: 3.5rem;
        height: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        bottom: 4rem;
        right: 55%;
    }

        .profile-img-block .edit-profile-pic i[b-l4ui59uy1o] {
            font-size: 20px;
            color: #0DA9A6;
            cursor: pointer;
        }

    .profile-img-block .username[b-l4ui59uy1o] {
        position: absolute;
        color: #0DA9A6;
        bottom: 0;
    }

/* checkbox */
input[type="checkbox"].customed-checkbox[b-l4ui59uy1o] {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    margin-inline-end: 0.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type="checkbox"].customed-checkbox:checked[b-l4ui59uy1o] {
        top: 0;
    }

        input[type="checkbox"].customed-checkbox:checked[b-l4ui59uy1o]::before {
            border-left: none;
            border-top: none;
            width: 10px;
            color: #0DA9A6;
            border-width: 2px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    input[type="checkbox"].customed-checkbox[b-l4ui59uy1o]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #0DA9A6;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

b[b-l4ui59uy1o], .show-data[b-l4ui59uy1o] {
    color: #0DA9A6;
}

.card[b-l4ui59uy1o] {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

    .card:hover[b-l4ui59uy1o] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .card i[b-l4ui59uy1o] {
        position: absolute;
        top: 0.3rem;
        left: 0.3rem;
        color: #fff;
        cursor: pointer;
    }

    .card .card-title[b-l4ui59uy1o] {
        margin-bottom: 0;
        color: #fff;
        font-weight: bold;
    }

ul.circled-items[b-l4ui59uy1o] {
    list-style: none;
}

    ul.circled-items li[b-l4ui59uy1o] {
        display: inline-block;
        width: auto;
        padding: 4px 12px;
        border-radius: 12px;
        color: #fff;
        margin-inline-end: 5px;
        margin-bottom: 5px;
        background-color: #117286;
    }

        ul.circled-items li i[b-l4ui59uy1o] {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            ul.circled-items li i:hover[b-l4ui59uy1o] {
                -webkit-transform: scale(1);
                transform: scale(1);
            }



.teal-bg[b-l4ui59uy1o] {
    background-color: #0DA9A6;
}

.green-bg[b-l4ui59uy1o] {
    background-color: #2bb574;
}

.form-select[b-l4ui59uy1o] {
    border-radius: 0 .25rem .25rem 0 !important;
    border-left: none;
}

.input-group-text.select-append[b-l4ui59uy1o] {
    border-radius: .25rem 0 0 .25rem !important;
    cursor: pointer;
}

.interests-wrapper[b-l4ui59uy1o] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* RADIO INPUT STYLE */
.radio[b-l4ui59uy1o] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

    .radio .radio-input[b-l4ui59uy1o] {
        display: none;
    }

    .radio .radio-radio[b-l4ui59uy1o] {
        width: 0.9em;
        height: 0.9em;
        border: 2px solid #d8e4e2;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        padding: 2px;
    }

        .radio .radio-radio[b-l4ui59uy1o]::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-color: #0DA9A6;
            border-radius: inherit;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.15s;
            transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
            transition: transform 0.15s, -webkit-transform 0.15s;
        }

.radio-input:checked + .radio-radio[b-l4ui59uy1o]::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991px) {
    small[b-l4ui59uy1o] {
        font-size: 0.6875rem !important;
    }
}

@media (max-width: 575px) {
    small[b-l4ui59uy1o] {
        font-size: 0.65rem !important;
    }

    .profile-img-block .edit-profile-pic[b-l4ui59uy1o] {
        right: 65%;
    }
}
/*# sourceMappingURL=style.css.map */
.save-btn[b-l4ui59uy1o] {
    border-radius: 12px !important;
}

h4[b-l4ui59uy1o] {
    color: #2a728a;
}
/* /Pages/ForgetPasswordEmail/ForgetPasswordEmail.razor.rz.scp.css */
body[b-0lcas44mu1] {
}
/* /Pages/ForgetPassword/ForgetPassword.razor.rz.scp.css */
.form-label[b-9vsi3tn3ai] {
    margin-inline-start: 0.5rem;
}

input[type="text"][b-9vsi3tn3ai],
input[type="url"][b-9vsi3tn3ai],
input[type="email"][b-9vsi3tn3ai],
.form-select[b-9vsi3tn3ai] {
    border-radius: 1rem;
}

span.input-group-text[b-9vsi3tn3ai] {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

select.select[b-9vsi3tn3ai] {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

input[type="text"]:focus[b-9vsi3tn3ai],
input[type="url"]:focus[b-9vsi3tn3ai],
input[type="email"]:focus[b-9vsi3tn3ai],
.form-select:focus[b-9vsi3tn3ai] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

h1[b-9vsi3tn3ai] {
    color: #f47c32;
}

button[b-9vsi3tn3ai] {
    background-color: #117286;
    border-radius: 12px;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
}

    button.disabled[b-9vsi3tn3ai] {
        background-color: #1172868f;
        color: #fff;
    }
/* /Pages/FriendsRequests/FriendsRequests.razor.rz.scp.css */
.card[b-gcik1iavyc] {
    border-radius: 1rem;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 20rem;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

    .card:hover[b-gcik1iavyc] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .card .colored-bg[b-gcik1iavyc] {
        background-color: #117286;
        border-radius: 1rem 1rem 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .card .colored-bg small.date[b-gcik1iavyc] {
            position: absolute;
            right: 1rem;
            top: 0.5rem;
        }

        .card .colored-bg img[b-gcik1iavyc] {
            width: 6rem;
            height: 6rem;
            border-radius: 50%;
            border: 4px solid #117286;
            -webkit-transform: translateY(25%);
            transform: translateY(25%);
        }

    .card .card-body span.friend-name[b-gcik1iavyc] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0.5rem;
        color: #117286;
        font-weight: bold;
    }

    .card .card-body span.interests[b-gcik1iavyc] {
        display: inline-block;
        color: gray;
        font-size: 15px;
        margin-block-start: 1rem;
    }

    .card .card-body ul.circled-items[b-gcik1iavyc] {
        list-style: none;
        padding-left: 0;
        overflow-y: auto;
        height: 4rem;
    }

        .card .card-body ul.circled-items b.title[b-gcik1iavyc] {
            font-size: 15px;
            color: #117286;
        }

        .card .card-body ul.circled-items li[b-gcik1iavyc] {
            display: inline-block;
            padding: 4px;
            border-radius: 15px;
            color: #117286;
            border: 1px solid #117286;
            font-size: 10px;
            margin-bottom: 5px;
        }

    .card .card-body small[b-gcik1iavyc] {
        color: gray;
    }

    .card .card-footer[b-gcik1iavyc] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 0 1rem 1rem;
        border: none;
        display: flex;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #dc3646), color-stop(50%, #1a8755));
        background: linear-gradient(90deg, #dc3646 50%, #117286 50%);
    }

        .card .card-footer button[b-gcik1iavyc] {
            color: #fff;
            width: 100%;
            font-size: 18px;
        }

            .card .card-footer button i[b-gcik1iavyc] {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .card .card-footer button:hover i[b-gcik1iavyc] {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
.show-more[b-gcik1iavyc] {
    text-decoration: underline;
    color: #158285;
}

    .show-more:hover[b-gcik1iavyc] {
        color: #158285;
    }
/* /Pages/Home/Home.razor.rz.scp.css */
[b-m8702z5hhl]::-webkit-scrollbar {
    width: 0;
}


/*HERO SECTION*/
.hero-section[b-m8702z5hhl] {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #005667;
}

    .hero-section video.background-video[b-m8702z5hhl] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        opacity: 0.5;
        z-index: 2;
    }

embed#video[b-m8702z5hhl] {
    display: block;
    width: 100vw;
    height: 100vh;
    border: none;
}
embed#video video[b-m8702z5hhl] {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.video-container[b-m8702z5hhl] {
    width: 100%; /* Adjust as needed */
    max-width: 800px; /* Prevent it from becoming too large */
    height: auto; /* Let the height scale with aspect ratio */
    position: relative;
}

embed[b-m8702z5hhl] {
    width: 100%;
    height: 100%;
}


    .hero-section .body[b-m8702z5hhl] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

        .hero-section .body h1[b-m8702z5hhl] {
            font-size: 40px !important;
            font-weight: 700;
            color: #fff;
            width: 50%;
            text-align: center;
            margin-top: 7rem;
            z-index: 3;
        }

            .hero-section .body h1 span[b-m8702z5hhl] {
                display: inline-block;
                width: 100%;
                line-height: 56.4px !important;
            }

        .hero-section .body .logo[b-m8702z5hhl] {
            width: 157.98px;
            height: 102.39px;
            z-index: 3;
        }

            .hero-section .body .logo img[b-m8702z5hhl] {
                width: 100%;
                height: 100%;
            }

        .hero-section .body a.btn[b-m8702z5hhl] {
            border-radius: 12px;
            font-size: 24px !important;
            font-weight: 600;
            color: #fff;
            width: 261.62px;
            height: 56px;
            background-color: #f47c32;
            border: 1px solid #f47c32;
            margin-top: 2rem;
            z-index: 3;
            text-decoration:none;
            padding:1rem !important
        }

@media (max-width: 768px) {
    .hero-section .body h1[b-m8702z5hhl] {
        width: 90%;
        margin-top: 2rem;
    }
}

/* RESPONSIVE */

@media (min-width: 320px) and (max-width: 576px) {
    .hero-section .body h1[b-m8702z5hhl] {
        font-size: 30px !important;
    }
}



/*LACUNCH SECTION*/
section.launch-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    /*margin-block: 4rem;*/
    text-align: center;
    background-color: #005667;
}

    section.launch-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
    }

    section.launch-section .time-cards[b-m8702z5hhl] {
        display: flex;
        justify-content: center;
        margin-bottom: 3rem;
    }

        section.launch-section .time-cards .card[b-m8702z5hhl] {
            margin-inline: 1rem;
            background-color: transparent !important;
            border: none !important;
        }

            section.launch-section .time-cards .card .card-num[b-m8702z5hhl] {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f5f5f5;
                width: 108px;
                height: 129px;
                color: #e7c12c;
                border-radius: 12px;
                margin-bottom: 1rem;
                font-size: 32px !important;
                font-weight: 700;
            }

            section.launch-section .time-cards .card .card-title-txt[b-m8702z5hhl] {
                font-size: 32px !important;
                font-weight: 700 !important;
            }


    section.launch-section .location-cards[b-m8702z5hhl] {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }

        section.launch-section .location-cards .card[b-m8702z5hhl] {
            background-color: #fff;
            width: 500px;
            height: 200px;
            margin-bottom: 2rem;
            text-align: start;
            padding: 1rem;
        }
            section.launch-section .location-cards .card .title[b-m8702z5hhl] {
                color: #f47c32;
                font-size: 24px !important;
                font-weight: 600;
                display: flex;
                align-items: center;
                margin-bottom: 1rem;
            }

                section.launch-section .location-cards .card .title span[b-m8702z5hhl] {
                    margin-inline: 5px;
                }


                section.launch-section .location-cards .card .title img[b-m8702z5hhl] {
                    width: 32px;
                    height: 32px;
                }

            section.launch-section .location-cards .card p[b-m8702z5hhl] {
                color: #005667;
                font-size: 16px !important;
                font-weight: 600;
                line-height: 26.96px !important;
            }

            section.launch-section .location-cards .card ul[b-m8702z5hhl] {
                list-style: none;
                color: #005667;
                font-size: 16px !important;
                font-weight: 600;
            }

            section.launch-section .location-cards .card ul li[b-m8702z5hhl] {
               line-height:30px !important;
            }

                section.launch-section .location-cards .card ul li:not(:last-child)[b-m8702z5hhl] {
                    margin-bottom: 10px;
                }
/*
    section.launch-section button {
        width: 335px;
        height: 56px;
        border-radius: 12px;
        background-color: #f47c32;
        border: 1px solid #f47c32;
        color: #fff;
        margin-bottom: 5rem;
    }*/

    section.launch-section .counter[b-m8702z5hhl] {
        display: flex;
        justify-content: center;
    }

        section.launch-section .counter div[b-m8702z5hhl] {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        section.launch-section .counter div[b-m8702z5hhl] {
            margin-inline: 1rem;
        }

            section.launch-section .counter div span:nth-child(1)[b-m8702z5hhl] {
                color: #da941e;
                font-size: 35px !important;
                font-weight: 700;
                margin-bottom: 10px;
            }

            section.launch-section .counter div span:nth-child(2)[b-m8702z5hhl] {
                font-size: #fff;
                font-weight: 600;
                font-size: 24px !important;
            }

/* RESPONSIVE */

@media (min-width: 320px) and (max-width: 576px) {
    section.launch-section .time-cards[b-m8702z5hhl] {
        flex-direction: column;
    }

        section.launch-section .time-cards .card[b-m8702z5hhl] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 3rem;
        }

    section.launch-section .location-cards[b-m8702z5hhl] {
         flex-direction: column; 
        justify-content: unset;
    }

        section.launch-section .location-cards .card[b-m8702z5hhl] {
            width: 570px;
            height: unset;
        }


    section.launch-section .location-cards .card[b-m8702z5hhl] {
        width: 80vw;
    }

        section.launch-section .location-cards .card p[b-m8702z5hhl] {
            line-height: 22px !important;
        }

        section.launch-section .location-cards .card ul li[b-m8702z5hhl] {
            line-height: 22px !important;
        }

   /* section.launch-section button {
        width: fit-content;
        height: fit-content;
        padding: 10px 15px;
        font-size: 20px !important;
    }*/

    section.launch-section .counter[b-m8702z5hhl] {
        flex-direction: column;
    }

        section.launch-section .counter .stat[b-m8702z5hhl] {
            margin-bottom: 3rem;
        }
}


/* EVENTS SECTION */
section.events-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    text-align: center;
    background-color: #005667 !important;
    ;
}

    section.events-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
    }

    section.events-section .cards[b-m8702z5hhl] {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

        section.events-section .cards .card-wrapper[b-m8702z5hhl] {
            height: 260px;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
        }

        section.events-section .cards .card[b-m8702z5hhl] {
            width: 260px;
            height: 260px;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: height 0.4s ease;
            overflow: hidden;
         /*   border:none*/
        }

        section.events-section .cards .card-wrapper .card:hover[b-m8702z5hhl] {
            height: 320px;
        }

        section.events-section .cards .card-wrapper:nth-child(1) .card:hover[b-m8702z5hhl] {
            background-color: #177286;
        }

        section.events-section .cards .card-wrapper:nth-child(2) .card:hover[b-m8702z5hhl] {
            background-color: #3f3f3f;
        }

        section.events-section .cards .card-wrapper:nth-child(3) .card:hover[b-m8702z5hhl] {
            background-color: #f47c32;
        }

        section.events-section .cards .card-wrapper:nth-child(4) .card:hover[b-m8702z5hhl] {
            background-color: #e7c12c;
        }

        section.events-section .cards .card-wrapper:nth-child(1)[b-m8702z5hhl] {
            background-color: #177286 !important;
        }

        section.events-section .cards .card-wrapper:nth-child(2)[b-m8702z5hhl] {
            background-color: #3f3f3f;
        }

        section.events-section .cards .card-wrapper:nth-child(3)[b-m8702z5hhl] {
            background-color: #f47c32;
        }

        section.events-section .cards .card-wrapper .card:nth-child(4)[b-m8702z5hhl] {
            background-color: #e7c12c;
        }

        section.events-section .cards .card-wrapper:nth-child(1) .card[b-m8702z5hhl] {
            background-color: #177286 !important;
        }

        section.events-section .cards .card-wrapper:nth-child(2) .card[b-m8702z5hhl] {
            background-color: #3f3f3f;
        }

        section.events-section .cards .card-wrapper:nth-child(3) .card[b-m8702z5hhl] {
            background-color: #f47c32;
        }

        section.events-section .cards .card-wrapper:nth-child(4) .card[b-m8702z5hhl] {
            background-color: #e7c12c;
        }


        section.events-section .cards .card-wrapper .card span[b-m8702z5hhl] {
            font-size: 40px !important;
            font-weight: 700;
            letter-spacing: 0.01em;
            text-align: center;
            display: inline-block;
            /*  width: 8rem;*/
            line-height: 56px !important;
        }

        section.events-section .cards .card-wrapper:hover .card span[b-m8702z5hhl] {
            opacity: 0;
        }

        section.events-section .cards .card-wrapper .card p[b-m8702z5hhl] {
            opacity: 0;
            font-size: 18px !important;
            font-weight: 500;
            line-height: 28.3px;
            letter-spacing: 0.04em;
            text-align: center;
            position: absolute;
            top: 0rem;
            width: 200px;
            line-height: 28px !important;
            transition: opacity 0.4s ease;
        }

        section.events-section .cards .card-wrapper:hover .card p[b-m8702z5hhl] {
            display: block;
            opacity: 1;
        }

        section.events-section .cards .card-wrapper .card .footer[b-m8702z5hhl] {
            width: 260px;
            height: 150px;
            border-radius: 6px;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 0;
            transition: all 0.4s ease;
        }
/*Remove when return the workshop btn*/
        section.events-section .cards .card-wrapper:nth-child(1):hover .card .footer[b-m8702z5hhl] {
            height: 40px;
        }


        section.events-section .cards .card-wrapper:nth-child(3):hover .card .footer[b-m8702z5hhl] {
            height: 40px;
        }

        section.events-section .cards .card-wrapper:nth-child(4):hover .card .footer[b-m8702z5hhl] {
            height: 40px;
        }

        section.events-section .cards .card-wrapper .card .footer a[b-m8702z5hhl] {
            width: 195px;
            height: 36px;
            border-radius: 12px;
            border: 1px solid #f47c32;
            color: #f47c32;
            font-size: 16px !important;
            font-weight: 500;
            line-height: 18.96px;
            text-align: center;
            background-color: #fff;
            opacity: 0;
            transition: all 0.4s ease;
        }

            section.events-section .cards .card-wrapper .card .footer a img[b-m8702z5hhl] {
                margin-inline: 5px;
            }

        section.events-section .cards .card-wrapper:hover .card .footer[b-m8702z5hhl] {
            display: flex;
            height: 150px;
        }

            section.events-section .cards .card-wrapper:hover .card .footer a[b-m8702z5hhl] {
                opacity: 1;
                text-decoration: none;
                display: flex;
                justify-content: center;
                align-items: center;
            }

/* RESPONSIVE */
@media (min-width: 1024px) and (max-width: 1100px) {
    section.events-section .cards .card-wrapper[b-m8702z5hhl] {
        height: 220px;
    }

    section.events-section .cards .card[b-m8702z5hhl] {
        width: 220px;
        height: 220px;
    }

    section.events-section .cards .card-wrapper .card:hover[b-m8702z5hhl] {
        height: 265px;
    }

    section.events-section .cards .card-wrapper .card .footer[b-m8702z5hhl] {
        width: 220px;
    }

    section.events-section .cards .card-wrapper .card p[b-m8702z5hhl] {
        top: -2rem;
    }
}

@media (min-width: 320px) and (max-width: 930px) {
    section.events-section .cards .card-wrapper[b-m8702z5hhl] {
        width: 260px;
        height: 260px;
        margin-bottom: 5rem;
    }

    section.events-section .cards .card[b-m8702z5hhl] {
        width: 260px;
        height: 260px;
    }

    section.events-section .cards[b-m8702z5hhl] {
        flex-direction: column;
        align-items: center;
    }
}



/* MAP SECTION */
section.map-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    text-align: center;
    background-color: #005667 !important;
    ;
}

    section.map-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
    }

    section.map-section .dividers[b-m8702z5hhl] {
        display: flex;
        justify-content: center;
    }

        section.map-section .dividers .info[b-m8702z5hhl] {
            display: flex;
            flex-direction: column;
            align-items: start;
            margin-right: 4rem;
        }

            section.map-section .dividers .info h3[b-m8702z5hhl] {
                font-size: 32px !important;
                font-weight: 700;
                line-height: 37.92px;
                text-align: center;
            }

                section.map-section .dividers .info h3 img[b-m8702z5hhl] {
                    width: 125px;
                    height: 50px;
                }

            section.map-section .dividers .info p[b-m8702z5hhl] {
                font-size: 24px !important;
                font-weight: 600;
                line-height: 28px;
                text-align: center;
            }

                section.map-section .dividers .info p img[b-m8702z5hhl] {
                    width: 85px;
                    height: 95px;
                }

        section.map-section .dividers .map[b-m8702z5hhl] {
            width: 796px;
            height: 656px;
            position: relative;
        }

            section.map-section .dividers .map img.map[b-m8702z5hhl] {
                width: 100%;
                height: 100%;
                position: relative;
            }

            section.map-section .dividers .map img.location[b-m8702z5hhl] {
                position: absolute;
                width: 5rem;
                bottom: 11.6rem;
                left: 10.3rem;
                z-index: 9998;
            }

/* RESPONSIVE */

@media (max-width: 930px) {
    section.map-section .dividers[b-m8702z5hhl] {
        flex-direction: column;
    }

        section.map-section .dividers .map[b-m8702z5hhl] {
            width: 100vw;
        }

        section.map-section .dividers .info p[b-m8702z5hhl] {
            line-height: 15px !important;
        }

        section.map-section .dividers .map img[b-m8702z5hhl] {
            width: 80%;
            height: auto;
        }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    section.map-section .dividers .map img.location[b-m8702z5hhl] {
        width: 4.5rem;
        bottom: 13rem;
        left: 8.3rem;
    }
}



@media (width: 912px) {
    section.map-section .dividers .map img.location[b-m8702z5hhl] {
        width: 5rem;
        bottom: 11.6rem;
        left: 14.3rem;
    }
}

@media (min-width: 412px) and (max-width: 430px) {
    section.map-section .dividers .map img.location[b-m8702z5hhl] {
        width: 3rem;
        bottom: 15.6rem;
        left: 5.3rem;
    }
}


@media (width: 540px) {
    section.map-section .dividers .map img.location[b-m8702z5hhl] {
        width: 4rem;
        bottom: 14rem;
        left: 6rem;
    }
}

@media (min-width: 320px) and (max-width: 390px) {
    section.map-section .dividers .map img.location[b-m8702z5hhl] {
        width: 2rem;
        bottom: 16.6rem;
        left: 4.3rem;
    }
}

@media (max-width: 575px) {
    section.map-section .dividers .info[b-m8702z5hhl] {
        margin-right: 2rem;
    }

        section.map-section .dividers .info p[b-m8702z5hhl] {
            font-size: 16px !important;
        }

            section.map-section .dividers .info p img[b-m8702z5hhl] {
                width: 60px;
                height: 75px;
            }
}


/* SUBJECT SECTION */

section.subjects-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    text-align: center;
    background-color: #005667 !important;
    
}

    section.subjects-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
    }

    section.subjects-section .img-wrapper[b-m8702z5hhl] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        section.subjects-section .img-wrapper img:nth-child(1)[b-m8702z5hhl] {
            width: 108px;
            height: 75px;
        }

        section.subjects-section .img-wrapper img:nth-child(2)[b-m8702z5hhl] {
            width: 80vw;
            height: auto;
        }


/* SUBJECTS SECTION */
section.contact-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    text-align: center;
    background-color: #005667 !important;
}

    section.contact-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
    }

    section.contact-section .divider[b-m8702z5hhl] {
        display: flex;
        justify-content: space-around;
    }

        section.contact-section .divider .form[b-m8702z5hhl] {
            width: 700px;
            height: 510px;
            border-radius: 12px;
            background-color: #fff;
            text-align: start;
            position: relative;
            padding: 0 1rem;
        }

            section.contact-section .divider .form label[b-m8702z5hhl] {
                font-size: 18px !important;
                font-weight: 500;
                line-height: 28px !important;
                letter-spacing: 0.04em;
                color: #117286 !important;
                margin-right: .5rem !important;
                margin-bottom: .5rem !important;
            }


        section.contact-section .divider .img-wrapper[b-m8702z5hhl] {
            width: 380px;
            height: 460px;
        }

            section.contact-section .divider .img-wrapper img[b-m8702z5hhl] {
                width: 100%;
                height: 100%;
            }

        section.contact-section .divider .footer[b-m8702z5hhl] {
            width: 700px;
            padding-inline: 0;
            text-align: end;
        }

            section.contact-section .divider .footer button[b-m8702z5hhl] {
                width: 230px;
                height: 48px;
                border-radius: 12px;
                background-color: #f47c32;
                border: 1px solid #f47c32;
                color: #fff;
                font-size: 18px !important;
                font-weight: 500;
                line-height: 28px;
                letter-spacing: 0.04em;
                text-align: center;
                position: absolute;
                bottom: 1rem;
                left: 1rem;
            }

/* RESPONSIVE */

@media (min-width: 1000px) and (max-width: 1200px) {

    section.contact-section .divider .form[b-m8702z5hhl] {
        width: 45vw;
    }

    section.contact-section .divider .img-wrapper[b-m8702z5hhl] {
        width: 45vw;
    }
}

@media (max-width:999px) {
    section.contact-section .divider[b-m8702z5hhl] {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

        section.contact-section .divider .form[b-m8702z5hhl] {
            width: 85vw;
            margin-bottom: 3rem;
            height: 750px;
        }

        section.contact-section .divider .img-wrapper[b-m8702z5hhl] {
            width: 85vw;
        }

        section.contact-section .divider .footer[b-m8702z5hhl] {
            text-align: center;
        }

            section.contact-section .divider .footer button[b-m8702z5hhl] {
                width: 90%;
                left: 50%;
                transform: translateX(-50%);
            }
}

.join-container[b-m8702z5hhl]{
    text-decoration:none !important;
}
button.join[b-m8702z5hhl] {
    width: 364px;
    height: 82px;
    border-radius: 12px;
    background-color: #f47c32;
    border: 1px solid #f47c32;
    color: #fff;
    margin-bottom: 5rem;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between text and image */
    padding: 10px 20px;
    margin: 0.5rem auto 1.5rem auto !important;
}


/* Media Queries */
@media (max-width: 1200px) {
    button.join[b-m8702z5hhl] {
        width: 323px !important;
        height: 70px;
        font-size: 32px !important;
    }
}

@media (max-width: 992px) {
    button.join[b-m8702z5hhl] {
        width: 250px;
        height: 60px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    button.join[b-m8702z5hhl] {
        width: 287px;
        height: 50px;
        font-size: 24px !important;
    }
    }

@media (max-width: 576px) {
    button.join[b-m8702z5hhl] {
        width: 240px !important;
        height: 45px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 400px) {
    button.join[b-m8702z5hhl] {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }
}
/* /Pages/LiveStream/LiveStream.razor.rz.scp.css */
/*.video-wrapper {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}*/
iframe[b-2hto8mxzfk] {
    width: 70vw;
    height: 70vh;
    padding: .5rem;
    margin: auto;
    display: grid;
    border-radius: 12px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

textarea.form-control[b-2hto8mxzfk] {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #dddddd69;
    resize: none;
    height: 2.5rem !important;
}

    textarea.form-control:focus[b-2hto8mxzfk] {
        outline: none;
        border: none;
        box-shadow: none;
        background-color: #dddddd69;
        resize: none;
    }

    textarea.form-control[b-2hto8mxzfk]::placeholder {
        color: rgb(204, 200, 200);
    }

button[b-2hto8mxzfk] {
    background: #0DA9A6;
    margin-inline-start: 1rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
}

    button:hover[b-2hto8mxzfk],
    button:active[b-2hto8mxzfk] {
        background: #0DA9A6;
        box-shadow: none;
        border: none;
        outline: none;
    }

    button .fa-paper-plane[b-2hto8mxzfk] {
        transition: all 0.3s ease;
        margin-inline-end: 5px;
    }

    button:hover .fa-paper-plane[b-2hto8mxzfk] {
        transform: translate(10px, -5px);
    }
/* /Pages/Login/login.razor.rz.scp.css */
.form-label[b-z1xvjlk4e3] {
    margin-inline-start: 0.5rem;
}

input[type="text"][b-z1xvjlk4e3],
input[type="url"][b-z1xvjlk4e3],
input[type="email"][b-z1xvjlk4e3],
.form-select[b-z1xvjlk4e3] {
    border-radius: 1rem;
}

span.input-group-text[b-z1xvjlk4e3] {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

select.select[b-z1xvjlk4e3] {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

input[type="text"]:focus[b-z1xvjlk4e3],
input[type="url"]:focus[b-z1xvjlk4e3],
input[type="email"]:focus[b-z1xvjlk4e3],
.form-select:focus[b-z1xvjlk4e3] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

h1[b-z1xvjlk4e3] {
    color: #f47c32;
}

button[b-z1xvjlk4e3] {
    background-color: #117286;
    border-radius: 12px;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
}
    button.disabled[b-z1xvjlk4e3] {
        background-color: #1172868f;
        color: #fff;
}

/**/
/*h1 {
    color: #158285;
}*/

input[b-z1xvjlk4e3] {
    /*border-radius: 12px;*/
    width: 24%;
    display: inline-block;
}


/*button.login-retry {
    border-radius: 2rem;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
    display: block;
    width: 83%;
    margin: auto;
}
*/
/*button.login {
    background-color: #2a728a;
    border-radius: 12px;
    color: #fff;
}
button.retry {
    background-color: #fff;
    border: 1px solid #2a728a;
    color: #fff;
    border-radius: 12px;
}*/
a.account[b-z1xvjlk4e3] {
    display: block;
    font-weight: 700;
    text-align: center;
    color: #293ef6;
    cursor: pointer;
}
/* /Pages/MatualInterestFriend/SearchForFriend.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");*/

/* button */
.form-label[b-xaterofhq7] {
    margin-inline-start: 0.5rem;
}

input[type="text"][b-xaterofhq7],
input[type="url"][b-xaterofhq7],
input[type="email"][b-xaterofhq7],
.form-select[b-xaterofhq7] {
    border-radius: 8px;
}
span.input-group-text[b-xaterofhq7] {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    background: #fff !important;
    /* border-right: none; */
    border-radius: 8px 0 0 8px !important;
    color: #f37c32 !important;
}
select.select[b-xaterofhq7] {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-left:none !important;
}

input[type="text"]:focus[b-xaterofhq7],
input[type="url"]:focus[b-xaterofhq7],
input[type="email"]:focus[b-xaterofhq7],
.form-select:focus[b-xaterofhq7] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

/* content-container */
@-webkit-keyframes onPageLoad {
    0% {
        opacity: 0;
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes onPageLoad-b-xaterofhq7 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
button:active[b-xaterofhq7], button:focus[b-xaterofhq7] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.btn-search[b-xaterofhq7] {
    background-color: #f3f6f9;
    color: #158285;
    border: 0.5px solid #158285;
    border-radius: 1rem;
}

    button.btn-search:hover[b-xaterofhq7], button.btn-search:focus[b-xaterofhq7] {
        color: #158285;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.collpase-filter-body[b-xaterofhq7] {
    margin-bottom: 1rem;
}

    .collpase-filter-body .card-body[b-xaterofhq7] {
        padding: 0;
    }

.card[b-xaterofhq7] {
    height: 300px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 10px gray;
    box-shadow: 1px 1px 10px gray;
    border: none;
    background: linear-gradient(-20deg, #fff 60%, #117286 10%);
    cursor: pointer;
    overflow: hidden;
}

    .card img[b-xaterofhq7] {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin: 50px auto;
        position: relative;
        z-index: 2;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .card .info[b-xaterofhq7] {
        color: #117286;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .card .info h4[b-xaterofhq7] {
            width: 16rem;
            text-align: center;
            font-size:1.5rem !important;
        }

    .card .bkg[b-xaterofhq7] {
        position: absolute;
        height: 115px;
        width: 100%;
        background-color: #117286;
        z-index: 2;
        top: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .card ul.circled-items[b-xaterofhq7] {
        list-style: none;
        width: 90%;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .card ul.circled-items b.title[b-xaterofhq7] {
            color: #f7941d;
        }

        .card ul.circled-items li[b-xaterofhq7] {
            display: inline-block;
            width: auto;
            padding: 7px 7px;
            border-radius: 15px;
            color: #fff;
            margin-inline-end: 5px;
            margin-bottom: 5px;
            font-size: 16px !important;
        }

    .card .send-request[b-xaterofhq7] {
        opacity: 1;
        z-index: 3;
        position: absolute;
        bottom: 0.5rem;
    }

        .card .send-request button[b-xaterofhq7], .card .send-request label[b-xaterofhq7] {
            color: #fff;
            font-weight: bold;
        }

            .card .send-request button i[b-xaterofhq7], .card .send-request label i[b-xaterofhq7] {
                cursor: pointer;
            }

    .card .orange-bg[b-xaterofhq7] {
        background-color: #f7941d;
    }

    .card .teal-bg[b-xaterofhq7] {
        background-color: #158285;
    }

    .card .green-bg[b-xaterofhq7] {
        background-color: #2bb574;
    }

.card:hover[b-xaterofhq7] {
    background: whitesmoke;
}

        .card:hover .bkg[b-xaterofhq7] {
            top: 250px;
        }

            .card:hover .bkg.friend[b-xaterofhq7] {
                background-color: #f7941d;
            }

            .card:hover .bkg.send[b-xaterofhq7] {
                background-color: #158285;
            }

            .card:hover .bkg.accept-ignore[b-xaterofhq7] {
                background: -webkit-gradient(linear, left top, right top, color-stop(50%, gray), color-stop(50%, #1a8755));
                background: linear-gradient(90deg, gray 50%, #1a8755 50%);
            }
card:hover .bkg.wait[b-xaterofhq7] {
    background-color: gray;
}

        .card:hover .info[b-xaterofhq7] {
            -webkit-transform: translate(-40px, -170px);
            transform: translate(-40px, -170px);
        }

            .card:hover .info h4[b-xaterofhq7] {
                text-align: right;
            }

        .card:hover .circled-items[b-xaterofhq7] {
            opacity: 1;
            -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
            border-top: 2px solid #f7941d;
            padding-top: 1rem;
        }

/* RESPONSIVE */
@media (max-width: 575px) {
    .card ul.circled-items[b-xaterofhq7] {
        width: 95%;
    }

    .card .send-request[b-xaterofhq7] {
        bottom: 0.5rem;
    }

    .card:hover img[b-xaterofhq7] {
        width: 84px;
        height: 84px;
        -webkit-transform: translate(75px, -40px);
        transform: translate(75px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-50px, -145px);
        transform: translate(-50px, -145px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 9rem;
            font-size: 20px !important;
        }
}
.show-more[b-xaterofhq7] {
    text-decoration: underline;
    color: #158285;
}

    .show-more:hover[b-xaterofhq7] {
        color: #158285;
    }
@media (min-width: 576px) and (max-width: 768px) {
    .card ul.circled-items[b-xaterofhq7] {
        width: 95%;
    }

    .card:hover img[b-xaterofhq7] {
        width: 73px;
        -webkit-transform: translate(170px, -40px);
        transform: translate(109px, -40px);
    }
    .card ul.circled-items li[b-xaterofhq7][b-xaterofhq7] {
        
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-40px, -150px);
        transform: translate(-40px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 13rem;
            font-size: 20px !important;
        }
}

@media (min-width: 769px) and (max-width: 991px) {
    .card:hover img[b-xaterofhq7] {
        width: 90px;
        height: 90px;
        -webkit-transform: translate(100px, -40px);
        transform: translate(100px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-40px, -150px);
        transform: translate(-40px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 10rem;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card:hover img[b-xaterofhq7] {
        width: 74px;
        -webkit-transform: translate(85px, -40px);
        transform: translate(90px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-50px, -150px);
        transform: translate(-50px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 10rem;
        }
    .card ul.circled-items li[b-xaterofhq7] {
        font-size: 14px !important;
    }
}

/* DONE */
@media (min-width: 1200px) {
    .card:hover img[b-xaterofhq7] {
        width: 80px;
        height: 80px;
        -webkit-transform: translate(80px, -40px);
        transform: translate(114px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-50px, -150px);
        transform: translate(-50px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 14rem;
        }
}


ul.circled-items[b-xaterofhq7] {
    list-style: none;
}

    ul.circled-items li[b-xaterofhq7] {
        display: inline-block;
        width: auto;
        padding: 7px 7px;
        border-radius: 15px;
        color: #fff;
        margin-inline-end: 5px;
        margin-bottom: 5px;
        font-size: 15px !important;
    }

        ul.circled-items li i[b-xaterofhq7] {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            ul.circled-items li i:hover[b-xaterofhq7] {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.orange-bg[b-xaterofhq7] {
    background-color: #f7941d !important;
}

.teal-bg[b-xaterofhq7] {
    background-color: #158285;
}

.green-bg[b-xaterofhq7] {
    background-color: #2bb574;
}
.brd-8[b-xaterofhq7]{
    border-radius:0.5rem !important;
}
.form-select[b-xaterofhq7] {
    border-radius: 0 .25rem .25rem 0 !important;
    border-left: none;
}

.input-group-text.select-append[b-xaterofhq7] {
    border-radius: .25rem 0 0 .25rem !important;
    cursor: pointer;
}

.interests-wrapper[b-xaterofhq7] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* /Pages/MotaqaSpeakers/MotaqaSpeakers.razor.rz.scp.css */
/*.multaqa-talkers .img-wrapper {
    width: 105px;
    height: 120px;
    position: relative;
    z-index: 1;
}

    .multaqa-talkers .img-wrapper .layer1 {
        position: absolute;
        width: 50%;
        height: 100px;
        background-color: #0da9a6 !important;
        top: -1rem;
        right: -1.5rem;
        z-index: -1;
    }

    .multaqa-talkers .img-wrapper .layer2 {
        position: absolute;
        width: 80%;
        height: 100%;
        background-color: #15445A !important;
        top: 1rem;
        right: -1rem;
        z-index: -1;
    }


    .multaqa-talkers .img-wrapper img {
        width: 100%;
        height: 100%;
    }

.multaqa-talkers .info {
    background-color: #0da9a6 !important;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    text-align: right;
    padding: 5px;
    margin-right: -1.5rem;
}

    .multaqa-talkers .info h5 {
        margin-top: 1rem;
    }

    .multaqa-talkers .info h6 {
        height: 3rem;
        overflow-y: auto;
        line-height: 2;
        color: #dfdfdf;
    }

@media (max-width: 576px) {
    .multaqa-wrapper {
        margin-inline: 1rem;
    }

}*/

}

.multaqa-talkers h2[b-y2llkq5p05] {
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.multaqa-talkers .img-wrapper[b-y2llkq5p05] {
    width: 105px;
    height: 120px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

    .multaqa-talkers .img-wrapper .layer1[b-y2llkq5p05] {
        position: absolute;
        width: 50%;
        height: 100px;
        background-color: #0da9a6 !important;
        top: -1rem;
        right: -1.5rem;
        z-index: -1;
    }

    .multaqa-talkers .img-wrapper .layer2[b-y2llkq5p05] {
        position: absolute;
        border-radius: 6px;
        width: 80%;
        height: 100%;
        background-color: #3d7eb9 !important;
        top: 1rem;
        right: -1rem;
        z-index: -1;
    }


    .multaqa-talkers .img-wrapper img[b-y2llkq5p05] {
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

.multaqa-talkers .info[b-y2llkq5p05] {
    background-color: #0DA9A6 !important;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    min-height: 6rem;
    height: fit-content;
    color: #fff;
    text-align: right;
    padding: 5px;
    margin-right: -1.5rem;
    border-radius: 6px;
}

    .multaqa-talkers .info span[b-y2llkq5p05] {
        display: inline-block;
        width: 55%;
    }

    .multaqa-talkers .info h5[b-y2llkq5p05] {
        margin-top: 1rem;
    }

    .multaqa-talkers .info h6[b-y2llkq5p05] {
        height: 3rem;
        overflow-y: auto;
        line-height: 2;
        color: #dfdfdf;
    }
/* /Pages/MultaqaNews/MultaqaNews.razor.rz.scp.css */
[b-06a74q3crf]::-webkit-scrollbar {
    width: 0;
}

.card[b-06a74q3crf] {
    border-radius: 12px !important;
    border: none;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .card img[b-06a74q3crf] {
        border-radius: 12px 12px 0 0;
        width:100%;
        height:10rem;
    }

    .card .card-body[b-06a74q3crf] {
    }
p.card-text[b-06a74q3crf] {
        height: 10rem;
        overflow-y: auto;
        line-height:2rem

}

.card .card-body .card-title[b-06a74q3crf] {
    color: #158285;
}
/* /Pages/MultaqaProfile/MultaqaProfile.razor.rz.scp.css */
p.text[b-vs52z71e5t] {
    word-break:break-all;
    line-height:2rem;
}
/* /Pages/MultaqaSchedule/MultaqaSchedule.razor.rz.scp.css */


.date[b-r59n3vse4t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0da9a6;
    border-radius: 16px;
    color: #fff;
    width: 6rem;
    height: 6rem;
}

    .date i[b-r59n3vse4t] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #ffffff66;
    }

.card.multaqa-table-card[b-r59n3vse4t] {
    display: flex;
    /*flex-direction: row;*/
    border: none !important;
    /*    text-align: start;*/
    background-color: #f5f5f5;
    border-radius: 12px;
    height: 23rem;
}

    .card.multaqa-table-card .col-lg-7[b-r59n3vse4t] {
        /* display: flex;
        align-items: center;*/
        height: 23rem;
    }

.card-title[b-r59n3vse4t] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #07a869;
    border-radius: 0 12px 12px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 23rem;
    padding: 5px 5px 0 5px;
}

.card-desc[b-r59n3vse4t] {
    background-color: #f5f5f5;
    border-radius: 12px 0 0 12px;
    text-align: start;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #15445a;
    padding: 15px 0 0 5px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .card.multaqa-table-card .col-lg-7[b-r59n3vse4t] {
        height: fit-content;
    }

    .multaqa-table .col-lg-4.text-center.mb-lg-0.mb-md-0.mb-5.mb-lg-0.mb-md-0.mb-5[b-r59n3vse4t] {
        margin-bottom: 12rem !important;
    }

    .card.multaqa-table-card[b-r59n3vse4t] {
        margin-bottom: 1rem;
    }

    .card-title[b-r59n3vse4t] {
        border-radius: 12px 12px 0 0;
        padding: 5px;
    }

    .card-desc[b-r59n3vse4t] {
        border-radius: 12px;
        padding: 5px;
        align-items: start;
        padding-right: 2rem;
        padding-top: 1rem;
    }
}

@media (max-width: 575px) {

    .card.multaqa-table-card[b-r59n3vse4t] {
        margin-bottom: 5rem;
    }

    .multaqa-table .col-lg-4.text-center.mb-lg-0.mb-md-0.mb-5.mb-lg-0.mb-md-0.mb-5[b-r59n3vse4t] {
        margin-bottom: 11rem !important;
    }
}
/* /Pages/notificationPage/Notification.razor.rz.scp.css */
ul.notification-list li.notification-item[b-qg3avq8rkp] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    ul.notification-list li.notification-item img[b-qg3avq8rkp] {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
    }

    ul.notification-list li.notification-item p[b-qg3avq8rkp] {
        display: inline-block;
    }

        ul.notification-list li.notification-item p b[b-qg3avq8rkp] {
            color: #158285;
        }

        ul.notification-list li.notification-item p small[b-qg3avq8rkp] {
            color: #6c757d;
        }

    ul.notification-list li.notification-item small[b-qg3avq8rkp] {
        display: block;
    }
/* /Pages/OtpPage/otp.razor.rz.scp.css */
h1[b-z4gxsfxzl3] {
    color: #158285;
}

input[b-z4gxsfxzl3] {
    border-radius: 1rem;
    width: 8rem;
    display: inline-block;
}


button[b-z4gxsfxzl3] {
    background-color: #158285;
    border-radius: 2rem;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
    display:block;
}
/* /Pages/Register/Register.razor.rz.scp.css */
body[b-y2l1n3zqxh] {
}

/*.btn-primary {
    background-color: #158285;
}*/

h1[b-y2l1n3zqxh] {
    color: #f47c32;
}

/*button {
    background-color: #117286;
    border-radius: 12px;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
}*/

    button.disabled[b-y2l1n3zqxh] {
        background-color: #1172868f;
        color: #fff;
    }


.form-check .form-check-input[b-y2l1n3zqxh] {
    float: right !important;
    margin-left: 0.5em !important;
}


.radio[b-y2l1n3zqxh] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

    .radio .radio-input[b-y2l1n3zqxh] {
        display: none;
    }

    .radio .radio-radio[b-y2l1n3zqxh] {
        width: 0.9em;
        height: 0.9em;
        border: 2px solid #d8e4e2;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        padding: 2px;
    }

        .radio .radio-radio[b-y2l1n3zqxh]::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-color: #0DA9A6;
            border-radius: inherit;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.15s;
            transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
            transition: transform 0.15s, -webkit-transform 0.15s;
        }

.radio-input:checked + .radio-radio[b-y2l1n3zqxh]::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* /Pages/ResetPassword/ResetPassword.razor.rz.scp.css */
body[b-8np11lwetn] {
}

.btn-primary[b-8np11lwetn] {
    background-color: #158285;
}
/* /Pages/ScientificCertification/ScientificCertification.razor.rz.scp.css */
.cards-block .card-wrapper i[b-923ixc56ns] {
    font-size: 30px;
    color: #0DA9A6;
    transition: all 0.3s ease;
}

.cards-block .card-wrapper span[b-923ixc56ns] {
    display: block;
    margin-block: 0.5rem;
    font-size: 25px;
    font-weight: 500;
    color: #303030;
    transition: all 0.3s ease;
}

.cards-block .card-wrapper p[b-923ixc56ns] {
    font-size: 16px;
    color: #303030;
    transition: all 0.3s ease;
}

.card.card-news-block[b-923ixc56ns] {
    border-radius: 12px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .card.card-news-block .card-body[b-923ixc56ns] {
        overflow-y: auto;
        background-color: #fff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 12px;
    }

        .card.card-news-block .card-body:hover[b-923ixc56ns] {
            background-color: #0DA9A6;
            
        }

            .card.card-news-block .card-body:hover p[b-923ixc56ns] {
                color: #fff;
            }

        .card.card-news-block .card-body img[b-923ixc56ns] {
            width: 6rem;
            border-radius: 5px;
            float: right;
        }
        .card.card-news-block .card-body h5[b-923ixc56ns] {
/*            background-color: #158285;*/
            background-color: #c1b48a;
            padding: 5px;
            color: #fff !important;
            border-radius: 5px;
            min-width: auto;
            max-width: 6rem;
        }

        .card.card-news-block .card-body p[b-923ixc56ns] {
            float: revert;
            height: 10rem;
            color:  #0DA9A6;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.cards-block .card-wrapper:hover[b-923ixc56ns] {
    background: #0DA9A6;
    transform: scale(1);
}

    .cards-block .card-wrapper:hover i[b-923ixc56ns] {
        color: #fff;
    }

    .cards-block .card-wrapper:hover span[b-923ixc56ns] {
        color: #fff;
    }

    .cards-block .card-wrapper:hover p[b-923ixc56ns] {
        color: #fff;
    }
/* /Pages/ScientificCommittee/ScientificCommittee.razor.rz.scp.css */
.img-wrapper[b-v19fdpgj3l] {
    width:105px;
    height:120px;
}
.img-wrapper img[b-v19fdpgj3l] {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

h4[b-v19fdpgj3l] {
    color: #158285;
}

p[b-v19fdpgj3l] {
    color: gray;
    line-height: 2rem;
}
@media (max-width: 576px) {
    .img-wrapper[b-v19fdpgj3l] {
        width: 80px ;
        height: 80px ;
    }
}

    @media (min-width: 992px) and (max-width: 1199px) {
        .img-wrapper img[b-v19fdpgj3l] {
            width: 105px;
            height: 120px;
            border-radius: 1rem;
        }
    }

    @media (min-width: 1200px) {
        .img-wrapper img[b-v19fdpgj3l] {
            width: 105px;
            height: 120px;
            border-radius: 1rem;
        }
    }
/* /Pages/ViewProfile/ViewProfile.razor.rz.scp.css */
button[b-hebrl7atiy] {
    background-color: #0DA9A6;
    color: #FFF;
}

    button:active[b-hebrl7atiy], button:focus[b-hebrl7atiy] {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.profile-img-block[b-hebrl7atiy] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .profile-img-block .profile-img-wrapper[b-hebrl7atiy] {
        position: relative;
        margin-bottom: 4rem;
        width:8rem;
        height:8rem;
    }

        .profile-img-block .profile-img-wrapper img[b-hebrl7atiy] {
            border-radius: 50%;
            width:100%;
            height:100%;
        }

    .profile-img-block .username[b-hebrl7atiy] {
        position: absolute;
        color: #0DA9A6;
        bottom: 0;
    }

/*dl dt {
    color: #0DA9A6;
}*/

dl dd ul.circled-items[b-hebrl7atiy] {
    list-style: none;
}

    dl dd ul.circled-items li[b-hebrl7atiy] {
        display: inline-block;
        width: auto;
        padding: 4px 12px;
        border-radius: 12px;
        color: #fff;
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
        margin-bottom: 5px;
        background-color: #117286;
    }

        dl dd ul.circled-items li i[b-hebrl7atiy] {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            dl dd ul.circled-items li i:hover[b-hebrl7atiy] {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

dl dd .orange-bg[b-hebrl7atiy] {
    background-color: #3D7EB9 !important;
}

dl dd .teal-bg[b-hebrl7atiy] {
    background-color: #07A869 !important;
}

dl dd .green-bg[b-hebrl7atiy] {
    background-color: #2bb574 !important;
}

h4[b-hebrl7atiy] {
    color: #2a728a;
}

dl dt[b-hebrl7atiy] {
    color: #333333;
}

dl dd[b-hebrl7atiy] {
    color: #3f3f3f;
}
/* /Pages/Workshop/JoinWorkshop/JoinWorkshop.razor.rz.scp.css */
input[type="checkbox"].customed-checkbox[b-cdk3zgaezd] {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    margin-inline-end: 0.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type="checkbox"].customed-checkbox:checked[b-cdk3zgaezd] {
        top: 0;
    }

        input[type="checkbox"].customed-checkbox:checked[b-cdk3zgaezd]::before {
            border-left: none;
            border-top: none;
            width: 10px;
            color: #158285;
            border-width: 2px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    input[type="checkbox"].customed-checkbox[b-cdk3zgaezd]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #158285;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
/* /Pages/Workshop/OnlineWorkshopAttendance/OnlineWorkshopAttendance.razor.rz.scp.css */
input[type="checkbox"].customed-checkbox[b-5q5ftmvhjg] {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    margin-inline-end: 0.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type="checkbox"].customed-checkbox:checked[b-5q5ftmvhjg] {
        top: 0;
    }

        input[type="checkbox"].customed-checkbox:checked[b-5q5ftmvhjg]::before {
            border-left: none;
            border-top: none;
            width: 10px;
            color: #158285;
            border-width: 2px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    input[type="checkbox"].customed-checkbox[b-5q5ftmvhjg]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #158285;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
/* /Pages/Workshop/Quesionnaire/Questionnaire.razor.rz.scp.css */
/* RADIO INPUT STYLE */
.radio[b-at7q67bczw] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

    .radio .radio-input[b-at7q67bczw] {
        display: none;
    }

    .radio .radio-radio[b-at7q67bczw] {
        width: 1.25em;
        height: 1.25em;
        border: 2px solid #d8e4e2;
        border-radius: 50%;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        padding: 2px;
    }

        .radio .radio-radio[b-at7q67bczw]::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-color: #158285;
            border-radius: inherit;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.15s;
            transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
            transition: transform 0.15s, -webkit-transform 0.15s;
        }

.radio-input:checked + .radio-radio[b-at7q67bczw]::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Save btn */
.save-btn[b-at7q67bczw] {
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    border: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#158285), color-stop(79%, #23a1a4));
    background: linear-gradient(90deg, #158285 0%, #23a1a4 79%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .save-btn[b-at7q67bczw]::before {
        content: "";
        position: absolute;
        height: 200px;
        width: 20px;
        background-color: #f3f3f3;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        opacity: 0.5;
        top: -50px;
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
        -webkit-animation: shining 3s ease-in-out infinite forwards;
        animation: shining-b-at7q67bczw 3s ease-in-out infinite forwards;
    }

    .save-btn:hover[b-at7q67bczw]::before {
        -webkit-transform: rotate(-20deg) translateX(140px);
        transform: rotate(-20deg) translateX(140px);
    }

button:active[b-at7q67bczw],
button:focus[b-at7q67bczw],
button:hover[b-at7q67bczw] {
    color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@-webkit-keyframes shining {
    0% {
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
    }

    100% {
        -webkit-transform: rotate(-20deg) translate(140px, 70px);
        transform: rotate(-20deg) translate(140px, 70px);
    }
}

@keyframes shining-b-at7q67bczw {
    0% {
        -webkit-transform: rotate(-20deg) translateX(-90px);
        transform: rotate(-20deg) translateX(-90px);
    }

    100% {
        -webkit-transform: rotate(-20deg) translate(140px, 70px);
        transform: rotate(-20deg) translate(140px, 70px);
    }
}
.inline[b-at7q67bczw] {
    display:inline-block;
}
/* /Pages/Workshop/WorkshopCards/WorkshopCards.razor.rz.scp.css */
input[type="text"][b-rk9fut6klv],
input[type="url"][b-rk9fut6klv],
input[type="email"][b-rk9fut6klv],
.form-select[b-rk9fut6klv] {
    border-radius: 1rem;
}

    input[type="text"]:focus[b-rk9fut6klv],
    input[type="url"]:focus[b-rk9fut6klv],
    input[type="email"]:focus[b-rk9fut6klv],
    .form-select:focus[b-rk9fut6klv] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }

.input-remove-data[b-rk9fut6klv] {
    position: relative;
}

    .input-remove-data input[b-rk9fut6klv] {
        position: relative;
    }

    .input-remove-data i[b-rk9fut6klv] {
        position: absolute;
        top: 50%;
        left: .3rem;
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        font-size: 15px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

        .input-remove-data i:hover[b-rk9fut6klv] {
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
        }

button:active[b-rk9fut6klv], button:focus[b-rk9fut6klv] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.btn-search[b-rk9fut6klv] {
    background-color: #fff;
    color: #2a728a;
    border: 0.5px solid #2a728a;
    border-radius: 12px;
}

    button.btn-search:hover[b-rk9fut6klv], button.btn-search:focus[b-rk9fut6klv] {
        color: #2a728a;
        box-shadow: none !important;
    }


/*/new style/*/

.workshop-card[b-rk9fut6klv] {
    height: 197.843px !important;
    color: #fff;
    display: flex;
    border-radius: 12px;
    font-family: Rubik;
    background-color: #005667 !important;
    cursor: pointer;
}

.workshop-card-talker[b-rk9fut6klv] {
    width: 40%;
    position: relative;
}

    .workshop-card-talker img[b-rk9fut6klv],
    .workshop-card-talker-desc[b-rk9fut6klv] {
        width: 100%;
        height: 204.746px !important;
        position: absolute;
        top: -7px;
    }

    .workshop-card-talker img[b-rk9fut6klv] {
        z-index: 0;
        border-radius: 12px;
    }

.workshop-card-talker-desc[b-rk9fut6klv] {
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.08) 37.01%, rgba(17, 114, 134, 0.4) 62%, rgba(17, 114, 134, 0.8) 100% );
}

    .workshop-card-talker-desc p[b-rk9fut6klv] {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500;
    }

    .workshop-card-talker-desc span[b-rk9fut6klv] {
        color: #e0e0e0;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 500;
    }

.workshop-card-talker[b-rk9fut6klv]::before {
    content: "";
    display: block;
    height: 197.851px;
    width: 96%;
    border-radius: 12px;
    transform: rotate(6.942deg);
    position: absolute;
    top: -9px;
    right: -10px;
    background-color: #e7c12c;
}

.workshop-card-data[b-rk9fut6klv] {
    width: 60%;
}

    .workshop-card-data p.title[b-rk9fut6klv] {
        font-size: 18px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 25.3px !important;
        letter-spacing: 0.36px;
        height: 75.537px !important;
        margin-bottom: 2rem;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-outline-secondary[b-rk9fut6klv] {
    border-radius: 12px;
    color: #f47c32;
    border: 1px solid #f47c32;
    background: #fff;
    box-shadow: 0px 4px 4px 1px rgba(160, 155, 155, 0.16);
}

.btns-wrapper button.join[b-rk9fut6klv] {
    padding: .3rem .4rem;
}
.msg[b-rk9fut6klv] {
    border-radius: 8px;
    background: rgba(231, 193, 44, 0.1);
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.btn-secondary[b-rk9fut6klv] {
    background: #F47C32;
    color: #fff;
    border-color: #F47C32;
}

.date-time[b-rk9fut6klv] {
    font-family: Rubik;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
}

.btn-secondary[b-rk9fut6klv],
.btn-secondary:hover[b-rk9fut6klv],
.btn-outline-secondary:hover[b-rk9fut6klv] {
    background: #F47C32 !important;
    color: #fff !important;
    border-color: #F47C32;
}

.search-container .input-group[b-rk9fut6klv] {
    direction: ltr !important;
}

.search-container .input-group-text[b-rk9fut6klv] {
    background-color: #fff !important;
    color: red !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-right: none !important;
}

span.input-group-text i[b-rk9fut6klv] {
    color: #117286 !important;
}

.search-container .input-group input[b-rk9fut6klv] {
    direction: rtl !important;
    border-radius: 0 8px 8px 0 !important;
    border-left-color: transparent !important;
}

.form-label[b-rk9fut6klv] {
    color: #005667 !important;
    font-family: Rubik !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 0.72px !important;
}

.btn[b-rk9fut6klv] {
    border-radius: 8px !important;
}

.content-container[b-rk9fut6klv] {
    background: #F5F5F5 !important;
}
/*/start responsive/*/
@media (width:320px) {
    .date-time-wrapper span[b-rk9fut6klv] {
        font-size:11px !important;
    }

    .date-time-wrapper span i[b-rk9fut6klv] {
        font-size: 12px !important;
    }

}

@media (min-width:320px) and (max-width: 1199px) {

    .workshop-card[b-rk9fut6klv] {
        height: 225px !important;
    }
    .workshop-card-talker[b-rk9fut6klv]::before {
        height: 225px !important;
        top: 0px !important;
    }

    .workshop-card-talker-desc[b-rk9fut6klv] {
        height: 225px !important;
        top: 0px !important;
    }

    .workshop-card-talker img[b-rk9fut6klv] {
        height: 225px !important;
        top: 0px !important;
    }
}



    @media (max-width: 1199px) {
        .date-time-wrapper[b-rk9fut6klv] {
            flex-direction: column;
        }

            .date-time-wrapper span.me-2[b-rk9fut6klv] {
                margin-right: 0 !important;
                margin-top: 5px;
            }
    }

    @media (min-width: 768px) {
        .workshop-card[b-rk9fut6klv] {
            height: 200px;
        }

        .workshop-card-talker img[b-rk9fut6klv],
        .workshop-card-talker-desc[b-rk9fut6klv] {
            height: 100%;
        }
    }



    @media (max-width: 575px) {
        .search-container[b-rk9fut6klv] {
            flex-direction: column;
        }

            .search-container .col-10[b-rk9fut6klv] {
                width: 100%;
            }

            .search-container .col-2[b-rk9fut6klv] {
                width: 100%;
            }
    }



    @media (min-width: 576px) {
        .btn[b-rk9fut6klv] {
            width: auto;
        }
    }

    @media (max-width: 576px) {
        .workshop-card-container[b-rk9fut6klv] {
            padding: 0 2rem !important;
        }
    }


    .msg[b-rk9fut6klv] {
        width: 90%;
        text-align: center;
    }

    @media (min-width: 768px) {
        .msg[b-rk9fut6klv] {
            width: fit-content;
        }
    }

    /* Workshops List */
@media (max-width: 768px) {
    .msg[b-rk9fut6klv] {
        line-height:2rem !important;
    }
}
    @media (max-width: 767px) {
        .row.my-3 .col-4[b-rk9fut6klv] {
            width: 100%;
        }
        .btns-wrapper[b-rk9fut6klv] {
            flex-direction:column;
        }

        .btns-wrapper button.info[b-rk9fut6klv] {
            margin-bottom:10px;
        }

        .workshop-card-data p.title[b-rk9fut6klv] {
            margin-bottom: -1rem;
        }
    }

    /* Load More Button */
    .load-more-btn[b-rk9fut6klv] {
        padding: 1rem;
    }
/* /Pages/Workshop/WorkshopDetails/WorkshopDetails.razor.rz.scp.css */
/*input[type="text"],
input[type="url"],
input[type="email"],
.form-select {
    border-radius: 1rem;
}

    input[type="text"]:focus,
    input[type="url"]:focus,
    input[type="email"]:focus,
    .form-select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }

.input-remove-data {
    position: relative;
}

    .input-remove-data input {
        position: relative;
    }

    .input-remove-data i {
        position: absolute;
        top: 50%;
        left: .3rem;
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        font-size: 15px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
    }

        .input-remove-data i:hover {
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
        }

button:active, button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.btn-search {
    background-color: #f3f6f9;
    color: #158285;
    border: 0.5px solid #158285;
    border-radius: 1rem;
}

    button.btn-search:hover, button.btn-search:focus {
        color: #158285;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

button.join {
    background-color: #158285;
    color: #fff;
}

    button.join:active, button.join:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.header-labeled {
    display: inline-block;
    color: #fff;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, right top, from(#2e9295), to(#158285));
    background: linear-gradient(90deg, #2e9295 0%, #158285 100%);
    background: #3D7EB9;
    border-radius: 2rem 0 0 2rem;
    -webkit-margin-start: -.8rem;
    margin-inline-start: -.8rem;
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
*/
.talker-card .card-header[b-epku3ukbaf] {
    background-color: #fff !important;
    border-radius: 12px 12px 0 0;
}

.talker-card[b-epku3ukbaf] {
    border-radius: 12px;
    background-color: #fff !important;
}

.talker-img[b-epku3ukbaf] {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

p.title[b-epku3ukbaf] {
    color: #117286 !important;
    font-family: Rubik;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
}

p.desc[b-epku3ukbaf] {
    color: #3F3F3F !important;
    font-family: Rubik;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
}

h6.header[b-epku3ukbaf] {
    color: #F47C32;
    font-family: Rubik;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 25.3px; /* 140.556% */
    letter-spacing: 0.36px;
    background-color: transparent !important;
}

.card-details[b-epku3ukbaf] {
    background-color: #fff !important;
    border-radius: 12px !important;
    
}
.btn-secondary[b-epku3ukbaf], .btn-secondary:hover[b-epku3ukbaf] {
    background: #F47C32 !important;
    border-color: #F47C32 !important;
    color: #fff !important;
}
.content-container[b-epku3ukbaf] {
    background: #F5F5F5 !important;
}
/* /Shared/Footer/FooterComponent.razor.rz.scp.css */
footer[b-9j77csmhkv] {
    /* position: absolute;
  bottom: 0; */
    width: 100vw;
    height: 380px;
    background: radial-gradient(81.67% 260.18% at 19.86% 42.48%, #005667 0%, #228097 58.5%, #005667 100%);
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    footer .divider[b-9j77csmhkv] {
        display: flex;
        justify-content: space-around;
    }

        footer .divider .logo[b-9j77csmhkv] {
            width: 400px;
            height: 90px;
        }

            footer .divider .logo img[b-9j77csmhkv] {
                width: 100%;
                height: 100%;
            }

        footer .divider .social-media span[b-9j77csmhkv] {
            font-size: 18px !important;
            font-weight: 700;
            line-height: 21.6px;
            color: #fff;
        }

        footer .divider .social-media ul[b-9j77csmhkv] {
            font-size: 18px !important;
            font-weight: 700;
            line-height: 21.6px;
            color: #fff;
            margin-top: 2rem;
            display: flex;
            list-style: none;
        }

            footer .divider .social-media ul li[b-9j77csmhkv] {
                margin-inline: 10px;
            }

            footer .divider .social-media ul li[b-9j77csmhkv] {
                margin-inline: 10px;
            }

   .whatsapp-container[b-9j77csmhkv] {
       text-decoration:none;
    }
   .whatsapp-icon[b-9j77csmhkv] {
    width: 48px;
    height: 48px;
    display: flex;
    background: #3d7684;
    /* opacity: 0.12 !important; */
    color: #fff !important;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-size: 40px !important;
    border: 1px solid #ffffff52;
}
.fa-whatsapp[b-9j77csmhkv] {
    font-size: 1.8rem !important;
}

footer small[b-9j77csmhkv] {
    display: block;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 21.6px;
    color: #fff;
    position: relative;
}

        footer small[b-9j77csmhkv]::before {
            position: absolute;
            content: "";
            width: 80%;
            height: 1px;
            background: #fff;
            top: -1rem;
            left: 50%;
            transform: translateX(-50%);
        }


/* RESPONSIVE */
@media (max-width: 768px) {
    footer[b-9j77csmhkv] {
        padding-top: 0rem;
        align-items: center;
    }

        footer .divider[b-9j77csmhkv] {
            flex-direction: column;
            align-items: center;
        }

            footer .divider .logo[b-9j77csmhkv] {
                width: 70vw;
                margin-bottom: 2rem;
            }

            footer .divider .social-media[b-9j77csmhkv] {
                text-align: center;
            }

        footer small[b-9j77csmhkv] {
            width: 80vw;
            font-size: 14px !important;
            line-height: 25px !important;
        }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.multaqa-label-name {
    background-color: #158285;
    display: inline-block;
    padding: 0.2rem 1rem;
    position: fixed;
    left: -3.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.multaqa-label-name span {
    color: #fff;
    font-weight: bold;
    display: block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 2px;
}*/



.page[b-d2to4sdn3s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-d2to4sdn3s] {
    flex: 1;
}

.sidebar[b-d2to4sdn3s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d2to4sdn3s] {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d2to4sdn3s]  a, .top-row .btn-link[b-d2to4sdn3s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d2to4sdn3s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* content-container */
@-webkit-keyframes onPageLoad {
    0%

{
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

}

@keyframes onPageLoad-b-d2to4sdn3s {
    0% {
        opacity: 0;
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.container-global.container[b-d2to4sdn3s] {
    margin-top: 7rem !important;
    margin-bottom:2rem !important;
}

.content-container[b-d2to4sdn3s] {
    position: relative;
    margin-top: 0rem !important;
/*    -webkit-animation: onPageLoad 0.7s forwards ease-in;
    animation: onPageLoad-b-d2to4sdn3s 0.7s forwards ease-in;*/
    background-color: #fff;
    border-radius: 1rem;
    min-height: 60vh;
    max-height: fit-content;
}

    .content-container .content-container__header .header[b-d2to4sdn3s] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px;
       /* border-bottom: 1px solid #ebedf3;*/
    }

        .content-container .content-container__header .header h3[b-d2to4sdn3s] {
            color: #158285;
        }

    .content-container .content-container__header .title[b-d2to4sdn3s] {
        font-weight: 600;
        font-size: 1.3rem;
        color: #181c32;
        margin: 0;
    }

    .content-container .content-container__body[b-d2to4sdn3s] {
        padding: 15px 20px;
    }

    .content-container .content-container__footer .footer[b-d2to4sdn3s] {
        padding: 15px 20px;
       /* border-top: 1px solid #ebedf3;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .content-container .content-container__footer button[b-d2to4sdn3s] {
        min-width: 120px;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d2to4sdn3s] {
        display: none;
    }

    .top-row.auth[b-d2to4sdn3s] {
        justify-content: space-between;
    }

    .top-row a[b-d2to4sdn3s], .top-row .btn-link[b-d2to4sdn3s] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d2to4sdn3s] {
        flex-direction: row;
    }

    .sidebar[b-d2to4sdn3s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d2to4sdn3s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-d2to4sdn3s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.pt-page[b-d2to4sdn3s] {
    padding-top: 7rem !important;
}
/* /Shared/MultaqaLabel/MultaqaLabel.razor.rz.scp.css */
.multaqa-label-name[b-ovme7xx16m] {
    background-color: #158285;
    width: fit-content;
    padding: 5px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 0 0;
    position: fixed;
    left: 2rem;
}

    .multaqa-label-name span[b-ovme7xx16m] {
        color: #fff;
        transform: rotate(180deg);
        display: inline-block;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-container[b-i701eqgu57] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


    .nav-container .navbar[b-i701eqgu57] {
        position: fixed;
        width: 100vw;
        height: 90px;
        margin: auto;
        top: 0;
        background-color: #337d8c;
        box-shadow: 0px 4px 4px 0px #00000026;
        border-radius: 0 0 16px 16px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 9999;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .nav-container .navbar .logo.ghadan[b-i701eqgu57] {
            width: 120px;
            text-align: right;
        }

        .nav-container .navbar .toggled-part .profile[b-i701eqgu57] {
            display: none;
            justify-content: center;
            margin-top: 6rem;
            position: relative;
            z-index: 2;
            margin-bottom: -4rem;
        }

            .nav-container .navbar .toggled-part .profile .img-wrapper[b-i701eqgu57] {
                width: 5rem;
                height: 5rem;
                background-color: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 2px solid #f47c32;
            }

                .nav-container .navbar .toggled-part .profile .img-wrapper img[b-i701eqgu57] {
                    width: 100%;
                    height: 100%;
                    border-radius: inherit;
                }


            .nav-container .navbar .toggled-part .profile ul[b-i701eqgu57] {
                position: absolute !important;
                display: none;
                flex-direction: column !important;
                justify-content: center !important;
                align-items: center !important;
                bottom: -18rem !important;
                background-color: #337d8c;
                text-align: start !important;
                list-style: none;
                border-radius: 6px;
                box-shadow: 0px 4px 4px 0px #00000026;
            }


                .nav-container .navbar .toggled-part .profile ul li[b-i701eqgu57] {
                    width: 100%;
                    color: #fff;
                    padding-inline: 1rem;
                    padding-block: 1rem;
                    position:relative;
                }

              


                    .nav-container .navbar .toggled-part .profile ul li:not(:last-child)[b-i701eqgu57] {
                        border-bottom: 2px solid #31a3b9;
                    }

                    .nav-container .navbar .toggled-part .profile ul li:first-child[b-i701eqgu57] {
                        color: #e7c12c;
                        font-weight: 700;
                        padding-inline: 1rem;
                    }




                    .nav-container .navbar .toggled-part .profile ul li a[b-i701eqgu57] {
                        color: #fff;
                        text-decoration: none;
                    }

                        .nav-container .navbar .toggled-part .profile ul li a:not(:first-child)[b-i701eqgu57] {
                            cursor: pointer;
                        }



            .nav-container .navbar .toggled-part .profile:hover ul[b-i701eqgu57] {
                display: flex;
            }

        .nav-container .navbar .toggled-part .logo.ghadan[b-i701eqgu57] {
            display: none;
        }

        .nav-container .navbar .toggled-part .btns[b-i701eqgu57] {
            display: block;
        }

        .nav-container .navbar label.close-btn[b-i701eqgu57],
        .nav-container .navbar label.open-btn[b-i701eqgu57] {
            display: none;
        }

            .nav-container .navbar label.close-btn img[b-i701eqgu57],
            .nav-container .navbar label.open-btn img[b-i701eqgu57] {
                width: 32px;
            }

        .nav-container .navbar .logo img[b-i701eqgu57] {
            width: 100%;
        }

        .nav-container .navbar ul.tabs[b-i701eqgu57] {
            list-style: none;
            display: inline-flex;
        }

            .nav-container .navbar ul.tabs li[b-i701eqgu57] {
                margin-right: 1rem;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .nav-container .navbar ul.tabs li.flags[b-i701eqgu57] {
               display:none;
              
            }

                .nav-container .navbar ul.tabs li.flags a[b-i701eqgu57] {
                    /*background: #fff;*/
                    color: #fff;
                    padding-inline: 6px;
                    padding-block: 2px;
                    border-radius: 6px;
                    position: relative;
                }
                    .nav-container .navbar ul.tabs li.flags a small[b-i701eqgu57] {
                        font-size: .875em !important;
                        position: absolute;
                        background: red;
                        color: #fff;
                        width: 1rem;
                        height: 1rem;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        top: -8px;
                        left: -6px;
                    }


                .nav-container .navbar ul.tabs li a[b-i701eqgu57] {
                    font-size: 18px !important;
                    font-weight: 500;
                    color: #fff;
                    text-decoration: none;
                    cursor: pointer;
                }

                .nav-container .navbar ul.tabs li.list[b-i701eqgu57] {
                    position: relative;
                    color: #fff;
                    font-size: 18px !important;
                    font-weight: 500;
                }

                    .nav-container .navbar ul.tabs li.list ul[b-i701eqgu57] {
                        list-style: none;
                        padding: 0;
                        position: absolute;
                        right: 0;
                        top: 90px;
                        background-color: #337d8c;
                        border-radius: 0 0 6px 6px;
                        box-shadow: 0px 4px 4px 0px #00000026;
                        min-width: 10rem;
                        max-width: max-content;
                        display: none;
                    }

                    .nav-container .navbar ul.tabs li.list:hover ul[b-i701eqgu57] {
                        display: block;
                    }

                    .nav-container .navbar ul.tabs li.list ul li[b-i701eqgu57] {
                        margin: 0;
                    }

                        .nav-container .navbar ul.tabs li.list ul li:not(:last-child)[b-i701eqgu57] {
                            width: 100%;
                            border-bottom: 2px solid #31a3b9;
                        }

                .nav-container .navbar ul.tabs li.btn[b-i701eqgu57] {
                    display: none;
                }

                .nav-container .navbar .btns button[b-i701eqgu57],
                .nav-container .navbar ul.tabs li button[b-i701eqgu57] {
                    border-radius: 12px;
                    font-size: 16px !important;
                    font-weight: 500;
                    color: #fff;
                    width: 150px;
                    height: 44px;
                    border-style: solid;
                    border-width: 1px;
                }

                    .nav-container .navbar .btns button.login[b-i701eqgu57],
                    .nav-container .navbar ul.tabs li button.btn.login[b-i701eqgu57] {
                        background-color: #f47c32;
                        border-color: #f47c32;
                    }

                    .nav-container .navbar .btns button.register[b-i701eqgu57],
                    .nav-container .navbar ul.tabs li button.btn.register[b-i701eqgu57] {
                        background-color: transparent;
                        border-color: #fff;
                    }

        .nav-container .navbar .profile-notification[b-i701eqgu57] {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            /*  .nav-container .navbar .profile-notification .notification-block {
            margin-inline: 20px;
        }*/

            .nav-container .navbar .profile-notification .msg-block[b-i701eqgu57] {
                margin-inline: 20px;
            }

                .nav-container .navbar .profile-notification .profile-block .profile-header[b-i701eqgu57],
                .nav-container
                .navbar
                .profile-notification
                .notification-block
                .notification-header[b-i701eqgu57],
                .nav-container
                .navbar
                .profile-notification
                .msg-block
                .msg-header[b-i701eqgu57] {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 90px;
                    position: relative;
                }

                    .nav-container
                    .navbar
                    .profile-notification
                    .profile-block
                    .profile-header
                    .img-wrapper[b-i701eqgu57],
                    .nav-container
                    .navbar
                    .profile-notification
                    .notification-block
                    .notification-header
                    .img-wrapper[b-i701eqgu57],
                    .nav-container
                    .navbar
                    .profile-notification
                    .msg-block
                    .msg-header
                    .img-wrapper[b-i701eqgu57] {
                        width: 3rem;
                        height: 3rem;
                        background-color: #fff;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: 2px solid #f47c32;
                    }

                    .nav-container
                    .navbar
                    .profile-notification
                    .notification-block
                    .notification-header
                    small[b-i701eqgu57], .nav-container
                    .navbar
                    .profile-notification
                    .msg-block
                    .msg-header
                    small[b-i701eqgu57] {
                        background: red;
                        font-size: 16px !important;
                        width: 1.5rem;
                        height: 1.5rem;
                        justify-content: center;
                        display:flex;
                        align-items: center;
                        border-radius: 50%;
                        color: #fff;
                        position: absolute;
                        top: 0.5rem;
                        right: -0.5rem;
                        border: 2px solid #fff;
                    }

                    .nav-container
                    .navbar
                    .profile-notification
                    .notification-block
                    .notification-header
                    .img-wrapper
                    img[b-i701eqgu57], .nav-container
                    .navbar
                    .profile-notification
                    .msg-block
                    .msg-header
                    .img-wrapper
                    img[b-i701eqgu57] {
                        cursor: pointer;
                        width: 70%;
                        height: 70%;
                    }

                    .nav-container
                    .navbar
                    .profile-notification
                    .profile-block
                    .profile-header
                    .img-wrapper
                    img[b-i701eqgu57] {
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                    }

            .nav-container .navbar .profile-notification .profile-block .profile-body[b-i701eqgu57] {
                position: absolute;
                left: 0;
                background-color: #337d8c;
                border-radius: 0 0 6px 6px;
                box-shadow: 0px 4px 4px 0px #00000026;
                padding-bottom: 1rem;
                display: none;
            }

            .nav-container .navbar .profile-notification .profile-block .profile-body[b-i701eqgu57] {
                width: 12rem;
            }

                .nav-container .navbar .profile-notification .profile-block .profile-body ul[b-i701eqgu57] {
                    list-style: none;
                }

                    .nav-container
                    .navbar
                    .profile-notification
                    .profile-block
                    .profile-body
                    ul
                    li:not(:last-child)[b-i701eqgu57] {
                        margin-bottom: 1rem;
                        width: 100%;
                        padding-bottom: 1rem;
                        border-bottom: 2px solid #31a3b9;
                    }

                    .nav-container
                    .navbar
                    .profile-notification
                    .profile-block
                    .profile-body
                    ul
                    li[b-i701eqgu57] {
                        cursor: pointer;
                        transition: all 0.4s ease-in-out;
                    }

                        .nav-container
                        .navbar
                        .profile-notification
                        .profile-block
                        .profile-body
                        ul
                        li:hover[b-i701eqgu57] {
                            padding-inline: 0.5rem;
                            font-weight: 700;
                        }

                        .nav-container
                        .navbar
                        .profile-notification
                        .profile-block
                        .profile-body
                        ul
                        li:first-child[b-i701eqgu57] {
                            color: #e7c12c;
                            font-weight: 700;
                            padding-inline: 1rem;
                        }

                        .nav-container
                        .navbar
                        .profile-notification
                        .profile-block
                        .profile-body
                        ul
                        li
                        a[b-i701eqgu57] {
                            color: #fff;
                            text-decoration: none;
                            padding-inline: 1rem;
                        }

            .nav-container
            .navbar
            .profile-notification
            .profile-block:hover
            .profile-body[b-i701eqgu57] {
                display: block;
            }

.close[b-i701eqgu57] {
    transform: translateX(0);
}

.active[b-i701eqgu57] {
    transform: translateX(100%);
}

/* RESPONSIVE */

@media (max-width: 768px) {

    .nav-container .navbar[b-i701eqgu57] {
        position: fixed;
        width: 100vw;
        height: 90px;
        /* min-height: 100vh;*/
        top: 0px;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 9999;
    }


        .nav-container .navbar .toggled-part .profile[b-i701eqgu57] {
            display: flex;
        }

        .nav-container .navbar ul.tabs li.list ul[b-i701eqgu57] {
            position: relative;
            top: 5px;
            min-width: 100%;
            display: none;
        }

        .nav-container .navbar ul.tabs li.list:hover ul[b-i701eqgu57] {
            flex-direction: column;
            width: 100%;
            display: flex;
        }

        .nav-container .navbar ul.tabs li.list ul li[b-i701eqgu57] {
            display: flex;
            align-items: center;
            padding: 1rem;
            padding-right: 1rem !important;
        }

        .nav-container .navbar ul.tabs li[b-i701eqgu57] {
            height: unset;
            display: unset;
            justify-content: unset;
            align-items: unset;
        }

            .nav-container .navbar ul.tabs li.flags[b-i701eqgu57] {
                display: block;
            }

            .nav-container .navbar ul.tabs li.btn[b-i701eqgu57] {
                display: block;
                text-align: justify;
                padding-inline: 0;
            }

        .nav-container .navbar .toggled-part[b-i701eqgu57] {
            background-color: #117286;
            width: 100vw;
        }

        .nav-container .navbar .toggled-part[b-i701eqgu57] {
            height: 100vh;
            position:absolute;
            top:0;
            transform: translateX(100%);
            transition: all 0.3s ease-in;
        }

            .nav-container .navbar .toggled-part .logo.ghadan[b-i701eqgu57] {
                display: block;
            }

        .nav-container .navbar ul.tabs[b-i701eqgu57] {
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items:center;
            background-color: #117286;
            margin-top: 6rem;
           /* margin-right: 3rem;*/
        }

            .nav-container .navbar ul.tabs li:not(:last-child)[b-i701eqgu57] {
                margin-bottom: 1rem;
            }

        .nav-container .navbar .btns button[b-i701eqgu57] {
            display: none;
        }

        .nav-container .navbar .logo.ghadan[b-i701eqgu57] {
            position: absolute;
            top: 0;
            right: 2rem;
        }

            .nav-container .navbar .logo.ghadan img[b-i701eqgu57] {
                width: 160px;
                height: 100px;
            }

        .nav-container .navbar label.close-btn[b-i701eqgu57],
        .nav-container .navbar label.open-btn[b-i701eqgu57] {
            display: block;
            position: absolute;
            top: 2rem;
        }

        .nav-container .navbar label.close-btn[b-i701eqgu57],
        .nav-container .navbar label.open-btn[b-i701eqgu57] {
            left: 2rem;
        }

   .menu-toggle:checked ~ .toggled-part[b-i701eqgu57] {
        transform: translateX(0);
    }


    .nav-container
    .navbar
    .profile-notification[b-i701eqgu57] {
        display:none;
    }

    .nav-container
    .navbar
    .profile-notification
    .notification-block
    .notification-header
    small[b-i701eqgu57], .nav-container
    .navbar
    .profile-notification
    .msg-block
    .msg-header
    small[b-i701eqgu57] {
        display: none;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
body[b-1p9o9iq792] {
}
