/* /Components/BackBtn/BackBtn.razor.rz.scp.css */
/* back btn */
.back-btn[b-ixbn0c3c1w] {
    background-color: #ddd;
}

    .back-btn i[b-ixbn0c3c1w] {
        color: #CE53C8;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-btn span[b-ixbn0c3c1w] {
        color: #CE53C8;
    }

    .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:  #CE53C8;
        font-size: 25px !important;
        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 !important;
            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: 18px;
    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: #CE53C8;
    }

@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] {
   text-align:center;
    padding: 15px 20px;
   /* border-bottom: 1px solid #ebedf3;*/
}

    .content-container .content-container__header .header h4[b-ompem0w105] {
        color:  #CE53C8 !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: #CE53C8;
    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: 35% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
        animation: spin-b-fgfc5cyzdi .4s alternate infinite !important;
    }
@keyframes spin-b-fgfc5cyzdi {
    0% {
        transform: scale(1) !important;
    }

    100% {
        transform: scale(1.1) !important;
    }
}
/* /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: #CE53C8;
    }

@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 #CE53C8 !important;
}
.pagination-container li.page-item view-item[b-hyktaoriip] {
    background-color: transparent;
    border: 1px solid  #CE53C8 !important;
    border-top-right-radius: .5rem;
}
li.page-item.view-item[b-hyktaoriip] {
    border-top-right-radius: .5rem;
    border: 1px solid #CE53C8;
}
.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 #CE53C8 !important;
    border-bottom: 1px solid #CE53C8 !important;
    border-left: 1px solid #CE53C8 !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: #CE53C8;
}
.pagination-container li.page-item select[b-hyktaoriip] {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CE53C8;
    border-bottom: 1px solid #CE53C8;
    color: #CE53C8;
}
.pagination-container li.page-item select option[b-hyktaoriip] {
    background: #fff;
    color: #CE53C8;
 }
.pagination-container li.page-item select option:hover[b-hyktaoriip] {
     background-color: #CE53C8;
     color:#fff;
}
.page-item .page-link[b-hyktaoriip] {
    border:1px solid #CE53C8
}
.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 #CE53C8;
}
span.page-link[b-hyktaoriip] {
    border: none;
    color:#CE53C8
}
.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 #CE53C8
}
ul.pagination.from-to li.page-item[b-hyktaoriip] {
    border: 1px solid #CE53C8
}
    ul.pagination.from-to li.page-item:first-child[b-hyktaoriip] {
        border: 1px solid #CE53C8;
        border-top-right-radius: 0.5rem;
    }
    ul.pagination.from-to li.page-item:last-child[b-hyktaoriip] {
        border: 1px solid #CE53C8;
        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 {
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    border: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#CE53C8), color-stop(79%, #23a1a4));
    background: linear-gradient(90deg, #CE53C8 0%, #23a1a4 79%);
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius:12px !important;
}

    .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 {
    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);
    }
}*/

button.save-btn[b-4tskuuwwr3] {
    margin-inline-end: 1rem;
    border: transparent;
    background-color: #628FC6;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    padding: 8px 3rem;
}

    button.save-btn :active[b-4tskuuwwr3],
    button.save-btn :focus[b-4tskuuwwr3],
    button.save-btn :hover[b-4tskuuwwr3] {
        color: #fff;
        background-color: #628FC6;
        box-shadow: none !important;
    }
@keyframes shining-b-4tskuuwwr3 {
    0% {
        transform: rotate(-20deg) translateX(-90px);
    }

    100% {
        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(#CE53C8), color-stop(79%, #23a1a4));
    background: linear-gradient(90deg, #CE53C8 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/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: #628FC6;
        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: #628FC6;
            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: #2bb574;
            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: #2bb574;
        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: #2bb574;
            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: #000;
                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 */
.participant-card .card[b-3zqal1vrf9] {
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0px 2px 2px 0px #00000040;
    height: 370px !important;
}

.card[b-3zqal1vrf9] {
    height: 370px !important;
}

.participant-card .card .card-header[b-3zqal1vrf9] {
    background: transparent !important;
    border: none;
    padding: 0;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px 12px 0 0 !important;
    height: unset !important;
}

    .participant-card .card .card-header .img-wrapper[b-3zqal1vrf9] {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid #628FC6;
        overflow: hidden;
    }

        .participant-card .card .card-header .img-wrapper img[b-3zqal1vrf9] {
            width: 100%;
            height: 100%;
        }

    .participant-card .card .card-header span.part-name[b-3zqal1vrf9] {
        font-size: 24px !important;
        font-weight: 600;
        margin-top: 1rem;
        color: #628FC6;
    }

.participant-card .card .card-body h6[b-3zqal1vrf9] {
    font-size: 18px !important;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
    color: #3f3f3f;
}

.participant-card .card .card-body ul[b-3zqal1vrf9] {
    list-style: none;
    margin-top: -0.8rem;
    height: 70px !important;
    overflow-y: auto;
}

ul[b-3zqal1vrf9] {
    height: 70px !important;
    overflow-y: auto;
}

.participant-card .card .card-body ul li[b-3zqal1vrf9] {
    font-weight: 400;
    font-size: 14px !important;
    margin-top: 0.5rem;
    color: #3f3f3f;
}

.participant-card .card .card-footer[b-3zqal1vrf9] {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

    .participant-card .card .card-footer button[b-3zqal1vrf9] {
        border-radius: 12px;
        padding-inline: 1.5rem;
        font-size: 1rem;
    }

        .participant-card .card .card-footer button.acpt[b-3zqal1vrf9] {
            background-color: #D05DCB !important;
            border: none !important
        }

            .participant-card .card .card-footer button.acpt:hover[b-3zqal1vrf9] {
                background-color: #D05DCB !important;
                color: #fff;
            }

        .participant-card .card .card-footer button.rjct[b-3zqal1vrf9] {
            border-color: #D05DCB !important;
            color: #D05DCB !important;
        }

            .participant-card .card .card-footer button.rjct:hover[b-3zqal1vrf9] {
                background-color: #D05DCB !important;
                color: #fff !important;
            }

.show-more[b-3zqal1vrf9] {
    text-decoration: underline !important;
    color:  #CE53C8 !important;
}
/* /Pages/ControlPanel/ControlPanel.razor.rz.scp.css */


.card[b-fndx92p7ws] {
    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-fndx92p7ws] {
        text-decoration: none;
        color: #158285;
    }

    .card .card-header[b-fndx92p7ws] {
        border-bottom: none;
        border-radius: 12px 12px 0 0;
        background: #fff !important;
        color: #CE53C8 !important;
        text-align: center;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important
    }

.card-body[b-fndx92p7ws] {
    height: auto;
    overflow-y: auto;
}

    .card-body dl dt[b-fndx92p7ws] {
        padding-right: 0;
        margin-left: 5px;
        margin-right: 10px;
    }


    .card-body dl dd[b-fndx92p7ws] {
        margin-right: -2rem;
    }

.card .card-footer[b-fndx92p7ws] {
    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-fndx92p7ws] {
        /* background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2bb574), color-stop(50%, #628FC6));
            background: linear-gradient(90deg, #2bb574 50%, #628FC6 50%);
        */
        /*            background-color: #158285;
*/
    }

    .card .card-footer button[b-fndx92p7ws], .card .card-footer span[b-fndx92p7ws] {
        color: #fff;
        font-size: .875rem;
    }

    .card .card-footer.orange-bg[b-fndx92p7ws] {
        background-color: #628FC6;
    }

        .card .card-footer.orange-bg span[b-fndx92p7ws] {
            cursor: unset;
            font-size: .875rem;
        }

    .card .card-footer.teal-bg[b-fndx92p7ws] {
        background-color: #158285;
    }

span.span-face[b-fndx92p7ws] {
    margin-inline-end: 1rem;
}

span.span-online[b-fndx92p7ws] {
    margin-inline-start: 1.1rem;
}
/*.show-more {
    text-decoration:underline;
    color:#158285;
}
.show-more:hover {
    color:#158285;
}*/

a.see-more[b-fndx92p7ws] {
    text-decoration: none;
    color: #158285;
    margin-inline: -8px;
    position: relative;
}

a span.first[b-fndx92p7ws] {
    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-fndx92p7ws] {
    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-fndx92p7ws] {
    background-color:  #CE53C8 !important;
    border-color:  #CE53C8 !important;
}

.btn-outline-primary[b-fndx92p7ws] {
    color:  #CE53C8 !important;
    border-color:  #CE53C8 !important;
}

    .btn-outline-primary:hover[b-fndx92p7ws] {
        color: #fff !important;
        background-color:  #CE53C8 !important;
    }

.btn-outline-secondary[b-fndx92p7ws] {
    color: #628FC6 !important;
    border-color: #628FC6 !important;
}

    .btn-outline-secondary:hover[b-fndx92p7ws] {
        color: #fff !important;
        background-color: #628FC6 !important;
    }

.refuse[b-fndx92p7ws], .accept[b-fndx92p7ws] {
    width: 50% !important;
    border: 1px solid #0DA9A6;
}

    .refuse:hover[b-fndx92p7ws], .accept:hover[b-fndx92p7ws] {
        color: #fff !important;
    }

.accept[b-fndx92p7ws] {
    border-radius: 0 0 12px 0 !important;
}

.refuse[b-fndx92p7ws] {
    border-radius: 0 0 0 12px !important;
    margin-right: 0.2rem !important;
}

.title[b-fndx92p7ws] {
    color: #000;
    /*font-family: Rubik;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 375px) {
    .card-body dl dt[b-fndx92p7ws] {
        margin-right: 0;
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    .card-footer[b-fndx92p7ws] {
        display: block !important;
    }

    .refuse[b-fndx92p7ws], .accept[b-fndx92p7ws] {
        width: 100% !important;
        border: 1px solid #0DA9A6;
    }

    .accept[b-fndx92p7ws] {
        border-radius: 12px !important;
    }

    .refuse[b-fndx92p7ws] {
        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;
    font-size:1.5rem !important;
}

/*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: #628FC6;
    }

        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: #628FC6;
}
/* /Pages/Email/Email.razor.rz.scp.css */
/* /Pages/ForgetPasswordEmail/ForgetPasswordEmail.razor.rz.scp.css */
.form-label[b-0lcas44mu1] {
    margin-inline-start: 0.5rem;
}

input[type="text"][b-0lcas44mu1],
input[type="url"][b-0lcas44mu1],
input[type="email"][b-0lcas44mu1],
.form-select[b-0lcas44mu1] {
    border-radius: 1rem;
}

span.input-group-text[b-0lcas44mu1] {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

select.select[b-0lcas44mu1] {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

input[type="text"]:focus[b-0lcas44mu1],
input[type="url"]:focus[b-0lcas44mu1],
input[type="email"]:focus[b-0lcas44mu1],
.form-select:focus[b-0lcas44mu1] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

/*h1 {
    color: rgba(7, 168, 105, 1);
}*/

/*button {
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
}*/

/**/
/*h1 {
    color: #CE53C8;
}*/

input[b-0lcas44mu1] {
    /*border-radius: 12px;*/
    width: 24%;
    display: inline-block;
}


button.login-retry[b-0lcas44mu1] {
    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[b-0lcas44mu1] {
    background-color: #CE53C8;
}

button.retry[b-0lcas44mu1] {
    background-color: #fff;
    border: 1px solid #CE53C8;
    color: #CE53C8;
}

a.account[b-0lcas44mu1] {
    display: block;
    font-weight: 800;
    text-align: center;
    /*    color: rgba(61, 126, 185, 1);*/
    cursor: pointer;
}

button.brd-12[b-0lcas44mu1] {
    border-radius: 12px !important;
}

/*button.btn-outline-primary {
    background: transparent !important;
    border-color:  #CE53C8 !important;
    color:  #CE53C8 !important;
}

    button.btn-outline-primary:hover {
        background:  #CE53C8 !important;
        color: #fff !important;
    }*/
/* /Pages/ForgetPassword/ForgetPassword.razor.rz.scp.css */
/* /Pages/FriendsRequests/FriendsRequests.razor.rz.scp.css */
.participant-card .card[b-gcik1iavyc] {
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0px 2px 2px 0px #00000040;
    height:320px !important;
}
.card[b-gcik1iavyc] {
    height: 320px !important;
}
.participant-card .card .card-header[b-gcik1iavyc] {
    background: transparent !important;
    border: none;
    padding: 0;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px 12px 0 0 !important;
    height: unset !important;
}

    .participant-card .card .card-header .img-wrapper[b-gcik1iavyc] {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: 2px solid #628FC6;
        overflow: hidden;
    }

            .participant-card .card .card-header .img-wrapper img[b-gcik1iavyc] {
                width: 100%;
                height: 100%;
            }

    .participant-card .card .card-header span.part-name[b-gcik1iavyc] {
        font-size: 24px !important;
        font-weight: 600;
        margin-top: 1rem;
        color: #628FC6;
    }

    .participant-card .card .card-body h6[b-gcik1iavyc] {
        font-size: 18px !important;
        font-weight: 500;
        margin-top: 1.5rem;
        margin-bottom:0 !important;
        color: #3f3f3f;
    }

    .participant-card .card .card-body ul[b-gcik1iavyc] {
        list-style: none;
        margin-top:-0.8rem;
        height:70px !important;
        overflow-y: auto;
    }

 ul[b-gcik1iavyc] {
    height: 70px !important;
    overflow-y: auto;
}

        .participant-card .card .card-body ul li[b-gcik1iavyc] {
            font-weight: 400;
            font-size: 14px !important;
            margin-top: 0.5rem;
            color: #3f3f3f;
        }

    .participant-card .card .card-footer[b-gcik1iavyc] {
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
    }

        .participant-card .card .card-footer button[b-gcik1iavyc] {
            border-radius: 12px;
            padding-inline: 1.5rem;
            font-size: 1rem;
        }

            .participant-card .card .card-footer button.acpt[b-gcik1iavyc] {
                background-color: #CE53C8!important;
                border: none !important
            }

                .participant-card .card .card-footer button.acpt:hover[b-gcik1iavyc] {
                    background-color: #CE53C8 !important;
                    color: #fff;
                }

            .participant-card .card .card-footer button.rjct[b-gcik1iavyc] {
                border-color: #960c0c !important;
                color: #960c0c !important;
            }

                .participant-card .card .card-footer button.rjct:hover[b-gcik1iavyc] {
                    background-color: #960c0c !important;
                    color: #fff !important;
                }

/* /Pages/Home/Home.razor.rz.scp.css */
[b-m8702z5hhl]::-webkit-scrollbar {
    width: 0;
}

.customed-height[b-m8702z5hhl] {
    height:100vh !important;
}
.card[b-m8702z5hhl] {
    border-radius: 1rem;
    border: none;
    height: 300px !important;
    -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.info[b-m8702z5hhl] {
        min-height: 300px !important;
    }

.min-height-300[b-m8702z5hhl] {
    min-height: 300px !important;
}

.primary-color[b-m8702z5hhl] {
    color:  #D05DCB
}

.secodary-color[b-m8702z5hhl] {
    color: #628fc6
}

    .card img[b-m8702z5hhl] {
        border-radius: 1rem 1rem 0 0;
    }


    .card .card-body .card-title[b-m8702z5hhl] {
        color:  #D05DCB;
    }

.header[b-m8702z5hhl] {
    margin-top: -5rem;
    margin-bottom: 8rem;
    height: 100vh;
    position: relative;
}
.header-home[b-m8702z5hhl] {
    background-image: url("Assets/images/header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
    width:100%
}

.card-header[b-m8702z5hhl] {
    background: linear-gradient(270deg, rgba(243,125,50,1) 50%, rgba(245,151,90,1) 50%);
    border-radius:11px 11px 0 0;
    height: 20%;
}
.card-content[b-m8702z5hhl] {
    padding: 42px;
    background-color: white;
    border-radius: 11px;
}
    .card-content li[b-m8702z5hhl] {
        color: #D05DCB !important
    }

    section.carousel-block .carousel-inner[b-m8702z5hhl] {
        width: 100vw;
        position: absolute;
        right: 50%;
        transform: translateX(50%)
    }

button.join-btn[b-m8702z5hhl] {
    background-color: #628fc6;
    border-radius: 2rem;
    width: 8rem;
    color: #fff;
}

.cards-block[b-m8702z5hhl],
.multaqa-goals-block[b-m8702z5hhl],
.workshop-block[b-m8702z5hhl],
.success-partners-block[b-m8702z5hhl] {
    margin-bottom: 0rem;
}

img.d-block.carusel-img[b-m8702z5hhl] {
    /*border-radius: 1rem;*/
    margin-top: 1rem;
    width: 100vw;
    height: 100vh;
}

.cards-block[b-m8702z5hhl] {
    margin: 3rem 0;
    z-index: 2;
}

    .cards-block .card-wrapper[b-m8702z5hhl] {
        width: 100%;
        height: 18rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 1rem;
        border-radius: 1rem;
        overflow-y: auto;
        position: relative;
        transform: scale(0.9);
        transition: all 0.3s ease;
    }

[b-m8702z5hhl]::-webkit-scrollbar {
    width: 0;
}

.carousel-control-next[b-m8702z5hhl], .carousel-control-prev[b-m8702z5hhl] {
    height: 100vh;
}

:: -webkit-scrollbar-track[b-m8702z5hhl] {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cards-block .card-wrapper i[b-m8702z5hhl] {
    font-size: 30px !important;
    color: #628fc6;
    transition: all 0.3s ease;
}

.cards-block .card-wrapper span[b-m8702z5hhl] {
    display: block;
    margin-block: 0.5rem;
    font-size: 25px !important;
    font-weight: 500;
    color: #303030;
    transition: all 0.3s ease;
}

.cards-block .card-wrapper p[b-m8702z5hhl] {
    font-size: 18px !important;
    color: #303030;
    transition: all 0.3s ease;
}

.card.card-news-block[b-m8702z5hhl] {
    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-m8702z5hhl] {
        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-m8702z5hhl] {
            background-color:  #D05DCB;
        }

            .card.card-news-block .card-body:hover p[b-m8702z5hhl] {
                color: #fff;
            }

        .card.card-news-block .card-body img[b-m8702z5hhl] {
            width: 6rem;
            border-radius: 12px;
            float: right;
        }

        .card.card-news-block .card-body p[b-m8702z5hhl] {
            float: revert;
            height: 10rem;
            color:  #D05DCB;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.cards-block .card-wrapper:hover[b-m8702z5hhl] {
    background-color:  #D05DCB;
    transform: scale(1);
}

    .cards-block .card-wrapper:hover i[b-m8702z5hhl] {
        color: #fff;
    }

    .cards-block .card-wrapper:hover span[b-m8702z5hhl] {
        color: #fff;
    }

    .cards-block .card-wrapper:hover p[b-m8702z5hhl] {
        color: #fff;
    }

.multaqa-goals-block span[b-m8702z5hhl] {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.multaqa-goals-block h2[b-m8702z5hhl] {
    /* font-size: 2rem;*/
    font-weight: 500;
    color: #000;
}

.multaqa-goals-block ul[b-m8702z5hhl] {
    list-style: none;
    margin-top: 2rem;
}

    .multaqa-goals-block ul li[b-m8702z5hhl] {
        margin-bottom: 1.5rem;
        font-size: 20px !important;
    }

        .multaqa-goals-block ul li i[b-m8702z5hhl] {
            color: #628fc6;
            margin-inline-end: 10px;
        }

        .multaqa-goals-block ul li p[b-m8702z5hhl] {
            display: inline;
            color: #303030;
        }

.workshop-block h2[b-m8702z5hhl],
.success-partners-block h2[b-m8702z5hhl] {
    /*font-size: 4rem;*/
    font-weight: 500;
    color: #2db473;
    text-align: center;
}

.workshop-block .card[b-m8702z5hhl] {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

    .workshop-block .card:hover[b-m8702z5hhl] {
        transform: scale(1);
    }

    .workshop-block .card .ribbon[b-m8702z5hhl] {
        position: absolute;
        top: 40px;
        left: -15px;
        width: 280px;
        height: 50px;
        background-image: linear-gradient(257deg, #fad961, #628fc6);
        border-radius: 30px;
        border-bottom-left-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

        .workshop-block .card .ribbon[b-m8702z5hhl]::before {
            content: "";
            position: absolute;
            top: 50px;
            left: 0;
            width: 15px;
            height: 30px;
            background-color: #e07d04;
            border-bottom-left-radius: 20px;
            border-top-left-radius: 20px;
            z-index: 2;
        }

        .workshop-block .card .ribbon[b-m8702z5hhl]::after {
            content: "";
            position: absolute;
            top: 50px;
            left: 0;
            width: 15px;
            height: 15px;
            background-color: #628fc6;
            z-index: 1;
        }

.workshop-block ul[b-m8702z5hhl] {
    position: absolute;
    top: 8rem;
    right: 1rem;
    list-style: none;
}

    .workshop-block ul li[b-m8702z5hhl] {
        padding-bottom: 2rem;
    }

        .workshop-block ul li i[b-m8702z5hhl] {
            font-size: 20px !important;
            color: #2db473;
            margin-inline-end: 10px;
        }

        .workshop-block ul li span[b-m8702z5hhl] {
            font-size: 18px !important;
            color: #000;
        }

.swiper[b-m8702z5hhl] {
    width: 100%;
    height: 100%;
    margin-top: 2rem;
}

.swiper-slide[b-m8702z5hhl] {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img[b-m8702z5hhl] {
        display: block;
        width: 150px;
        height: 100%;
        object-fit: cover;
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transform: scale(1);
        transition: all 0.3s ease;
    }

        .swiper-slide img:hover[b-m8702z5hhl] {
            -webkit-filter: grayscale(0);
            filter: none;
            transform: scale(1.1);
        }

.contact-us-block[b-m8702z5hhl] {
    position: relative;
    margin-bottom: -1rem;
}

    .contact-us-block h2[b-m8702z5hhl] {
        /*font-size: 4rem;*/
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin-top: 2rem;
    }

    .contact-us-block h5[b-m8702z5hhl] {
        color: #f5f5f5;
        font-size: 20px;
        text-align: center;
    }

    .contact-us-block .contact-info .contact-info-card[b-m8702z5hhl] {
        width: 100%;
        height: 6.2rem;
        background-color: #fff;
        border-radius: 1rem;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        position: relative;
        margin-bottom: 2rem;
        transition: all 0.3s ease;
    }

        .contact-us-block .contact-info .contact-info-card:hover[b-m8702z5hhl] {
            transform: translateY(-5px);
        }

        .contact-us-block .contact-info .contact-info-card .icon-circle[b-m8702z5hhl] {
            width: 5.5rem;
            height: 6.2rem;
            position: absolute;
            background-color: #FEEEE7;
            top: 50%;
            transform: translateY(-50%);
            right: .5px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

            .contact-us-block .contact-info .contact-info-card .icon-circle i[b-m8702z5hhl] {
                display: flex;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color:  #D05DCB;
                font-size: 35px !important;
            }

        .contact-us-block .contact-info .contact-info-card .text[b-m8702z5hhl] {
            position: absolute;
            top: 1.5rem;
            right: 7rem;
            text-align:center
        }

            .contact-us-block .contact-info .contact-info-card .text h6[b-m8702z5hhl] {
                font-size: 20px;
                font-weight: 600;
                color:  #D05DCB;
                margin-bottom: 5px;
            }

            .contact-us-block .contact-info .contact-info-card .text span[b-m8702z5hhl] {
                color: #adb5bd;
                font-size: 18px !important;
                font-weight: 600;
            }

.validation-message[b-m8702z5hhl] {
    color: darkred !important;
}

.goals-text[b-m8702z5hhl] {
    font-size: 23px !important;
}

.multaqa-talkers[b-m8702z5hhl] {
    position: relative;
    margin-top: 3rem;
    font-size: 24px !important;
    padding-block: 94px;
}


    .multaqa-talkers .text span[b-m8702z5hhl] {
        line-height: 1.5rem !important;
        line-break: loose;
    }

.multaqa-talkers-bg[b-m8702z5hhl] {
    position: absolute;
    background: #15445A;
    width: 100vw;
    height: 100%;
    z-index: -1;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
/* responsive */
@media (max-width: 576px) {
    .header[b-m8702z5hhl] {
        margin-bottom: 0;
        height:unset !important;
    }
    section.carousel-block[b-m8702z5hhl] {
        height: 20vh;
    }

    .multaqa-talkers-wrapper[b-m8702z5hhl] {
        margin-inline: 1rem;
    }
}

@media (max-width: 768px) {
    .contact-us-wrapper[b-m8702z5hhl] {
        flex-direction: column-reverse;
    }

    .carousel-inner[b-m8702z5hhl] {
        margin-top: -10rem;
    }

    section.carousel-block[b-m8702z5hhl] {
        /* margin-top: -5rem;*/
        /* margin-bottom: 8rem;*/
        height: unset;
        /*position: relative;*/
    }

    label .humburger[b-m8702z5hhl] {
        display: block;
        margin-inline-start: 1rem;
    }

    nav img.logo[b-m8702z5hhl] {
        width: 50%;
        position: absolute;
        left: 1rem;
    }

    nav ul[b-m8702z5hhl] {
        position: fixed;
        width: 100%;
        top: 100px;
        height: calc(100% - 100px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: #628fc6;
        padding-left: 0;
        overflow: scroll;
        left: 100%;
        transition: all 0.3s ease;
    }

    #toggle-humburger:checked ~ ul[b-m8702z5hhl] {
        left: 0;
    }

    nav ul li[b-m8702z5hhl] {
        display: block;
        text-align: center;
        padding: 15px 0;
        line-height: 0;
        margin-top: 2rem;
    }

        nav ul li a[b-m8702z5hhl] {
            color: #fff;
        }

        nav ul li a[b-m8702z5hhl] {
            color: #fff;
        }

    .carousel-item[b-m8702z5hhl] {
        margin-top: 10rem;
        height:fit-content !important;
    }

    /*.multaqa-goals-block h2 {
        font-size: 2rem;
    }*/

    .workshop-block h2[b-m8702z5hhl],
    .success-partners-block h2[b-m8702z5hhl] {
        font-size: 3rem;
    }

    .workshop-block .card[b-m8702z5hhl] {
        height: 320px;
    }

    .contact-us-block h2[b-m8702z5hhl] {
        font-size: 3rem;
    }

    .contact-us-block h5[b-m8702z5hhl] {
        font-size: 18px;
    }

    .swiper-slide a img[b-m8702z5hhl] {
        width: 10rem;
        height: 10rem;
    }
}

@media (max-width: 425px) {
    .contact-us-block .contact-form[b-m8702z5hhl] {
        height: 105%;
    }
}


/*ScientificCommittee*/

.scientific-committee h2[b-m8702z5hhl] {
    font-size: 2rem;
    font-weight: 500;
    color:  #D05DCB;
    text-align: center;
}

.scientific-committee .cont[b-m8702z5hhl] {
    -webkit-perspective: 600px;
    perspective: 600px;
}

    .scientific-committee .cont .box[b-m8702z5hhl] {
        position: relative;
        width: 100%;
        height: 13rem;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

        .scientific-committee .cont .box .face[b-m8702z5hhl] {
            position: absolute;
            width: 100%;
            height: 100%;
            color: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: relative;
        }

            .scientific-committee .cont .box .face.front[b-m8702z5hhl] {
                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-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .scientific-committee .cont .box .face.front img[b-m8702z5hhl] {
                    width: 105px;
                    height: 120px;
                }

                .scientific-committee .cont .box .face.front h6[b-m8702z5hhl] {
                    padding: 0.5rem;
                    font-weight: bold;
                    color:  #D05DCB;
                }

                .scientific-committee .cont .box .face.front p[b-m8702z5hhl] {
                    height: 5rem;
                    color: gray;
                    text-align: center;
                    position: absolute;
                    top: 11.5rem;
                    font-size: 14px;
                }

            .scientific-committee .cont .box .face.back[b-m8702z5hhl] {
                background-color:  #D05DCB;
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
                height: 13rem;
                position: absolute;
                top: 0;
                text-align: center;
                padding: .5rem;
                border-radius: 5px;
                overflow-y: auto;
            }

        .scientific-committee .cont .box:hover[b-m8702z5hhl] {
            -webkit-transform: translateX(-100%) rotateY(180deg);
            transform: translateX(-100%) rotateY(180deg);
        }

.multaqa-talkers h2[b-m8702z5hhl] {
    font-weight: 600;
    color: #fff;
    text-align:center;
   /* font-size: 45px !important*/
   margin-bottom:2rem;
}

.multaqa-talkers .img-wrapper[b-m8702z5hhl] {
    width: 105px;
    height: 120px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

    .multaqa-talkers .img-wrapper .layer1[b-m8702z5hhl] {
        position: absolute;
        width: 50%;
        height: 100px;
        background-color:  #D05DCB !important;
        top: -1rem;
        right: -1.5rem;
        z-index: -1;
    }

    .multaqa-talkers .img-wrapper .layer2[b-m8702z5hhl] {
        position: absolute;
        border-radius: 6px;
        width: 80%;
        height: 100%;
        background-color: #628fc6 !important;
        top: 1rem;
        right: -1rem;
        z-index: -1;
    }


    .multaqa-talkers .img-wrapper img[b-m8702z5hhl] {
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }



.circle[b-m8702z5hhl] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}
.mt-10[b-m8702z5hhl] {
    margin-top:10px !important;
    color:white

}


.text[b-m8702z5hhl] {
    margin-left: 20px;
    color: white;
    font-size: 18px;
}

.multaqa-talkers .info[b-m8702z5hhl] {
    background-color:  #D05DCB !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-m8702z5hhl] {
    display: inline-block;
    width: 55%;
}

    .multaqa-talkers .info h5[b-m8702z5hhl] {
        margin-top: 1rem;
    }

    .multaqa-talkers .info h6[b-m8702z5hhl] {
        height: 3rem;
        overflow-y: auto;
        line-height: 2;
        color: #dfdfdf;
    }

.moltqa-table[b-m8702z5hhl] {
    height:fit-content;
}
    .moltqa-table i[b-m8702z5hhl] {
        color: gray;
        font-size: 30px;
    }
    .moltqa-table img[b-m8702z5hhl] {
        width:10%
    }
    .mb-ve4[b-m8702z5hhl] {
        margin-bottom: -4rem;
    }

.multaqa-tablees h2[b-m8702z5hhl] {
    font-weight: 500;
    color:  #D05DCB;
    text-align: center;
}

.multaqa-tablees h4[b-m8702z5hhl] {
    background-color:  #D05DCB;
    border-radius: 1rem 1rem 0 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    color: #fff;
}

.multaqa-tablees .card[b-m8702z5hhl] {
    border: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 0 0 1rem 1rem;
}

    .multaqa-tablees .card .card-body[b-m8702z5hhl] {
        border-radius: 0 0 1rem 1rem;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    }

a.see-more[b-m8702z5hhl] {
    text-decoration: none;
    position: relative;
}

a span.first[b-m8702z5hhl] {
    display: inline-block;
    border: 2px solid;
    border-color: transparent transparent  #D05DCB  #D05DCB;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: '';
    top: 50%;
    margin-right: 1rem;
}

a span.second[b-m8702z5hhl] {
    content: '';
    display: inline-block;
    position: absolute;
    border: 5px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color:  #D05DCB;
    top: 50%;
    margin-right: 1rem;
    transform: translateY(-50%);
}



a.join-btn[b-m8702z5hhl] {
    text-decoration: underline;
    color: #628fc6;
    margin-top: -2rem;
    margin-right: 1rem;
    font-size: 20px;
}

h2.about-multaqa[b-m8702z5hhl] {
    font-weight: 600;
    color:  #D05DCB;
/*    font-size: 45px !important;*/
    margin-bottom: 20px
}

.about-moltqa p[b-m8702z5hhl] {
    font-size:15px !important;
    line-height:1.5 !important
}

.about-moltqa h3[b-m8702z5hhl] {
    font-size: 1.5rem !important;
    margin-block: 1rem !important;
}
/*
.goals {
    margin-right: 75px !important
}*/

/*.target {
    margin-right: -75px !important
    margin-left: 60px !important
} */
.about-moltqa ul li[b-m8702z5hhl] {
    font-size: 15px !important;
    line-height:1.5 !important;
        margin-bottom:10px;
}



.date[b-m8702z5hhl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #628fc6;
    border-radius: 16px;
    color: #fff;
    width: 6rem;
    height: 6rem;
}

    .date i[b-m8702z5hhl] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #ffffff66;
    }

.card[b-m8702z5hhl] {
    display: flex !important;
    width:100px !important;
    border: none !important;
    background-color: #628fc6 !important;
    border-radius: 6px !important;
    height: 300px !important;
    position:relative

}

.card-title[b-m8702z5hhl] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  #D05DCB;
    border-radius: 0 0px 6px 6px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 40%;
    width:100%;
    padding: 5px 5px 0 5px;
    position:absolute;
    bottom:-10%
}

.card-desc[b-m8702z5hhl] {
    background-color: #f5f5f5;
    border-radius: 12px 0 0 12px;
    text-align: start;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #15445a;
    padding: 5px 0 0 5px;
}


.day[b-m8702z5hhl] {
    background-color: #628fc6;
    border-radius: 12px;
}

.hour[b-m8702z5hhl] {
    background-color: #628fc6;
    border-radius: 12px;
}

.minute[b-m8702z5hhl] {
    background-color: #628fc6;
    border-radius: 12px;
}

.second[b-m8702z5hhl] {
    background-color: #628fc6;
    border-radius: 12px;
}


.card-title-counter[b-m8702z5hhl] {
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40%
}

.card-counter[b-m8702z5hhl] {
    width: 6rem;
    height: 6rem;
    position: relative
}

.card-text[b-m8702z5hhl] {
    font-size:45px !important;
    font-weight:600 !important
}


card-body-counter[b-m8702z5hhl] {
    position: absolute;
    background-color:  #D05DCB;
    bottom: -1px;
    height: 33px;
    left: -1px;
    width: 103%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-body[b-m8702z5hhl] {
    padding: .5rem 1rem
}


@media (min-width: 820px) and (max-width: 1024px) {
    section.carousel-block[b-m8702z5hhl] {
        height:unset;
    }
    img.d-block.carusel-img[b-m8702z5hhl] {
        height: unset;
    }
    section.carousel-block .carousel-inner[b-m8702z5hhl] {
        position:relative;
    }

}


.primary-btn[b-m8702z5hhl] {
    background-color: #628fc6 !important;
    color: white !important;
    font-weight: 500 !important;
}

.secodary-btn[b-m8702z5hhl] {
    color: #628fc6 !important;
    border: 1px solid #628fc6 !important;
    background-color: white !important;
    font-weight: 500 !important;
}



@media (max-width: 768px) {
    .carousel-control-next[b-m8702z5hhl], .carousel-control-prev[b-m8702z5hhl] {
        height: 75vh;
    }

    img.d-block.carusel-img[b-m8702z5hhl] {
        height: unset;
    }

    .contact-us-block[b-m8702z5hhl] {
        margin-top: 15rem !important;
    }

    .card[b-m8702z5hhl] {
        margin-bottom: 1rem;
        height: 300px;
    }

    .card-title[b-m8702z5hhl] {
        border-radius: 12px 12px 0 0;
        padding: 5px;
    }

    .card-desc[b-m8702z5hhl] {
        border-radius: 12px;
        padding: 5px;
    }
}

@media (max-width: 575px) {

    section.carousel-block[b-m8702z5hhl] {
        height: 20vh;
    }
    .carousel-control-next[b-m8702z5hhl], .carousel-control-prev[b-m8702z5hhl] {
        height: 40vh;
    }
}
.colored-bg[b-m8702z5hhl] {
    position: absolute;
    background: linear-gradient(106deg, rgba(23,114,134,1) 47%, rgba(0,86,103,1) 95%) !important;
    width: 100vw;
    height: 105%;
    z-index: -1;
    bottom: 0;
    transform: translateX(50%);
    right: 50%;
}


/*LACUNCH SECTION*/
section.launch-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
  /*  padding-top: 14rem;*/
    /*margin-block: 4rem;*/
    text-align: center;
   /* background-color:  #D05DCB;*/
   height:unset !important;
}

    section.launch-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
        color:  #D05DCB;
    }

    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;
            box-shadow: unset !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: #628fc6;
                border-radius: 12px;
                margin-bottom: 1rem;
                font-size: 32px !important;
                font-weight: 700;
                box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            }

            section.launch-section .time-cards .card .card-title-txt[b-m8702z5hhl] {
                font-size: 32px !important;
                font-weight: 700 !important;
                color:  #D05DCB;
            }

    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[b-m8702z5hhl] {
        padding-top: 0;
    }
    section.launch-section h2[b-m8702z5hhl] {
       margin-bottom:0 !important;
       margin-top:2rem !important;
    }

        section.launch-section .time-cards[b-m8702z5hhl] {
            flex-direction: row;
           /* margin-bottom: 1rem;*/
            flex-wrap:wrap;
        }

        section.launch-section .time-cards .card[b-m8702z5hhl] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 1rem;
        }

   
    section.launch-section .counter[b-m8702z5hhl] {
        flex-direction: column;
    }

        section.launch-section .counter .stat[b-m8702z5hhl] {
            margin-bottom: 3rem;
        }
}


/* MAP SECTION */
section.map-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-block: 4rem;
    text-align: center;
}

    section.map-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
        color:  #D05DCB;
    }

 /*   section.map-section .dividers {
        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: 500;
                line-height: 37.92px;
                text-align: center;
                color: #628fc6;
            }

                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;
                color: #3F3F3F;
            }

                section.map-section .dividers .info p img[b-m8702z5hhl] {
                    width: 85px;
                    height: 95px;
                }

        section.map-section .dividers .map[b-m8702z5hhl] {
    /*        width: 796px;*/
            /*height: 656px;*/
            height:unset;
            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-sectionc[b-m8702z5hhl] {
        padding-bottom:0;
    }
    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.map[b-m8702z5hhl] {
        width: 90%;
    }
    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.map[b-m8702z5hhl] {
        width: 90%;
    }
    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.map[b-m8702z5hhl] {
        width: 90%;
    }
    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 .map img.map[b-m8702z5hhl] {
        width: 90%;
    }
    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;
            }
}


/* SUBJECTS SECTION */
section.contact-section[b-m8702z5hhl] {
    font-size: 40px !important;
    font-weight: 700;
    color: #fff;
    padding-bottom: 4rem;
    text-align: center;
    background-color: #fff !important;
}

    section.contact-section h2[b-m8702z5hhl] {
        margin-bottom: 5rem;
        color: #D05DCB;
        padding-top: 2rem;
    }

    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:  #000 !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: fit-content;
            padding-inline: 0;
            text-align: end;
            margin-top: 3rem;
        }
        section.contact-section .divider .form[b-m8702z5hhl] {
            height: fit-content;
        }

            section.contact-section .divider .footer button[b-m8702z5hhl] {
                width: 230px;
                height: 48px;
                border-radius: 12px;
                background-color: #628fc6;
                border: 1px solid #628fc6;
                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%);
            }
}

@media (max-width: 575px) {
    section.contact-section .divider .form[b-m8702z5hhl] {
        height: fit-content;
    }
}




.multaqa-tablee[b-m8702z5hhl] {
    padding-block: 4rem;
    padding-inline: 2rem;
}

    .multaqa-tablee h2[b-m8702z5hhl]{
      /*  font-size: 40px !important;*/
        font-weight: 700;
        text-align: center;
        margin-bottom: 0rem;
        color:  #D05DCB  !important;
    }

    .multaqa-tablee .multaqa-table-container[b-m8702z5hhl] {
        display: flex;
        justify-content: end;
        align-items: center;
    }

        .multaqa-tablee .multaqa-table-container .multaqa-date[b-m8702z5hhl] {
            position: relative;
            width: fit-content;
        }

            .multaqa-tablee .multaqa-table-container .multaqa-date img[b-m8702z5hhl] {
                position: relative;
            }

            .multaqa-tablee .multaqa-table-container .multaqa-date span[b-m8702z5hhl] {
                position: absolute;
                top: 75%;
                left: 56%;
                transform: translate(-50%, -50%);
                color: #fff;
                font-size: 14px !important;
                white-space: nowrap;
            }

            .multaqa-tablee .multaqa-table-container .multaqa-date button[b-m8702z5hhl] {
                position: absolute;
                color:  #D05DCB;
                top: 50%;
                transform: translateY(-50%);
                background-color: transparent;
                border: none;
                font-weight: bolder;
            }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-next[b-m8702z5hhl] {
                    right: -2rem;
                }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-prev[b-m8702z5hhl] {
                    left: -2rem;
                }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-prev[b-m8702z5hhl] {
                    left: -2rem;
                }

    .multaqa-tablee .cards .card[b-m8702z5hhl] {
        background-color: #fff !important;
        border-radius: 0 0 24px 24px !important;
        border: none !important;
        width:100% !important;
        height:fit-content !important;
    }

        .multaqa-tablee .cards .card .card-titlee[b-m8702z5hhl] {
            background-color:   #628fc6;
            border-radius: 6px 6px 24px 24px;
            padding-block: 16px !important;
            text-align: center;
            color: #fff;
            font-size: 24px !important;
            font-weight: 600;
        }

        .multaqa-tablee .cards .card .card-info[b-m8702z5hhl] {
            border-radius: 0 0 24px 24px;
            background-color: #fff;
            position: relative;
            z-index: 1;
            padding: 1rem 3rem;
        }

            .multaqa-tablee .cards .card .card-info li[b-m8702z5hhl] {
                font-size: 18px !important;
                color: #3f3f3f;
                margin-bottom:1rem;
            }

                .multaqa-tablee .cards .card .card-info li[b-m8702z5hhl]::marker {
                    font-size: 1rem !important;
                    color: #3f3f3f;
                }

@media (max-width: 575px) {
    .footer[b-m8702z5hhl] {
        padding-top:1rem !important;
    }
}
/* /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: #  #D05DCB;
    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: #  #D05DCB;
        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 {
    color: rgba(7, 168, 105, 1);
}*/

button[b-z1xvjlk4e3] {
    /*  background-color: rgba(13, 169, 166, 1);*/
    /*border-radius: 12px;*/
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
    border-radius: 10px;
}

/**/
/*h1 {
    color: #D05DCB;
}*/

input[b-z1xvjlk4e3] {
    /*border-radius: 12px;*/
    width: 24%;
    display: inline-block;
}


button.login-retry[b-z1xvjlk4e3] {
    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[b-z1xvjlk4e3] {
    background-color: #D05DCB;
}
button.retry[b-z1xvjlk4e3] {
    background-color: #fff;
    border: 1px solid #D05DCB;
    color:#D05DCB;
}
a.account[b-z1xvjlk4e3] {
    display: block;
    font-weight: 800;
    text-align: center;
/*    color: rgba(61, 126, 185, 1);*/
    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 {
    margin-inline-start: 0.5rem;
}*/

/* 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 {
    background-color: #fff;
    color:  #D05DCB;
    border: 0.5px solid  #D05DCB;
    border-radius: 1rem;
}

    button.btn-search:hover, button.btn-search:focus {
        background-color: #61E1F6;
        color: #fff;
        border: 0.5px solid #61E1F6;
        -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%, #D05DCB 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: #D05DCB;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .card .info h4[b-xaterofhq7] {
            width: 12rem;
            text-align: center;
        }

    .card .bkg[b-xaterofhq7] {
        position: absolute;
        height: 115px;
        width: 100%;
        background-color: #D05DCB;
        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: gray;
            font-size:15px !important;
        }

        .card ul.circled-items li[b-xaterofhq7] {
            display: flex;
            align-items: center;
            width: fit-content;
            justify-content: center;
            padding: 6px 10px;
            border-radius: 15px;
            color: #fff;
            margin-inline-end: 5px;
            margin-bottom: 5px;
            font-size:13px !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: #61E1F6;
    }

    .card .teal-bg[b-xaterofhq7] {
        background-color: #D05DCB;
    }

    .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: #61E1F6;
            }

            .card:hover .bkg.send[b-xaterofhq7] {
                background-color: #61E1F6;
            }

            .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 #61E1F6;
            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: 90px;
        height: 90px;
        -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;
        }
}
.show-more[b-xaterofhq7] {
    text-decoration: underline;
    color: #D05DCB;
}

    .show-more:hover[b-xaterofhq7] {
        color: #D05DCB;
    }
@media (min-width: 576px) and (max-width: 768px) {
    .card ul.circled-items[b-xaterofhq7] {
        width: 95%;
    }

    .card:hover img[b-xaterofhq7] {
        width: 90px;
        -webkit-transform: translate(170px, -40px);
        transform: translate(170px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-40px, -150px);
        transform: translate(-40px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 18rem;
            font-size: 1.5rem !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: 90px;
        -webkit-transform: translate(85px, -40px);
        transform: translate(85px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-50px, -150px);
        transform: translate(-50px, -150px);
    }

        .card:hover .info h4[b-xaterofhq7] {
            width: 10rem;
            font-size: 1.5rem !important;
        }
}


/* DONE */
@media (min-width: 1200px) {
    .card:hover img[b-xaterofhq7] {
        width: 80px;
        height: 80px;
        -webkit-transform: translate(80px, -40px);
        transform: translate(80px, -40px);
    }

    .card:hover .info[b-xaterofhq7] {
        -webkit-transform: translate(-50px, -150px);
        transform: translate(-50px, -150px);
    }

        .card .info h4[b-xaterofhq7] {
           color:#000;
        }

        .card:hover .info h4[b-xaterofhq7] {
            width: 10rem;
            font-size: 1.5rem !important;
        }
}


ul.circled-items[b-xaterofhq7] {
    list-style: none;
}

    ul.circled-items li[b-xaterofhq7] {
        display: inline-block;
        align-items: center;
        width: fit-content;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 15px;
        color: #fff;
        margin-inline-end: 5px;
        margin-bottom: 5px;
        font-size: 1rem !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: #61E1F6;
}

.teal-bg[b-xaterofhq7] {
    background-color: #D05DCB;
}

.green-bg[b-xaterofhq7] {
    background-color: #2bb574;
}

.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 */
.speakers-container[b-y2llkq5p05] {
    width: 100vw;
    height: 100vh;
}
.multaqa-talkers h4[b-y2llkq5p05] {
    font-size: 40px !important;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 0rem;
    color:  #D05DCB !important;
}


.text[b-y2llkq5p05] {
    margin-left: 20px;
    color: #628FC6;
    font-size: 18px !important;
}

    .text span[b-y2llkq5p05] {
        line-height: 1.5rem !important;
        line-break: anywhere;
    }

.multaqa-talkers[b-y2llkq5p05] {
    margin-top:9rem;
}


.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:  #D05DCB !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: #628fc6 !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:  #D05DCB !important;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    min-height: 6rem;
    height: fit-content;
    color:  #D05DCB;
    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;
    }

span.desc[b-y2llkq5p05] {
    color:#000;
}
/* /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: #D05DCB;
}
/* /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 */
.multaqa-tablee[b-r59n3vse4t] {
    padding-block: 0rem !important;
    padding-inline: 2rem;
}

    .multaqa-tablee h4[b-r59n3vse4t] {
        font-size: 40px !important;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0rem;
        color:  #D05DCB !important;
        white-space:nowrap;
    }

    .multaqa-tablee .multaqa-table-container[b-r59n3vse4t] {
        display: flex;
        justify-content: end;
        align-items: center;
    }

        .multaqa-tablee .multaqa-table-container .multaqa-date[b-r59n3vse4t] {
            position: relative;
            width: fit-content;
        }

            .multaqa-tablee .multaqa-table-container .multaqa-date img[b-r59n3vse4t] {
                position: relative;
            }

            .multaqa-tablee .multaqa-table-container .multaqa-date span[b-r59n3vse4t] {
                position: absolute;
                top: 75%;
                left: 56%;
                transform: translate(-50%, -50%);
                color: #fff;
                font-size: 14px !important;
                white-space: nowrap;
            }

            .multaqa-tablee .multaqa-table-container .multaqa-date button[b-r59n3vse4t] {
                position: absolute;
                color:  #D05DCB;
                top: 50%;
                transform: translateY(-50%);
                background-color: transparent;
                border: none;
                font-weight: bolder;
            }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-next[b-r59n3vse4t] {
                    right: -2rem;
                }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-prev[b-r59n3vse4t] {
                    left: -2rem;
                }

                .multaqa-tablee .multaqa-table-container .multaqa-date button.btn-prev[b-r59n3vse4t] {
                    left: -2rem;
                }

    .multaqa-tablee .cards .card[b-r59n3vse4t] {
        background-color: #fff !important;
        border-radius: 0 0 24px 24px !important;
        border: none !important;
        width: 100% !important;
        height: fit-content !important;
    }

        .multaqa-tablee .cards .card .card-titlee[b-r59n3vse4t] {
            background-color: #628fc6;
            border-radius: 6px 6px 24px 24px;
            padding-block: 16px !important;
            text-align: center;
            color: #fff;
            font-size: 24px !important;
            font-weight: 600;
        }

        .multaqa-tablee .cards .card .card-info[b-r59n3vse4t] {
            border-radius: 0 0 24px 24px;
            background-color: #fff;
            position: relative;
            z-index: 1;
            padding: 1rem 3rem;
        }

            .multaqa-tablee .cards .card .card-info li[b-r59n3vse4t] {
                font-size: 18px !important;
                color: #3f3f3f;
                margin-bottom: 1rem;
            }

                .multaqa-tablee .cards .card .card-info li[b-r59n3vse4t]::marker {
                    font-size: 1rem !important;
                    color: #3f3f3f;
                }

@media (max-width: 575px) {
    .multaqa-tablee .multaqa-table-container[b-r59n3vse4t] {
        justify-content: center;
        margin-top:1rem;
    }
}
/* /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;
        color: #628FC6;
    }
    ul.notification-list li.notification-item i[b-qg3avq8rkp] {
        color: #628FC6;
    }
        ul.notification-list li.notification-item p b[b-qg3avq8rkp] {
            color: #D05DCB;
        }

        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: #D05DCB;
}

input[b-z4gxsfxzl3] {
    border-radius: 1rem;
    width: 8rem;
    display: inline-block;
}


button[b-z4gxsfxzl3] {
    background-color: #D05DCB;
    border-radius: 2rem;
    padding: 0.5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
    color: #fff;
    border: none;
    display:block;
}
/* /Pages/Questions/Questions.razor.rz.scp.css */
h4[b-cw3jckzwbw] {
    font-size: 40px !important;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 0rem;
    color: #005667 !important;
}

.accordion-button:focus[b-cw3jckzwbw] {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed)[b-cw3jckzwbw] {
    background-color: transparent !important;
    color: #1a7385 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button.collapsed[b-cw3jckzwbw] {
    background-color: transparent;
    color: #000;
    border-radius: 12px !important;
}

.accordion-button[b-cw3jckzwbw] {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.accordion-body[b-cw3jckzwbw] {
    font-size: 1.2rem !important;
    font-weight: 400;
    color: #333;
    line-height: 1.7 !important;
}

.accordion-header[b-cw3jckzwbw] {
    font-size:1.2rem !important;
}

.accordion-button[b-cw3jckzwbw]::after {
    position: absolute;
    left: 1rem;
}
/* /Pages/Register/Register.razor.rz.scp.css */
body[b-y2l1n3zqxh] {
}

.btn-primary[b-y2l1n3zqxh] {
    background-color: #D05DCB;
}

.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: block;
    }

    .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;
        display: none;
    }

        .radio .radio-radio[b-y2l1n3zqxh]::after {
            display:none;
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-color: #  #D05DCB;
            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/ScientificCertification/ScientificCertification.razor.rz.scp.css */
.cards-block .card-wrapper i[b-923ixc56ns] {
    font-size: 30px;
    color: #  #D05DCB;
    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: #  #D05DCB;
            
        }

            .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: #D05DCB;*/
            background-color: #61E1F6;
            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:  #  #D05DCB;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

.cards-block .card-wrapper:hover[b-923ixc56ns] {
    background: #  #D05DCB;
    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: #D05DCB;
}

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:  #D05DCB;
    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: #628FC6;
        bottom: 0;
    }

dl dt[b-hebrl7atiy] {
    color: #000;
}

dl dd ul.circled-items[b-hebrl7atiy] {
    list-style: none;
}

    dl dd ul.circled-items li[b-hebrl7atiy] {
        display: inline-block;
        width: auto;
        padding: 2px 10px;
        border-radius: 15px;
        color: #fff;
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
        margin-bottom: 5px;
    }

        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: #628fc6 !important;
}

dl dd .teal-bg[b-hebrl7atiy] {
    background-color:  #D05DCB !important;
}

dl dd .green-bg[b-hebrl7atiy] {
    background-color: #2bb574 !important;
}
/* /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: #D05DCB;
            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 #D05DCB;
        -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: #D05DCB;
            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 #D05DCB;
        -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: #D05DCB;
            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(#D05DCB), color-stop(79%, #23a1a4));
    background: linear-gradient(90deg, #D05DCB 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: #CE53C8;
    border: 0.5px solid #CE53C8;
    border-radius: 12px;
}

    button.btn-search:hover[b-rk9fut6klv], button.btn-search:focus[b-rk9fut6klv] {
        color: #CE53C8;
        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:  #D05DCB !important;
    cursor: pointer;
}

h4.title[b-rk9fut6klv] {
    font-size: 40px !important;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 0rem;
    color:  #D05DCB !important;
}
.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%, rgba(98, 143, 198, 0.4) 62%, rgba(98, 143, 198, 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: #fff;
}

.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: #628fc6;
    border: 1px solid #628fc6;
    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: #628fc6;
    color: #fff;
    border-color: #628fc6;
}

.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: #628fc6 !important;
    color: #fff !important;
    border-color: #628fc6;
}

.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:  #D05DCB !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 {
    color:  #D05DCB !important;
   /* font-family: Rubik !important;*/
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 0.72px !important;[b-rk9fut6klv]
}*/

.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"][b-epku3ukbaf],
input[type="url"][b-epku3ukbaf],
input[type="email"][b-epku3ukbaf],
.form-select[b-epku3ukbaf] {
    border-radius: 1rem;
}

    input[type="text"]:focus[b-epku3ukbaf],
    input[type="url"]:focus[b-epku3ukbaf],
    input[type="email"]:focus[b-epku3ukbaf],
    .form-select:focus[b-epku3ukbaf] {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ced4da;
    }

.input-remove-data[b-epku3ukbaf] {
    position: relative;
}

    .input-remove-data input[b-epku3ukbaf] {
        position: relative;
    }

    .input-remove-data i[b-epku3ukbaf] {
        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-epku3ukbaf] {
            -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
        }

button:active[b-epku3ukbaf], button:focus[b-epku3ukbaf] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.btn-search[b-epku3ukbaf] {
    background-color: #fff;
    color:  #D05DCB;
    border: 0.5px solid  #D05DCB;
    border-radius: 1rem;
}

    button.btn-search:hover[b-epku3ukbaf], button.btn-search:focus[b-epku3ukbaf] {
        background-color: #628fc6;
        color: #fff;
        border: 0.5px solid #628fc6;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

button.join[b-epku3ukbaf] {
    background-color: #D05DCB;
    color: #fff;
}

    button.join:active[b-epku3ukbaf], button.join:focus[b-epku3ukbaf] {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.header-labeled[b-epku3ukbaf] {
    font-weight: bold;
    font-size: 3rem;
    color: #f37931;
}
.style-subtitle[b-epku3ukbaf] {
    font-weight: bold;
    color: #628FC6;
    margin-bottom: 1rem;
    font-size: 1.2rem !important;
}
.style-data[b-epku3ukbaf] {
    font-size: 1rem !important;
    color: #6e6e6e;
}
.img-wrapper[b-epku3ukbaf] {
    background-color: #e6ebef;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 9rem;
    border-radius: 10px 10px 0 0;
}
.card-img-top[b-epku3ukbaf] {
    width: 50%;
    height: 100%;
}
.font-header[b-epku3ukbaf] {
    font-size: 1.5rem !important;
}

.dl dd[b-epku3ukbaf] {
    line-break: anywhere;
}

.card[b-epku3ukbaf] {
    min-height: 300px !important;
}

    .card.info[b-epku3ukbaf] {
        min-height: 300px !important;
    }

.min-height-300[b-epku3ukbaf] {
    min-height: 300px !important;
}
/* /Shared/Footer/FooterComponent.razor.rz.scp.css */
.footer[b-9j77csmhkv] {
    background-color:  #D05DCB;
    padding-inline: 3rem;
    padding-top: 3rem;
   /* padding-bottom: 2rem;*/
}

    .footer .logo[b-9j77csmhkv] {
        width: 10rem;
    }

        .footer .logo img[b-9j77csmhkv] {
            width: 100%;
        }

    .footer h5[b-9j77csmhkv] {
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        text-align: start;
        margin-bottom: 1rem;
    }

    .footer ul[b-9j77csmhkv] {
        list-style: none !important;
        padding: 0;
        margin: 0;
        font-weight: 500 !important;
        font-size: 18px !important;
        color: #fff !important;
        text-align: start;
    }



    .footer ul li[b-9j77csmhkv] {
        white-space: nowrap;
    }

    .footer a[b-9j77csmhkv] {
        margin-bottom: 1rem;
        font-weight: 500 !important;
        font-size: 18px !important;
        color: #fff !important;
        display: block;
        text-align: start;
        cursor: pointer;
        text-decoration:none !important;
    }


    .footer ul li a[b-9j77csmhkv] {
        margin-bottom: 1rem;
        font-weight: 500 !important;
        font-size: 18px !important;
        color: #fff !important;
        cursor: pointer;
        text-decoration: none !important;
    }

    .footer ul.social-links[b-9j77csmhkv] {
        display: flex !important;
    }

    .footer p[b-9j77csmhkv] {
        position: relative;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        text-align: center;
        margin-top: 3rem;
         padding-bottom: 2rem;
         line-height:2rem !important;
    }

        .footer p[b-9j77csmhkv]::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #fff;
            top: -2rem;
            left: 50%;
            transform: translateX(-50%);
        }

.whatsapp[b-9j77csmhkv] {
    white-space:nowrap;
}

@media (max-width: 575px) {
    .footer[b-9j77csmhkv] {
        padding-top: 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.multaqa-label-name {
    background-color: #D05DCB;
    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: 10rem;
    background-color: #F3F4F4
}

.content-container[b-d2to4sdn3s] {
    position: relative;
    /* margin-top: 2rem;*/
    -webkit-animation: onPageLoad 0.7s forwards ease-in;
    animation: onPageLoad-b-d2to4sdn3s 0.7s forwards ease-in;
    background-color: #F3F4F4;
    border-radius: 1rem;
    /*    -webkit-box-shadow: 5px 5px 30px 5px rgba(82, 63, 105, 0.05);
    box-shadow: 5px 5px 30px 5px rgba(82, 63, 105, 0.05);*/
    min-height: 100vh;
    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: #D05DCB;
        }

    .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;
    }
}
/* /Shared/MultaqaLabel/MultaqaLabel.razor.rz.scp.css */
.multaqa-label-name[b-ovme7xx16m] {
    background-color: #D05DCB;
    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;
    justify-content: space-between;
    align-items: center;
    width:100%;
    margin-inline:2rem;
}
    nav[b-i701eqgu57] {
    position: fixed;
    top:0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    z-index: 3;
}
        nav .multaqa-banner[b-i701eqgu57] {
            position: absolute;
            top: 350%;
            left: -6.8rem;
            transform: translateX(0) rotate(90deg);
            width: fit-content;
            height: 4rem;
            background:  #D05DCB;
            padding: 0 0.6rem;
            padding: 0 0.6rem 4.2rem 0.6rem;
        }
        nav .multaqa-banner small.multaqa[b-i701eqgu57] {
            color: #fff;
        }

    label.humburger[b-i701eqgu57] {
        width: 2rem;
        height: 1.5rem;
        margin-inline-start: 8rem;
        position: relative;
        display: none;
    }

    label.humburger .line[b-i701eqgu57] {
        position: absolute;
        width: 100%;
        height: 4px;
    }

        label.humburger .line.line-1[b-i701eqgu57] {
            background-color:  #D05DCB;
            transition: all 0.3s ease;
        }

        label.humburger .line.line-2[b-i701eqgu57] {
            background-color: #628FC6;
            transform: translate(10px, 10px);
            transition: all 0.3s ease;
        }

        label.humburger .line.line-3[b-i701eqgu57] {
            background-color:  #D05DCB;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

#toggle-humburger:checked ~ label .line-1[b-i701eqgu57] {
    transform: translateX(10px);
}

#toggle-humburger:checked ~ label .line-2[b-i701eqgu57] {
    transform: translate(-5px, 10px);
}

#toggle-humburger:checked ~ label .line-3[b-i701eqgu57] {
    transform: translate(10px, 20px);
}

.logo-wrapper[b-i701eqgu57] {
    width:8rem;
}
nav img.logo[b-i701eqgu57] {
    width: 100%;
}

nav ul[b-i701eqgu57] {

}
nav ul.ul-toggle[b-i701eqgu57] {
    position: fixed;
    width: 100%;
    top: 100px;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    background-color: #628FC6;
    padding-left: 0;
    overflow: scroll;
    left: 100%;
    transition: all 0.3s ease;
}

.username-img img[b-i701eqgu57] {
    border-radius: 50%;
    width: 30%;
    margin-bottom: 5px;
}

.username-img h5[b-i701eqgu57] {
    color:  #D05DCB;
    font-weight: 700;
    font-size: 20px;
}

.username-img span[b-i701eqgu57] {
    color: #c3c0c0;
    font-size: 15px;
}

nav ul[b-i701eqgu57] {
    margin-bottom: 0;
    display: inline;
    height:100px;
    display:flex;
    align-items:center;
}

    nav ul li[b-i701eqgu57] {
        display: inline;
        list-style: none;
        font-size:16px !important;
        padding-inline: 10px;
        position: relative;
        height: 100px;
        display: flex;
        align-items: center;
    }

        nav ul li.labeled-li a i[b-i701eqgu57] {
            position: absolute;
            top: -30%;
            font-size: 18px !important;
            font-weight:bold;
            color: #628FC6;
            animation: fadeInOut-b-i701eqgu57 1s alternate infinite;
        }
        @keyframes fadeInOut-b-i701eqgu57 {
            0%,50% {
                opacity:0;
            }
            100% {
                opacity:1;
            }
        }
nav ul li a[b-i701eqgu57] {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
    transition: all 0.3s ease;
}
li.active > label .about-multaqa[b-i701eqgu57] {
    color: #1a7385 !important;
}

li.active a[b-i701eqgu57] {
    color:#1a7385;
}


.notifications-mesaages-block[b-i701eqgu57] {
    margin-right: 3rem;
}
.notification[b-i701eqgu57] {
    background-color:  #D05DCB;
    border-radius: 12px;
    cursor: pointer;
    /*margin-inline-end: -2rem;*/
    position: relative;
    margin-right: 0.5rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
}
span.notification i[b-i701eqgu57] {
    color: #fff;
    font-size: 13px;
    text-align: center;
}
    .notification span.counter[b-i701eqgu57] {
        position: absolute;
        background: red;
        left: -11px;
        top: -9px;
        border-radius: 50%;
        font-size:14px;
        width:1.2rem;
        height:1.2rem;
    }
.notification span.counter[b-i701eqgu57] {
    color: #fff;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.messages[b-i701eqgu57] {
    background-color: #D05DCB;
    border-radius: 6px;
    cursor: pointer;
    /*margin-inline-end: -2rem;*/
    position: relative;
}

span.messages i[b-i701eqgu57] {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.messages span.counter[b-i701eqgu57] {
    position: absolute;
    background: red;
    left: -11px;
    top: -9px;
    border-radius: 50%;
    font-size: 14px;
    width: 1.2rem;
    height: 1.2rem;
}

.messages span.counter[b-i701eqgu57] {
    color: #fff;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
li label span.about-multaqa[b-i701eqgu57] {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}

.about-multaqa[b-i701eqgu57] {
    position: relative;
}

.about-multaqa-list[b-i701eqgu57] {
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
    flex-direction: column;
    top: 3.8rem;
    right: -1.5rem;
    width: 10rem;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    transition: all 0.3s ease;
}

.sub-list-1[b-i701eqgu57] {
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
    flex-direction: column;
    right: 0rem;
    top:100px;
    /*width: 12rem;*/
    width:auto;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .sub-list-1 li[b-i701eqgu57] {
        line-height: 3rem;
        height: 2rem;
        padding-inline: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .sub-list-1 li:not(:last-child)[b-i701eqgu57] {
            line-height: 3rem;
            border-bottom: 1px solid #ddd;
        }

        .sub-list-1 li a[b-i701eqgu57] {
            color: #adb5bd;
            padding-inline: 10px;
            font-size:16px !important;
        }

        .sub-list-1 li:hover a[b-i701eqgu57] {
            color: #628FC6;
           /* margin-inline-start: 5px;*/
        }

.hover-sub-list:hover .sub-list-1[b-i701eqgu57] {
    height: 12rem;
}
    .hover-sub-list:hover .sub-list-1.about-multaqa-height[b-i701eqgu57] {
        display: flex;
        height:fit-content;
    }
#about-multaqa-toggle[b-i701eqgu57] {
    display: none;
}

    #about-multaqa-toggle:checked ~ .about-multaqa-list[b-i701eqgu57] {
        height: 10rem;
    }

ul.about-multaqa-list[b-i701eqgu57] {
    padding: 0;
}

.about-multaqa-list li[b-i701eqgu57] {
    line-height: 3rem;
    padding-left: 0;
}

    .about-multaqa-list li:not(:last-child)[b-i701eqgu57] {
        border-bottom: 1px solid #ddd;
    }

    .about-multaqa-list li:hover a[b-i701eqgu57] {
        color: #628FC6;
    }

    .about-multaqa-list li a[b-i701eqgu57] {
        color: #adb5bd;
        transition: all 0.3s ease;
    }

span.about-multaqa:hover[b-i701eqgu57] {
    color:  #D05DCB;
}

nav ul li a:hover[b-i701eqgu57] {
    color:  #D05DCB;
}

nav ul li a.btn[b-i701eqgu57] {
    background-color:  #D05DCB;
    color: #fff;
    font-weight: 700;
    padding-inline: 1.3rem;
}

    nav ul li a.btn i[b-i701eqgu57] {
        transition: all 0.3s ease;
    }

    nav ul li a.btn:hover i[b-i701eqgu57] {
        transform: translateX(0.5rem);
    }

nav ul li.name-logout-block[b-i701eqgu57] {
    position: relative;
}



.profile-pic-wrapper[b-i701eqgu57] {
    position: absolute;
    width: 3.8rem;
    /*top: -2.5rem;*/
  /*  top: -0.6rem !important;*/
    left: 6rem;
}

img.profile-pic[b-i701eqgu57] {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 3.3rem;
}

ul.list[b-i701eqgu57] {
    position: absolute;
    top: 3.8rem;
    left: 0rem;
    background-color: #fff;
    width: 11rem;
    height: 0rem;
    border-radius: 0 0 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.user-list[b-i701eqgu57] {
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    right: -12rem;
    top: 4.5rem;
    width: 12rem;
    height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    line-height: 0rem;
    transition: all 0.3s ease-in-out;
}
.hover-sub-list:hover .user-list[b-i701eqgu57] {
    height:16rem;
}
.user-list li[b-i701eqgu57] {
    padding: 1rem;
}
    .user-list li i[b-i701eqgu57] {
        color: #628FC6;
    }
    .user-list li a[b-i701eqgu57] {
        color: #303030;
        font-weight: 500;
        padding-inline: .5rem;
        cursor: pointer;
    }
    .user-list li:not(:last-child)[b-i701eqgu57] {
        border-bottom: 1px solid #ddd;
    }

li.username h6[b-i701eqgu57] {
    color: #303030;
    font-size: 20px !important;
    font-weight: 600;
    margin-block-start: 1rem;
}

        li.username h6 span[b-i701eqgu57] {
            color: #c3c0c0;
            font-size: 15px;
            font-weight: 500;
        }
a.btn.login-btn[b-i701eqgu57], a.btn.login-btn:active[b-i701eqgu57], a.btn.login-btn:focus[b-i701eqgu57] {
    background: #628FC6 !important;
    border-radius: 10px !important;
    padding: .5rem 1.8rem;
    box-shadow: none !important;
    transition: all .3s ease;
}
    a.btn.login-btn:hover[b-i701eqgu57], a.btn.login-btn:active[b-i701eqgu57] {
        box-shadow: none !important;
        background:  #D05DCB !important;
    }
        a.btn.login-btn i[b-i701eqgu57] {
            transition: all .3s ease;
        }
    a.btn.login-btn:hover i[b-i701eqgu57] {
        transform:translateX(5px);
    }

    li.logout[b-i701eqgu57] {
        display: flex;
        align-items: center;
    }

        li.logout i[b-i701eqgu57], .fa-bell[b-i701eqgu57] {
            color: #628FC6;
        }

    li.logout button.logout-btn[b-i701eqgu57] {
        white-space: nowrap;
        padding-inline: .5rem;
        text-decoration: none;
        font-size: 15px;
        background: none;
        border: none;
        color: #303030;
        font-weight: 500;
    }

        li.logout button.logout-btn:hover[b-i701eqgu57],
        li.logout button.logout-btn:hover:active[b-i701eqgu57] {
            background: none;
            border: none;
        }

button:active[b-i701eqgu57], button:focus[b-i701eqgu57] {
    box-shadow: none !important;
}

.join-btn[b-i701eqgu57] {
    /* padding:.5rem;*/
    border-radius: 2rem;
    border-color: #628FC6;
    color: #628FC6;
}

.join-btn:hover[b-i701eqgu57] {
    border:#628FC6;
    background-color:#628FC6;
    color:#fff;
}
.msg-text[b-i701eqgu57] {
    color: #628FC6 !important;
    font-size: 18px !important;
}
@media (max-width: 999px) {
    .logo-wrapper[b-i701eqgu57]{
        width:15rem !important;
    }
    img.profile-pic[b-i701eqgu57] {
        width: 3rem;
        height: 3rem;
        margin-right: 4.3rem;
    }
    nav ul[b-i701eqgu57] {
        margin-bottom: 0;
        display: none;
    }
    a.btn.login-btn[b-i701eqgu57], a.btn.login-btn:active[b-i701eqgu57], a.btn.login-btn:focus[b-i701eqgu57] {
        padding: 0.5rem 0.8rem;
    }

    .multaqa-talkers-wrapper[b-i701eqgu57] {
        margin-inline:1rem !important;
    }


    label.humburger[b-i701eqgu57] {
        display: block;
        margin-inline-start: 1rem;
    }
    nav ul.ul-toggle[b-i701eqgu57] {
        position: fixed;
        width: 100%;
        top: 100px;
        height: calc(100% - 100px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
        background-color:  #D05DCB;
        padding-left: 0;
        overflow: scroll;
        left: 100%;
        transition: all 0.3s ease;
    }

    .show-ul-toggle[b-i701eqgu57] {
        left: 0 !important;
    }
    .msg-text[b-i701eqgu57] {
        color: #628FC6 !important;
        font-size: 12px;
    }
}

@media (max-width: 999px ) and (min-width: 577px) {
    .sub-list-1[b-i701eqgu57] {
        position: absolute;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        display: none;
        flex-direction: column;
        right: 0rem;
        top: 3rem;
        /*width: 12rem;*/
        width: auto;
        height: auto;
        z-index: 1;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    span.about-multaqa:hover[b-i701eqgu57] {
        color: #fff;
    }

    nav ul li a:hover[b-i701eqgu57] {
        color: #fff;
    }
    li label span.about-multaqa[b-i701eqgu57] {
        color: #fff;
    }
    .logo-wrapper[b-i701eqgu57] {
        width: 10rem;
    }
    
    nav ul[b-i701eqgu57] {
        margin-bottom: 0;
        display: none;
    }
    .nav-container[b-i701eqgu57] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-inline: 2rem;
    }

    label.humburger[b-i701eqgu57] {
        display: block;
        margin-inline-start: 1rem;
    }

    nav img.logo[b-i701eqgu57] {
        width: 100%;
        /*position: absolute;*/
        left: 1rem;
    }

    img.profile-pic[b-i701eqgu57] {
        width: 100%;
        margin-inline-start: 0;
    }

    span.about-multaqa[b-i701eqgu57] {
        color: #fff;
    }

    nav ul.ul-toggle[b-i701eqgu57] {
        position: fixed;
        width: 100%;
        top: 100px;
        height: calc(100% - 100px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
        background-color:  #D05DCB;
        padding-left: 0;
        overflow: scroll;
        left: 100%;
        transition: all 0.3s ease;
    }

    .show-ul-toggle[b-i701eqgu57] {
        left: 0 !important;
    }

    #toggle-humburger:checked ~ ul[b-i701eqgu57] {
        left: 0;
    }
    .msg-text[b-i701eqgu57] {
        color: #628FC6 !important;
        font-size: 12px;
    }
    nav ul li[b-i701eqgu57] {
        display: block;
        text-align: center;
        padding: 15px 0;
        line-height: 0;
        margin-top: 2rem;
    }

        nav ul li a[b-i701eqgu57] {
            color: #fff;
        }

    .ChangeFont[b-i701eqgu57] {
        font-size: 12px
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .sub-list-1[b-i701eqgu57] {
        position: absolute;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        display: none;
        flex-direction: column;
        right: 0rem;
        top: 3rem;
        /*width: 12rem;*/
        width: auto;
        height: auto;
        z-index: 1;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    li label span.about-multaqa[b-i701eqgu57] {
        color: #fff;
    }
}
@media (max-width: 575px) {
    .sub-list-1[b-i701eqgu57] {
        position: absolute;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        display: none;
        flex-direction: column;
        right: 0rem;
        top: 3rem;
        /*width: 12rem;*/
        width: auto;
        height: auto;
        z-index: 1;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    li label span.about-multaqa[b-i701eqgu57] {
        color: #fff;
    }
    a.btn.login-btn[b-i701eqgu57], a.btn.login-btn:active[b-i701eqgu57], a.btn.login-btn:focus[b-i701eqgu57] {
        font-size: 12px !important
    }
}

@media (max-width: 999px) {
    .logo-wrapper[b-i701eqgu57] {
        width: 15rem !important;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
body[b-1p9o9iq792] {
}
