/* _content/PickAns.ComponentLibrary/Admin/ExpertCertificate/ExpertCertificateBadgeComponent.razor.rz.scp.css */
.badge-items[b-1j8pyhzklp] {
    display: flex;
    flex-direction: row;
    gap: 17px;
    flex-wrap: wrap;
    padding-top: 5px;
}

.itemShape[b-1j8pyhzklp] {
    display: flex;
    flex-direction: row;
    border: 1px solid #d1d1d6;
    border-radius: 16px;
    background-color: #fcfcfc;
    width: calc(50% - 8.5px);
    padding: 9px 8px;
    position: relative;
    justify-content: space-between;
    border-radius: 13px;
    border-width: 1px;
    background: rgba(212, 227, 238, 1);
    border: 1px solid rgba(0, 84, 150, 1);
}

.itemShape .info[b-1j8pyhzklp] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    align-content: center;
    align-items: center;
    color: #131316;
}

.itemShape .info svg path[b-1j8pyhzklp] {
    stroke: rgba(0, 84, 150, 1) !important;
}

.itemShape .details[b-1j8pyhzklp] {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    padding: 5px 14px;
    gap: 10px;
    background: rgba(0, 84, 150, 1);
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    align-content: center;
    align-items: center;
    max-width:50%;

}

@media only screen and (max-width: 600px) {
    .itemShape[b-1j8pyhzklp] {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding: 7px 9px;
    }
}
/* _content/PickAns.ComponentLibrary/Admin/Question/AdminQuestionDetailsCardComponent.razor.rz.scp.css */
.question-advice-container[b-85yvna9ii9] {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 1); /* Light gray background */
    border: 1px solid rgba(225, 225, 225, 1); /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    color: #333;
}

.question-content[b-85yvna9ii9] {
    padding: 20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}


.question[b-85yvna9ii9] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(225, 225, 225, 1)
}


.user-info[b-85yvna9ii9] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-avatar[b-85yvna9ii9] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-avatar img[b-85yvna9ii9] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-details[b-85yvna9ii9] {
    flex-grow: 1;
}

.user-name[b-85yvna9ii9] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}


.user-meta[b-85yvna9ii9] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.black[b-85yvna9ii9] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-85yvna9ii9] {
    color: rgba(151, 148, 164, 1);
}

.time[b-85yvna9ii9] {
    color: black;
}

.question-text[b-85yvna9ii9] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    word-wrap: break-word;
    overflow: overlay;
}

.see-more[b-85yvna9ii9] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}


@media (max-width:600px) {
    

    .see-more[b-85yvna9ii9] {
        margin-top: 21px;
        float: inline-start;
        width: 100%;
    }

    
}

.pointer[b-85yvna9ii9]{
    cursor:pointer;
}
/* _content/PickAns.ComponentLibrary/Answers/AddAnswerContainerComponent.razor.rz.scp.css */

.expert-buttons[b-97qpaxb40f] {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    padding: 0px 5px;
}


@media(max-width:990px) {
    .expert-buttons[b-97qpaxb40f] {
        grid-template-columns: 1fr;
    }

    button[b-97qpaxb40f] {
        padding: 8px 16px !important;
    }
}


.action-buttons[b-97qpaxb40f] {
    /*margin-top: 25px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0px 5px */
    
}

button[b-97qpaxb40f] {
    /* Buttons */
    /* Auto layout */
    word-spacing: 0.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    width: 100%;
    color: white;
    /* Pickans/Verticals/Health/600 */
    background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    height: 50px !important;
    font-family: 'Onset', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width: 991px) {

    button[b-97qpaxb40f] {
        font-size: 14px;
    }

}

@media(min-width:990px) {
    .submit-button[b-97qpaxb40f] {
        grid-row: 2;
        grid-column: 3 / 4;
    }
}

.document-list[b-97qpaxb40f]{
    display:flex;
    flex-wrap:wrap;
    gap: 15px;
}


.error-status[b-97qpaxb40f] {
    color: red;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
}

.cardVideo__video[b-97qpaxb40f] {
    height: auto;
    width: 300px;
}
.centerElement[b-97qpaxb40f]{
    box-shadow:none!important;
    border:none!important;
}

.answer-video-thub[b-97qpaxb40f] {
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    object-fit: contain;
    border: 1px solid gray;
    aspect-ratio: 2;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease-in-out;
}


.play-button[b-97qpaxb40f] {
    path
    {
        fill: var(--primary-color);
    }
}

[b-97qpaxb40f] .e-btn, .e-css.e-btn[b-97qpaxb40f] {
    border-radius: 12px !important;
}

audio[b-97qpaxb40f] {
    width: 100%;
}


.label[b-97qpaxb40f] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom:0px;
}

.answer-contrainer[b-97qpaxb40f]{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}
/* _content/PickAns.ComponentLibrary/Answers/AnswerComponent.razor.rz.scp.css */
.answers-tabs[b-au2cpec8mk] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .answers-tabs[b-au2cpec8mk] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.answers-tab-active[b-au2cpec8mk] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab-active[b-au2cpec8mk] {
        white-space: initial;
    }
}

.answers-tab[b-au2cpec8mk] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab[b-au2cpec8mk] {
        white-space: initial;
    }
}

.answer-card[b-au2cpec8mk] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 24px;
}

@media (max-width: 991px) {
    .answer-card[b-au2cpec8mk] {
        max-width: 100%;
    }
}

.question-container[b-au2cpec8mk] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-au2cpec8mk] {
        flex-wrap: wrap;
    }
}

.question-icon[b-au2cpec8mk] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.question-text[b-au2cpec8mk] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .question-text[b-au2cpec8mk] {
        max-width: 100%;
    }
}

.answer-divider[b-au2cpec8mk] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .answer-divider[b-au2cpec8mk] {
        max-width: 100%;
    }
}

.answer-container[b-au2cpec8mk] {
    display: flex;
    margin-top: 12px;
    flex-direction:column;
    gap: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .answer-container[b-au2cpec8mk] {
        flex-wrap: wrap;
    }
}

.answer-icon[b-au2cpec8mk] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
}

.answer-text[b-au2cpec8mk] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .answer-text[b-au2cpec8mk] {
        max-width: 100%;
    }
}

video[b-au2cpec8mk]{
    width:100%;
}

.cardVideo__video[b-au2cpec8mk]{
    height:auto;
    width:300px;
}

audio[b-au2cpec8mk] {
    width: 100%;
}

.document-list[b-au2cpec8mk]{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}
.answer-video-thub[b-au2cpec8mk] {
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    object-fit: contain;
    border: 1px solid gray;
    aspect-ratio: 2;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease-in-out;
}


.play-button[b-au2cpec8mk]{ 
    path
    {
        fill: var(--primary-color);
    }
}
/* _content/PickAns.ComponentLibrary/Answers/AnswerDocumentBagdeComponent.razor.rz.scp.css */
.certificate[b-ws9k7yybtj] {
    display: flex;
    flex-direction:row;
    width: max-content;
    gap: 10px;
    padding: 8px 12px;
    border: none;
    border-radius: 24px;
    justify-content: start;
    align-items:center;
}

.certificate:hover[b-ws9k7yybtj] {
    color: white;
}

.certificate-icon[b-ws9k7yybtj] {
    width: 20px;
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
}

.certificate-name[b-ws9k7yybtj] {
    display: flex;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    width: 250px !important;
    text-wrap-mode: elepsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.loader[b-ws9k7yybtj] {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-ws9k7yybtj 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-ws9k7yybtj {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:700px){
    .loader[b-ws9k7yybtj] {
        border: 2px solid #f3f3f3;
        border-top: 2px solid #000000;
        width: 16px;
        height: 16px;
    }

    .icon[b-ws9k7yybtj] {
        width: 16px !important;
        height: 16px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Answers/AnswerListComponent.razor.rz.scp.css */
.title[b-6dziuzmd91] {
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
    margin-bottom: 20px;
}

.offerComponent[b-6dziuzmd91] {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    font-family: "Inter";
    padding-bottom: 10px;
}
/* _content/PickAns.ComponentLibrary/Answers/AnswerSellOnComponent.razor.rz.scp.css */
.answers-tabs[b-h31dyw2jlp] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .answers-tabs[b-h31dyw2jlp] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.answers-tab-active[b-h31dyw2jlp] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab-active[b-h31dyw2jlp] {
        white-space: initial;
    }
}

.answers-tab[b-h31dyw2jlp] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab[b-h31dyw2jlp] {
        white-space: initial;
    }
}

.answer-card[b-h31dyw2jlp] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 24px;
}

@media (max-width: 991px) {
    .answer-card[b-h31dyw2jlp] {
        max-width: 100%;
    }
}

.question-container[b-h31dyw2jlp] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-h31dyw2jlp] {
        flex-wrap: wrap;
    }
}

.question-icon[b-h31dyw2jlp] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.question-text[b-h31dyw2jlp] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .question-text[b-h31dyw2jlp] {
        max-width: 100%;
    }
}

.answer-divider[b-h31dyw2jlp] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .answer-divider[b-h31dyw2jlp] {
        max-width: 100%;
    }
}

.answer-container[b-h31dyw2jlp] {
    display: flex;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
    justify-content:space-between;
}

@media (max-width: 991px) {
    .answer-container[b-h31dyw2jlp] {
        flex-wrap: wrap;
    }
}

.answer-icon[b-h31dyw2jlp] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
}

.answer-text[b-h31dyw2jlp] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
    color:gray;
}

@media (max-width: 991px) {
    .answer-text[b-h31dyw2jlp] {
        max-width: 100%;
    }
}


/* _content/PickAns.ComponentLibrary/Answers/AnswerSummaryComponent.razor.rz.scp.css */
.question-advice-container[b-f96ccizbfw] {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 1); /* Light gray background */
    border: 1px solid rgba(225, 225, 225, 1); /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    color: #333;
}

.question[b-f96ccizbfw] {
    margin-bottom: 21px;
}

.answer[b-f96ccizbfw] {
    margin-bottom: 18px;
}

.answer[b-f96ccizbfw] {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    gap: 11px;
    padding: 11px 3px 15px 3px;
}

.user-info[b-f96ccizbfw] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.answer .user-info[b-f96ccizbfw] {
    padding: 0px 17px;
}

.user-avatar[b-f96ccizbfw] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .user-avatar img[b-f96ccizbfw] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.expert-avatar[b-f96ccizbfw] {
    /* Add any specific styling for the expert avatar if needed */
    width: 24px;
    height: 24px;
}

.user-details[b-f96ccizbfw] {
    flex-grow: 1;
}

.user-name[b-f96ccizbfw] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

    .user-name.expert[b-f96ccizbfw] {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(10, 12, 20, 1);
    }

.user-meta[b-f96ccizbfw] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.expert-details .user-meta[b-f96ccizbfw] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.black[b-f96ccizbfw] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-f96ccizbfw] {
    color: rgba(151, 148, 164, 1);
}

.time[b-f96ccizbfw] {
    color: black;
}

.expert-badge[b-f96ccizbfw] {
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: bold;
}

.icon[b-f96ccizbfw] {
    width: 16px;
    height: 16px;
    fill: #6c757d; /* Bootstrap secondary color for icons */
    margin-left: 5px;
    vertical-align: middle;
}

    .icon.verified[b-f96ccizbfw] {
        fill: #198754; /* Bootstrap success color for verified icon */
    }

.question-text[b-f96ccizbfw] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: overlay;
}

.see-more[b-f96ccizbfw] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}

.arrow-down[b-f96ccizbfw] {
    width: 12px;
    height: 12px;
    fill: #0d6efd;
    vertical-align: middle;
    margin-left: 3px;
}

.answer-separator[b-f96ccizbfw] {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.answer-text[b-f96ccizbfw] {
    border-radius: 18px;
    /* top: 50px; */
    /* left: 3px; */
    border-width: 1px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    padding: 26px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.interaction-area[b-f96ccizbfw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 11.4px;
    padding-right: 11.4px;
}

.read-count[b-f96ccizbfw] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}



.see-full-answer-button[b-f96ccizbfw] {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9em;
}

    .see-full-answer-button:hover[b-f96ccizbfw] {
        background-color: #0b5ed7;
    }

.social-actions[b-f96ccizbfw] {
    display: flex;
    align-items: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    /* margin-top: 15px; */
    height: 56px;
    padding-top: 8px;
    flex-direction: row;
    border-top: 1px solid rgba(225, 225, 225, 1);
}

.likes[b-f96ccizbfw], .comments[b-f96ccizbfw], .bookmark[b-f96ccizbfw] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: rgba(151, 148, 164, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 15.09px;
    line-height: 22.64px;
    letter-spacing: 0%;
    gap: 8px;
}

.bookmark[b-f96ccizbfw] {
    margin-left: auto;
}

    .likes:hover[b-f96ccizbfw], .comments:hover[b-f96ccizbfw], .bookmark:hover[b-f96ccizbfw] {
        color: #333;
        cursor: pointer;
    }

.likes .icon.heart[b-f96ccizbfw],
.comments .icon.comment[b-f96ccizbfw] {
    margin-right: 5px;
}

.bookmark .icon.bookmark[b-f96ccizbfw] {
    margin-left: auto; /* Push bookmark to the right in the social actions */
    margin-right: 0;
    color: #0d6efd; /* Highlight the bookmark icon */
}


.btn[b-f96ccizbfw] {
    border-radius: 10px;
    height: 40px;
    gap: 10px;
    border-radius: 12px;
    padding-top: 4px;
    padding-right: 10.53px;
    padding-bottom: 4px;
    padding-left: 14.74px;
    border-width: 0.81px;
    display: flex;
    align-items: center;
}

.expert-details[b-f96ccizbfw] {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 9px;
}

.question-header[b-f96ccizbfw] {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.question-content[b-f96ccizbfw] {
    padding: 20px;
}

.budget-status[b-f96ccizbfw] {
    margin-left: auto;
    width: 64;
    height: 32;
    gap: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    border-radius: 10px;
    pointer-events: none;
    cursor: pointer;
    box-shadow: none;
    color: rgba(0, 170, 166, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

    .budget-status.free[b-f96ccizbfw] {
        border: 1px solid rgba(28, 188, 185, 1);
        color: rgba(0, 170, 166, 1);
    }

    .budget-status.premium[b-f96ccizbfw] {
        border: 1px solid rgba(0, 84, 150, 1);
        color: rgba(0, 84, 150, 1);
    }

.budget[b-f96ccizbfw] {
    display: flex;
    margin-left: -10px;
    gap: 10px;
    height: 32px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    background: rgba(246, 251, 255, 1);
    border: 1px solid var(--button-primary);
    color: var(--button-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    align-items: center;
}





@media (max-width:600px) {


    .question-text[b-f96ccizbfw] {
        overflow: overlay;
    }

    .see-more[b-f96ccizbfw] {
        margin-top: 21px;
        float: inline-start;
        width: 100%;
    }

    .answer[b-f96ccizbfw] {
        padding: 11px 3px 15px 3px;
    }



    .expert-details[b-f96ccizbfw] {
        gap: 10px;
        flex-wrap: wrap;
    }

    .expert-avatar[b-f96ccizbfw] {
        margin-right: 0px;
    }

    .expert-details .user-meta[b-f96ccizbfw] {
        display: flex;
        min-width: 100%;
        justify-content: space-around;
    }

    .answer-text[b-f96ccizbfw] {
        padding: 27.5px 19.95px;
    }

    .interaction-area[b-f96ccizbfw] {
        flex-direction: column;
        gap: 23px;
        margin-top: 13px;
        padding-left: 11.4px;
        padding-right: 11.4px;
    }

        .interaction-area .btn.btn-primary[b-f96ccizbfw] {
            width: 100%;
            justify-content: flex-start;
            text-align: center;
            flex-direction: row;
        }

            .interaction-area .btn.btn-primary p[b-f96ccizbfw] {
                flex: 1;
                text-align: center
            }
}
/* _content/PickAns.ComponentLibrary/Answers/BuyAnswerModalComponent.razor.rz.scp.css */
.askQuestionModal .modal-body__message[b-h8r2cjjivu] {
    padding: 25px 87px;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: large;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 25px;
    font-weight: 700;
}
/* _content/PickAns.ComponentLibrary/Common/AskQuestion.razor.rz.scp.css */
.askQuestion.black[b-o9ar8ifz6b] {
    background: var(--button-primary)
}

.askQuestion.light[b-o9ar8ifz6b] {
    background: #fff;
}
    /*
.askQuestion {
    background-color: #fff;
    padding: 15px 0px;
    width: 26%;
    text-align: center;
    width: 250px;
    cursor: pointer;
    background-color: #131316;
}
    .askQuestion.black input{
        color:#fff;
    }
    .askQuestion.black svg path{
        stroke:#fff;
    }
.askQuestion input{
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
}
*/
/* _content/PickAns.ComponentLibrary/Common/AskQuestionProgressBar.razor.rz.scp.css */
.progress-bar-container[b-9rzw6h86qb]{
    display: flex;
    flex-direction:row;
    justify-content:center;
    gap:6.15px;
}


.progress-step[b-9rzw6h86qb] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6.15px;
    align-items:center;
}

.title[b-9rzw6h86qb] {
    color: rgba(151, 148, 164, 1);
    font-weight: 600;
    font-size: 14.77px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.icon path[b-9rzw6h86qb] {
    color: rgba(151, 148, 164, 1) !important;
}

.dash rect[b-9rzw6h86qb] {
    fill: rgba(151, 148, 164, 1) !important;
}

.progress-step.hidden[b-9rzw6h86qb]{
    display:none !important;
}

.progress-step.active .icon path[b-9rzw6h86qb]{
   stroke :black !important;
}

.progress-step.active .title[b-9rzw6h86qb]{
    color: black !important;
}

.progress-step.completed .icon path[b-9rzw6h86qb] {
    stroke: var(--askQuestion-primary-hex) !important;
}

.progress-step.completed .title[b-9rzw6h86qb] {
    color: var(--askQuestion-primary-hex) !important;
}


.progress-step.completed .dash rect[b-9rzw6h86qb] {
    fill: var(--askQuestion-primary-hex) !important;
}


@media (max-width:600px){
    .title[b-9rzw6h86qb]{
        display:none;
    }

    .progress-step.active .title[b-9rzw6h86qb]{
        display:flex;
    }

    .progress-step[b-9rzw6h86qb] {
        
    }

    .progress-step .icon[b-9rzw6h86qb] {
        width: 21px !important;
        width: 21px !important;
    }

    .progress-step .dash[b-9rzw6h86qb] {
        margin-left:14.85px;
    }

    .progress-bar-container[b-9rzw6h86qb]{
        gap:19px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Common/AudioComponent.razor.rz.scp.css */
.audioWidget[b-8wx2oepom7]{
        background-color: #F4F4F5;
    border-radius: 16px;
    padding: 10px 12px;
    margin-bottom: 50px;
}
.audioWidget audio[b-8wx2oepom7]{
        height: 30px;
    position: relative;
    top: 5px;
    left: -10px;
    /* background: transparent; */
}
/* _content/PickAns.ComponentLibrary/Common/BackToPageButtonComponent.razor.rz.scp.css */
.back-to-page-button[b-bdcxfoy9a1] {
    width: 100%;
}

.back-to-page-button div[b-bdcxfoy9a1] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    align-items: center;
    color: rgba(120, 119, 138, 1);
    cursor:pointer;
}
/* _content/PickAns.ComponentLibrary/Common/ExpertCard.razor.rz.scp.css */
.cardExpert[b-vrt6y6wnks] {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    font-family: "Inter";
    padding-bottom: 10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.cardExpert img[b-vrt6y6wnks] {
    border-radius:50%;
    height: 100px;
    width:100px;
}

.expert-info[b-vrt6y6wnks] {
    text-align:center;
}
@media screen and (max-width: 743px) and (min-width: 200px) {
    .cardExpert img[b-vrt6y6wnks] {
       
        height: 70px;
        width: 70px;
    }

    

    .cardExpert .name[b-vrt6y6wnks] {
        max-width: max-content;
    }

    .cardExpert .occupation[b-vrt6y6wnks] {
        max-width: max-content;
    }
        
}

.recommendExpert .cardExpert img[b-vrt6y6wnks] {
    height: 80px;
}

.recommendExpert .cardExpert .name[b-vrt6y6wnks] {
    font-size: 14px;
}

.recommendExpert .cardExpert .occupation[b-vrt6y6wnks] {
    font-size: 12px;
}
/* _content/PickAns.ComponentLibrary/Common/FileAttachmentCompoent.razor.rz.scp.css */
.upload_button:hover[b-idobhk8iz6] {
    background: rgb(225, 225, 225);
}

.upload_button[b-idobhk8iz6] {
    display: flex;
    flex-direction: row;
    height: 50px;
    gap: 10px;
    border-radius: 14px;
    padding: 4px 13px;
    align-items: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid rgb(225, 225, 225);
}

@media (max-width:990) {
    .upload_button[b-idobhk8iz6] {
        font-size:14px;
    }
}
/* _content/PickAns.ComponentLibrary/Common/MainHeaderQuestions.razor.rz.scp.css */
.mainHeaderDesktop[b-4wtk8149kb]
{
    width:100%;
    margin:auto;
}
/* _content/PickAns.ComponentLibrary/Common/OfferExpertise.razor.rz.scp.css */
.askQuestion.black[b-vi73u9jmua] {
    background: var(--button-primary)
}

.askQuestion.light[b-vi73u9jmua] {
    background: #fff;
    float: inline-end;
    margin-top:10px;
}
/*
.askQuestion {
    background-color: #fff;
    padding: 15px 0px;
    width: 26%;
    text-align: center;
    width: 250px;
    cursor: pointer;
    background-color: #131316;
}
    .askQuestion.black input{
        color:#fff;
    }
    .askQuestion.black svg path{
        stroke:#fff;
    }
.askQuestion input{
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
}
*/
/* _content/PickAns.ComponentLibrary/Common/PickAnsLogo.razor.rz.scp.css */
.logo[b-j85evhhjsc]{
    width:135px;
    height:28px;
}

.logo-icon[b-j85evhhjsc] {
    width: 26px;
    height: 28px;
}

.logo-text[b-j85evhhjsc] {
    width: 90px;
    height: 26px;
}

@media screen and (max-width:743px) and (min-width: 200px) {

    .logo[b-j85evhhjsc] {
        width: 110px;
        height: 24px;
    }

    .logo-icon[b-j85evhhjsc] {
        width: 23px;
        height: 24px;
    }

    .logo-text[b-j85evhhjsc] {
        width: 70px;
        height: 22px;
    }
}
/* _content/PickAns.ComponentLibrary/Common/PrivacyPolicyComponent.razor.rz.scp.css */
/* Font Definitions */
@font-face {
    font-family: Wingdings;
    panose-1: 5 0 0 0 0 0 0 0 0 0;
    mso-font-charset: 2;
    mso-generic-font-family: auto;
    mso-font-pitch: variable;
    mso-font-signature: 0 268435456 0 0 -2147483648 0;
}

@font-face {
    font-family: "Cambria Math";
    panose-1: 2 4 5 3 5 4 6 3 2 4;
    mso-font-charset: 0;
    mso-generic-font-family: roman;
    mso-font-pitch: variable;
    mso-font-signature: -536869121 1107305727 33554432 0 415 0;
}

@font-face {
    font-family: Aptos;
    mso-font-charset: 0;
    mso-generic-font-family: swiss;
    mso-font-pitch: variable;
    mso-font-signature: 536871559 3 0 0 415 0;
}
/* Style Definitions */
p.MsoNormal[b-z56s1tlj7x], li.MsoNormal[b-z56s1tlj7x], div.MsoNormal[b-z56s1tlj7x] {
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-parent: "";
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

h1[b-z56s1tlj7x] {
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Heading 1 Char";
    mso-style-next: Normal;
    margin-top: 18.0pt;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 1;
    font-size: 20.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
}

h2[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 2 Char";
    mso-style-next: Normal;
    margin-top: 8.0pt;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 2;
    font-size: 16.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
}

h3[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 3 Char";
    mso-style-next: Normal;
    margin-top: 8.0pt;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 3;
    font-size: 14.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
}

h4[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 4 Char";
    mso-style-next: Normal;
    margin-top: 4.0pt;
    margin-right: 0cm;
    margin-bottom: 2.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 4;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
    font-style: italic;
}

h5[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 5 Char";
    mso-style-next: Normal;
    margin-top: 4.0pt;
    margin-right: 0cm;
    margin-bottom: 2.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 5;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
}

h6[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 6 Char";
    mso-style-next: Normal;
    margin-top: 2.0pt;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 6;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: normal;
    font-style: italic;
}

p.MsoHeading7[b-z56s1tlj7x], li.MsoHeading7[b-z56s1tlj7x], div.MsoHeading7[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 7 Char";
    mso-style-next: Normal;
    margin-top: 2.0pt;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 7;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoHeading8[b-z56s1tlj7x], li.MsoHeading8[b-z56s1tlj7x], div.MsoHeading8[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 8 Char";
    mso-style-next: Normal;
    margin: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 8;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #272727;
    mso-themecolor: text1;
    mso-themetint: 216;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-style: italic;
}

p.MsoHeading9[b-z56s1tlj7x], li.MsoHeading9[b-z56s1tlj7x], div.MsoHeading9[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-qformat: yes;
    mso-style-link: "Heading 9 Char";
    mso-style-next: Normal;
    margin: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan lines-together;
    page-break-after: avoid;
    mso-outline-level: 9;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #272727;
    mso-themecolor: text1;
    mso-themetint: 216;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoTitle[b-z56s1tlj7x], li.MsoTitle[b-z56s1tlj7x], div.MsoTitle[b-z56s1tlj7x] {
    mso-style-priority: 10;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Title Char";
    mso-style-next: Normal;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    mso-add-space: auto;
    mso-pagination: widow-orphan;
    font-size: 28.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    letter-spacing: -.5pt;
    mso-font-kerning: 14.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoTitleCxSpFirst[b-z56s1tlj7x], li.MsoTitleCxSpFirst[b-z56s1tlj7x], div.MsoTitleCxSpFirst[b-z56s1tlj7x] {
    mso-style-priority: 10;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Title Char";
    mso-style-next: Normal;
    mso-style-type: export-only;
    margin: 0cm;
    mso-add-space: auto;
    mso-pagination: widow-orphan;
    font-size: 28.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    letter-spacing: -.5pt;
    mso-font-kerning: 14.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoTitleCxSpMiddle[b-z56s1tlj7x], li.MsoTitleCxSpMiddle[b-z56s1tlj7x], div.MsoTitleCxSpMiddle[b-z56s1tlj7x] {
    mso-style-priority: 10;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Title Char";
    mso-style-next: Normal;
    mso-style-type: export-only;
    margin: 0cm;
    mso-add-space: auto;
    mso-pagination: widow-orphan;
    font-size: 28.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    letter-spacing: -.5pt;
    mso-font-kerning: 14.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoTitleCxSpLast[b-z56s1tlj7x], li.MsoTitleCxSpLast[b-z56s1tlj7x], div.MsoTitleCxSpLast[b-z56s1tlj7x] {
    mso-style-priority: 10;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Title Char";
    mso-style-next: Normal;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 4.0pt;
    margin-left: 0cm;
    mso-add-space: auto;
    mso-pagination: widow-orphan;
    font-size: 28.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    letter-spacing: -.5pt;
    mso-font-kerning: 14.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoSubtitle[b-z56s1tlj7x], li.MsoSubtitle[b-z56s1tlj7x], div.MsoSubtitle[b-z56s1tlj7x] {
    mso-style-priority: 11;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Subtitle Char";
    mso-style-next: Normal;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 14.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
    letter-spacing: .75pt;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

a:link[b-z56s1tlj7x], span.MsoHyperlink[b-z56s1tlj7x] {
    mso-style-priority: 99;
    color: #467886;
    mso-themecolor: hyperlink;
    text-decoration: underline;
    text-underline: single;
}

a:visited[b-z56s1tlj7x], span.MsoHyperlinkFollowed[b-z56s1tlj7x] {
    mso-style-noshow: yes;
    mso-style-priority: 99;
    color: #96607D;
    mso-themecolor: followedhyperlink;
    text-decoration: underline;
    text-underline: single;
}

p.MsoListParagraph[b-z56s1tlj7x], li.MsoListParagraph[b-z56s1tlj7x], div.MsoListParagraph[b-z56s1tlj7x] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraphCxSpFirst[b-z56s1tlj7x], li.MsoListParagraphCxSpFirst[b-z56s1tlj7x], div.MsoListParagraphCxSpFirst[b-z56s1tlj7x] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraphCxSpMiddle[b-z56s1tlj7x], li.MsoListParagraphCxSpMiddle[b-z56s1tlj7x], div.MsoListParagraphCxSpMiddle[b-z56s1tlj7x] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraphCxSpLast[b-z56s1tlj7x], li.MsoListParagraphCxSpLast[b-z56s1tlj7x], div.MsoListParagraphCxSpLast[b-z56s1tlj7x] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoQuote[b-z56s1tlj7x], li.MsoQuote[b-z56s1tlj7x], div.MsoQuote[b-z56s1tlj7x] {
    mso-style-priority: 29;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Quote Char";
    mso-style-next: Normal;
    margin-top: 8.0pt;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    text-align: center;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    color: #404040;
    mso-themecolor: text1;
    mso-themetint: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-style: italic;
}

p.MsoIntenseQuote[b-z56s1tlj7x], li.MsoIntenseQuote[b-z56s1tlj7x], div.MsoIntenseQuote[b-z56s1tlj7x] {
    mso-style-priority: 30;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-link: "Intense Quote Char";
    mso-style-next: Normal;
    margin-top: 18.0pt;
    margin-right: 43.2pt;
    margin-bottom: 18.0pt;
    margin-left: 43.2pt;
    text-align: center;
    line-height: 107%;
    mso-pagination: widow-orphan;
    border: none;
    mso-border-top-alt: solid #0F4761 .5pt;
    mso-border-top-themecolor: accent1;
    mso-border-top-themeshade: 191;
    mso-border-bottom-alt: solid #0F4761 .5pt;
    mso-border-bottom-themecolor: accent1;
    mso-border-bottom-themeshade: 191;
    padding: 0cm;
    mso-padding-alt: 10.0pt 0cm 10.0pt 0cm;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-style: italic;
}

span.MsoIntenseEmphasis[b-z56s1tlj7x] {
    mso-style-priority: 21;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    font-style: italic;
}

span.MsoIntenseReference[b-z56s1tlj7x] {
    mso-style-priority: 32;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    font-variant: small-caps;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    letter-spacing: .25pt;
    font-weight: bold;
}

span.Heading1Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 1 Char";
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 1";
    mso-ansi-font-size: 20.0pt;
    mso-bidi-font-size: 20.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
}

span.Heading2Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 2 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 2";
    mso-ansi-font-size: 16.0pt;
    mso-bidi-font-size: 16.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
}

span.Heading3Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 3 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 3";
    mso-ansi-font-size: 14.0pt;
    mso-bidi-font-size: 14.0pt;
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
}

span.Heading4Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 4 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 4";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    font-style: italic;
}

span.Heading5Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 5 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 5";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
}

span.Heading6Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 6 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 6";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
    font-style: italic;
}

span.Heading7Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 7 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 7";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
}

span.Heading8Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 8 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 8";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #272727;
    mso-themecolor: text1;
    mso-themetint: 216;
    font-style: italic;
}

span.Heading9Char[b-z56s1tlj7x] {
    mso-style-name: "Heading 9 Char";
    mso-style-noshow: yes;
    mso-style-priority: 9;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Heading 9";
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #272727;
    mso-themecolor: text1;
    mso-themetint: 216;
}

span.TitleChar[b-z56s1tlj7x] {
    mso-style-name: "Title Char";
    mso-style-priority: 10;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: Title;
    mso-ansi-font-size: 28.0pt;
    mso-bidi-font-size: 28.0pt;
    font-family: "Aptos Display",sans-serif;
    mso-ascii-font-family: "Aptos Display";
    mso-ascii-theme-font: major-latin;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-hansi-font-family: "Aptos Display";
    mso-hansi-theme-font: major-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    letter-spacing: -.5pt;
    mso-font-kerning: 14.0pt;
}

span.SubtitleChar[b-z56s1tlj7x] {
    mso-style-name: "Subtitle Char";
    mso-style-priority: 11;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: Subtitle;
    mso-ansi-font-size: 14.0pt;
    mso-bidi-font-size: 14.0pt;
    font-family: "Times New Roman",serif;
    mso-fareast-font-family: "Times New Roman";
    mso-fareast-theme-font: major-fareast;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: major-bidi;
    color: #595959;
    mso-themecolor: text1;
    mso-themetint: 166;
    letter-spacing: .75pt;
}

span.QuoteChar[b-z56s1tlj7x] {
    mso-style-name: "Quote Char";
    mso-style-priority: 29;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: Quote;
    color: #404040;
    mso-themecolor: text1;
    mso-themetint: 191;
    font-style: italic;
}

span.IntenseQuoteChar[b-z56s1tlj7x] {
    mso-style-name: "Intense Quote Char";
    mso-style-priority: 30;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Intense Quote";
    color: #0F4761;
    mso-themecolor: accent1;
    mso-themeshade: 191;
    font-style: italic;
}

.MsoChpDefault[b-z56s1tlj7x] {
    mso-style-type: export-only;
    mso-default-props: yes;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

.MsoPapDefault[b-z56s1tlj7x] {
    mso-style-type: export-only;
    margin-bottom: 8.0pt;
    line-height: 107%;
}

@page WordSection1 {
    size: 595.3pt 841.9pt;
    margin: 72.0pt 72.0pt 72.0pt 72.0pt;
    mso-header-margin: 35.4pt;
    mso-footer-margin: 35.4pt;
    mso-paper-source: 0;
}

div.WordSection1[b-z56s1tlj7x] {
    page: WordSection1;
    padding:7%;
}
/* List Definitions */
@list l0 {
    mso-list-id: 50929882;
    mso-list-template-ids: -151597272;
}

@list l0:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l0:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l0:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l0:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1 {
    mso-list-id: 119035789;
    mso-list-type: hybrid;
    mso-list-template-ids: 29769996 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l1:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l1:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l1:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l1:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l1:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l1:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l1:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l1:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l1:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l2 {
    mso-list-id: 128673385;
    mso-list-template-ids: 1196056086;
}

@list l2:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l2:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l2:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3 {
    mso-list-id: 147522348;
    mso-list-template-ids: -559227520;
}

@list l3:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l3:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l3:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l3:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l4 {
    mso-list-id: 243033675;
    mso-list-template-ids: 1145866374;
}

@list l4:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l4:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l4:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l5 {
    mso-list-id: 304629180;
    mso-list-type: hybrid;
    mso-list-template-ids: 237524188 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l5:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l5:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l5:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l5:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l5:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l5:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l5:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l5:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l5:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l6 {
    mso-list-id: 422920028;
    mso-list-template-ids: -757664806;
}

@list l6:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l6:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l6:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l6:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7 {
    mso-list-id: 443617342;
    mso-list-template-ids: -1643244546;
}

@list l7:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l7:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l7:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l7:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8 {
    mso-list-id: 488331570;
    mso-list-template-ids: 1371277386;
}

@list l8:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l8:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l8:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l8:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9 {
    mso-list-id: 533814947;
    mso-list-template-ids: -877461610;
}

@list l9:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l9:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l9:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10 {
    mso-list-id: 621882056;
    mso-list-template-ids: -574570056;
}

@list l10:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l10:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l10:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11 {
    mso-list-id: 657658172;
    mso-list-template-ids: -1601157634;
}

@list l11:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l11:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l11:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l11:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l12 {
    mso-list-id: 756513614;
    mso-list-type: hybrid;
    mso-list-template-ids: 1527298604 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l12:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l12:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l12:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l12:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l12:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l12:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l12:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l12:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l12:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l13 {
    mso-list-id: 996152037;
    mso-list-template-ids: 241609780;
}

@list l13:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level2 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l13:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l14 {
    mso-list-id: 1030110847;
    mso-list-type: hybrid;
    mso-list-template-ids: -1439900608 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l14:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l14:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l14:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l14:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l14:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l14:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l14:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l14:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l14:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l15 {
    mso-list-id: 1033728581;
    mso-list-template-ids: 1053739776;
}

@list l15:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l15:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l15:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16 {
    mso-list-id: 1138032966;
    mso-list-template-ids: -194597718;
}

@list l16:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l16:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l16:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l16:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l17 {
    mso-list-id: 1150633325;
    mso-list-template-ids: 1574483402;
}

@list l17:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level2 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l17:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l18 {
    mso-list-id: 1178499777;
    mso-list-template-ids: 855394534;
}

@list l18:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l18:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l18:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l18:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19 {
    mso-list-id: 1179005946;
    mso-list-template-ids: 1765583650;
}

@list l19:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l19:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l19:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l19:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20 {
    mso-list-id: 1199199549;
    mso-list-template-ids: -1165693672;
}

@list l20:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l20:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l20:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l20:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21 {
    mso-list-id: 1232812068;
    mso-list-template-ids: -737776230;
}

@list l21:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l21:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l21:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l21:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22 {
    mso-list-id: 1243952182;
    mso-list-template-ids: 2097455248;
}

@list l22:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l22:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l22:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l22:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23 {
    mso-list-id: 1298802871;
    mso-list-template-ids: 1026447700;
}

@list l23:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l23:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l23:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l23:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24 {
    mso-list-id: 1348366829;
    mso-list-template-ids: -819941038;
}

@list l24:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l24:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l24:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l24:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l25 {
    mso-list-id: 1380320759;
    mso-list-template-ids: 552520066;
}

@list l25:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level2 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l25:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l26 {
    mso-list-id: 1503083002;
    mso-list-type: hybrid;
    mso-list-template-ids: 1966007616 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l26:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l26:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l26:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l26:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l26:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l26:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l26:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l26:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l26:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l27 {
    mso-list-id: 1640718759;
    mso-list-template-ids: 1097082050;
}

@list l27:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l27:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l27:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l27:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28 {
    mso-list-id: 1799759736;
    mso-list-template-ids: -1643875904;
}

@list l28:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l28:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l28:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l28:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29 {
    mso-list-id: 1806115602;
    mso-list-template-ids: 799430412;
}

@list l29:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l29:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l29:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l29:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30 {
    mso-list-id: 1891460114;
    mso-list-template-ids: -2142710406;
}

@list l30:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l30:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l30:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l30:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31 {
    mso-list-id: 1967809890;
    mso-list-template-ids: 1608705612;
}

@list l31:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l31:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l31:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l31:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l32 {
    mso-list-id: 2010979573;
    mso-list-template-ids: 924377030;
}

@list l32:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level2 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l32:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l33 {
    mso-list-id: 2052345241;
    mso-list-template-ids: 1788101608;
}

@list l33:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l33:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l33:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l33:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

ol[b-z56s1tlj7x] {
    margin-bottom: 0cm;
}

ul[b-z56s1tlj7x] {
    margin-bottom: 0cm;
}

table.MsoNormalTable[b-z56s1tlj7x] {
    mso-style-name: "Table Normal";
    mso-tstyle-rowband-size: 0;
    mso-tstyle-colband-size: 0;
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-style-parent: "";
    mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top: 0cm;
    mso-para-margin-right: 0cm;
    mso-para-margin-bottom: 8.0pt;
    mso-para-margin-left: 0cm;
    line-height: 107%;
    mso-pagination: widow-orphan;
    font-size: 11.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-font-kerning: 1.0pt;
    mso-ligatures: standardcontextual;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}
/* _content/PickAns.ComponentLibrary/Common/RecommendedExperts.razor.rz.scp.css */
.expert-list[b-ps6k5rqtkm] {
    max-width: 500px;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: none !important;
    background: rgba(249, 249, 249, 1) !important;
    border: 1px solid rgba(229, 229, 229, 1) !important;
}



    .header-section[b-ps6k5rqtkm] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }

.section-title[b-ps6k5rqtkm] {
    display:flex;
    gap:14px;
    align-items:center;
    color: black;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.expert-item[b-ps6k5rqtkm] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0px;
    gap: 24px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.expert-content[b-ps6k5rqtkm] {
    flex-grow: 1;
    margin-right: 1rem;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.expert-name[b-ps6k5rqtkm] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
}

.expert-stats[b-ps6k5rqtkm] {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    margin-bottom: 0.25rem;
    display:flex;
    gap:12px;
}

.answers-rating[b-ps6k5rqtkm] {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    align-items: anchor-center;
}

.answers-count[b-ps6k5rqtkm] {
    font-weight: 500;
}

.rating[b-ps6k5rqtkm] {
    font-weight: 600;
    display: flex;
    gap: 7px;
    align-items: center;
}

.expert-divider[b-ps6k5rqtkm] {
    margin: 0;
    border-top: 1px solid rgba(225, 225, 225, 1);
    display:none;
}

.see-more-link[b-ps6k5rqtkm] {
    color: rgba(0, 84, 150, 1);
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s;
}

    .see-more-link:hover[b-ps6k5rqtkm] {
        color: #2980b9;
    }

.ask-button[b-ps6k5rqtkm] {
    padding:4px 23px;
    margin-left: auto;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    height:32px;
    align-items:center;
}

   

.profile-image[b-ps6k5rqtkm] {
    background-image: url(assets/images/default_user.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

/* _content/PickAns.ComponentLibrary/Common/SearchExpert.razor.rz.scp.css */
/*
.searchExpert.light {
    width: 63.1%;
    padding: 12px 15px;
    padding-left: 25px;
    margin: 0;
    box-shadow: 0px 0px 1px 0px rgba(65, 55, 48, 0.0392156863) inset, 0px 1px 1px 0px rgba(65, 55, 48, 0.031372549) inset, 0px 3px 2px 0px rgba(65, 55, 48, 0.0196078431) inset, 0px 5px 2px 0px rgba(65, 55, 48, 0.0117647059) inset, 0px 8px 2px 0px rgba(65, 55, 48, 0) inset;
    border: 1px solid #E4E4E7;
}
    .searchExpert.light input {
        font-size: 18px;
        color: #A0A0AB;
        font-weight: 400;
        padding-left: 10px;
    }
    */

input[b-qrnbsuhy8a]{
    width:90%;
}

img[b-qrnbsuhy8a]{
    cursor:pointer;
    position:sticky;
}
svg[b-qrnbsuhy8a]{
    cursor:pointer;
}
/* _content/PickAns.ComponentLibrary/Common/TermsOrConditionComponent.razor.rz.scp.css */
/* Font Definitions */
@font-face {
    font-family: Wingdings;
    panose-1: 5 0 0 0 0 0 0 0 0 0;
    mso-font-charset: 2;
    mso-generic-font-family: auto;
    mso-font-pitch: variable;
    mso-font-signature: 0 268435456 0 0 -2147483648 0;
}

@font-face {
    font-family: "Cambria Math";
    panose-1: 2 4 5 3 5 4 6 3 2 4;
    mso-font-charset: 0;
    mso-generic-font-family: roman;
    mso-font-pitch: variable;
    mso-font-signature: -536869121 1107305727 33554432 0 415 0;
}

@font-face {
    font-family: Aptos;
    mso-font-charset: 0;
    mso-generic-font-family: swiss;
    mso-font-pitch: variable;
    mso-font-signature: 536871559 3 0 0 415 0;
}
/* Style Definitions */
p.MsoNormal[b-zaouarc7vx], li.MsoNormal[b-zaouarc7vx], div.MsoNormal[b-zaouarc7vx] {
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-parent: "";
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoCommentText[b-zaouarc7vx], li.MsoCommentText[b-zaouarc7vx], div.MsoCommentText[b-zaouarc7vx] {
    mso-style-priority: 99;
    mso-style-link: "Comment Text Char";
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    mso-pagination: widow-orphan;
    font-size: 10.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoHeader[b-zaouarc7vx], li.MsoHeader[b-zaouarc7vx], div.MsoHeader[b-zaouarc7vx] {
    mso-style-priority: 99;
    mso-style-link: "Header Char";
    margin: 0cm;
    mso-pagination: widow-orphan;
    tab-stops: center 225.65pt right 451.3pt;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoFooter[b-zaouarc7vx], li.MsoFooter[b-zaouarc7vx], div.MsoFooter[b-zaouarc7vx] {
    mso-style-priority: 99;
    mso-style-link: "Footer Char";
    margin: 0cm;
    mso-pagination: widow-orphan;
    tab-stops: center 225.65pt right 451.3pt;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

span.MsoCommentReference[b-zaouarc7vx] {
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-ansi-font-size: 8.0pt;
    mso-bidi-font-size: 8.0pt;
}

a:link[b-zaouarc7vx], span.MsoHyperlink[b-zaouarc7vx] {
    mso-style-priority: 99;
    color: #467886;
    mso-themecolor: hyperlink;
    text-decoration: underline;
    text-underline: single;
}

a:visited[b-zaouarc7vx], span.MsoHyperlinkFollowed[b-zaouarc7vx] {
    mso-style-noshow: yes;
    mso-style-priority: 99;
    color: #96607D;
    mso-themecolor: followedhyperlink;
    text-decoration: underline;
    text-underline: single;
}

p.MsoCommentSubject[b-zaouarc7vx], li.MsoCommentSubject[b-zaouarc7vx], div.MsoCommentSubject[b-zaouarc7vx] {
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-style-parent: "Comment Text";
    mso-style-link: "Comment Subject Char";
    mso-style-next: "Comment Text";
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    mso-pagination: widow-orphan;
    font-size: 10.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    font-weight: bold;
}

p.MsoRMPane[b-zaouarc7vx], li.MsoRMPane[b-zaouarc7vx], div.MsoRMPane[b-zaouarc7vx] {
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-style-unhide: no;
    mso-style-parent: "";
    margin: 0cm;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraph[b-zaouarc7vx], li.MsoListParagraph[b-zaouarc7vx], div.MsoListParagraph[b-zaouarc7vx] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0pt;
    mso-add-space: auto;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
    text-indent:0pt !important;
}

p.MsoListParagraphCxSpFirst[b-zaouarc7vx], li.MsoListParagraphCxSpFirst[b-zaouarc7vx], div.MsoListParagraphCxSpFirst[b-zaouarc7vx] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraphCxSpMiddle[b-zaouarc7vx], li.MsoListParagraphCxSpMiddle[b-zaouarc7vx], div.MsoListParagraphCxSpMiddle[b-zaouarc7vx] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

p.MsoListParagraphCxSpLast[b-zaouarc7vx], li.MsoListParagraphCxSpLast[b-zaouarc7vx], div.MsoListParagraphCxSpLast[b-zaouarc7vx] {
    mso-style-priority: 34;
    mso-style-unhide: no;
    mso-style-qformat: yes;
    mso-style-type: export-only;
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 36.0pt;
    mso-add-space: auto;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

span.CommentTextChar[b-zaouarc7vx] {
    mso-style-name: "Comment Text Char";
    mso-style-priority: 99;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: "Comment Text";
    mso-ansi-font-size: 10.0pt;
    mso-bidi-font-size: 10.0pt;
}

span.CommentSubjectChar[b-zaouarc7vx] {
    mso-style-name: "Comment Subject Char";
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-parent: "Comment Text Char";
    mso-style-link: "Comment Subject";
    mso-ansi-font-size: 10.0pt;
    mso-bidi-font-size: 10.0pt;
    font-weight: bold;
}

span.HeaderChar[b-zaouarc7vx] {
    mso-style-name: "Header Char";
    mso-style-priority: 99;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: Header;
}

span.FooterChar[b-zaouarc7vx] {
    mso-style-name: "Footer Char";
    mso-style-priority: 99;
    mso-style-unhide: no;
    mso-style-locked: yes;
    mso-style-link: Footer;
}

span.msoIns[b-zaouarc7vx] {
    mso-style-type: export-only;
    mso-style-name: "";
    text-decoration: underline;
    text-underline: single;
    color: #65B4B4;
}

span.SpellE[b-zaouarc7vx] {
    mso-style-name: "";
    mso-spl-e: yes;
}

.MsoChpDefault[b-zaouarc7vx] {
    mso-style-type: export-only;
    mso-default-props: yes;
    font-size: 12.0pt;
    mso-ansi-font-size: 12.0pt;
    mso-bidi-font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-fareast-font-family: Aptos;
    mso-fareast-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-bidi-font-family: "Times New Roman";
    mso-bidi-theme-font: minor-bidi;
    mso-font-kerning: 0pt;
    mso-ligatures: none;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}

.MsoPapDefault[b-zaouarc7vx] {
    mso-style-type: export-only;
    margin-bottom: 8.0pt;
    line-height: 116%;
}
/* Page Definitions */
@page {
    mso-footnote-separator: url("TermsOrConditions_files/header.htm") fs;
    mso-footnote-continuation-separator: url("TermsOrConditions_files/header.htm") fcs;
    mso-endnote-separator: url("TermsOrConditions_files/header.htm") es;
    mso-endnote-continuation-separator: url("TermsOrConditions_files/header.htm") ecs;
}

@page WordSection1 {
    size: 595.3pt 841.9pt;
    margin: 72.0pt 72.0pt 72.0pt 72.0pt;
    mso-header-margin: 35.4pt;
    mso-footer-margin: 35.4pt;
    mso-even-header: url("TermsOrConditions_files/header.htm") eh1;
    mso-header: url("TermsOrConditions_files/header.htm") h1;
    mso-even-footer: url("TermsOrConditions_files/header.htm") ef1;
    mso-footer: url("TermsOrConditions_files/header.htm") f1;
    mso-first-header: url("TermsOrConditions_files/header.htm") fh1;
    mso-first-footer: url("TermsOrConditions_files/header.htm") ff1;
    mso-paper-source: 0;
}

div.WordSection1[b-zaouarc7vx] {
    padding:7%;
    page: WordSection1;
}
/* List Definitions */
@list l0 {
    mso-list-id: 15737777;
    mso-list-type: hybrid;
    mso-list-template-ids: -921942472 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l0:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l0:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l0:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l0:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l1 {
    mso-list-id: 102308057;
    mso-list-template-ids: -1065563482;
}

@list l1:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l1:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l1:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l1:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l2 {
    mso-list-id: 337193909;
    mso-list-template-ids: -346534590;
}

@list l3 {
    mso-list-id: 424618217;
    mso-list-template-ids: 2042163382;
}

@list l4 {
    mso-list-id: 497620689;
    mso-list-template-ids: -308768248;
}

@list l5 {
    mso-list-id: 504630513;
    mso-list-template-ids: 1293730348;
}

@list l6 {
    mso-list-id: 564996700;
    mso-list-type: hybrid;
    mso-list-template-ids: 2121280198 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l6:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l6:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l6:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l6:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l7 {
    mso-list-id: 565335528;
    mso-list-type: hybrid;
    mso-list-template-ids: -1282479842 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l7:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l7:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l7:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l7:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l8 {
    mso-list-id: 578560528;
    mso-list-template-ids: -407753156;
}

@list l9 {
    mso-list-id: 647133173;
    mso-list-template-ids: -1883702368;
}

@list l9:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l9:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l9:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l9:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l10 {
    mso-list-id: 779691542;
    mso-list-template-ids: -1815457648;
}

@list l11 {
    mso-list-id: 871459884;
    mso-list-template-ids: 531156698;
}

@list l12 {
    mso-list-id: 925379360;
    mso-list-type: hybrid;
    mso-list-template-ids: 951059236 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l12:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l12:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l12:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l12:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l13 {
    mso-list-id: 974870497;
    mso-list-template-ids: 1264508720;
}

@list l14 {
    mso-list-id: 1099063686;
    mso-list-template-ids: 1081265584;
}

@list l14:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: 36.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Symbol;
}

@list l14:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: 72.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: "Courier New";
    mso-bidi-font-family: "Times New Roman";
}

@list l14:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 108.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 144.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level5 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 180.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 216.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 252.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level8 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 288.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l14:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: 324.0pt;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    mso-ansi-font-size: 10.0pt;
    font-family: Wingdings;
}

@list l15 {
    mso-list-id: 1133214586;
    mso-list-template-ids: 1869105852;
}

@list l16 {
    mso-list-id: 1170949868;
    mso-list-template-ids: 885534766;
}

@list l17 {
    mso-list-id: 1199123420;
    mso-list-template-ids: -2087964952;
}

@list l18 {
    mso-list-id: 1227569689;
    mso-list-type: hybrid;
    mso-list-template-ids: 996938298 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l18:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l18:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l18:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l18:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l19 {
    mso-list-id: 1232620938;
    mso-list-type: hybrid;
    mso-list-template-ids: -1089830136 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l19:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l19:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l19:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l19:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l20 {
    mso-list-id: 1300841189;
    mso-list-template-ids: 376838168;
}

@list l21 {
    mso-list-id: 1304507367;
    mso-list-template-ids: -470509502;
}

@list l22 {
    mso-list-id: 1326930097;
    mso-list-template-ids: 1870193478;
}

@list l23 {
    mso-list-id: 1369640640;
    mso-list-type: hybrid;
    mso-list-template-ids: 42357094 69140495 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l23:level1 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l23:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l23:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l23:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l24 {
    mso-list-id: 1392847175;
    mso-list-template-ids: -1910838374;
}

@list l25 {
    mso-list-id: 1422801897;
    mso-list-template-ids: 326036132;
}

@list l26 {
    mso-list-id: 1495801437;
    mso-list-template-ids: 893166480;
}

@list l27 {
    mso-list-id: 1496997907;
    mso-list-type: hybrid;
    mso-list-template-ids: -1926620020 69140505 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l27:level1 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l27:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l27:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l27:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l28 {
    mso-list-id: 1516336959;
    mso-list-template-ids: -526242850;
}

@list l29 {
    mso-list-id: 1849516148;
    mso-list-type: hybrid;
    mso-list-template-ids: -933342400 69140495 69140505 69140507 69140495 69140505 69140507 69140495 69140505 69140507;
}

@list l29:level1 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level2 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level3 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l29:level4 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level5 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level6 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l29:level7 {
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level8 {
    mso-level-number-format: alpha-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
}

@list l29:level9 {
    mso-level-number-format: roman-lower;
    mso-level-tab-stop: none;
    mso-level-number-position: right;
    text-indent: -9.0pt;
}

@list l30 {
    mso-list-id: 1861891415;
    mso-list-template-ids: -45973000;
}

@list l31 {
    mso-list-id: 1876426798;
    mso-list-template-ids: 983214196;
}

@list l32 {
    mso-list-id: 2017265933;
    mso-list-template-ids: -333144530;
}

@list l33 {
    mso-list-id: 2036156617;
    mso-list-template-ids: 315098622;
}

@list l34 {
    mso-list-id: 2146703496;
    mso-list-type: hybrid;
    mso-list-template-ids: -227372426 69140481 69140483 69140485 69140481 69140483 69140485 69140481 69140483 69140485;
}

@list l34:level1 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l34:level2 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l34:level3 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l34:level4 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l34:level5 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l34:level6 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

@list l34:level7 {
    mso-level-number-format: bullet;
    mso-level-text: \F0B7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Symbol;
}

@list l34:level8 {
    mso-level-number-format: bullet;
    mso-level-text: o;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: "Courier New";
}

@list l34:level9 {
    mso-level-number-format: bullet;
    mso-level-text: \F0A7;
    mso-level-tab-stop: none;
    mso-level-number-position: left;
    text-indent: -18.0pt;
    font-family: Wingdings;
}

ol[b-zaouarc7vx] {
    margin-bottom: 0cm;
}

ul[b-zaouarc7vx] {
    margin-bottom: 0cm;
}
/* Style Definitions */
table.MsoNormalTable[b-zaouarc7vx] {
    mso-style-name: "Table Normal";
    mso-tstyle-rowband-size: 0;
    mso-tstyle-colband-size: 0;
    mso-style-noshow: yes;
    mso-style-priority: 99;
    mso-style-parent: "";
    mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;
    mso-para-margin-top: 0cm;
    mso-para-margin-right: 0cm;
    mso-para-margin-bottom: 8.0pt;
    mso-para-margin-left: 0cm;
    line-height: 116%;
    mso-pagination: widow-orphan;
    font-size: 12.0pt;
    font-family: "Aptos",sans-serif;
    mso-ascii-font-family: Aptos;
    mso-ascii-theme-font: minor-latin;
    mso-hansi-font-family: Aptos;
    mso-hansi-theme-font: minor-latin;
    mso-ansi-language: TR;
    mso-fareast-language: EN-US;
}
/* _content/PickAns.ComponentLibrary/Common/TrendingVideoComponent.razor.rz.scp.css */
.video-item[b-lmq4ntor4v] {
    display: flex;
    border-bottom: 1px solid rgba(230, 232, 236, 1);
; /* Separator line */
    padding: 24px 0;
    gap:16px;
}


.video-thumbnail[b-lmq4ntor4v] {
    width: 48px; /* Fixed width for the thumbnail */
    height: 48px; /* Fixed height for the thumbnail */
    border-radius: 8px; /* Rounded corners for thumbnails */
    object-fit: cover; /* Ensure image covers the area, cropping if needed */
}

.video-info[b-lmq4ntor4v] {
    flex: 1; /* Allow text to take up remaining space */
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: hidden;
}

.doctor-name[b-lmq4ntor4v] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: rgba(151, 148, 164, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

.occupation[b-lmq4ntor4v] {
    color: rgba(0, 0, 0, 1);
}

.video-title[b-lmq4ntor4v] {
    height: 24px;
    gap: 8px;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
/* _content/PickAns.ComponentLibrary/CustomControles/ChoiseComponent.razor.rz.scp.css */
/*
.btn-secondary {
    color: black;
    background-color: white;
    border-color: black;
    width: 100%;
    height :40px;
}

.btn-primary {
    color: white;
    background-color: black;
    width: 100%;
    height: 40px;
}
.hide {
    display:none;
}

@media screen and (max-width:743px) and (min-width: 200px) {
    .btn-secondary {
       
        height: 100%;
    }

    .btn-primary {
        
        height: 100%;
    }
}*/
/* _content/PickAns.ComponentLibrary/CustomControles/MultiColorChoiseComponent.razor.rz.scp.css */
.categoriesButtons button.btn-secondary[b-v2fffvucot] {
    color: black;
    background-color: white;
    border-color: var(--primary-color) !important;
    width: 100%;
    height: 50px;
}


.categoriesButtons button.btn-primary[b-v2fffvucot] {
    color: white;
    background-color: var(--primary-color) !important;
    width: 100%;
    height: 50px;
}

.hide[b-v2fffvucot] {
    display: none;
}
.categoriesButtons button:hover[b-v2fffvucot] {
    background-color: var(--primary-color) !important;
}

.categoriesButtons[b-v2fffvucot] {
    border-color: var(--primary-color);
    margin-bottom:25px;
}
/* _content/PickAns.ComponentLibrary/CustomControles/ToggleControle.razor.rz.scp.css */
/* iOS Switch */
[b-op34ltxkky] .e-switch-wrapper.notification-switch .e-switch-inner,
[b-op34ltxkky] .e-switch-wrapper.notification-switch .e-switch-off {
    background-color: rgba(225, 225, 225, 1) !important;
    border-color: rgba(225, 225, 225, 1) !important;
}

[b-op34ltxkky] .e-switch-wrapper.notification-switch .e-switch-inner.e-switch-active,
[b-op34ltxkky] .e-switch-wrapper.notification-switch:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: var(--button-primary) !important;
    border-color: var(--button-primary) !important;
}

[b-op34ltxkky] .e-switch-wrapper.notification-switch {
    width: 36px !important;
    height: 20px !important;
}

[b-op34ltxkky] .e-switch-wrapper.notification-switch .e-switch-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: rgba(255, 255, 255, 1);
}

[b-op34ltxkky] .e-switch-wrapper.notification-switch .e-switch-handle.e-switch-active {
}

[b-op34ltxkky] .e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on[b-op34ltxkky] {
    background-color: var(--button-primary) !important;
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/EducationAndCertificateComponent.razor.rz.scp.css */
.expert-experience-item[b-aqybqb6lco] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 17px 19px;
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    align-items: flex-start;
}

.expert-experience-content[b-aqybqb6lco] {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.icon-container[b-aqybqb6lco] {
    width: 61px;
    height: 61px;
    gap: 10px;
    border-radius: 10px;
    padding: 13px;
    background: rgba(225, 225, 225, 1);
}

.expert-experience-deatils[b-aqybqb6lco] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title[b-aqybqb6lco] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1);
}

.organization[b-aqybqb6lco] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(0, 84, 150, 1);
}

.period[b-aqybqb6lco] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}

@media (max-width:660px) {
    .expert-experience-item[b-aqybqb6lco] {
        padding: 13px 13px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/EducationAndCertificateContainerComponent.razor.rz.scp.css */
.expert-experiance-container[b-ve0vb9hwa5] {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 0px;
}

.expert-experiance-header[b-ve0vb9hwa5] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 48px 15px 24px;
    align-items: center;
}

.expert-experiance-title[b-ve0vb9hwa5] {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.expert-experiance-content[b-ve0vb9hwa5] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 4px 27px 27px 24px;
}

@media (max-width:660px) {
    .expert-experiance-header[b-ve0vb9hwa5] {
        padding: 12px 20px 12px 20px;
    }

    .expert-experiance-content[b-ve0vb9hwa5] {
        padding: 3px 20px 25px 20px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertEditButtonsComponent.razor.rz.scp.css */
.edit-buttons[b-ggxwzizyja] {
    display:flex;
    flex-direction:row;
    gap:14px;
    padding:0;
    margin:0;
}

.edit-buttons svg[b-ggxwzizyja]{
    cursor:pointer;
}

.edit-buttons svg:hover path[b-ggxwzizyja]{
    stroke:black !important;
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertExperienceComponent.razor.rz.scp.css */
.expert-experience-item[b-jj7qd94a70] {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width: 100%;
    padding: 17px 19px;
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    align-items:flex-start;
}

.expert-experience-content[b-jj7qd94a70] {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.icon-container[b-jj7qd94a70] {
    width: 61px;
    height: 61px;
    gap: 10px;
    border-radius: 10px;
    padding: 13px;
    background: rgba(225, 225, 225, 1);
}

.expert-experience-deatils[b-jj7qd94a70] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title[b-jj7qd94a70] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1);
}

.organization[b-jj7qd94a70] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(0, 84, 150, 1);
}

.period[b-jj7qd94a70] {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}

@media (max-width:660px) {
    .expert-experience-item[b-jj7qd94a70] {
        padding: 13px 13px;
    }

}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertExperienceContainerComponent.razor.rz.scp.css */
.expert-experiance-container[b-hl4nh39frc] {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 0px;
}

.expert-experiance-header[b-hl4nh39frc] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 48px 15px 24px ;
    align-items: center;
}

.expert-experiance-title[b-hl4nh39frc] {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.expert-experiance-content[b-hl4nh39frc] {
    display:flex;
    flex-direction:column;
    gap:15px;
    padding: 4px 27px 27px 24px;
}

@media (max-width:660px) {
    .expert-experiance-header[b-hl4nh39frc] {
        padding: 12px 20px 12px 20px;
    }

    .expert-experiance-content[b-hl4nh39frc] {
        padding:3px 20px 25px 20px;
    }
}



/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertProfileBiographyComponent.razor.rz.scp.css */
.profile-bio-activity[b-hi7ophwl4s] {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 0px;
    width:100%;
    overflow:hidden;
}

.bio-activity-header[b-hi7ophwl4s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 25px;
    align-items: center;
    border-bottom: 1px solid rgba(225, 225, 225, 1)
}

.bio-activity-tabs[b-hi7ophwl4s] {
    display:flex;
    gap:23px;
    
}

.bio-tab[b-hi7ophwl4s], .activity-tab[b-hi7ophwl4s] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
    transition: 0.8s ease-in-out;
    padding: 17px 0px;
    cursor:pointer;
}
.bio-tab.active[b-hi7ophwl4s], .activity-tab.active[b-hi7ophwl4s] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.tab-content[b-hi7ophwl4s] {
    display: flex;
    flex-direction:row;
    width: 200%; /* To accommodate both tabs side by side */
    transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
    padding:0px;
}

.bio-tab-content[b-hi7ophwl4s] {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    padding: 17px 23px 21px 30px;
}

.activity-tab-content[b-hi7ophwl4s] {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    padding: 17px 23px 21px 30px;
}

.hidden-content[b-hi7ophwl4s]{
    height:0.1px !important;
}

.view-more[b-hi7ophwl4s] {
    margin-top: 19.16px;
    /*flex: 1;
    text-align: center;
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;*/
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.text-input-area[b-hi7ophwl4s] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1) !important;
    width: 100%;
    min-height: 200px;
    border: none !important;
    resize: vertical;
    scroll-behavior: smooth;
    margin-bottom: 10px;
}

.btn[b-hi7ophwl4s]{
    border-radius:8px !important;
}

@media (max-width:790px) {
    .activity-tab-content[b-hi7ophwl4s]{
       padding: 11px 19px 16px 21px;
    }

    .view-more[b-hi7ophwl4s] {
        margin-top: 18px;
    }
}

/* HTML: <div class="loader"></div> */
.loader[b-hi7ophwl4s] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5-b-hi7ophwl4s 1s infinite linear alternate;
}

@keyframes l5-b-hi7ophwl4s {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000
    }

    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #000;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #000;
        background: #000
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertProfileComponent.razor.rz.scp.css */
body[b-hudbtkboae] {
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertProfileExpertiseSkillsComponent.razor.rz.scp.css */
.profile-expertise-skills[b-0isnent3gt] {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 0px;
}

.profile-expertise-skills-header[b-0isnent3gt] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 23px;
    align-items: center;
}

.profile-expertise-skills-title[b-0isnent3gt] {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    display:flex;
    gap:5px;
    align-items:center;
}

.profile-expertise-skills-title svg:hover[b-0isnent3gt]{
    cursor:pointer;
}

.profile-expertise-skills-title svg:hover path[b-0isnent3gt]{
    stroke:black !important;
}

.profile-expertise-skills-content[b-0isnent3gt] {
    display:flex;
    flex-direction:row;
    gap:9px;
    padding: 25px 23px 31px 20px;
    flex-wrap:wrap;
}


.expertise-skills-container[b-0isnent3gt] {
    background: rgba(255, 255, 255, 1);
    border-width: 0px;
    
    width: calc(50% - 4.5px);
    border-radius: 18px;
}

.expertise-skills-container .header[b-0isnent3gt] {
    padding: 10px 19px 13.36px 10px;
    border-bottom: 1px solid rgba(243, 243, 243, 1)
}

.expertise-skills-container .title[b-0isnent3gt]{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:7px;
}

.expertise-skills-container .content[b-0isnent3gt] {
    padding: 27px 6px 27px 17px;
}


.expertise-skills-container ul[b-0isnent3gt] {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(91, 90, 107, 1);
    list-style:disc;
    padding-left: 24px;
}

.edit-button[b-0isnent3gt]{
    margin-left:auto;
    float:inline-end;
}

.edit-text[b-0isnent3gt]{
    display:flex;
    flex-direction:row;
    width:100%;
}

.edit-text svg:hover path[b-0isnent3gt]{
    stroke:black !important;
}

.edit-text svg:hover[b-0isnent3gt]{
    cursor:pointer !important;
}

@media (max-width:660px) {
    .expertise-skills-container[b-0isnent3gt]{
        width:100%;
    }
}   


/* _content/PickAns.ComponentLibrary/ExpertProfile/ExpertProfileInfoCardComponent.razor.rz.scp.css */
.profile-card[b-vtq5emp7wq] {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 19px 23px 17px 22px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    gap: 17px;
}

.profile-details[b-vtq5emp7wq] {
    display: flex;
    width: 100%;
    flex-direction: row;
    /*padding: 22px 31px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius:16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);*/
}

.profile-header[b-vtq5emp7wq] {
    display: flex;
    flex-direction: row;
    gap: 30.15px;
    flex: 1;
}

.profile-image[b-vtq5emp7wq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3000;
    position:relative;
}

    .profile-image img[b-vtq5emp7wq] {
        width: 75.85px;
        height: 75.85px;
        border-radius: 50%;
        background: white
    }

.verified-badge[b-vtq5emp7wq] {
    position: absolute;
    left: 32.5px;
    top: 7.3px;
}


.doctor-container[b-vtq5emp7wq] {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
    max-width:100%;
    overflow:hidden;
}

.doctor-header[b-vtq5emp7wq] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.doctor-name[b-vtq5emp7wq] {
    font-weight: 500;
    font-size: 17.66px;
    line-height: 17.66px;
    letter-spacing: -1%;
    flex: 1;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}

.doctor-mail[b-vtq5emp7wq] {
    font-weight: 500;
    font-size: 17.66px;
    line-height: 17.66px;
    letter-spacing: -1%;
    color: rgba(135, 133, 161, 1);
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}

.doctor-info[b-vtq5emp7wq] {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.doctor-info-section[b-vtq5emp7wq] {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.info[b-vtq5emp7wq] {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}




.action-buttons[b-vtq5emp7wq] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.contact-button[b-vtq5emp7wq] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}


.doctor-info-mobile[b-vtq5emp7wq] {
    display:flex;
    flex-direction: column;
    gap: 10px;
    gap: 10px;
    border-top: 1px solid rgba(225, 225, 225, 1);
    padding-top: 10px;
}

@media (min-width:990px) {
    .background-image[b-vtq5emp7wq] {
        display: none;
    }

    .doctor-info-mobile[b-vtq5emp7wq] {
        display:none;
    }

    .profile-details[b-vtq5emp7wq] {
        flex-direction: column;
        gap: 10px;
        
    }
}


@media (max-width:990px) {
    .doctor-info[b-vtq5emp7wq] {
        display:none
    }

    .profile-image[b-vtq5emp7wq] {
        margin-top: -33px;
        margin-left: 20px;
    }

    .doctor-container[b-vtq5emp7wq] {
        gap: 10px;
    }
}

@media (max-width: 790px) {

    .profile-card[b-vtq5emp7wq] {
        padding: 27px 21px 16px 21px;;

    }

    .profile-details[b-vtq5emp7wq]{
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .profile-image[b-vtq5emp7wq] {
        margin-top: -43px;
        margin-left: 31px;
        height:75.85px;
    }

    .doctor-container[b-vtq5emp7wq] {
        gap: 10px;
    }

    .doctor-name svg[b-vtq5emp7wq]{
        display:none;
    }

    .profile-header[b-vtq5emp7wq] {
        gap: 5px;
    }

    .doctor-mail[b-vtq5emp7wq] {
        max-width: 100%;
    }

    .verified-badge[b-vtq5emp7wq] {
        top: 0px;
    }

    .info[b-vtq5emp7wq]{
        gap:8.75px;
        font-size:15px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/DeleteConfirmationModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-vctbf93673] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-vctbf93673] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
    margin-top :20px;
}

.add-expertise-inputs-container .input-container[b-vctbf93673] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-vctbf93673] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

    .date-inputes .input-container[b-vctbf93673] {
        width: 219px;
    }


label[b-vctbf93673] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

    label.checkbox-label[b-vctbf93673] {
        display: flex;
        flex-direction: row;
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

input[b-vctbf93673] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

select[b-vctbf93673] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-vctbf93673] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-vctbf93673] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    label input:checked ~ .checkmark[b-vctbf93673] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

.buttons[b-vctbf93673] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width:100%;
    margin-top: 20px;
    gap:10px;
}

.buttons .btn[b-vctbf93673]{
    height:50px !important;
}

@media (max-width:660px) {
    .add-expertise-inputs-container[b-vctbf93673] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-vctbf93673] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-vctbf93673] {
        gap: 13px;
    }

        .date-inputes .input-container[b-vctbf93673] {
            width: 120px;
        }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/EducationAndCertificateModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-0c9prpmcqg] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-0c9prpmcqg] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-0c9prpmcqg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-0c9prpmcqg] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.date-inputes .input-container[b-0c9prpmcqg]{
    width:219px;
}


label[b-0c9prpmcqg] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

label.checkbox-label[b-0c9prpmcqg]{
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

input[b-0c9prpmcqg] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);

}

select[b-0c9prpmcqg] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-0c9prpmcqg] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-0c9prpmcqg] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label input:checked ~ .checkmark[b-0c9prpmcqg] {
    background: var(--askQuestion-primary) !important;
    border: 2px solid rgb(255, 255, 255);
}



@media (max-width:660px) {
    .add-expertise-inputs-container[b-0c9prpmcqg] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-0c9prpmcqg] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-0c9prpmcqg] {
        gap:13px;
    }

    .date-inputes .input-container[b-0c9prpmcqg]{
        width:120px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/ExperienceModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-7xaep89pj1] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-7xaep89pj1] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-7xaep89pj1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-7xaep89pj1] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.date-inputes .input-container[b-7xaep89pj1]{
    width:219px;
}


label[b-7xaep89pj1] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

label.checkbox-label[b-7xaep89pj1]{
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

input[b-7xaep89pj1] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);

}

select[b-7xaep89pj1] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-7xaep89pj1] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-7xaep89pj1] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label input:checked ~ .checkmark[b-7xaep89pj1] {
    background: var(--askQuestion-primary) !important;
    border: 2px solid rgb(255, 255, 255);
}



@media (max-width:660px) {
    .add-expertise-inputs-container[b-7xaep89pj1] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-7xaep89pj1] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-7xaep89pj1] {
        gap:13px;
    }

    .date-inputes .input-container[b-7xaep89pj1]{
        width:120px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/ExpertDetailsModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-bx7xde21pp] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 5px 0px 35px 0px;
}

.add-expertise-header[b-bx7xde21pp] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.expert-avatar[b-bx7xde21pp] {
    display: flex;
    justify-content: center;
}

.profile-image[b-bx7xde21pp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3000;
    position: relative;
    cursor:pointer;
}

    .profile-image img[b-bx7xde21pp] {
        width: 75.85px;
        height: 75.85px;
        border-radius: 50%;
        background: white
    }

.verified-badge[b-bx7xde21pp] {
    position: absolute;
    right: -5px;
    bottom: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: black;
    padding: 0px 2px 2px 2px;
}

    .verified-badge svg path[b-bx7xde21pp] {
        stroke: white !important;
    }

.add-expertise-inputs-container .input-container[b-bx7xde21pp] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-bx7xde21pp] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

    .date-inputes .input-container[b-bx7xde21pp] {
        width: 219px;
    }


label[b-bx7xde21pp] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

    label.checkbox-label[b-bx7xde21pp] {
        display: flex;
        flex-direction: row;
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

input[b-bx7xde21pp] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

select[b-bx7xde21pp] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-bx7xde21pp] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-bx7xde21pp] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    label input:checked ~ .checkmark[b-bx7xde21pp] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

.controls[b-bx7xde21pp] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}


@media (max-width:660px) {
    .add-expertise-inputs-container[b-bx7xde21pp] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-bx7xde21pp] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-bx7xde21pp] {
        gap: 13px;
    }

        .date-inputes .input-container[b-bx7xde21pp] {
            width: 120px;
        }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/ExpertiseSkillsEditModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-mstknoja1s] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-mstknoja1s] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-mstknoja1s] {
    display: flex;
    flex-direction: column;
    gap: 4x;
}

label[b-mstknoja1s] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-mstknoja1s] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius:4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}




@media (max-width:660px) {
    .add-expertise-inputs-container[b-mstknoja1s] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-mstknoja1s] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/ExpertiseSkillsModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-x6g0eje6u6] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-x6g0eje6u6] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-x6g0eje6u6] {
    display: flex;
    flex-direction: column;
    gap: 4x;
}

label[b-x6g0eje6u6] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-x6g0eje6u6] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius:4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}




@media (max-width:660px) {
    .add-expertise-inputs-container[b-x6g0eje6u6] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-x6g0eje6u6] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/Modal/FileAttachment.razor.rz.scp.css */
.loader[b-pmx9z0wnxs] {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-pmx9z0wnxs 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-pmx9z0wnxs {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:700px) {
    .loader[b-pmx9z0wnxs] {
        border: 2px solid #f3f3f3;
        border-top: 2px solid #000000;
        width: 16px;
        height: 16px;
    }

    .icon[b-pmx9z0wnxs] {
        width: 16px !important;
        height: 16px !important;
    }
}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ProfileAboutComponent.razor.rz.scp.css */
.profile-about[b-zdt9wn842q] {
    display:flex;
    flex-direction:column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding:0px;
}
.about-header[b-zdt9wn842q] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:12px 23px;
    align-items:center;
}
.about-title[b-zdt9wn842q] {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.about-content[b-zdt9wn842q] {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    padding: 24px 23px;
}
.social-media-bar[b-zdt9wn842q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 23px 22px 23px;
    padding: 16px 0px 0px 0px;
    border-top: 1px solid rgba(225, 225, 225, 1);
    gap: 24px;
}
.social-media-title[b-zdt9wn842q] {
    flex:1;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align:left;
}
.social-actions[b-zdt9wn842q] {
    display:flex;
    flex-direction:row;
    gap:12px;
    align-items:

}

.social-actions a[b-zdt9wn842q]{
    line-height: 20px;
}


.text-input-area[b-zdt9wn842q] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1) !important;
    width: 100%;
    min-height:200px;
    border: none !important;
    resize: vertical;
    scroll-behavior: smooth;
    margin-bottom: 10px;
}

.btn[b-zdt9wn842q] {
    border-radius: 8px !important;
}


@media (max-width:790px)
{
    .social-media-title[b-zdt9wn842q]{
        display:none;
    }

}
/* _content/PickAns.ComponentLibrary/ExpertProfile/ProfileProgressCardComponent.razor.rz.scp.css */
.progress-card[b-v68uhz439i] {
    display: flex;
    flex-direction: row;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 14px 34px rgba(12, 28, 72, 0.02);
    border-radius: 16px;
    padding: 31px 32px;
    gap:24px;
}




.profile-progress-container[b-v68uhz439i] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}





.profile-progress-container-arc[b-v68uhz439i] {
    display:flex;
    flex-direction:column;
    align-items:center;

}

.profile-picture[b-v68uhz439i]{
    width:133.47px;
    height:133.47px;
    border-radius:50%;

}

.progress-details[b-v68uhz439i] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.progress-steps[b-v68uhz439i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.progress-step[b-v68uhz439i] {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1);
}
/* _content/PickAns.ComponentLibrary/Experts/AreasOfExpertiseComponent.razor.rz.scp.css */
.btn-primary[b-uyq561vjz1] {
    color: #fff;
    background: var(--button-primary);
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 15px;
    font-size:inherit;
}
.btn-secondary[b-uyq561vjz1] {
    color: var(--primary-color);
    background: none;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: inherit;
}
.container-areaOfExpertise[b-uyq561vjz1]{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:20px;
    font-size:16px
}
/* _content/PickAns.ComponentLibrary/Experts/EditAreasOfExpertiseComponent.razor.rz.scp.css */
.btn-primary[b-nnj1h5bjrm] {
    color: #fff;
    background: var(--button-primary);
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: inherit;
}

.btn-secondary[b-nnj1h5bjrm] {
    color: var(--primary-color);
    background: none;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: inherit;
}

.container-areaOfExpertise[b-nnj1h5bjrm] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 16px;
    padding:30px;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertAboutComponent.razor.rz.scp.css */

.about-section[b-2islekp0ov] {
    display: flex;
    flex-direction: column;
    max-width: 936px;
    margin-top:12px;
}

.tab-navigation[b-2islekp0ov] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(228, 228, 231, .9);
    padding-right: 80px;
    font: 500 14px/120% Onest, sans-serif;
    color: #70707b;
}

@media (max-width: 991px) {
    .tab-navigation[b-2islekp0ov] {
        flex-wrap: wrap;
        padding-right: 20px;
    }
}

.tab[b-2islekp0ov] {
    padding: 8px 16px;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    color: #51525c;
    white-space: nowrap;
    justify-content: center;
}

.active-tab[b-2islekp0ov] {
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: #18181b;
}

.about-content[b-2islekp0ov] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .about-content[b-2islekp0ov] {
        max-width: 100%;
    }
}

.section-title[b-2islekp0ov] {
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    font-family: "Inter";
    color: #3f3f46;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .section-title[b-2islekp0ov] {
        max-width: 100%;
    }
}

.section-description[b-2islekp0ov] {
    width: 100%;
    margin-top: 6px;
    font: 400 16px/24px Onest, sans-serif;
    color: #51525c;
}

@media (max-width: 991px) {
    .section-description[b-2islekp0ov] {
        max-width: 100%;
    }
}

.certificate-list[b-2islekp0ov] {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    gap: 6px;
    margin-top: 6px;
    padding-right: 80px;
    font: 400 12px/120% Onest, sans-serif;
}

@media (max-width: 991px) {
    .certificate-list[b-2islekp0ov] {
        padding-right: 20px;
    }
}

.certificate-item[b-2islekp0ov] {
    display: flex;
    gap: 6px;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.certificate[b-2islekp0ov] {
    display: flex;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid rgba(209, 209, 214, 1);
    border-radius: 24px;
}

.certificate-icon[b-2islekp0ov] {
    width: 20px;
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
}

.certificate-name[b-2islekp0ov] {
    margin: auto 0;
}

.honors-list[b-2islekp0ov] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6px;
    font: 400 16px/24px Onest, sans-serif;
    color: #51525c;
}

@media (max-width: 991px) {
    .honors-list[b-2islekp0ov] {
        max-width: 100%;
    }
}

.honor[b-2islekp0ov] {
    width: 100%;
    margin-top: 0px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: normal;
}

@media (max-width: 991px) {
    .honor[b-2islekp0ov] {
        max-width: 100%;
    }
}

/* _content/PickAns.ComponentLibrary/Experts/ExpertAnswerComponent.razor.rz.scp.css */
.answers-tabs[b-pyjwya3bng] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .answers-tabs[b-pyjwya3bng] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.answers-tab-active[b-pyjwya3bng] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab-active[b-pyjwya3bng] {
        white-space: initial;
    }
}

.answers-tab[b-pyjwya3bng] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab[b-pyjwya3bng] {
        white-space: initial;
    }
}

.answer-card[b-pyjwya3bng] {
    border-radius: 12px;
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 24px;
    cursor:pointer;
}
.answer-card:hover[b-pyjwya3bng]{
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
}

@media (max-width: 991px) {
    .answer-card[b-pyjwya3bng] {
        max-width: 100%;
    }
}

.question-container[b-pyjwya3bng] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-pyjwya3bng] {
        flex-wrap: wrap;
    }
}

.question-icon[b-pyjwya3bng] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.question-text[b-pyjwya3bng] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .question-text[b-pyjwya3bng] {
        max-width: 100%;
    }
}

.answer-divider[b-pyjwya3bng] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .answer-divider[b-pyjwya3bng] {
        max-width: 100%;
    }
}

.answer-container[b-pyjwya3bng] {
    display: flex;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .answer-container[b-pyjwya3bng] {
        flex-wrap: wrap;
    }
}

.answer-icon[b-pyjwya3bng] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
}

.answer-text[b-pyjwya3bng] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .answer-text[b-pyjwya3bng] {
        max-width: 100%;
    }
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertAnswersComponent.razor.rz.scp.css */

.answers-container[b-4intmawvsp] {
    display: flex;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: var(--Pickans-Gray-iron-950, #131316);
}

.answers-tabs[b-4intmawvsp] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .answers-tabs[b-4intmawvsp] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.answers-tab-active[b-4intmawvsp] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab-active[b-4intmawvsp] {
        white-space: initial;
    }
}

.answers-tab[b-4intmawvsp] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .answers-tab[b-4intmawvsp] {
        white-space: initial;
    }
}

.answer-card[b-4intmawvsp] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 24px;
}

@media (max-width: 991px) {
    .answer-card[b-4intmawvsp] {
        max-width: 100%;
    }
}

.question-container[b-4intmawvsp] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-4intmawvsp] {
        flex-wrap: wrap;
    }
}

.question-icon[b-4intmawvsp] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.question-text[b-4intmawvsp] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .question-text[b-4intmawvsp] {
        max-width: 100%;
    }
}

.answer-divider[b-4intmawvsp] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .answer-divider[b-4intmawvsp] {
        max-width: 100%;
    }
}

.answer-container[b-4intmawvsp] {
    display: flex;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .answer-container[b-4intmawvsp] {
        flex-wrap: wrap;
    }
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertBackgroundImageComponent.razor.rz.scp.css */
.profile-background-image[b-uvw61a9oih] {
    aspect-ratio: 3.7;
    object-fit: auto;
    object-position: center;
    width: 100%;
    align-self: stretch;
    border-top-left-radius: 48px;
}

@media (max-width: 991px) {
    .profile-background-image[b-uvw61a9oih] {
        max-width: 100%;
        border-top-left-radius: 12px;
    }
}
.profile-cointainer[b-uvw61a9oih] {
    width : 100%;
}
.profile-image[b-uvw61a9oih] {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

.ask-button[b-uvw61a9oih] {
    position: absolute;
    right: 2%;
    top: 2%;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

.edit-button[b-uvw61a9oih] {
    align-self:end;
    position: relative;
    right: 2%;
    bottom: 4.5%;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    gap: 4px;
    color: #fff;
    padding: 8px 18px;
}

.background-image-container[b-uvw61a9oih]{
    width:100%;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertCardComponent.razor.rz.scp.css */
.doctor-profile-container[b-6p8sgpi2iy] {
    position: relative;
    display: flex;
    gap: 10px;
    border-radius: 16px;
    border-width: 1px;
    padding: 26px 24px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    align-items:flex-start;
}

.profile-wrapper[b-6p8sgpi2iy] {
    gap: 21px;
    display: flex;
    width:100%
}

@media (max-width: 991px) {
    .doctor-profile-container[b-6p8sgpi2iy] {
        flex-direction: column;
        gap: 18px;
    }
}


.details-column[b-6p8sgpi2iy] {
    display: flex;
    flex-direction: column;
    flex:1;
}

.image-column[b-6p8sgpi2iy] {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

@media (max-width: 991px) {
    .image-column[b-6p8sgpi2iy] {
     
    }
}

.profile-image-wrapper[b-6p8sgpi2iy] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-image[b-6p8sgpi2iy] {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 80px;
    height:80px;
    border: 1.6px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 6.4px rgba(238, 238, 238, 0.25),0px 0px 0px 6.4px rgba(0, 0, 0, 0.02) inset;
    border-radius: 50%;
}

.icon-row[b-6p8sgpi2iy] {
    display: flex;
    margin-top: 18px;
    gap: 10px;
    padding: 0 20px;
}

.icon[b-6p8sgpi2iy] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
}

.details-column[b-6p8sgpi2iy] {
    /*width: 83%;
    margin-left: 20px;*/
}



.details-wrapper[b-6p8sgpi2iy] {
    flex-grow: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.header[b-6p8sgpi2iy] {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 120%;
    padding-right: 80px;
    row-gap: 16px;
}



.name-title[b-6p8sgpi2iy] {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.profile-meta[b-6p8sgpi2iy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}

.occupation[b-6p8sgpi2iy] {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}

.rating[b-6p8sgpi2iy] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-weight: 500;
    
}

.rating p[b-6p8sgpi2iy]{
    display:flex;
    flex-direction:row;
    gap:7px;
    align-items:center;
}

.rating .answer-count[b-6p8sgpi2iy]{
    font-weight: 600;
    color:black;
}

.meta-item[b-6p8sgpi2iy] {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

.hospital[b-6p8sgpi2iy] {
    font-weight: 400;
    color:  rgba(120, 119, 138, 1);
}

.separator[b-6p8sgpi2iy] {
    color: #70707b;
}

.contact-column[b-6p8sgpi2iy] {
    display: flex;
    flex-direction:row;
    gap: 16px;
    height:auto;
    align-items:center;
  
}

.contact-buttons[b-6p8sgpi2iy] {
   
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: auto;
    align-items: center;
}

@media (max-width: 991px) {
    .contact-buttons[b-6p8sgpi2iy] {
        flex-direction: row-reverse;
    }
}


.contact-buttons .btn[b-6p8sgpi2iy] {
    text-wrap-mode: nowrap;
    width: 135px;
    height: 50px;
    height: 50px;
    border-radius: 14px;
    padding-top: 4px;
    padding-right: 13px;
    padding-bottom: 4px;
    padding-left: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
}




.contact-info[b-6p8sgpi2iy],
.ask-doc[b-6p8sgpi2iy] {
    display: flex;
    align-items: center;
    border-radius: 12px;
    gap: 4px;
    padding: 8px 12px;
}

.contact-info[b-6p8sgpi2iy] {
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    color: #131316;
}

.ask-doc[b-6p8sgpi2iy] {
    background: linear-gradient(180deg, #1c1d21 0%, #111218 100%);
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px #1c1e22;
    color: #fff;
    padding: 8px 40px;
}

@media (max-width: 991px) {
    .ask-doc[b-6p8sgpi2iy] {
        padding: 8px 20px;
    }
}

.contact-text[b-6p8sgpi2iy],
.ask-text[b-6p8sgpi2iy] {
    font-family: "Inter";
}

.description-text[b-6p8sgpi2iy] {
    color: #26272b;
    margin-top: 16px;
    font: 400 16px/30px Onest, sans-serif;
}

@media (max-width: 991px) {
    .description-text[b-6p8sgpi2iy] {
        max-width: 100%;
    }
}
@media screen and (max-width:743px) and (min-width: 200px) {
    .header[b-6p8sgpi2iy] {
        padding-right: 0;
    }

    .contact-row[b-6p8sgpi2iy] {
        width: 100%;
    }
}



/*





.expert-card-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1rem;
}

.expert-card-main {
    display: flex;
    flex-direction: row;
}

.bio {
    padding: 0rem 1rem 1rem 1rem;
    color: #26272b;
    font: 400 16px / 22px Onest, sans-serif;
}

@media (max-width: 991px) {
    .bio {
        max-width: 100%;
        font: 1.5
    }
}



.expert-crad-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.expert-crad-profile-rating {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.expert-crad-answers-count {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-style: italic;
}
.expert-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 30px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
    cursor: default;
}

.doctor-name {
    color: #18181b;
    font: 600 1.2rem Onest, sans-serif;
    cursor: pointer;
}

.title {
    font: 400 1.2rem Onest, sans-serif;
}
*/
/* _content/PickAns.ComponentLibrary/Experts/ExpertCertificateComponent.razor.rz.scp.css */
.certificate[b-pbxscwwlu4] {
    display: flex;
    width:max-content;
    gap: 26px;
    padding: 8px 12px;
    border: 1px solid rgba(209, 209, 214, 1);
    border-radius: 24px;
    justify-content:start;
}

.certificate-icon[b-pbxscwwlu4] {
    width: 20px;
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
}

.certificate-name[b-pbxscwwlu4] {
    margin: auto 0;
}

.hover-class[b-pbxscwwlu4]{
    cursor:pointer;
}

.hover-class:hover[b-pbxscwwlu4] {
    background:var(--primary-color);
    color:white;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertContainerComponent.razor.rz.scp.css */

.doctor-profile[b-74gm20yuqt] {
    overflow-y:auto;
    align-items: center;
    /*border-radius: 48px 0 0 0;*/
   /* box-shadow: 0 449px 126px 0 rgba(24, 24, 28, 0), 0 288px 115px 0 rgba(24, 24, 28, 0.01), 0 162px 97px 0 rgba(24, 24, 28, 0.03), 0 72px 72px 0 rgba(24, 24, 28, 0.04), 0 18px 40px 0 rgba(24, 24, 28, 0.05);
   
      */ 
   width: 100%;
       border: 1px solid #e5e5e5;
    background-color: #fff;
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
}

.doctor-profile[b-74gm20yuqt]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.doctor-profile[b-74gm20yuqt]::-webkit-scrollbar {
    width: 5px;
    background-color: #131316;
}

.doctor-profile[b-74gm20yuqt]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
}

.edit-button[b-74gm20yuqt] {
    position: absolute;
    right: 2%;
    top: 2%;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

@media screen and (max-width:743px) and (min-width: 200px) {
    .doctor-profile[b-74gm20yuqt] {
        max-height: 100%;
        overflow-y: auto;
    }

    .edit-button[b-74gm20yuqt] {
        padding: 6px 20px;
        font-size:14px;
    }
}

/* _content/PickAns.ComponentLibrary/Experts/ExpertDirectQuestionComponent.razor.rz.scp.css */

.offer-container[b-nzsd23ad5j] {
    display: flex;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: var(--Pickans-Gray-iron-950, #131316);
}

.offer-tabs[b-nzsd23ad5j] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .offer-tabs[b-nzsd23ad5j] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.offer-tab-active[b-nzsd23ad5j] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab-active[b-nzsd23ad5j] {
        white-space: initial;
    }
}

.offer-tab[b-nzsd23ad5j] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab[b-nzsd23ad5j] {
        white-space: initial;
    }
}

.offer-card[b-nzsd23ad5j] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 10px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 12px;
    cursor:pointer;
}

@media (max-width: 991px) {
    .offer-card[b-nzsd23ad5j] {
        max-width: 100%;
    }
}

.question-container[b-nzsd23ad5j] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-nzsd23ad5j] {
        flex-wrap: wrap;
    }
}

.question-icon[b-nzsd23ad5j] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
}

.question-text[b-nzsd23ad5j] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .offer-text[b-nzsd23ad5j] {
        max-width: 100%;
    }
}

.offer-divider[b-nzsd23ad5j] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .offer-divider[b-nzsd23ad5j] {
        max-width: 100%;
    }
}

.offer-container[b-nzsd23ad5j] {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    gap: 46px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .offer-container[b-nzsd23ad5j] {
        flex-wrap: wrap;
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .offer-container[b-nzsd23ad5j] {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .offer-container[b-nzsd23ad5j] {
        gap: 10px;
    }
}

@media (max-width: 400px) {
    .offer-container[b-nzsd23ad5j] {
        flex-direction: column;
    }
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertEditAboutComponent.razor.rz.scp.css */

.about-section[b-pxqvu8y7lu] {
    display: flex;
    flex-direction: column;
    max-width: 936px;
    margin-top: 12px;
}

.tab-navigation[b-pxqvu8y7lu] {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(228, 228, 231, .9);
    padding-right: 80px;
    font: 500 14px/120% Onest, sans-serif;
    color: #70707b;
}

@media (max-width: 991px) {
    .tab-navigation[b-pxqvu8y7lu] {
        flex-wrap: wrap;
        padding-right: 20px;
    }
}

.tab[b-pxqvu8y7lu] {
    padding: 8px 16px;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    color: #51525c;
    white-space: nowrap;
    justify-content: center;
}

.active-tab[b-pxqvu8y7lu] {
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: #18181b;
}

.about-content[b-pxqvu8y7lu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    gap :10px;
}

@media (max-width: 991px) {
    .about-content[b-pxqvu8y7lu] {
        max-width: 100%;
    }
}

.section-title[b-pxqvu8y7lu] {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
    margin-right:5px;
    color: #3f3f46;
}

@media (max-width: 991px) {
    .section-title[b-pxqvu8y7lu] {
        max-width: 100%;
    }
}

.section-description[b-pxqvu8y7lu] {
    width: 100%;
    margin-top: 6px;
    font: 400 16px/24px Onest, sans-serif;
    color: #51525c;
}

@media (max-width: 991px) {
    .section-description[b-pxqvu8y7lu] {
        max-width: 100%;
    }
}

.certificate-list[b-pxqvu8y7lu] {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    gap: 6px;
    margin-top: 6px;
    padding-right: 80px;
    font: 400 12px/120% Onest, sans-serif;
}

@media (max-width: 991px) {
    .certificate-list[b-pxqvu8y7lu] {
        padding-right: 20px;
    }
}

.certificate-item[b-pxqvu8y7lu] {
    display: flex;
    gap: 6px;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.certificate[b-pxqvu8y7lu] {
    display: flex;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid rgba(209, 209, 214, 1);
    border-radius: 24px;
}

.certificate-icon[b-pxqvu8y7lu] {
    width: 20px;
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
}

.certificate-name[b-pxqvu8y7lu] {
    margin: auto 0;
}

.honors-list[b-pxqvu8y7lu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 6px;
    font: 400 16px/24px Onest, sans-serif;
    color: #51525c;
}

@media (max-width: 991px) {
    .honors-list[b-pxqvu8y7lu] {
        max-width: 100%;
    }
}

.honor[b-pxqvu8y7lu] {
    width: 100%;
    margin-top: 0px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: normal;
}

textarea[b-pxqvu8y7lu] {
    box-shadow: none;
    border: 1px solid var(--primary-color) !important;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 5px 8px;
    margin: 5%;
}

@media (max-width: 991px) {
    .honor[b-pxqvu8y7lu] {
        max-width: 100%;
    }
}

/* _content/PickAns.ComponentLibrary/Experts/ExpertEditModalComponent.razor.rz.scp.css */
.link-footer[b-tsf02ctis1] {
    display:flex;
    flex-direction:row;
    margin-top:0rem;
    padding-bottom:0 !important;
}

.link-text[b-tsf02ctis1] {
    font-family: "Inter";
    font-size: medium;
    font-weight: 400;
}

.expert-link[b-tsf02ctis1] {
    font-family: "Inter";
    font-size:medium;
    font-weight:400;
    text-decoration: underline;
    cursor: pointer;
}

[b-tsf02ctis1] .e-checkbox-wrapper.e-checkbox-disabled .e-label {
    font-size: medium;
    font-weight: 600;
    font-family: "Inter";
}

[b-tsf02ctis1] .e-checkbox-wrapper .e-frame + .e-label, .e-css.e-checkbox-wrapper .e-frame + .e-label[b-tsf02ctis1] {
    font-size: medium;
    font-weight: 600;
    font-family: "Inter";
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertHeadlineEditFormComponent.razor.rz.scp.css */
.expert-headline-edit[b-84y3qi0stv] {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

input[b-84y3qi0stv] {
    /*box-shadow: 0px 1px 2px 0px var(--primary-color);*/
    border: 1px solid var(--primary-color) !important;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 5px 8px;
    margin-bottom: 25px;
    color: #A0A0AB !important;
}

textarea[b-84y3qi0stv] {
    box-shadow: none;
    border: 1px solid var(--primary-color) !important;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 5px 8px;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertOfferComponent.razor.rz.scp.css */

.offer-container[b-k4ryycup2x] {
    display: flex;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: var(--Pickans-Gray-iron-950, #131316);
}

.offer-tabs[b-k4ryycup2x] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .offer-tabs[b-k4ryycup2x] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.offer-tab-active[b-k4ryycup2x] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab-active[b-k4ryycup2x] {
        white-space: initial;
    }
}

.offer-tab[b-k4ryycup2x] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab[b-k4ryycup2x] {
        white-space: initial;
    }
}

.offer-card[b-k4ryycup2x] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 10px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 12px;
    cursor:pointer;
}

@media (max-width: 991px) {
    .offer-card[b-k4ryycup2x] {
        max-width: 100%;
    }
}

.question-container[b-k4ryycup2x] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-k4ryycup2x] {
        flex-wrap: wrap;
    }
}

.question-icon[b-k4ryycup2x] {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
}

.question-text[b-k4ryycup2x] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .offer-text[b-k4ryycup2x] {
        max-width: 100%;
    }
}

.offer-divider[b-k4ryycup2x] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .offer-divider[b-k4ryycup2x] {
        max-width: 100%;
    }
}

.offer-container[b-k4ryycup2x] {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    gap: 46px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .offer-container[b-k4ryycup2x] {
        flex-wrap: wrap;
        padding:0 16px;
    }
}
@media (max-width: 768px) {
    .offer-container[b-k4ryycup2x] {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .offer-container[b-k4ryycup2x] {
        gap: 10px;
    }
}

@media (max-width: 400px) {
    .offer-container[b-k4ryycup2x] {
        flex-direction:column;
    }
}

/* _content/PickAns.ComponentLibrary/Experts/ExpertOfferListComponent.razor.rz.scp.css */

.offer-container[b-chthqtetn2] {
    display: flex;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: var(--Pickans-Gray-iron-950, #131316);
}

.offer-tabs[b-chthqtetn2] {
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    display: flex;
    padding-right: 80px;
    gap: 0;
    font-size: 14px;
    color: var(--Grey-iron-500, #70707b);
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

@media (max-width: 991px) {
    .offer-tabs[b-chthqtetn2] {
        flex-wrap: wrap;
        padding-right: 20px;
        white-space: initial;
    }
}

.offer-tab-active[b-chthqtetn2] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 2px solid rgba(24, 24, 27, 1);
    color: var(--Grey-iron-900, #18181b);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab-active[b-chthqtetn2] {
        white-space: initial;
    }
}

.offer-tab[b-chthqtetn2] {
    font-family: "Inter";
    justify-content: center;
    border-bottom: 1px solid rgba(228, 228, 231, 1);
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .offer-tab[b-chthqtetn2] {
        white-space: initial;
    }
}

.offer-card[b-chthqtetn2] {
    border-radius: 12px;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: var(--Pickans-Gray-iron-50, #fafafa);
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
    padding: 12px 0 24px;
}

@media (max-width: 991px) {
    .offer-card[b-chthqtetn2] {
        max-width: 100%;
    }
}

.question-container[b-chthqtetn2] {
    display: flex;
    gap: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .question-container[b-chthqtetn2] {
        flex-wrap: wrap;
    }
}

.question-icon[b-chthqtetn2] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.question-text[b-chthqtetn2] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-family: "Inter";
}

@media (max-width: 991px) {
    .offer-text[b-chthqtetn2] {
        max-width: 100%;
    }
}

.offer-divider[b-chthqtetn2] {
    border-top: 1px dashed rgba(228, 228, 231, 1);
    background-color: #e4e4e7;
    min-height: 1px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 991px) {
    .offer-divider[b-chthqtetn2] {
        max-width: 100%;
    }
}

.offer-container[b-chthqtetn2] {
    display: flex;
    margin-top: 12px;
    gap: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .offer-container[b-chthqtetn2] {
        flex-wrap: wrap;
    }
}

.offer-list-title[b-chthqtetn2] {
    margin-top:20px;
    font-family:"Onset", sans-serif;
    font-weight:600;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertProfileSummaryComponent.razor.rz.scp.css */

.profile-details[b-x2mqprk1nw] {
    display: flex;
    margin-top: 8px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    padding: 0 20px 20px;
}

.profile-header[b-x2mqprk1nw] {
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 16px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 16px;
    line-height: 120%;
}

.doctor-info[b-x2mqprk1nw] {
    display: flex;
    flex-direction: column;
}

.doctor-name[b-x2mqprk1nw] {
    color: #18181b;
    font: 700 36px Onest, sans-serif;
}

.doctor-title[b-x2mqprk1nw] {
    display: flex;
    margin-top: 4px;
    gap: 8px;
    font-size: 18px;
    color: #51525c;
    font-weight: 400;
}

.title[b-x2mqprk1nw] {
    font-family: "Inter";
}

.separator[b-x2mqprk1nw] {
    color: #70707b;
    font-family: "Inter";
}

.hospital[b-x2mqprk1nw] {
    font-family: "Inter";
}

.verified-badge[b-x2mqprk1nw] {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 80px;
    margin-top: 4px;
}

.action-buttons[b-x2mqprk1nw] {
    align-self: start;
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 1px;
}

.contact-button[b-x2mqprk1nw] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}

.contact-icon[b-x2mqprk1nw] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.contact-text[b-x2mqprk1nw] {
    font-family: "Inter";
}

.ask-button[b-x2mqprk1nw] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px #1c1e22;
    background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
    display: flex;
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

@media (max-width: 991px) {
    .ask-button[b-x2mqprk1nw] {
        padding: 0 20px;
    }
}

.ask-icon[b-x2mqprk1nw] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.ask-text[b-x2mqprk1nw] {
    font-family: "Inter";
}

.bio[b-x2mqprk1nw] {
    color: #26272b;
    margin-top: 6px;
    font: 400 20px/30px "Onest", sans-serif;
}

@media (max-width: 991px) {
    .bio[b-x2mqprk1nw] {
        max-width: 100%;
    }
}


.profile-cointainer[b-x2mqprk1nw] {
    width: 100%;
    margin-top: -110px;
}
@media(max-width:500px) {
    .profile-cointainer[b-x2mqprk1nw] {
        width: 100%;
        margin-top: -90px;
    }
}

.profile-image[b-x2mqprk1nw] {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

@media(max-width:500px) {
    .profile-image[b-x2mqprk1nw] {
        width: 98px;
        height: 98px;
        border-radius: 98px;
        border: 2px solid rgba(255, 255, 255, 0.5)
    }
}

.doctor-header[b-x2mqprk1nw] {
    display:flex;
    flex-direction : row;
    gap:20px;
    align-items:baseline;
}

.edit-button[b-x2mqprk1nw] {
    fill: rgb(94 89 89 / 60%);
}
.edit-button:hover[b-x2mqprk1nw] {
    fill :black;
    cursor:pointer;
}

button[b-x2mqprk1nw] {

    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

.edit-section[b-x2mqprk1nw] {
    display:flex;
    flex-direction:row;
    gap : 8px;
    padding: 10px 0px;
}

@media(max-width:500px) {

    .edit-section[b-x2mqprk1nw] {
        flex-direction: column;
    }
}

.add-section[b-x2mqprk1nw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 45px 25px;
}

.areasOfExpertise[b-x2mqprk1nw] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    margin-top: 28px;
}

.section-title[b-x2mqprk1nw] {
    font: 700 18px Onest, sans-serif;
}
/* _content/PickAns.ComponentLibrary/Experts/ExpertTabComponent.razor.rz.scp.css */
.qa-section[b-nd3py6kgv9] {
    display: flex;
    margin-top: 48px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: #131316;
    min-height: 500px;
}

@media (max-width: 991px) {
    .qa-section[b-nd3py6kgv9] {
        max-width: 100%;
        margin-top: 40px;
    }
}



[b-nd3py6kgv9] .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
}

[b-nd3py6kgv9] .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    color : rgb(0,0,0,0.7);
}

[b-nd3py6kgv9] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon[b-nd3py6kgv9] {
    color: rgb(0,0,0,0.7);
}
/* _content/PickAns.ComponentLibrary/Media/AnswerAudioComponent.razor.rz.scp.css */
.audio-container[b-052zg5hfd6] {
    display: flex;
    gap: 10px;
    flex-direction: row;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #E4E4E7;
    align-items:center;
}
audio[b-052zg5hfd6]{
    flex:1;
}
.loader[b-052zg5hfd6] {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--primary-color);
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-052zg5hfd6 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-052zg5hfd6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/PickAns.ComponentLibrary/Media/VideoThumbnailComponent.razor.rz.scp.css */
.cardVideo__video[b-c6wbb0smid] {
    height: auto;
    width: 300px;
    position: relative; 
    overflow: hidden; 
    border-radius: 8px;
}


.answer-video-thub[b-c6wbb0smid] {
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 39px 11px 0 rgba(82, 82, 92, 0), 0 25px 10px 0 rgba(82, 82, 92, 0.01), 0 14px 8px 0 rgba(82, 82, 92, 0.03), 0 6px 6px 0 rgba(82, 82, 92, 0.04), 0 2px 3px 0 rgba(82, 82, 92, 0.05);
    object-fit: contain;
    border: 1px solid gray;
    aspect-ratio: 2;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease-in-out;
}


.play-button[b-c6wbb0smid] {
    path

    {
        fill: var(--primary-color);
    }
}


.remove-video-button[b-c6wbb0smid] {
    position: absolute; 
    border:none !important;
    box-shadow:none !important;
    top: 8px; 
    right: 8px;
    background-color: white; 
    color: white; 
    border: none;
    border-radius: 50%; 
    width: 24px; 
    height: 24px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.2s ease;
}

    .remove-video-button:hover[b-c6wbb0smid] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.centerElement[b-c6wbb0smid] {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 5; 
    background: none; 
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.centerElement:hover[b-c6wbb0smid]{
    background:white;
}

.loader[b-c6wbb0smid] {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid var(--primary-color);
    width: 54px;
    height: 54px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-c6wbb0smid 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-c6wbb0smid {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/PickAns.ComponentLibrary/Messages/MessageListComponent.razor.rz.scp.css */
.messages-container[b-qt6lhmnzbr] {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    font-family: "Inter";
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 25px;
    align-items: center;
}
/* _content/PickAns.ComponentLibrary/Messages/MessagesContainerComponent.razor.rz.scp.css */


.messages-container[b-zbbof57akv] {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    font-family: "Inter";
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #FCFCFC;
    border-radius: 16px;
    border: 1.5px solid #E4E4E7;
    padding: 15px;
    align-items:center;
}


.badge-block[b-zbbof57akv] {
    position: relative;
    display: inline-block;
    margin: 10px 13px 10px 10px;
}

[b-zbbof57akv] .e-badge.red {
    background-color : red;
    color: white;
}
/* _content/PickAns.ComponentLibrary/Messages/MessagesUserIinteractionComponent.razor.rz.scp.css */
.Message-card[b-5vcnx5idnz] {
    display:flex;
    flex-direction:row;
    align-content:center;
    gap:17px;
    flex:1;
}



.user-avatar[b-5vcnx5idnz] {
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    overflow: visible;
}

.user-avatar img[b-5vcnx5idnz] {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder[b-5vcnx5idnz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #64748b;
}

.Message-details[b-5vcnx5idnz] {
    flex: 1;
    display: flex;
    align-items: center;
}

.user-name[b-5vcnx5idnz] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.26px;
    color: rgba(15, 18, 26, 1);
}



.latest-message[b-5vcnx5idnz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.message-icon[b-5vcnx5idnz] {
    color: #64748b;
}

.unread-indicator[b-5vcnx5idnz] {
    background-color: #ef4444;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}


.badge-block[b-5vcnx5idnz] {
    position: relative;
    display: inline-block;
    margin: 10px 13px 10px 10px;
}

[b-5vcnx5idnz] .e-badge.red {
    background-color: red;
    color: white;
}
/* _content/PickAns.ComponentLibrary/Messages/MessageThreadsComponent.razor.rz.scp.css */
.message-container[b-0fmjojuzpr]{
    height:100%;
    display:flex;
    flex-direction:column;
    
}
.message-thread-header[b-0fmjojuzpr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 21px 32px 22px 22px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.bent-arrow[b-0fmjojuzpr] {
    padding: 7px 8px 6px 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 233, 239, 1);
    border-radius:6px;
}

@media (min-width: 660px) {
    .bent-arrow[b-0fmjojuzpr] {
        display: none;
    }
}

@media (max-width: 660px) {

    .straight-arrow[b-0fmjojuzpr] {
        display: none;
    }
}

.message-list[b-0fmjojuzpr] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: 1; /* Fill remaining space */
    padding: 26px 27px 26px 24px;
    margin: 0px;
    gap:31px;
}


.divider[b-0fmjojuzpr] {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    gap:0;
}

.line[b-0fmjojuzpr] {
    height: 1px;
    background:rgba(224, 229, 235, 1);
    flex:1;
}
.datestamp[b-0fmjojuzpr] {
    padding: 7px 13px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(224, 229, 235, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.26px;
    color: rgba(154, 160, 173, 1);
    border-radius: 100px;
}

.message-right[b-0fmjojuzpr], .message-left[b-0fmjojuzpr] {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
}



@media screen and (max-width:743px) and (min-width: 200px) {
    .message-right[b-0fmjojuzpr], .message-left[b-0fmjojuzpr] {
        font-size: 14px;
        font-weight: 400;
        font-family: "Inter";
    }
}

.message[b-0fmjojuzpr]{
    display:flex;
    width:100%;
    gap:16px;
    flex-direction:row;
}

.reciver-img[b-0fmjojuzpr], .sender-img[b-0fmjojuzpr]{
    min-width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
    background:white;
}

.user-img[b-0fmjojuzpr] {
    min-width: 50px;
    height: 50px;
}

.message.left .reciver-img[b-0fmjojuzpr] {
    display: none;
}

.message.right .sender-img[b-0fmjojuzpr]{
    display:none;
}

.message-content[b-0fmjojuzpr] {
    display: flex;
    flex-direction:column;
    flex:1;
    width: 100%;
    gap:8px;
}


.user-info[b-0fmjojuzpr] {
    display: flex;
    gap: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.26px;
}

.message.left .user-info[b-0fmjojuzpr] {
    flex-direction: row;
}

.message.right .user-info[b-0fmjojuzpr] {
    flex-direction: row-reverse;
}

.message-text[b-0fmjojuzpr] {
    border-radius: 12px;
    padding: 8px 12px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    height: auto !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.26px;
}
.message.left .message-text[b-0fmjojuzpr] {
    text-align: left;
    color: rgba(15, 18, 26, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 238, 242, 1);
}
.message.right .message-text[b-0fmjojuzpr] {
    text-align: right;
    color: rgba(255, 255, 255, 1);
    background: var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color), 0px 1px 2px -1px rgba(77, 136, 254, 0.5);
}

.user-name[b-0fmjojuzpr] {
    color: rgba(15, 18, 26, 1);
}

.message-timestamp[b-0fmjojuzpr] {
    color: rgba(154, 160, 173, 1);
}


.message-right[b-0fmjojuzpr] {
    text-align: left;
    margin-bottom: 10px;
    justify-content: flex-end;
    width: 95%;
    margin-right: 5%;
}

.message-left[b-0fmjojuzpr] {
    text-align: left;
    margin-bottom: 10px;
    justify-content: flex-start;
    width: 100%;
}










.div-1[b-0fmjojuzpr] {
    display: flex;
    flex-direction: column;
    padding:17px 26px 31px 26px;
    
}


.div-2[b-0fmjojuzpr] {
    display: flex;
    flex-direction: column;
    min-height: 129px;
    padding: 11px 9px 17px 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(243, 243, 243, 1);
    border-radius:14px;
}

.div-2 textarea[b-0fmjojuzpr]{
    border:none !important;
    box-shadow:none !important;
    padding:1px !important;
    background-color:transparent !important;
    height: auto;
    min-height: 16px;
    max-height: 200px !important;
    resize: none;
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(0,0,0,1) !important;

}


.img[b-0fmjojuzpr] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    align-self: start;
}



.div-2 textarea[b-0fmjojuzpr]::placeholder {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1) !important;
    font-style:initial !important;
}

.div-2 textarea[b-0fmjojuzpr]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.div-2 textarea[b-0fmjojuzpr]::-webkit-scrollbar {
    width: 5px;
    background-color: white;
    border-radius: 9px;
}

.div-2 textarea[b-0fmjojuzpr]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--primary-color);
    cursor: pointer;
}

.div-3[b-0fmjojuzpr] {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    width:100%;
}

.option-buttons[b-0fmjojuzpr] {
    display: flex;
    flex-direction: row;
    gap:10px;
    align-items:center;
}

.send-button.disabled[b-0fmjojuzpr] {
    border: 1px solid rgba(120, 119, 138, 1) !important;
    opacity: 1;
    border-radius: 50%;
}

.send-button.disabled path[b-0fmjojuzpr] {
    stroke: black;
}

.send-button.disabled rect[b-0fmjojuzpr] {
    fill: white;
}


.message-list[b-0fmjojuzpr]::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 9px;
background-color: #F4F4F5;
}

.message-list[b-0fmjojuzpr]::-webkit-scrollbar {
width: 5px;
background-color: white;
border-radius: 9px;
}

.message-list[b-0fmjojuzpr]::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--primary-color);
cursor: pointer;
}



.img-2[b-0fmjojuzpr] {
aspect-ratio: 1;
object-fit: auto;
object-position: center;
width: 20px;
}

.div-1 button[b-0fmjojuzpr] {
/* Buttons */
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px 6px;
gap: 6px;
width: 32px;
height: 28px;
/* Pickans/Verticals/Health/600 */
background: var(--button-primary);
box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
border-radius: 12px;
/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0
}

.div-1 button:disabled[b-0fmjojuzpr] {
    opacity: 0.25;
    background: var(--secondory-color);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
}

.div-1 button:disabled svg path[b-0fmjojuzpr] {
    stroke: var(--primary-color);
}


@media (max-width:660px){
    .message-thread-header[b-0fmjojuzpr]{
        gap:12.5px;
    }

    .user-img[b-0fmjojuzpr]{
        min-width:0px;
    }
    .option-buttons > *:not(:first-child)[b-0fmjojuzpr] {
        display: none;
    }

    .div-2 > *:first-child[b-0fmjojuzpr] {
        display: none;
    }

    .div-2[b-0fmjojuzpr] {
        min-height: 49px;
        padding:7px 8px 6px 9px;
    }

    .div-3 textarea[b-0fmjojuzpr]{
        align-self:anchor-center;
    }

    .div-3[b-0fmjojuzpr]{
        align-items:flex-start;
        gap:14px;
    }

    .option-buttons[b-0fmjojuzpr]{
        margin-top:4.5px;
    }


    .send-button[b-0fmjojuzpr] {
        min-width: 36px !important;
        width: 36px !important;
        height: 36px !important;
    }

}

@media (min-width:660px) {
    

    .div-3 textarea[b-0fmjojuzpr] {
        display: none;
    }
}
/* _content/PickAns.ComponentLibrary/Messages/MesssageNotificationComponent.razor.rz.scp.css */
.notification[b-122jpxnh0s] {
    display: flex;
    direction: row;
    margin: 21px 26px 0px 27px;
    padding:0 0 21px 0;
    align-items: flex-start;
    gap: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.Message-card[b-122jpxnh0s] {
    width: 100%;
    position: relative;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    background-color: transparent;
    padding: 0;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.notification:hover[b-122jpxnh0s] {
    transform: translateY(-2px);
}

.user-avatar[b-122jpxnh0s] {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    overflow: visible;
}

.user-avatar img[b-122jpxnh0s] {
    width: 50px;
    height: 50px;
    background:white;
    border-radius:50%;
    object-fit: cover;
}

.avatar-placeholder[b-122jpxnh0s] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #64748b;
}

.Message-details[b-122jpxnh0s] {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    width:100%;
    gap:13px;
}

.user-name[b-122jpxnh0s] {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content:space-between;
    gap:9px;
    flex-direction:row;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
    
}


.latest-message[b-122jpxnh0s] {
    color: rgba(120, 119, 138, 1);
    position: initial;
    width: 100%;
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
}



.unread-badge[b-122jpxnh0s] {
    width: 21px;
    height: 21px;
    border-radius:50%;
    background: rgba(244, 12, 12, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(255, 255, 255, 1);
}



.footer[b-122jpxnh0s] {
    width: 100%;
    color: rgba(120, 119, 138, 1);
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
}

.badge-block[b-122jpxnh0s] {
    position: relative;
    display: inline-block;
    margin: 10px 13px 10px 10px;
}



[b-122jpxnh0s] .e-badge.red {
    background-color: red;
    color: white;
}

@media(max-width:660px) {
    .notification[b-122jpxnh0s] {
        margin: 23px 28.5px 0 28.5px;
    }
}
/* _content/PickAns.ComponentLibrary/Messages/MesssageNotificationListComponent.razor.rz.scp.css */
.message-notification-window[b-vbnr97alk2] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    flex: 1;
    min-height: 0;
    background: white;
    overflow: hidden;
}


.messages-container[b-vbnr97alk2] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 26px 27px 25px 25px;
    align-items: center;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.title[b-vbnr97alk2] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    align-items: anchor-center;
}

.search-bar-container[b-vbnr97alk2] {
    padding: 24px 25px 0px 27px;
}

.search-bar[b-vbnr97alk2] {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 19px 13px 23px;
    border-radius: 14px;
    border: 1px solid rgba(243, 243, 243, 1);
    background: rgba(255, 255, 255, 1);
}

.search-bar input[b-vbnr97alk2] {
    box-shadow: none !important;
    border: none !important;
    flex: 1;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1)
}

    .search-bar input[b-vbnr97alk2]::placeholder {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(151, 148, 164, 1);
        opacity: 1; 
    }

[b-vbnr97alk2]::-ms-input-placeholder { /* Edge 12-18 */
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    opacity: 1; 
}

.messages-list[b-vbnr97alk2] {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    /* Enable smooth momentum scrolling on iOS */
}


.messages-list[b-vbnr97alk2]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.messages-list[b-vbnr97alk2]::-webkit-scrollbar {
    width: 5px;
    background-color: white;
    border-radius: 9px;
}

.messages-list[b-vbnr97alk2]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
    cursor: pointer;
}

@media (max-width:660px) {
    .messages-container[b-vbnr97alk2] {
        padding: 15px 28px 0 28px;
        border-bottom: none;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/AskQuestionModalComponent.razor.rz.scp.css */
/* This component now uses BaseModalComponent styling */

/* Step 9 login form - matching DirectSignupComponent styles */
.account-setup-component[b-176aj0ddhi] {
    width:100% !important;
    display:flex;
    flex-direction:column;
    gap:23px;
}

.input_group[b-176aj0ddhi] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.input_group label[b-176aj0ddhi] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

.input_group input[b-176aj0ddhi] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

.password-input-container[b-176aj0ddhi] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-176aj0ddhi] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

.error-status p[b-176aj0ddhi] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}

@media (max-width:500px) {
    .account-setup-component[b-176aj0ddhi] {
        width:100%;
        height:100%;
        gap:20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/BaseModalComponent.razor.rz.scp.css */
/*%commonstyle {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide{
    display: none;
    }

}

form { 
    position:relative;
}

textarea {
    outline: 0 !important;
    border: none !important;
    max-height:120px;
    overflow-y:auto;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid $grey !important;
    background-color: transparent !important;
    border-radius: 8px;
    padding: 0px;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: $grey-4 !important;
    &::placeholder{
        font-family: "Inter" !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        color: $grey-4 !important;
    }
}

.closeModal {
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    border: 1px solid #0000001A;
    min-width: 36px;
}



.askQuestionModal {
    position: fixed;
    margin: 0 !important;
    max-width: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 0;
    &.fill{
        .modal-body__yourQuestion{
         border: 1.5px solid #E4E4E7;
        }
    }

    .modal-header {
    background-color: transparent;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    }

.modal-content {
    border-radius: 40px;
    margin-top: 0px !important;
    padding: 20px 33px 37px 33px;
    background: linear-gradient(180deg, #E3F1FD 0%, #F9F9F9 47.49%);
    border: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;


    @include max(992px) {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    @include max(600px) {
        border-radius: 14px;
        max-height: 80vh;
        margin: auto;
    }
}

@media (max-width) {
    .modal-content {
        border-radius: 23px;
        padding:11px 13.5px 23px 13.5px;
    }
}
    .modal-dialog {
        max-width: 700px;
        margin: 0 auto;
        max-height: none;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }


    .progress-bar {
        width: 80%;
        height: 8px;
        background-color: $grey !important;
        border-radius: 4px;
        span{
            display: block;
            height: 100%;
            background-color: var(--askQuestion-primary-hex);
            border-radius: 4px;
            transition: .35s;
        }
    }

    .modal-body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex: 1 1 auto;
        max-height: 60vh;

        @include max(992px) {
            overflow-y: auto;
            max-height: 50vh;
        }

        @include max(576px) {
            max-height: 45vh;
        }

        &__yourQuestion{
            padding: 25px 15px;
            background-color: $greyIron25;
            border: 1.45px dashed $grey;
            border-radius: 16px;
            &.hide{
                display: none;
            }
        }

        &__categorey {
            padding: 25px 15px;
            background-color: $greyIron25;
            border: 1.45px dashed $grey;
            border-radius: 16px;
            &.hide{
                display: none;
            }
        }

        &__budget {
            padding: 25px 15px;
            background-color: $greyIron25;
            border: 1.45px dashed $grey;
            border-radius: 16px;
            &.hide{
                display: none;
            }
        }

        &__urgency {
            padding: 25px 15px;
            background-color: $greyIron25;
            border: 1.45px dashed $grey;
            border-radius: 16px;
            &.hide{
                display: none;
            }

            .categoriesButtons {
                @include max(600px) {
                    > div:last-child {
                    }
                }
            }

        }

        &__email {
            padding: 25px 15px;
            background-color: $greyIron25;
            border: 1.45px dashed $grey;
            border-radius: 16px;
            svg{
                display: none;

                @include max(600px) {
                    position: absolute;
                    right: 30px;
                }
            }

            input {
                border-radius: 8px !important;
                border: 1px solid #E4E4E7 !important;
                &:focus{
                    outline: 0 !important;
                    box-shadow: none !important;
                }
            }

            > div {
                @include max(600px) {
                    flex-direction: column !important;
                    align-items: flex-start !important;
                }
            }

            &.hide {
                display: none;
            }
        }
    }


   
     }

}

.modal-footer {
    padding-bottom: 25px;
    .askButton{
        width: 100%;
        outline: 0 !important;
        box-shadow: none !important;
        background-color: $grey-5;
        border: none !important;
        border: 1px solid $grey !important;
        font-family: "Inter";
        font-weight: 500;
        font-size: 18px;
        color: $grey-6;
        border-radius: 16px;
        padding: 14px 0;
        svg{
            margin-left: 5px;
        }
    }

    button {
        &:not([disabled]){
            box-shadow: 0px 0px 0px 2px #1C1E22,0px 0px 0px 1px #E7E8EB33;
            background: var(--askQuestion-primary);
            color: $white;
            position: relative;
            z-index: 9999;
            svg{
                fill{
                    stroke: $white;
                }
            }
        }
    }
}




button {
    border: none !important;
    box-shadow: none !important;
    background: var(--askQuestion-primary);
    border: 1px solid $grey-6 !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: $greyIron !important;
    width: 100%;
    padding: 0px 15px;





    @media only screen and (max-width: 600px) {
        font-size: 14px !important;
    }

    @media only screen and (max-width: 375px) {
        font-size: 13px !important;
    }

    &:hover, &:focus{
            background: var(--askQuestion-primary);
            color: $white !important;
        }

        &.btn-primary {
            background: var(--askQuestion-primary);
            color: $white !important;
        }

    }
}



.selectedItems {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

    @media only screen and (max-width: 600px) {
        flex-direction:column;
    }
}

.itemShape {
    border: 1px solid #D1D1D6;
    border-radius: 16px;
    background-color: #FCFCFC;
    width: 48%;
    padding: 15px 20px;
    position: relative;

    @media only screen and (max-width: 600px) {
        width: 100%;
        margin-bottom: 10px;
        padding: 11px 20px;
    }

    svg{
        position: absolute;
        top: 18px;
        right: 15px;
    }
}



.askQuestionModal .modal-body__yourQuestion {
    padding: 15px 15px;
}

.askQuestionModal .modal-body__message {
    padding: 25px 87px;
    background-color: #FCFCFC;
    border: 1.45px dashed #E4E4E7;
    border-radius: 16px;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: large;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 25px;
    font-weight: 700;
}


.back-link{
    height: 30px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0;
    cursor: pointer;
    align-items:center;
}

.back-icon {
    border: 1px solid rgba(228, 233, 239, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding:6px;
}

.close-icon {
    cursor: pointer;
}

.hidden{
    cursor:none;
    pointer-events:none;    
    opacity:0.3;
}*/

.offer_modal .modal-header[b-trlmscvqa3] {
    padding:0px 0px 26px 0px;
}
.offer_modal .modal-dialog[b-trlmscvqa3] {
    max-width: 700px;
}

.offer_modal .modal-content[b-trlmscvqa3]{
    padding:21px 17px 37px 17px;
}


.sign_up_logo[b-trlmscvqa3]{
    
}

.sign_up.background[b-trlmscvqa3] {
    background: linear-gradient(113.25deg, #D5ECFF -3.85%, #D3FFFE 110.07%);
}


.sign_up .modal-content[b-trlmscvqa3] {
    max-width: max-content;
    padding: 21px 33px 37px 33px;
    overflow-y: auto;
    height: 100%;
    max-height: 100%;
    -ms-overflow-style: none; /* IE and Edge Legacy */
    scrollbar-width: none;
}

.sign_up .modal-content[b-trlmscvqa3]::-webkit-scrollbar {
    display: none; /* For WebKit browsers */
}

.sign_up .modal-dialog[b-trlmscvqa3]{
    justify-content:center!important;
    flex-direction: column;
    gap: 55px;
    max-height: 92dvh !important;
    min-height:30dvh !important;
}


@media only screen and (max-width: 992px) {
    .sign_up .modal-body[b-trlmscvqa3] {
        overflow-y: hidden !important;
        min-height: max-content;
        flex-shrink:0;
    }
}


@media (max-width:660px) {
    .offer_modal .modal-body form[b-trlmscvqa3] {
        gap:20px;
    }
    .offer_modal .modal-content[b-trlmscvqa3] {
        padding: 7.5px 13.5px 47.5px 13.5px;
    }

    .offer_modal .modal-header[b-trlmscvqa3] {
        padding: 20px 0px;
    }

    .sign_up .modal-dialog[b-trlmscvqa3] {
        gap:29px;
    }

    .sign_up .modal-content[b-trlmscvqa3] {
        padding: 11px 13.5px 23px 13.5px;
        max-width:360px;
    }

    .sign_up_logo[b-trlmscvqa3]{
        top:10px;
        left:10px;
        width:202.96px;
    }
    
}

/* Mobile */
@media (max-width: 576px) {
    .modal-body[b-trlmscvqa3] {
        max-height: 50vh; /* 50% of viewport height */
        overflow-y: auto;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 992px) {
    .modal-body[b-trlmscvqa3] {
        max-height: 60vh;
        overflow-y: auto;
    }

    .sign_up .modal-body[b-trlmscvqa3] {
        max-height: 78vh;
    }
}

/* Desktop */
@media (min-width: 993px) {
    .modal-body[b-trlmscvqa3] {
        max-height: 78vh;
        overflow-y: auto;
    }

    .sign_up .modal-body[b-trlmscvqa3] {
        max-height: 78vh;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/ExpertRegistrationModalComponent.razor.rz.scp.css */
%commonstyle[b-3wyqsft7gz] {
	padding: 25px 15px;
	background-color: $greyIron25;
	border: 1.45px dashed $grey;
	border-radius: 16px;

	&.hide {
		display: none;
	}

}


textarea[b-3wyqsft7gz] {
	outline: 0 !important;
	border: none !important;
	max-height: 120px;
	overflow-y: auto;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid $grey  !important;
	background-color: transparent !important;
	border-radius: 8px;
	padding: 0px;
	font-family: "Inter" !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: $grey-4  !important;

	&::placeholder {
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $grey-4  !important;
	}

}

.closeModal[b-3wyqsft7gz] {
	width: 36px;
	height: 36px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border-radius: 8px;
	border: 1px solid #0000001A;
	min-width: 36px;
}


.askQuestionModal[b-3wyqsft7gz] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/assets/images/Ask_Question.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9999999999;

	&.fill {
		.modal-body__yourQuestion {
			border: 1.5px solid #E4E4E7;
		}
	}

	.modal-header[b-3wyqsft7gz] {
		background-color: $greyIron25;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	.modal-content[b-3wyqsft7gz] {
		border-radius: 40px;
		margin-top: 0px !important;

		@include max(992px) {
			max-width: 95%;
			margin-left: auto;
			margin-right: auto;
		}

		@include max(600px) {
			border-radius: 14px;
			overflow-y: scroll;
		}
	}

	.modal-dialog[b-3wyqsft7gz] {
		max-width: 720px;
		margin-top: 0px;
	}


	.progress-bar[b-3wyqsft7gz] {
		width: 320px;
		background-color: $grey  !important;
		border-radius: 4px;

		span {
			display: block;
			height: 100%;
			background-color: $black;
			border-radius: 4px;
			transition: .35s;
		}

	}

	.modal-body[b-3wyqsft7gz] {
		height: 520px;

		@include max(992px) {
			overflow-y: scroll;
		}

		&__yourQuestion {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__categorey[b-3wyqsft7gz] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__budget[b-3wyqsft7gz] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__urgency[b-3wyqsft7gz] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

			.categoriesButtons[b-3wyqsft7gz] {
				@include max(600px) {
					>div:last-child[b-3wyqsft7gz] {}
				}
			}

		}

		&__email[b-3wyqsft7gz] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			svg {
				display: none;

				@include max(600px) {
					position: absolute;
					right: 30px;
				}
			}

			input[b-3wyqsft7gz] {
				border-radius: 8px !important;
				border: 1px solid #E4E4E7 !important;

				&:focus {
					outline: 0 !important;
					box-shadow: none !important;
				}

			}

			>div[b-3wyqsft7gz] {
				@include max(600px) {
					flex-direction: column !important;
					align-items: flex-start !important;
				}
			}

			&.hide[b-3wyqsft7gz] {
				display: none;
			}

		}
	}


	.askExpertTitle[b-3wyqsft7gz] {
		position: relative;

		&::after {
			/*
            @include after();
            top:auto;
            bottom:0;
            height:1px;
            background-color:$black;
                */
		}

	}

	.modal-footer[b-3wyqsft7gz] {
		padding-bottom: 25px;

		.askButton {
			width: 100%;
			outline: 0 !important;
			box-shadow: none !important;
			background-color: $grey-5;
			border: none !important;
			border: 1px solid $grey  !important;
			font-family: "Inter";
			font-weight: 500;
			font-size: 18px;
			color: $grey-6;
			border-radius: 16px;
			padding: 14px 0;

			svg {
				margin-left: 5px;
			}

		}

		button[b-3wyqsft7gz] {
			&:not([disabled]) {
				box-shadow: 0px 0px 0px 2px #1C1E22, 0px 0px 0px 1px #E7E8EB33;
				background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
				color: $white;
				position: relative;
				z-index: 9999;

				svg {
					fill {
						stroke: $white;
					}

				}
			}
		}
	}
}

.categoriesButtons[b-3wyqsft7gz] {
	>div {
		width: calc(100% / 3);

		&.hide {
			display: none;
		}

		&:not(:first-child)[b-3wyqsft7gz],
		&:not(:last-child)[b-3wyqsft7gz] {
			position: relative;

			button {
				border-radius: 0;
			}

		}

		&:first-child[b-3wyqsft7gz] {
			button {
				border-right: none !important;
				border-bottom-left-radius: 7px;
				border-top-left-radius: 8px;
			}

		}

		&:last-child[b-3wyqsft7gz] {
			button {
				border-left: none !important;
				border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
			}

		}
	}

	button[b-3wyqsft7gz] {
		border: none !important;
		box-shadow: none !important;
		background: none;
		border: 1px solid $grey-6  !important;
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $greyIron  !important;
		width: 100%;


		@media only screen and (max-width: 600px) {
			font-size: 14px !important;[b-3wyqsft7gz]
		}

		@media only screen and (max-width: 375px) {
			font-size: 13px !important;[b-3wyqsft7gz]
		}

		&:hover,
		&:focus {
			background-color: $black;
			color: $white  !important;
		}

		&.btn-primary[b-3wyqsft7gz] {
			background-color: $black;
			color: $white  !important;
		}

	}
}


.selectedItems[b-3wyqsft7gz] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;

	@media only screen and (max-width: 600px) {
		flex-direction: column;[b-3wyqsft7gz]
	}
}

.itemShape[b-3wyqsft7gz] {
	border: 1px solid #D1D1D6;
	border-radius: 16px;
	background-color: #FCFCFC;
	width: 48%;
	padding: 15px 20px;
	position: relative;

	@media only screen and (max-width: 600px) {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 11px 20px;[b-3wyqsft7gz]
	}

	svg {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}


.askQuestionModal .modal-body__yourQuestion[b-3wyqsft7gz] {
	padding: 15px 15px;
}

.error-status[b-3wyqsft7gz] {
	float: inline-start;
	color: red;
}

.askQuestionModal .modal-body__message[b-3wyqsft7gz] {
	padding: 25px 87px;
	background-color: #FCFCFC;
	border: 1.45px dashed #E4E4E7;
	border-radius: 16px;
	text-align: center;
	font-family: "Inter";
	font-optical-sizing: auto;
	font-style: normal;
	font-size: large;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	line-height: 25px;
	font-weight: 700;
}

.loader[b-3wyqsft7gz] {
	display: inline-block;
	width: 50px;
	width: 18px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 4px solid;
	border-color: #fff #0000;
	padding: 0px;
	margin-left: 5px;
	animation: l1-b-3wyqsft7gz 1s infinite;
}

@keyframes l1-b-3wyqsft7gz {
	to {
		transform: rotate(.5turn)
	}
}

[b-3wyqsft7gz] .validation-message {
	white-space: pre-wrap !important;
}
/* _content/PickAns.ComponentLibrary/Modals/ForgotPasswordModalComponent.razor.rz.scp.css */
.footerText a[b-szm0xllyqj] {
    color: var(--askQuestion-primary);
}

.forgot-password-conatiner[b-szm0xllyqj] 
{
    width: 487px;
    display: flex;
    flex-direction: column;
    padding: 26px 0px 0px 0px;
    gap: 26px;
    min-height: max-content !important;
    flex: 1;
}

@media(max-width:660px) {

    .forgot-password-conatiner[b-szm0xllyqj] {
        width: 100%;
        height: 608px !important;
        min-height: 608px !important;
    }

}
/* _content/PickAns.ComponentLibrary/Modals/MessageModalComponent.razor.rz.scp.css */
.askQuestionModal .modal-body__message[b-6iwde4b4va] {
    padding: 25px 87px;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: large;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 25px;
    font-weight: 700;
}
/* _content/PickAns.ComponentLibrary/Modals/RegistrationModalComponent.razor.rz.scp.css */
%commonstyle[b-hg72eurs1c] {
	padding: 25px 15px;
	background-color: $greyIron25;
	border: 1.45px dashed $grey;
	border-radius: 16px;

	&.hide {
		display: none;
	}

}


textarea[b-hg72eurs1c] {
	outline: 0 !important;
	border: none !important;
	max-height: 120px;
	overflow-y: auto;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid $grey  !important;
	background-color: transparent !important;
	border-radius: 8px;
	padding: 0px;
	font-family: "Inter" !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: $grey-4  !important;

	&::placeholder {
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $grey-4  !important;
	}

}

.closeModal[b-hg72eurs1c] {
	width: 36px;
	height: 36px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border-radius: 8px;
	border: 1px solid #0000001A;
	min-width: 36px;
}


.askQuestionModal[b-hg72eurs1c] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/assets/images/Ask_Question.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9999999999;

	&.fill {
		.modal-body__yourQuestion {
			border: 1.5px solid #E4E4E7;
		}
	}

	.modal-header[b-hg72eurs1c] {
		background-color: $greyIron25;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	.modal-content[b-hg72eurs1c] {
		border-radius: 40px;
		margin-top: 0px !important;

		@include max(992px) {
			max-width: 95%;
			margin-left: auto;
			margin-right: auto;
		}

		@include max(600px) {
			border-radius: 14px;
			overflow-y: scroll;
		}
	}

	.modal-dialog[b-hg72eurs1c] {
		max-width: 720px;
		margin-top: 0px;
	}


	.progress-bar[b-hg72eurs1c] {
		width: 320px;
		background-color: $grey  !important;
		border-radius: 4px;

		span {
			display: block;
			height: 100%;
			background-color: $black;
			border-radius: 4px;
			transition: .35s;
		}

	}

	.modal-body[b-hg72eurs1c] {
		height: 520px;

		@include max(992px) {
			overflow-y: scroll;
		}

		&__yourQuestion {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__categorey[b-hg72eurs1c] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__budget[b-hg72eurs1c] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__urgency[b-hg72eurs1c] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

			.categoriesButtons[b-hg72eurs1c] {
				@include max(600px) {
					>div:last-child[b-hg72eurs1c] {}
				}
			}

		}

		&__email[b-hg72eurs1c] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			svg {
				display: none;

				@include max(600px) {
					position: absolute;
					right: 30px;
				}
			}

			input[b-hg72eurs1c] {
				border-radius: 8px !important;
				border: 1px solid #E4E4E7 !important;

				&:focus {
					outline: 0 !important;
					box-shadow: none !important;
				}

			}

			>div[b-hg72eurs1c] {
				@include max(600px) {
					flex-direction: column !important;
					align-items: flex-start !important;
				}
			}

			&.hide[b-hg72eurs1c] {
				display: none;
			}

		}
	}


	.askExpertTitle[b-hg72eurs1c] {
		position: relative;

		&::after {
			/*
            @include after();
            top:auto;
            bottom:0;
            height:1px;
            background-color:$black;
                */
		}

	}

	.modal-footer[b-hg72eurs1c] {
		padding-bottom: 25px;

		.askButton {
			width: 100%;
			outline: 0 !important;
			box-shadow: none !important;
			background-color: $grey-5;
			border: none !important;
			border: 1px solid $grey  !important;
			font-family: "Inter";
			font-weight: 500;
			font-size: 18px;
			color: $grey-6;
			border-radius: 16px;
			padding: 14px 0;

			svg {
				margin-left: 5px;
			}

		}

		button[b-hg72eurs1c] {
			&:not([disabled]) {
				box-shadow: 0px 0px 0px 2px #1C1E22, 0px 0px 0px 1px #E7E8EB33;
				background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
				color: $white;
				position: relative;
				z-index: 9999;

				svg {
					fill {
						stroke: $white;
					}

				}
			}
		}
	}
}

.categoriesButtons[b-hg72eurs1c] {
	>div {
		width: calc(100% / 3);

		&.hide {
			display: none;
		}

		&:not(:first-child)[b-hg72eurs1c],
		&:not(:last-child)[b-hg72eurs1c] {
			position: relative;

			button {
				border-radius: 0;
			}

		}

		&:first-child[b-hg72eurs1c] {
			button {
				border-right: none !important;
				border-bottom-left-radius: 7px;
				border-top-left-radius: 8px;
			}

		}

		&:last-child[b-hg72eurs1c] {
			button {
				border-left: none !important;
				border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
			}

		}
	}

	button[b-hg72eurs1c] {
		border: none !important;
		box-shadow: none !important;
		background: none;
		border: 1px solid $grey-6  !important;
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $greyIron  !important;
		width: 100%;


		@media only screen and (max-width: 600px) {
			font-size: 14px !important;[b-hg72eurs1c]
		}

		@media only screen and (max-width: 375px) {
			font-size: 13px !important;[b-hg72eurs1c]
		}

		&:hover,
		&:focus {
			background-color: $black;
			color: $white  !important;
		}

		&.btn-primary[b-hg72eurs1c] {
			background-color: $black;
			color: $white  !important;
		}

	}
}


.selectedItems[b-hg72eurs1c] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;

	@media only screen and (max-width: 600px) {
		flex-direction: column;[b-hg72eurs1c]
	}
}

.itemShape[b-hg72eurs1c] {
	border: 1px solid #D1D1D6;
	border-radius: 16px;
	background-color: #FCFCFC;
	width: 48%;
	padding: 15px 20px;
	position: relative;

	@media only screen and (max-width: 600px) {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 11px 20px;[b-hg72eurs1c]
	}

	svg {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}


.askQuestionModal .modal-body__yourQuestion[b-hg72eurs1c] {
	padding: 15px 15px;
}

.error-status[b-hg72eurs1c] {
	float: inline-start;
	color: red;
}

.askQuestionModal .modal-body__message[b-hg72eurs1c] {
	padding: 25px 87px;
	background-color: #FCFCFC;
	border: 1.45px dashed #E4E4E7;
	border-radius: 16px;
	text-align: center;
	font-family: "Inter";
	font-optical-sizing: auto;
	font-style: normal;
	font-size: large;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	line-height: 25px;
	font-weight: 700;
}

.loader[b-hg72eurs1c] {
	display: inline-block;
	width: 50px;
	width: 18px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 4px solid;
	border-color: #fff #0000;
	padding: 0px;
	margin-left: 5px;
	animation: l1-b-hg72eurs1c 1s infinite;
}

@keyframes l1-b-hg72eurs1c {
	to {
		transform: rotate(.5turn)
	}
}

[b-hg72eurs1c] .validation-message {
	white-space: pre-wrap !important;
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/AccountSetupComponent.razor.rz.scp.css */
.account-setup-component[b-ecrf4emrum] {
    width:487px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.input_group[b-ecrf4emrum] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label[b-ecrf4emrum] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-ecrf4emrum] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}
label .checkmark[b-ecrf4emrum] {
    min-width:18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}



.password-input-container[b-ecrf4emrum] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-ecrf4emrum] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

label.checkbox-label[b-ecrf4emrum] {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items:center;
}


    label.checkbox-label input[b-ecrf4emrum] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.checkbox-label input:checked ~ .checkmark[b-ecrf4emrum] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

    label.checkbox-label p[b-ecrf4emrum] {
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    label.checkbox-label p a[b-ecrf4emrum] {
        color: rgba(0, 84, 150, 1);
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
    }

.error-status p[b-ecrf4emrum] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}


@media (max-width:500px) {
    .account-setup-component[b-ecrf4emrum] {
        width:100%;
        height:100%;
        gap:20px;
    }
}

.sign-in-options[b-ecrf4emrum] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 13px;
}

.options-btn-container[b-ecrf4emrum] {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 15px;
    justify-content: center;
}

    .options-btn-container .btn[b-ecrf4emrum] {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 4px 13px !important;
        gap: 13px;
        border-radius: 14px;
        border-width: 1px;
        border: 1px solid rgba(0, 84, 150, 1);
        box-shadow: none;
        font-family: Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
    }

.divider[b-ecrf4emrum] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    vertical-align: middle;
    color: rgba(154, 160, 173, 1);
}

.divider-line[b-ecrf4emrum] {
    border-width: 1px;
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 0;
    flex: 1;
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/DirectSignupComponent.razor.rz.scp.css */
.account-setup-component[b-sr14qnskmi] {
    width:100% !important;
    display:flex;
    flex-direction:column;
    gap:23px;
}

.input_group[b-sr14qnskmi] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label[b-sr14qnskmi] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-sr14qnskmi] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}
label .checkmark[b-sr14qnskmi] {
    min-width:18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}



.password-input-container[b-sr14qnskmi] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-sr14qnskmi] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

label.checkbox-label[b-sr14qnskmi] {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items:center;
}


    label.checkbox-label input[b-sr14qnskmi] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.checkbox-label input:checked ~ .checkmark[b-sr14qnskmi] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

    label.checkbox-label p[b-sr14qnskmi] {
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    label.checkbox-label p a[b-sr14qnskmi] {
        color: rgba(0, 84, 150, 1);
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
    }

.error-status p[b-sr14qnskmi] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}


@media (max-width:500px) {
    .account-setup-component[b-sr14qnskmi] {
        width:100%;
        height:100%;
        gap:20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/ExpertSignUpComponent.razor.rz.scp.css */
.expert-sign-up-container[b-qdesjrl25r]{
    display:flex;
    flex-direction:column;
    gap:26px;
    padding-top:26px;
}


@media (max-width:660px){
    .expert-sign-up-container[b-qdesjrl25r] {
        gap: 20px;
        padding-top:20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/ExpertSignUpProgressBar.razor.rz.scp.css */
.progress-bar-container[b-ivy2s8p9ka] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6.15px;
}


.progress-step[b-ivy2s8p9ka] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6.15px;
    align-items: center;
}

.title[b-ivy2s8p9ka] {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(151, 148, 164, 1);
}

.icon path[b-ivy2s8p9ka] {
    color: rgba(151, 148, 164, 1) !important;
}

.dash rect[b-ivy2s8p9ka] {
    fill: rgba(151, 148, 164, 1) !important;
}

.progress-step.hidden[b-ivy2s8p9ka] {
    display: none !important;
}

.progress-step .icon[b-ivy2s8p9ka] {
    width: 18px !important;
    height: 18px !important;
}

.progress-step.active .icon path[b-ivy2s8p9ka] {
    stroke: black !important;
}

.progress-step.active .title[b-ivy2s8p9ka] {
    color: black !important;
}

.progress-step.completed .icon path[b-ivy2s8p9ka] {
    stroke: var(--askQuestion-primary-hex) !important;
}

.progress-step.completed .title[b-ivy2s8p9ka] {
    color: var(--askQuestion-primary-hex) !important;
}


.progress-step.completed .dash rect[b-ivy2s8p9ka] {
    fill: var(--askQuestion-primary-hex) !important;
}

.long[b-ivy2s8p9ka]{
    margin-right:11px;
    margin-left:11px;
}


@media (min-width:600px) {
    .short[b-ivy2s8p9ka] {
        display: none !important;
    }
}


@media (max-width:600px) {
    .title[b-ivy2s8p9ka] {
        display: none;
       
    }

    .progress-step.active .title[b-ivy2s8p9ka] {
        display: flex;
    }

    .progress-step[b-ivy2s8p9ka] {
    }

        .progress-step .icon[b-ivy2s8p9ka] {
            width: 18px !important;
            height: 18px !important;
        }

        
        .progress-step .dash[b-ivy2s8p9ka] {
            margin-left: 14.85px;
        }

        .long[b-ivy2s8p9ka]{
            display:none !important;
        }

    .progress-bar-container[b-ivy2s8p9ka] {
        gap: 19px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/ForgotPasswordCompoents/ForgotPsswordCompletedComponent.razor.rz.scp.css */
.welcome-to-container[b-ms073ow0qx] {
    display:flex;
    flex-direction:column;
    gap:21px;
    align-items:center;
    padding-top:26px;
}

.welcome-to-header[b-ms073ow0qx]{
    display:flex;
    flex-direction:column;
    gap:13px;
    padding-bottom:18px;
    align-items:center;
}

.title[b-ms073ow0qx] {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
    text-align:center;
}

.icon[b-ms073ow0qx]{

}

.text-container[b-ms073ow0qx] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid rgba(225, 225, 225, 1);
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    padding: 31px 81px 6px 81px;
}

.text[b-ms073ow0qx] {
   
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--askQuestion-primary);
   
}

.subtext[b-ms073ow0qx] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.subtext a[b-ms073ow0qx]{
    text-decoration:none;
    color: var(--askQuestion-primary);
    text-decoration:underline;
}

.footer[b-ms073ow0qx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.footer p[b-ms073ow0qx] {

    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:rgba(0, 0, 0, 1);
}


.social-Links[b-ms073ow0qx] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    justify-content:center;
}


@media (max-width:660px){
    .welcome-to-container[b-ms073ow0qx]{
        padding-top:20px;
    }

    .welcome-to-header[b-ms073ow0qx]{
        gap:20px;
        padding-bottom:0px;
    }
    .title[b-ms073ow0qx] {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
        text-align: center;
    }

    .icon[b-ms073ow0qx] {
        width: 90.48983764648438px !important;
        height: 96.99987030029297px !important;
    }

    .text-container[b-ms073ow0qx] {
        padding: 18.5px 14.5px 16px 14.5px;
        gap:18px;
    }
    .text[b-ms073ow0qx] {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
        text-align: center;
    }

    .subtext[b-ms073ow0qx] {
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/ForgotPasswordCompoents/ResetPasswordComponent.razor.rz.scp.css */
.account-setup-component[b-fya8hd65eu] {
    width:487px;
    display:flex;
    flex-direction:column;
    gap:23px;
}

.input_group[b-fya8hd65eu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label[b-fya8hd65eu] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-fya8hd65eu] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}
label .checkmark[b-fya8hd65eu] {
    min-width:18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}



.password-input-container[b-fya8hd65eu] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-fya8hd65eu] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

label.checkbox-label[b-fya8hd65eu] {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items:center;
}


    label.checkbox-label input[b-fya8hd65eu] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.checkbox-label input:checked ~ .checkmark[b-fya8hd65eu] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

    label.checkbox-label p[b-fya8hd65eu] {
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    label.checkbox-label p a[b-fya8hd65eu] {
        color: rgba(0, 84, 150, 1);
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
    }

.error-status p[b-fya8hd65eu] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}


@media (max-width:500px) {
    .account-setup-component[b-fya8hd65eu] {
        width:100%;
        height:100%;
        gap:20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/ForgotPasswordCompoents/SendEmailComponent.razor.rz.scp.css */
.account-setup-component[b-7ipv0z6po8] {
    width:487px;
    display:flex;
    flex-direction:column;
    gap:23px;
}

.input_group[b-7ipv0z6po8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label[b-7ipv0z6po8] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-7ipv0z6po8] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}
label .checkmark[b-7ipv0z6po8] {
    min-width:18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}



.password-input-container[b-7ipv0z6po8] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-7ipv0z6po8] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

label.checkbox-label[b-7ipv0z6po8] {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items:center;
}


    label.checkbox-label input[b-7ipv0z6po8] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.checkbox-label input:checked ~ .checkmark[b-7ipv0z6po8] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }

    label.checkbox-label p[b-7ipv0z6po8] {
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    label.checkbox-label p a[b-7ipv0z6po8] {
        color: rgba(0, 84, 150, 1);
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
    }

.error-status p[b-7ipv0z6po8] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}


@media (max-width:500px) {
    .account-setup-component[b-7ipv0z6po8] {
        width:100%;
        height:100%;
        gap:20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/PersonalInfoComponent.razor.rz.scp.css */
.personal-info-component[b-jwxl27pdry] {
    width: 487px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.input_group[b-jwxl27pdry] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

label[b-jwxl27pdry] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-jwxl27pdry] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

.error-status p[b-jwxl27pdry] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}

@media (max-width:500px) {
    .personal-info-component[b-jwxl27pdry] {
        width: 100%;
        height: 100%;
        gap: 20px;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/SignUpComponent.razor.rz.scp.css */
.sign-in-container[b-utqoewfj7j]{
    width:487px;
    display:flex;
    flex-direction:column;
    padding:26px 0px 0px 0px;
    gap:26px;
    min-height:max-content !important;
    flex:1;
}

.sign-in-header[b-utqoewfj7j] {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    gap: 6px;
}

    .sign-in-header .title[b-utqoewfj7j] {
        font-family: Inter;
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.26px;
        text-align:center;
        color:rgba(0, 0, 0, 1);
    }


    .sign-in-header .subtitle[b-utqoewfj7j] {
        font-family: Inter;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -1%;
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }

.sign-in-options[b-utqoewfj7j] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 13px;
}
.options-btn-container[b-utqoewfj7j] {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 15px;
    justify-content:center;
}

.options-btn-container .btn[b-utqoewfj7j] {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 13px !important;
    gap: 13px;
    border-radius: 14px;
    border-width: 1px;
    border: 1px solid rgba(0, 84, 150, 1);
    box-shadow: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.divider[b-utqoewfj7j] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    vertical-align: middle;
    color: rgba(154, 160, 173, 1);
}

.divider-line[b-utqoewfj7j] {
    border-width: 1px;
    border: 1px solid rgba(225, 228, 233, 1);
    padding:0;
    flex: 1;
}


.sign-in-content[b-utqoewfj7j] {
    display: flex;
    flex-direction:column;
    gap: 14px;
}

.sign-in-content .input-container[b-utqoewfj7j]{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sign-in-content .input-container label[b-utqoewfj7j]{
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);

}

.sign-in-content .input-container input[b-utqoewfj7j] {
  
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding:10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

.sign-in-content .options[b-utqoewfj7j]{
   display:flex;
   flex-direction:row;
   justify-content: space-between;
}

.password-input-container[b-utqoewfj7j] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    padding: 10px 12px 10px 16px;
}

.password-input-container input[b-utqoewfj7j] {
    flex: 1;
    height: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 1);
    border: none !important;
    border-radius: 0px !important;
}

.sign-in-content .options a[b-utqoewfj7j]{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color:var(--askQuestion-primary) !important;
}

.sign-in-content .options label.checkbox-label[b-utqoewfj7j]{
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
    gap: 10px;
    cursor:pointer;
    color:rgba(32, 16, 43, 1) !important;
}


label .checkmark[b-utqoewfj7j] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-utqoewfj7j] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label input:checked ~ .checkmark[b-utqoewfj7j] {
    background: var(--askQuestion-primary) !important;
    border: 2px solid rgb(255, 255, 255);
}


.error-status p[b-utqoewfj7j] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}

.forgot-password[b-utqoewfj7j]{
    cursor:pointer;
}

@media(max-width:660px) {
    .sign-in-container[b-utqoewfj7j] {
        width: 100%;
        height: 608px !important;
        min-height: max-content !important;
    }

    .sign-in-header[b-utqoewfj7j] {
        padding: 0px 0px;
    }

    
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/SignUpModalComponent.razor.rz.scp.css */
.footerText a[b-duqp4f36br]{
    color:var(--askQuestion-primary);
}

.register-options[b-duqp4f36br] {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    flex-wrap:wrap;
}

.register-options .btn[b-duqp4f36br] {
    display: flex;
    flex-direction: row;
    gap: 19px;
    border: none !important;
    box-shadow: none !important;
    width: calc( (100% - 9px) / 2);
    height: 50;
    border-radius: 14px;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    gap: 10px;
    background: rgba(243, 243, 243, 1);
    align-items:center;
}

.register-options .btn p[b-duqp4f36br]{
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    flex:1;
}

.register-options .btn:hover[b-duqp4f36br]{
     background: rgba(227, 227, 227, 1)
}

.register-options .btn:focus[b-duqp4f36br]{
     background: rgba(227, 227, 227, 1)
}

.icon[b-duqp4f36br] {
    width: 40px;
    height: 40px;
    border-radius: 12.5px;
    background: rgba(255, 255, 255, 1);
}

@media(max-width:660px) {
    .register-options .btn[b-duqp4f36br] {
        width: 100%;
    }

    
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/StrongPasswordComponent.razor.rz.scp.css */
.strong-password-container[b-yofrct3giz] {
    width: 100% !important;
    height: 100% !important;
    border-radius: 13px;
    border-width: 1px;
    border: 1px solid rgba(83, 150, 204, 1);
    background: rgba(212, 227, 238, 1);
    padding:15px 18px 15px 17px;
    display:flex;
    flex-direction:column;
}

.strong-password-header[b-yofrct3giz] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items:center;
    margin-bottom: 11px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    vertical-align: middle;
    color: rgba(15, 18, 26, 1);
}

.must-include-title[b-yofrct3giz] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    vertical-align: middle;
    color: rgba(0, 84, 150, 1);
}

.must-include-container[b-yofrct3giz] {
    border-radius: 11px;
    border-width: 1px;
    border: 1px solid rgba(144, 195, 236, 1);
    background: rgba(249, 249, 249, 0.67);
    padding:13px 16px 16px 16px;
}

.must-include-list[b-yofrct3giz] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.must-include-list-item[b-yofrct3giz] {
    display: flex;
    flex-direction: row;
    gap: 7px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(120, 119, 138, 1);
}


.red[b-yofrct3giz]{
    color:red !important;
}

.red svg path[b-yofrct3giz]{
    stroke:red !important;
}

.success[b-yofrct3giz] {
    color: rgba(0, 84, 150, 1) !important;
}

.success svg path[b-yofrct3giz]{
    stroke: rgba(0, 84, 150, 1) !important;
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/VerifyEmailComponent.razor.rz.scp.css */
.error-status p[b-rfzt9d9dnu] {
    max-width: 100%;
    text-wrap: wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: Inter;
    color: red;
}
/* _content/PickAns.ComponentLibrary/Modals/SignUpModal/WelcomeComponent.razor.rz.scp.css */
.welcome-to-container[b-5t255vax76] {
    display:flex;
    flex-direction:column;
    gap:21px;
    align-items:center;
    padding-top:26px;
}

.welcome-to-header[b-5t255vax76]{
    display:flex;
    flex-direction:column;
    gap:13px;
    padding-bottom:18px;
    align-items:center;
}

.title[b-5t255vax76] {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
    text-align:center;
}

.icon[b-5t255vax76]{

}

.text-container[b-5t255vax76] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid rgba(225, 225, 225, 1);
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    padding: 31px 81px 6px 81px;
}

.text[b-5t255vax76] {
   
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--askQuestion-primary);
   
}

.subtext[b-5t255vax76] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.subtext a[b-5t255vax76]{
    text-decoration:none;
    color: var(--askQuestion-primary);
    text-decoration:underline;
}

.footer[b-5t255vax76] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.footer p[b-5t255vax76] {

    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:rgba(0, 0, 0, 1);
}


.social-Links[b-5t255vax76] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    justify-content:center;
}


@media (max-width:660px){
    .welcome-to-container[b-5t255vax76]{
        padding-top:20px;
    }

    .welcome-to-header[b-5t255vax76]{
        gap:20px;
        padding-bottom:0px;
    }
    .title[b-5t255vax76] {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
        text-align: center;
    }

    .icon[b-5t255vax76] {
        width: 90.48983764648438px !important;
        height: 96.99987030029297px !important;
    }

    .text-container[b-5t255vax76] {
        padding: 18.5px 14.5px 16px 14.5px;
        gap:18px;
    }
    .text[b-5t255vax76] {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
        text-align: center;
    }

    .subtext[b-5t255vax76] {
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
}
/* _content/PickAns.ComponentLibrary/Modals/WebModalComponent.razor.rz.scp.css */
.modal[b-5w9wuj5cez] {
    position: fixed;
    top: 0;
    backdrop-filter: brightness(0.4);
    left: 0;
    z-index: 1055;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-title[b-5w9wuj5cez] {
    width: 100%;
    text-align: center;
}

.modal-content[b-5w9wuj5cez] {
    margin-top: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    outline: 0;
    overflow: hidden;
}

.modal-header[b-5w9wuj5cez] {
    background-color: #F8F8F8;
    border-color: var(--primary-color);
    button
    {
           border-color: var(--primary-color);
    }       
}
.modal-footer[b-5w9wuj5cez] {
    border-color: var(--primary-color);
}


.modal-footer button[b-5w9wuj5cez] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    height: 28px;
    color: white;
    width: max-content;
    background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0
}

/* _content/PickAns.ComponentLibrary/Notification/NotificationComponent.razor.rz.scp.css */
.notification[b-mruqbsl8ma] {
    display: flex;
    direction: row;
    margin: 21px 26px 0px 27px;
    padding: 0 0 21px 0;
    align-items: flex-start;
    gap: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.notification-card[b-mruqbsl8ma] {
    width: 100%;
    position: relative;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    background-color: transparent;
    padding: 0;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s;
}



.user-avatar[b-mruqbsl8ma] {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    overflow: visible;
}

    .user-avatar img[b-mruqbsl8ma] {
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        object-fit: cover;
    }



.notification-details[b-mruqbsl8ma] {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 13px;
}

.notification-title[b-mruqbsl8ma] {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 9px;
    flex-direction: row;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
    text-align:left;
}




.notification-description[b-mruqbsl8ma] {
    color: rgba(120, 119, 138, 1);
    position: initial;
    width: 100%;
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
}





.footer[b-mruqbsl8ma] {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    color: rgba(120, 119, 138, 1);
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
}


.action[b-mruqbsl8ma] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(0, 84, 150, 1);
}


.action:hover[b-mruqbsl8ma] {
    transform: translateY(-2px);
}

@media(max-width:660px){
    .notification[b-mruqbsl8ma] {
        margin: 23px 28.5px 0 28.5px;
    }
}
/* _content/PickAns.ComponentLibrary/Notification/NotificationListComponent.razor.rz.scp.css */
.notification-window[b-cwnkx6rtz9]{
    display:flex;
    flex-direction:column;
    gap:0px;
    padding:0px;
    flex: 1;
    min-height: 0;
    background: white;
    overflow: hidden;
}

.notification-container[b-cwnkx6rtz9] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 26px 27px 25px 25px;
    align-items: center;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.title[b-cwnkx6rtz9] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    align-items: anchor-center;
}

.notification-list[b-cwnkx6rtz9] {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    /* Enable smooth momentum scrolling on iOS */
}


.notification-list[b-cwnkx6rtz9]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.notification-list[b-cwnkx6rtz9]::-webkit-scrollbar {
    width: 5px;
    background-color: white;
    border-radius: 9px;
}

.notification-list[b-cwnkx6rtz9]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
    cursor: pointer;
}

@media (max-width:660px) {
    .notification-container[b-cwnkx6rtz9] {
        padding: 15px 28px 0 28px;
        border-bottom: none;
    }
}
/* _content/PickAns.ComponentLibrary/Offers/AnswerOfferCountComponent.razor.rz.scp.css */
.title[b-6n8l191fcl] {
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-count-container[b-6n8l191fcl] {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    font-family: "Inter";
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #FCFCFC;
    border-radius: 16px;
    border: 1.5px solid #E4E4E7;
    padding:40px;
}
/* _content/PickAns.ComponentLibrary/Offers/AnswerOfferListComponent.razor.rz.scp.css */
.title[b-p25vogwjkb] {
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
    margin-bottom: 20px;
    width:max-content;
}

.offerComponent[b-p25vogwjkb] {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    font-family: "Inter";
    padding-bottom: 10px;
}

.scrollable[b-p25vogwjkb] {
    height: 80vh;
    overflow-y:auto;
}

/* _content/PickAns.ComponentLibrary/Offers/MakeOfferContainerComponent.razor.rz.scp.css */
@media(max-width:500px) {
    .expert-buttons[b-rukey9ajw7] {
        flex-direction: column-reverse !important;
    }
}

.expert-buttons[b-rukey9ajw7] {
    margin-top: 25px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0px 5px
}

button[b-rukey9ajw7] {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    height: 28px;
    color: white;
    /* Pickans/Verticals/Health/600 */
    background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0
}

  
/* _content/PickAns.ComponentLibrary/Offers/OfferComponent.razor.rz.scp.css */
.offer-container[b-khaonrpc0w] {
    padding: 0px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(230, 232, 236, 1);
}

.offer-info[b-khaonrpc0w] {
    display: flex;
    flex-direction: row;
    gap:22px;
    max-width:60%;
}

.offer-info-container[b-khaonrpc0w] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:19px;
}

.profile-image[b-khaonrpc0w] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px rgba(238, 238, 238, 0.25), 0px 0px 0px 4px rgba(0, 0, 0, 0.02) inset;
    border: 1px solid rgba(239, 239, 239, 1);
}

.offer-expert-rating[b-khaonrpc0w] {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items:center;
}


.info[b-khaonrpc0w] {
    align-items:flex-start;
}

.expert-info[b-khaonrpc0w] {
    display: flex;
    flex-direction: column;
    gap:4px;
}

.expert-name[b-khaonrpc0w] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
}

.expert-oocupation[b-khaonrpc0w] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
}

.budget[b-khaonrpc0w] {
    padding: 6px 9.5px 8px 9.5px;
    background: rgba(246, 251, 255, 1);
    border: 1px solid rgba(0, 84, 150, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.action-area[b-khaonrpc0w] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-width:max-content;

}

.date-stamp[b-khaonrpc0w] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(53, 52, 63, 1);
    align-itemss: center;
    justify-content: end;
    margin-bottom:4px;
}

.offer-status[b-khaonrpc0w] {
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: rgba(53, 52, 63, 1) !important;
}

.btn-make-offer[b-khaonrpc0w] {
    height: 32px;
    padding: 4px 23px;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width: 600px) and (min-width: 300px){
    .expert-oocupation[b-khaonrpc0w]{
        overflow:visible;
        min-width:max-content;
    }

}
/* _content/PickAns.ComponentLibrary/Offers/OfferModalComponent.razor.rz.scp.css */
.make-offer-header[b-x2nbxy59f7]{
    display:flex;
    flex-direction:column;
    padding:0px;
    gap:0px;
    align-items:center;
}

.make-offer-title[b-x2nbxy59f7] {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.make-offer-subtitle[b-x2nbxy59f7] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.reason-container[b-x2nbxy59f7] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 11px;
}

.reason-label[b-x2nbxy59f7] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.reason-container textarea[b-x2nbxy59f7]{
    max-height:95px !important;
}

.make-offer-input-container[b-x2nbxy59f7] {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    padding: 0px;
    gap: 24px;
}
.make-offer-input-container div[b-x2nbxy59f7]{
    width:calc(50% - 12px);
}


.confirm-message[b-x2nbxy59f7] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    min-height:400px;
}

@media (max-width:600px) {
    .reason-container textarea[b-x2nbxy59f7] {
        max-height: 141px !important;
    }
    .make-offer-header[b-x2nbxy59f7] {
        gap:6px;
    }
    .make-offer-title[b-x2nbxy59f7] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }
    .make-offer-subtitle[b-x2nbxy59f7] {
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
}

[b-x2nbxy59f7] .e-input-group, .e-input-group.e-control-wrapper[b-x2nbxy59f7] {
    border: none !important;
}

[b-x2nbxy59f7] .e-input-group::after, .e-input-group.e-control-wrapper[b-x2nbxy59f7]::after {
    background:none !important;
}

[b-x2nbxy59f7] .e-input-group::before, .e-input-group.e-control-wrapper[b-x2nbxy59f7]::before {
    background: none !important;
}

/* _content/PickAns.ComponentLibrary/Offers/OffersListComponent.razor.rz.scp.css */
.offer-list-card[b-555swpskqb] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    border-radius:16px;
}

.offer-list-header[b-555swpskqb]{
    display:flex;
    flex-direction:row;
    gap:11px;
    padding:24px 32px 26px 32px;
    align-items:center;
}

.offer-list-title[b-555swpskqb] {
    font-family: Inter;
    font-weight: 500;
    font-size: 17.66px;
    line-height: 17.66px;
    letter-spacing: -1%;
    color: rgba(0, 0, 0, 1);
}

.offer-count-container[b-555swpskqb] {
    position: relative;
    border-radius: 5.19px;
    /*backdrop-filter: blur(23.703702926635742px);
    border: 0.74px solid;
    border-image-source: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);*/
    background: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);
    height: 20px;
    padding: 0.74px;
}

/*.offer-count-container::before {
    width: calc(100% + 1.48px);
    content: '';
    position: absolute;
    top: -0.74px;
    left: -0.74px;
    right: -0.74px;
    bottom: -0.74px;
    height: calc(100% + 1.48px);
    z-index: 0;
    backdrop-filter: blur(23.703702926635742px);
    background: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);
    border-radius: 5.19px;
}*/



.offer-count[b-555swpskqb] {
    border-radius: 5.19px;
    background: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 11.85px;
    line-height: 14.81px;
    letter-spacing: 0px;
    color: rgba(75, 74, 89, 1);
    padding: 0px 6px;
    height: 100%;
    width: 100%;
    align-content: center;
}

.offer-list-container[b-555swpskqb] {
    padding: 26px;
    display: flex;
    flex-direction: column;
    border-top:1px solid rgba(230, 232, 236, 1);
    gap:15px;
}

@media (min-width: 1290px) and (max-width: 1490px) {
    .offer-list-container[b-555swpskqb] {
        padding: 15px 10px 36px 3px;
    }
}

@media (max-width:600px) {
    .offer-list-container[b-555swpskqb] {
        padding: 15px 15px 36px 3px;
    }
}
/* _content/PickAns.ComponentLibrary/Offers/OfferSummaryComponent.razor.rz.scp.css */
.title[b-kdqzc1mhea] {
    margin-bottom: 0px;
    font-family: "Inter";
    font-size: 14px;
    color: #131316;
    font-weight: 700;
}

.lable[b-kdqzc1mhea] {
    margin-bottom: 0px;
    font-family: "Inter";
    font-size: 13px;
    color: #131316;
    font-weight: 400;
}

.OfferComponent[b-kdqzc1mhea] {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    font-family: "Inter";
    padding-bottom: 10px;
    background-color: #FAFAFA;
    border-radius: 16px;
    margin-right: 10px;
    border: 1.5px solid #E4E4E7;
}

.row[b-kdqzc1mhea] {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.col-5[b-kdqzc1mhea],
.col-6[b-kdqzc1mhea] {
    /*flex: 1;*/ /* Equal width for both columns */
    padding: 10px; /* Adjust padding as needed */
}

/* Media query for smaller screens (adjust breakpoint as needed) */
@media (max-width: 600px) {
    .col-5[b-kdqzc1mhea],
    .col-6[b-kdqzc1mhea] {
        flex: 100%; /* Full width for each column */
    }
}

/* _content/PickAns.ComponentLibrary/Payments/PaymentMethodChoiseComponent.razor.rz.scp.css */
/*
.btn-secondary {
    color: black;
    background-color: white;
    border-color: black;
    width: 100%;
    height: 40px;
}

.btn-primary {
    color: white;
    background-color: black;
    width: 100%;
    height: 40px;
}

.hide {
    display: none;
}

.categoriesButtons > div:first-child button {
    border-right: 1px solid #D1D1D6 !important;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 8px;
}

.categoriesButtons > div {
    width: 50%;
}*/

.categoriesButtons  div[b-zpjombyx21] {
     width: calc(50% - 5px );
}

/* _content/PickAns.ComponentLibrary/Payments/PaymentModalComponent.razor.rz.scp.css */
.error-status[b-ktx5dfwd2t] {
    font-family: "Inter";
    color: red;
}
.modal-body__yourQuestion[b-ktx5dfwd2t]{
    min-height:250px;
}


.make-offer-header[b-ktx5dfwd2t] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0px;
    align-items: center;
}

.make-offer-title[b-ktx5dfwd2t] {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.make-offer-subtitle[b-ktx5dfwd2t] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.reason-container[b-ktx5dfwd2t] {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 11px;
}

.reason-label[b-ktx5dfwd2t] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.reason-container textarea[b-ktx5dfwd2t] {
    max-height: 95px !important;
}

.make-offer-input-container[b-ktx5dfwd2t] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    gap: 24px;
}

    .make-offer-input-container div[b-ktx5dfwd2t] {
        width: calc(50% - 12px);
    }


.confirm-message[b-ktx5dfwd2t] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    min-height: 400px;
}

@media (max-width:600px) {
    .reason-container textarea[b-ktx5dfwd2t] {
        max-height: 141px !important;
    }

    .make-offer-header[b-ktx5dfwd2t] {
        gap: 6px;
    }

    .make-offer-title[b-ktx5dfwd2t] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .make-offer-subtitle[b-ktx5dfwd2t] {
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
}

[b-ktx5dfwd2t] .e-input-group, .e-input-group.e-control-wrapper[b-ktx5dfwd2t] {
    border: none !important;
}

    [b-ktx5dfwd2t] .e-input-group::after, .e-input-group.e-control-wrapper[b-ktx5dfwd2t]::after {
        background: none !important;
    }

    [b-ktx5dfwd2t] .e-input-group::before, .e-input-group.e-control-wrapper[b-ktx5dfwd2t]::before {
        background: none !important;
    }

/* _content/PickAns.ComponentLibrary/PushNotifications/PushNotificationEditModalComponent.razor.rz.scp.css */
[b-s9s7h2mact] .e-checkbox-wrapper.e-checkbox-disabled .e-label {
    font-size: medium;
    font-weight: 600;
    font-family: "Inter";
}

[b-s9s7h2mact] .e-checkbox-wrapper .e-frame + .e-label, .e-css.e-checkbox-wrapper .e-frame + .e-label[b-s9s7h2mact] {
    font-size: medium;
    font-weight: 600;
    font-family: "Inter";
}
/* _content/PickAns.ComponentLibrary/Questions/EditQuestionComponent.razor.rz.scp.css */
@media(max-width:500px) {
    .question-edit-buttons[b-8qayk4uf4b] {
        flex-direction: column-reverse !important;
    }
}

.question-edit-buttons[b-8qayk4uf4b] {
    margin-top: 25px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0px 5px
}

button[b-8qayk4uf4b] {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    height: 28px;
    color: white;
    /* Pickans/Verticals/Health/600 */
    background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0
}
/* _content/PickAns.ComponentLibrary/Questions/ExpertHomePageQuestionListComponent.razor.rz.scp.css */
body[b-l6c2gv96md] {
}
/* _content/PickAns.ComponentLibrary/Questions/ExpertHomePageUserQuestionSummaryComponent.razor.rz.scp.css */
.question-advice-container[b-nvd9yydo9r] {
    width: 100%;
    border-radius: 20px;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #e0e0e0; /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #333;
    cursor: pointer;
}

.question[b-nvd9yydo9r], .answer[b-nvd9yydo9r] {
    margin-bottom: 15px;
}

.answer[b-nvd9yydo9r] {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    gap: 11px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
}

.user-info[b-nvd9yydo9r] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor:pointer;
}

.user-avatar[b-nvd9yydo9r] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .user-avatar img[b-nvd9yydo9r] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.expert-avatar[b-nvd9yydo9r] {
    /* Add any specific styling for the expert avatar if needed */
    width: 24px;
    height: 24px;
}

.user-details[b-nvd9yydo9r] {
    flex-grow: 1;
}

.user-name[b-nvd9yydo9r] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

    .user-name.expert[b-nvd9yydo9r] {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(10, 12, 20, 1);
    }

.user-meta[b-nvd9yydo9r] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1); /* Bootstrap secondary color */
    display: flex;
    align-items: center;
    gap: 10px;
}

.black[b-nvd9yydo9r] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-nvd9yydo9r] {
    color: rgba(151, 148, 164, 1);
}

.time[b-nvd9yydo9r] {
    color: black;
}

.expert-badge[b-nvd9yydo9r] {
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: bold;
}

.icon[b-nvd9yydo9r] {
    width: 16px;
    height: 16px;
    fill: #6c757d; /* Bootstrap secondary color for icons */
    margin-left: 5px;
    vertical-align: middle;
}

    .icon.verified[b-nvd9yydo9r] {
        fill: #198754; /* Bootstrap success color for verified icon */
    }

.question-text[b-nvd9yydo9r] {
    line-height: 1.4;
    word-break: break-word;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    overflow: overlay;

}

.see-more[b-nvd9yydo9r] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.arrow-down[b-nvd9yydo9r] {
    width: 12px;
    height: 12px;
    fill: #0d6efd;
    vertical-align: middle;
    margin-left: 3px;
}

.answer-separator[b-nvd9yydo9r] {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.answer-text[b-nvd9yydo9r] {
    border-radius: 18px;
    /* top: 50px; */
    /* left: 3px; */
    border-width: 1px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    padding: 26px;
}

.interaction-area[b-nvd9yydo9r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px 0px;
    gap: 10px;
}

.read-count[b-nvd9yydo9r] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}



.see-full-answer-button[b-nvd9yydo9r] {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9em;
}

    .see-full-answer-button:hover[b-nvd9yydo9r] {
        background-color: #0b5ed7;
    }

.social-actions[b-nvd9yydo9r] {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: row;
}

.likes[b-nvd9yydo9r], .comments[b-nvd9yydo9r], .bookmark[b-nvd9yydo9r] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  rgba(151, 148, 164, 1);
}

.bookmark[b-nvd9yydo9r] {
    margin-left: auto;
}

    .likes:hover[b-nvd9yydo9r], .comments:hover[b-nvd9yydo9r], .bookmark:hover[b-nvd9yydo9r] {
        color: #333;
        cursor: pointer;
    }

.likes .icon.heart[b-nvd9yydo9r],
.comments .icon.comment[b-nvd9yydo9r] {
    margin-right: 5px;
}

.bookmark .icon.bookmark[b-nvd9yydo9r] {
    margin-left: auto; /* Push bookmark to the right in the social actions */
    margin-right: 0;
    color: #0d6efd; /* Highlight the bookmark icon */
}

.likes[b-nvd9yydo9r] {
    cursor: pointer;
    user-select: none;
    transition: transform 0.2s ease-in-out;
    gap: 8px;
}

likes:hover[b-nvd9yydo9r] {
    transform: scale(1.05);
}

.heart-icon[b-nvd9yydo9r] {
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/*.heart-icon:hover path{
    stroke:black !important;
}*/

.likes.liked .heart-icon[b-nvd9yydo9r] {
    fill: red;
    stroke: red !important;
    transform: scale(1);
}

    .likes.liked .heart-icon path[b-nvd9yydo9r] {
        fill: red !important;
        stroke: red !important;
    }

    .likes.liked .heart-icon:hover path[b-nvd9yydo9r] {
        fill: red !important;
        stroke: red !important;
    }

.likes.pulsing .heart-icon[b-nvd9yydo9r] {
    animation: heart-pulse-b-nvd9yydo9r 0.3s ease-out; /* Apply animation when 'pulsing' class is present */
}

.devider[b-nvd9yydo9r] {
    border-top: 1px solid rgba(225, 225, 225, 1);
    margin-top: 12px;
}

@keyframes heart-pulse-b-nvd9yydo9r {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.btn[b-nvd9yydo9r] {
    border-radius: 10px;
    padding: 4px 23px;
    height:40px;
}

.expert-details[b-nvd9yydo9r] {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 9px;
}

.question-header[b-nvd9yydo9r] {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.question-content[b-nvd9yydo9r] {
    padding: 20px;
}

.budget-status[b-nvd9yydo9r] {
    margin-left: auto;
    width: 64;
    height: 32;
    gap: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    border-radius: 10px;
   
    pointer-events: none;
    cursor: pointer;
    box-shadow: none;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}


.budget-status.premium[b-nvd9yydo9r] {
    border: 1px solid rgba(0, 84, 150, 1);
    color: rgba(0, 84, 150, 1);
    background:rgba(246, 251, 255, 1);
}


@media (max-width:600px) {
    .interaction-area[b-nvd9yydo9r] {
        flex-direction: column;
        gap: 23px;
        margin-top: 13px;
        padding-left: 11.4px;
        padding-right: 11.4px;
    }

        .interaction-area .social-actions[b-nvd9yydo9r] {
            width: 100%;
        }

        .interaction-area .btn.btn-primary[b-nvd9yydo9r] {
            width: 100%;
            justify-content: flex-start;
            text-align: center;
            flex-direction: row;
        }

            .interaction-area .btn.btn-primary p[b-nvd9yydo9r] {
                flex: 1;
                text-align: center
            }

}
/* _content/PickAns.ComponentLibrary/Questions/HomePageQuestionListComponent.razor.rz.scp.css */
.categories__cardVideo[b-w7d99ygdmk] {
    max-width: 100%;
}
/* _content/PickAns.ComponentLibrary/Questions/HomePageUserQuestionSummaryComponent.razor.rz.scp.css */
.question-advice-container[b-kwr8j4mk59] {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 1); /* Light gray background */
    border: 1px solid rgba(225, 225, 225, 1); /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    color: #333;
    cursor:pointer;
}

.question[b-kwr8j4mk59]{
    margin-bottom: 21px;
}

.answer[b-kwr8j4mk59] {
    margin-bottom: 18px;
}

.answer[b-kwr8j4mk59] {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    gap: 11px;
    padding: 11px 3px 15px 3px;
}

.user-info[b-kwr8j4mk59] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;

}

.answer .user-info[b-kwr8j4mk59] {
    padding: 0px 17px;
}

.user-avatar[b-kwr8j4mk59] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .user-avatar img[b-kwr8j4mk59] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.expert-avatar[b-kwr8j4mk59] {
    /* Add any specific styling for the expert avatar if needed */
    width: 24px;
    height: 24px;
}

.user-details[b-kwr8j4mk59] {
    flex-grow: 1;
}

.user-name[b-kwr8j4mk59] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

    .user-name.expert[b-kwr8j4mk59] {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(10, 12, 20, 1);
    }

.user-meta[b-kwr8j4mk59] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.expert-details .user-meta[b-kwr8j4mk59] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.black[b-kwr8j4mk59] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-kwr8j4mk59] {
   
    color: rgba(151, 148, 164, 1);
}

.time[b-kwr8j4mk59] {
    color :black;
}

.expert-badge[b-kwr8j4mk59] {
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: bold;
}

.icon[b-kwr8j4mk59] {
    width: 16px;
    height: 16px;
    fill: #6c757d; /* Bootstrap secondary color for icons */
    margin-left: 5px;
    vertical-align: middle;
}

    .icon.verified[b-kwr8j4mk59] {
        fill: #198754; /* Bootstrap success color for verified icon */
    }

.question-text[b-kwr8j4mk59] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: overlay;
}

.see-more[b-kwr8j4mk59] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}

.arrow-down[b-kwr8j4mk59] {
    width: 12px;
    height: 12px;
    fill: #0d6efd;
    vertical-align: middle;
    margin-left: 3px;
}

.answer-separator[b-kwr8j4mk59] {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.answer-text[b-kwr8j4mk59] {
    border-radius: 18px;
    /* top: 50px; */
    /* left: 3px; */
    border-width: 1px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    padding: 26px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.answer-text p[b-kwr8j4mk59]{
    overflow-wrap:break-word;
}

.interaction-area[b-kwr8j4mk59] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 11.4px;
    padding-right: 11.4px;
}

.read-count[b-kwr8j4mk59] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

    

.see-full-answer-button[b-kwr8j4mk59] {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9em;
}

    .see-full-answer-button:hover[b-kwr8j4mk59] {
        background-color: #0b5ed7;
    }

.social-actions[b-kwr8j4mk59] {
    display: flex;
    align-items: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    /* margin-top: 15px; */
    height: 56px;
    padding-top: 8px;
    flex-direction: row;
    border-top: 1px solid rgba(225, 225, 225, 1);
}

.likes[b-kwr8j4mk59], .comments[b-kwr8j4mk59], .bookmark[b-kwr8j4mk59] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: rgba(151, 148, 164, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 15.09px;
    line-height: 22.64px;
    letter-spacing: 0%;
    gap: 8px;
}

.bookmark[b-kwr8j4mk59]{
    margin-left:auto;
}

    .likes:hover[b-kwr8j4mk59], .comments:hover[b-kwr8j4mk59], .bookmark:hover[b-kwr8j4mk59] {
        color: #333;
        cursor: pointer;
    }

    .likes .icon.heart[b-kwr8j4mk59],
    .comments .icon.comment[b-kwr8j4mk59] {
        margin-right: 5px;
    }

    .bookmark .icon.bookmark[b-kwr8j4mk59] {
        margin-left: auto; 
        margin-right: 0;
        color: #0d6efd; 
    }

.likes[b-kwr8j4mk59] {
    cursor: pointer;
    user-select: none; 
    transition: transform 0.2s ease-in-out;
}
likes:hover[b-kwr8j4mk59] {
    transform: scale(1.05); 
}

.heart-icon[b-kwr8j4mk59] {
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out; 
}


.likes.liked .heart-icon[b-kwr8j4mk59] {
    fill: red; 
    stroke: red; 
    transform: scale(1);
}

.likes.liked .heart-icon path[b-kwr8j4mk59] {
    fill: red !important;
    stroke: red !important;
}

.likes.pulsing .heart-icon[b-kwr8j4mk59] {
    animation: heart-pulse-b-kwr8j4mk59 0.3s ease-out; /* Apply animation when 'pulsing' class is present */
}

@keyframes heart-pulse-b-kwr8j4mk59 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}
.btn[b-kwr8j4mk59] {
    border-radius: 10px;
    height: 40px;
    gap: 10px;
    border-radius: 12px;
    padding-top: 4px;
    padding-right: 10.53px;
    padding-bottom: 4px;
    padding-left:14.74px;
    border-width: 0.81px;
    display: flex;
    align-items: center;
}

.expert-details[b-kwr8j4mk59] {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 9px;
}

.question-header[b-kwr8j4mk59] {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.question-content[b-kwr8j4mk59]{
    padding:20px;
}

.budget-status[b-kwr8j4mk59] {
    margin-left: auto;
    width: 64;
    height: 32;
    gap: 10px;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    border-radius: 10px;
    pointer-events: none;
    cursor: pointer;
    box-shadow: none;
    color: rgba(0, 170, 166, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.budget-status.free[b-kwr8j4mk59] {
    border: 1px solid rgba(28, 188, 185, 1);
    color: rgba(0, 170, 166, 1);
    background:rgba(246, 255, 255, 1);
}

.budget-status.premium[b-kwr8j4mk59] {
    border: 1px solid rgba(0, 84, 150, 1);
    color: rgba(0, 84, 150, 1);
    background:rgba(246, 251, 255, 1);
}

.budget[b-kwr8j4mk59] {
    display:flex;
    margin-left: -10px;
    gap: 10px;
    height: 32px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    background: rgba(246, 251, 255, 1);
    border: 1px solid var(--button-primary);
    color: var(--button-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    align-items:center;
}





@media (max-width:600px){
   
    .question-text[b-kwr8j4mk59] {
        overflow: overlay;
    }

    .see-more[b-kwr8j4mk59]{
        margin-top:21px;
        float:inline-start;
        width:100%;
    }

    .answer[b-kwr8j4mk59] {
        padding: 11px 3px 15px 3px;
    }

    .expert-details[b-kwr8j4mk59]{
        gap:10px;
        flex-wrap:wrap;
    }

    .expert-avatar[b-kwr8j4mk59]{
        margin-right:0px;
    }
    .expert-details .user-meta[b-kwr8j4mk59] {
        display: flex;
        min-width: 100%;
        justify-content: space-around;
    }

    .answer-text[b-kwr8j4mk59]{
        padding:27.5px 19.95px;
    }

    .interaction-area[b-kwr8j4mk59] {
        flex-direction: column;
        gap: 23px;
        margin-top: 13px;
        padding-left: 11.4px;
        padding-right: 11.4px;
    }

    .interaction-area .btn.btn-primary[b-kwr8j4mk59]{
        width:100%;
        justify-content:flex-start;
        text-align:center;
        flex-direction:row;
        
    }

    .interaction-area .btn.btn-primary p[b-kwr8j4mk59]{
        flex:1;
        text-align:center
    }

}

/* _content/PickAns.ComponentLibrary/Questions/MyQuestionList.razor.rz.scp.css */
body[b-wusm8wdzqt] {
}
/* _content/PickAns.ComponentLibrary/Questions/MyQuestionSummaryComponent.razor.rz.scp.css */
.question-advice-container[b-4tsjyqmcps] {
    width: 100%;
    border-radius: 20px;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #e0e0e0; /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #333;
    cursor:pointer;
}

.question[b-4tsjyqmcps], .answer[b-4tsjyqmcps] {
    margin-bottom: 15px;
}

.answer[b-4tsjyqmcps] {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    gap: 11px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
}

.user-info[b-4tsjyqmcps] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor:pointer;
}

.user-avatar[b-4tsjyqmcps] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .user-avatar img[b-4tsjyqmcps] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.expert-avatar[b-4tsjyqmcps] {
    /* Add any specific styling for the expert avatar if needed */
    width: 24px;
    height: 24px;
}

.user-details[b-4tsjyqmcps] {
    flex-grow: 1;
}

.user-name[b-4tsjyqmcps] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

    .user-name.expert[b-4tsjyqmcps] {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(10, 12, 20, 1);
    }

.user-meta[b-4tsjyqmcps] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1); /* Bootstrap secondary color */
    display: flex;
    align-items: center;
    gap: 10px;
}

.black[b-4tsjyqmcps] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-4tsjyqmcps] {
    color: rgba(151, 148, 164, 1);
}

.time[b-4tsjyqmcps] {
    color: black;
}

.expert-badge[b-4tsjyqmcps] {
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: bold;
}

.icon[b-4tsjyqmcps] {
    width: 16px;
    height: 16px;
    fill: #6c757d; /* Bootstrap secondary color for icons */
    margin-left: 5px;
    vertical-align: middle;
}

    .icon.verified[b-4tsjyqmcps] {
        fill: #198754; /* Bootstrap success color for verified icon */
    }

.question-text[b-4tsjyqmcps] {
    line-height: 1.4;
    word-break: break-word;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    overflow: overlay;
}

.see-more[b-4tsjyqmcps] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}

.arrow-down[b-4tsjyqmcps] {
    width: 12px;
    height: 12px;
    fill: #0d6efd;
    vertical-align: middle;
    margin-left: 3px;
}

.answer-separator[b-4tsjyqmcps] {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.answer-text[b-4tsjyqmcps] {
    border-radius: 18px;
    /* top: 50px; */
    /* left: 3px; */
    border-width: 1px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    padding: 26px;
}

.interaction-area[b-4tsjyqmcps] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.read-count[b-4tsjyqmcps] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}



.see-full-answer-button[b-4tsjyqmcps] {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9em;
}

    .see-full-answer-button:hover[b-4tsjyqmcps] {
        background-color: #0b5ed7;
    }

.social-actions[b-4tsjyqmcps] {
    display: flex;
    align-items: center;
    margin-top: 15px;
    display: flex;
    align-items: center;
    /* margin-top: 15px; */
    height: 56px;
    padding-top: 8px;
    flex-direction: row;
}

.likes[b-4tsjyqmcps], .comments[b-4tsjyqmcps], .bookmark[b-4tsjyqmcps] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:  rgba(151, 148, 164, 1);
}

.bookmark[b-4tsjyqmcps] {
    margin-left: auto;
}

    .likes:hover[b-4tsjyqmcps], .comments:hover[b-4tsjyqmcps], .bookmark:hover[b-4tsjyqmcps] {
        color: #333;
        cursor: pointer;
    }

.likes .icon.heart[b-4tsjyqmcps],
.comments .icon.comment[b-4tsjyqmcps] {
    margin-right: 5px;
}

.bookmark .icon.bookmark[b-4tsjyqmcps] {
    margin-left: auto; /* Push bookmark to the right in the social actions */
    margin-right: 0;
    color: #0d6efd; /* Highlight the bookmark icon */
}


.btn-primary[b-4tsjyqmcps] {
    border-radius: 10px;
    height: 40px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}


.btn-primary:disabled[b-4tsjyqmcps]{
    background: rgba(151, 148, 164, 1);
}

.expert-details[b-4tsjyqmcps] {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 9px;
}

.question-header[b-4tsjyqmcps] {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.question-content[b-4tsjyqmcps] {
    padding: 20px;
}

.budget-status[b-4tsjyqmcps] {
    margin-left: auto;
    width: 64;
    height: 32;
    gap: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    border-radius: 10px;
   
    pointer-events: none;
    cursor: pointer;
    box-shadow: none;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}


.budget-status.premium[b-4tsjyqmcps] {
    border: 1px solid rgba(0, 84, 150, 1);
    color: rgba(0, 84, 150, 1);
    background:rgba(246, 251, 255, 1);
}


.question-offer-status[b-4tsjyqmcps] {
    display: flex;
    flex-direction: row;
    gap: 6px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.primary[b-4tsjyqmcps] {
    color: rgba(0, 84, 150, 1);
}

.orange[b-4tsjyqmcps] {
    color: rgba(252, 138, 8, 1);
}

.red[b-4tsjyqmcps] {
    color: rgba(244, 12, 12, 1);
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionActivityFeedComponent.razor.rz.scp.css */
.question-advice-container[b-jnga3enun1] {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 1); /* Light gray background */
    border: 1px solid rgba(225, 225, 225, 1); /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    color: #333;
    margin-bottom:20px;
}

.question[b-jnga3enun1] {
    margin-bottom: 21px;
}

.answer[b-jnga3enun1] {
    margin-bottom: 18px;
}

.answer[b-jnga3enun1] {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 18px;
    border-width: 1px;
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    gap: 11px;
    padding: 11px 3px 15px 3px;
}

.user-info[b-jnga3enun1] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.answer .user-info[b-jnga3enun1] {
    padding: 0px 17px;
}

.user-avatar[b-jnga3enun1] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .user-avatar img[b-jnga3enun1] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.expert-avatar[b-jnga3enun1] {
    /* Add any specific styling for the expert avatar if needed */
    width: 24px;
    height: 24px;
}

.user-details[b-jnga3enun1] {
    flex-grow: 1;
}

.user-name[b-jnga3enun1] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}

    .user-name.expert[b-jnga3enun1] {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(10, 12, 20, 1);
    }

.user-meta[b-jnga3enun1] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.expert-details .user-meta[b-jnga3enun1] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.black[b-jnga3enun1] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-jnga3enun1] {
    color: rgba(151, 148, 164, 1);
}

.time[b-jnga3enun1] {
    color: black;
}

.expert-badge[b-jnga3enun1] {
    color: #0d6efd; /* Bootstrap primary color */
    font-weight: bold;
}

.icon[b-jnga3enun1] {
    width: 16px;
    height: 16px;
    fill: #6c757d; /* Bootstrap secondary color for icons */
    margin-left: 5px;
    vertical-align: middle;
}

    .icon.verified[b-jnga3enun1] {
        fill: #198754; /* Bootstrap success color for verified icon */
    }

.question-text[b-jnga3enun1] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: overlay;
}

.see-more[b-jnga3enun1] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}

.arrow-down[b-jnga3enun1] {
    width: 12px;
    height: 12px;
    fill: #0d6efd;
    vertical-align: middle;
    margin-left: 3px;
}

.answer-separator[b-jnga3enun1] {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-top: 10px;
}

.answer-text[b-jnga3enun1] {
    border-radius: 18px;
    /* top: 50px; */
    /* left: 3px; */
    border-width: 1px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    padding: 26px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.answer-text p[b-jnga3enun1] {
    overflow-wrap: break-word;
}

.interaction-area[b-jnga3enun1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 11.4px;
    padding-right: 11.4px;
}

.read-count[b-jnga3enun1] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}



.see-full-answer-button[b-jnga3enun1] {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9em;
}

    .see-full-answer-button:hover[b-jnga3enun1] {
        background-color: #0b5ed7;
    }

.social-actions[b-jnga3enun1] {
    display: flex;
    align-items: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    /* margin-top: 15px; */
    height: 56px;
    padding-top: 8px;
    flex-direction: row;
    border-top: 1px solid rgba(225, 225, 225, 1);
}

.likes[b-jnga3enun1], .comments[b-jnga3enun1], .bookmark[b-jnga3enun1] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: rgba(151, 148, 164, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 15.09px;
    line-height: 22.64px;
    letter-spacing: 0%;
    gap: 8px;
}

.bookmark[b-jnga3enun1] {
    margin-left: auto;
}

    .likes:hover[b-jnga3enun1], .comments:hover[b-jnga3enun1], .bookmark:hover[b-jnga3enun1] {
        color: #333;
        cursor: pointer;
    }

.likes .icon.heart[b-jnga3enun1],
.comments .icon.comment[b-jnga3enun1] {
    margin-right: 5px;
}

.bookmark .icon.bookmark[b-jnga3enun1] {
    margin-left: auto; /* Push bookmark to the right in the social actions */
    margin-right: 0;
    color: #0d6efd; /* Highlight the bookmark icon */
}


.btn[b-jnga3enun1] {
    border-radius: 10px;
    height: 40px;
    gap: 10px;
    border-radius: 12px;
    padding-top: 4px;
    padding-right: 10.53px;
    padding-bottom: 4px;
    padding-left: 14.74px;
    border-width: 0.81px;
    display: flex;
    align-items: center;
}

.expert-details[b-jnga3enun1] {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 9px;
}

.question-header[b-jnga3enun1] {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.question-content[b-jnga3enun1] {
    padding: 20px;
}

.budget-status[b-jnga3enun1] {
    margin-left: auto;
    width: 64;
    height: 32;
    gap: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    border-radius: 10px;
    pointer-events: none;
    cursor: pointer;
    box-shadow: none;
    color: rgba(0, 170, 166, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

    .budget-status.free[b-jnga3enun1] {
        border: 1px solid rgba(28, 188, 185, 1);
        color: rgba(0, 170, 166, 1);
        background: rgba(246, 255, 255, 1)
    }

    .budget-status.premium[b-jnga3enun1] {
        border: 1px solid rgba(0, 84, 150, 1);
        color: rgba(0, 84, 150, 1);
        background: rgba(246, 251, 255, 1);
    }

.budget[b-jnga3enun1] {
    display: flex;
    margin-left: -10px;
    gap: 10px;
    height: 32px;
    gap: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-width: 1px;
    background: rgba(246, 251, 255, 1);
    border: 1px solid var(--button-primary);
    color: var(--button-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    align-items: center;
}

.social-actions.mobile[b-jnga3enun1] {
    border-top: 0.94px solid rgba(225, 225, 225, 1);
    margin-top: 0;
}

@media(min-width:600px) {
    .social-actions.mobile[b-jnga3enun1] {
        display: none !important;
    }

    
}

@media (max-width:600px) {
    .social-actions[b-jnga3enun1] {
        display: none !important;
    }

    .social-actions.mobile[b-jnga3enun1] {
        display: flex !important;
        width:100%;
    }

    .question-advice-container[b-jnga3enun1] {
        box-shadow: none !important;
        border: none !important
    }

    .question-header[b-jnga3enun1]{
        border-bottom:none;
    }

    .question-content[b-jnga3enun1] {
        padding: 0px;
    }

    .question-text[b-jnga3enun1] {
        overflow: overlay;
    }

    .see-more[b-jnga3enun1] {
        margin-top: 21px;
        float: inline-start;
        width: 100%;
    }

    .answer[b-jnga3enun1] {
        padding: 11px 3px 15px 3px;
    }



    .expert-details[b-jnga3enun1] {
        gap: 10px;
        flex-wrap: wrap;
    }

    .expert-avatar[b-jnga3enun1] {
        margin-right: 0px;
    }

    .expert-details .user-meta[b-jnga3enun1] {
        display: flex;
        min-width: 100%;
        justify-content: space-around;
    }

    .answer-text[b-jnga3enun1] {
        padding: 27.5px 19.95px;
    }

    .interaction-area[b-jnga3enun1] {
        flex-direction: column;
        gap: 23px;
        margin-top: 13px;
        padding-left: 11.4px;
        padding-right: 11.4px;
    }

        .interaction-area .btn.btn-primary[b-jnga3enun1] {
            width: 100%;
            justify-content: flex-start;
            text-align: center;
            flex-direction: row;
        }

            .interaction-area .btn.btn-primary p[b-jnga3enun1] {
                flex: 1;
                text-align: center
            }

    .social-actions.activity[b-jnga3enun1] {
        display: none !important;
    }
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionBadgeComponent.razor.rz.scp.css */
.badge-items[b-30vo7okndv] {
    display: flex;
    flex-direction: row;
    gap: 17px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.itemShape[b-30vo7okndv] {
    display: flex;
    flex-direction: row;
    border: 1px solid #d1d1d6;
    border-radius: 16px;
    background-color: #fcfcfc;
    width: calc(50% - 8.5px);
    padding: 9px 8px;
    position: relative;
    justify-content: space-between;
    border-radius: 13px;
    border-width: 1px;
    background: rgba(212, 227, 238, 1);
    border: 1px solid var(--primary-color);
}

.itemShape .info[b-30vo7okndv] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    align-content: center;
    align-items: center;
    color: #131316;
}

.itemShape .info svg path[b-30vo7okndv] {
    stroke: var(--primary-color) !important;
}

.itemShape .details[b-30vo7okndv] {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    padding: 5px 14px;
    gap: 10px;
    background: var(--primary-color);
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    align-content: center;
    align-items: center;
    max-width:50%;

}

@media only screen and (max-width: 600px) {
    .itemShape[b-30vo7okndv] {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding: 7px 9px;
    }
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionContainerComponent.razor.rz.scp.css */
.question-container[b-v6cjj7t77q] {
    margin-left: 3%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    margin-top: 2%;

}
.question-header[b-v6cjj7t77q] {
    margin-left: 3%;
    display: flex;
    justify-content:space-between;
    flex-direction: row;

    margin-top: 2%;
}

.question-content[b-v6cjj7t77q] {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    min-height:90vh;
}

@media(max-width:600px) {
    .question-content[b-v6cjj7t77q] {
        padding: 10px;
        width: 90%;
        min-height: 300px;
    }
}

@media(max-width:500px) {
    .expert-buttons[b-v6cjj7t77q] {
        flex-direction: column-reverse !important;
    }

    .question-footer[b-v6cjj7t77q] {
        margin-top:10px;
    }
}

.question-footer[b-v6cjj7t77q] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top:30px;
    flex-wrap:wrap;
}

.expert-buttons[b-v6cjj7t77q] {
    margin-top: 25px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0px 5px
}

button[b-v6cjj7t77q] {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;
    height: 28px;
    color:white;
    /* Pickans/Verticals/Health/600 */
    background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0
}

button:disabled[b-v6cjj7t77q] {
    opacity:0.25;
    background: var(--secondory-color);
    color: var(--primary-color);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);
    
}

button:disabled svg path[b-v6cjj7t77q] {
    stroke: var(--primary-color);
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionContainerHeaderComponent.razor.rz.scp.css */
.question-title[b-wl4ts45r9m] {
    font-family: "Inter";
    font-size: 18px;
    color: #131316;
    font-weight: 600;
    margin-bottom: 20px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.badge-block[b-wl4ts45r9m] {
    position: relative;
    margin: 0px;
}

[b-wl4ts45r9m] .e-badge.red {
    background-color: red;
    color: white;
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionDescriptionComponent.razor.rz.scp.css */
.question-box[b-udc0mlq53w] {
    padding: 15px;
    margin-top: 10px;
    width: 100%;
    min-height: 300px;
    margin-bottom: 15px;
    background-color: #FCFCFC;
    border-radius: 16px;
    border: 1.5px solid #E4E4E7;
}

.question-description[b-udc0mlq53w] {
    font-family: "Inter";
    font-weight: 200;
    font-size: 16px;
}
@media(max-width:600px) {
    .question-box[b-udc0mlq53w] {
        padding: 10px;

        min-height: 200px;
    }
}

/* _content/PickAns.ComponentLibrary/Questions/QuestionDetailsActionButtons.razor.rz.scp.css */
.action-buttons[b-nlobn3wlof] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
}

.btn[b-nlobn3wlof] {
    height: 40px;
    border-radius: 10px;
    box-shadow: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.btn-primary[b-nlobn3wlof]{
    padding:4px 23px;
}

.btn-secondary[b-nlobn3wlof] {
    padding: 4px 23px;
}

.right-align[b-nlobn3wlof] {
    margin-left: auto; /* Pushes this item to the right */
}


@media (max-width:600px){
  /*  .right-align{
        width:100%;
    }*/
}

/* _content/PickAns.ComponentLibrary/Questions/QuestionDetailsCardComponent.razor.rz.scp.css */
.question-advice-container[b-m9ryjsilgv] {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 1); /* Light gray background */
    border: 1px solid rgba(225, 225, 225, 1); /* Light gray border */
    padding: 0px;
    box-sizing: border-box;
    font-family: Inter;
    color: #333;
}

.question-content[b-m9ryjsilgv] {
    padding: 20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}


.question[b-m9ryjsilgv] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(225, 225, 225, 1)
}


.user-info[b-m9ryjsilgv] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-avatar[b-m9ryjsilgv] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-avatar img[b-m9ryjsilgv] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-details[b-m9ryjsilgv] {
    flex-grow: 1;
}

.user-name[b-m9ryjsilgv] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
}


.user-meta[b-m9ryjsilgv] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(151, 148, 164, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.black[b-m9ryjsilgv] {
    color: rgba(0, 0, 0, 1);
}

.new-member[b-m9ryjsilgv] {
    color: rgba(151, 148, 164, 1);
}

.time[b-m9ryjsilgv] {
    color: black;
}

.question-text[b-m9ryjsilgv] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    word-wrap: break-word;
    overflow: overlay;
}

.see-more[b-m9ryjsilgv] {
    color: rgba(26, 101, 161, 1);
    cursor: pointer;
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: inline-end;
}


@media (max-width:600px) {
    

    .see-more[b-m9ryjsilgv] {
        margin-top: 21px;
        float: inline-start;
        width: 100%;
    }

    
}

.pointer[b-m9ryjsilgv]{
    cursor:pointer;
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionListCategoryTabComponent.razor.rz.scp.css */
.qa-section[b-a0h8wyli9u] {
    display: flex;
    margin-top: 0;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: #131316;
    max-height: 500px;
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionMetaDataComponent.razor.rz.scp.css */
.question-metadata[b-8oz4a4p5op] {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
}
.question-email[b-8oz4a4p5op] {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
}
.question-post-date[b-8oz4a4p5op] {
    font-weight: 600;
    font-size: 16px;
}


/* _content/PickAns.ComponentLibrary/Questions/QuestionsAnsweredListComponent.razor.rz.scp.css */

.answered-question-container[b-aqhbbm7eax] {
    display: flex;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: var(--Pickans-Gray-iron-950, #131316);
}



.question-list-title[b-aqhbbm7eax] {
    margin-top: 20px;
    font-family: "Inter";
    font-weight: 600;
}
/* _content/PickAns.ComponentLibrary/Questions/QuestionSummaryComponent.razor.rz.scp.css */
.popularQuestions[b-5z19pxhjc7]{
    cursor : pointer;
}

.question-description[b-5z19pxhjc7] {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
   
.question-meta-text[b-5z19pxhjc7] {
    font-size: 12px;
}

@media screen and (max-width:743px) and (min-width: 200px) {
    .question-description[b-5z19pxhjc7] {
        font-size: 14px;
        font-weight: 400;
        font-family: "Inter";
    }

    .question-meta-text[b-5z19pxhjc7] {
        font-size: 10px;
        margin-left:0 !important;
    }
}

/* _content/PickAns.ComponentLibrary/Questions/QuestionTabBar.razor.rz.scp.css */
.tab-navigation[b-jzsone42ww] {
    --tab-nav-bg: transparent;
    --tab-nav-border: #e5e7eb;
    --tab-active-border: #2563eb;
    --tab-text-default: rgba(120, 119, 138, 1);
    --tab-text-active: #1f2937;
    --tab-text-hover: black;
    --tab-count-bg: rgba(255, 255, 255, 1);
    --tab-count-text: rgba(75, 74, 89, 1);
    --tab-padding-x: 0px;
    --tab-gap-desktop: 20px;
    --tab-gap-mobile: 17px;
    --tab-max-width: 100%;
    --tab-transition: all 0.2s ease;
    width: 100%;
    background-color: var(--tab-nav-bg);
    border-bottom: 1px solid var(--tab-nav-border);
    padding: 0 var(--tab-padding-x);
}

.tab-container[b-jzsone42ww] {
    display: flex;
    align-items: center;
    gap: var(--tab-gap-desktop);
    max-width: var(--tab-max-width);
    margin: 0 auto;
    /*overflow:auto;*/
    overflow: hidden;
    flex-wrap: wrap;
}

.tab-button[b-jzsone42ww] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 0px 8px 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 3px solid transparent;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--tab-text-default);
    cursor: pointer;
    transition: var(--tab-transition);
    white-space: nowrap;
    outline: none;
    position: relative;
}

    .tab-button:hover[b-jzsone42ww] {
        color: var(--tab-text-hover);
    }

    .tab-button:focus-visible[b-jzsone42ww] {
        outline: none;
        outline-offset: 2px;
        border-radius: 4px;
    }

    .tab-button.active[b-jzsone42ww] {
        color: black;
        border-bottom-color: var(--primary-color);
    }
    .tab-button.active path[b-jzsone42ww] {
        stroke: var(--primary-color) !important;
    }

.tab-icon[b-jzsone42ww] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.tab-label[b-jzsone42ww] {
    font-size: 14px;
    font-weight: 500;
}

.tab-count[b-jzsone42ww] {
    color: rgba(75, 74, 89, 1);
    background: rgba(255, 255, 255, 1);
    border: 0.74px solid;
    border-image-source: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);
    padding-top: 10.37px;
    padding-right: 4px;
    padding-bottom: 10.37px;
    padding-left: 4px;
    border-radius: 5.19px;
    border-width: 0.74px;
    font-family: Inter;
    font-weight: 700;
    font-size: 11.85px;
    line-height: 14.81px;
    letter-spacing: 0px;
}
.offer-count-container[b-jzsone42ww] {
    position: relative;
    border-radius: 5.19px;
    /*backdrop-filter: blur(23.703702926635742px);
    border: 0.74px solid;
    border-image-source: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);*/
    background: linear-gradient(138.44deg, rgba(255, 255, 255, 0.5) 0%, rgba(137, 137, 137, 0.5) 116.42%);
    height: 20px;
    padding: 0.74px;
}


.offer-count[b-jzsone42ww] {
    border-radius: 5.19px;
    background: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 11.85px;
    line-height: 14.81px;
    letter-spacing: 0px;
    color: rgba(75, 74, 89, 1);
    padding: 0px 6px;
    height: 100%;
    width: 100%;
    align-content: center;
}

/* Mobile responsive styles */
@media (max-width: 640px) {
    .tab-container[b-jzsone42ww] {
        gap: var(--tab-gap-mobile);
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tab-container[b-jzsone42ww]::-webkit-scrollbar {
        display: none;
    }

    .tab-button[b-jzsone42ww] {
        flex-shrink: 0;
        border: none !important;
        padding:0px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .tab-button.active[b-jzsone42ww] {
        border-bottom-width: 4px;
    }

    .tab-count[b-jzsone42ww] {
        border: 1px solid currentColor;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .tab-button[b-jzsone42ww] {
        transition: none;
    }
}

/* Dark mode support */

/* _content/PickAns.ComponentLibrary/Questions/QuestionTabComponent.razor.rz.scp.css */
.qa-section[b-ljy0r6vdwc] {
    display: flex;
    margin-top: 68px;
    width: 100%;
    flex-direction: column;
    font-size: 16px;
    color: #131316;
    min-height: 500px;
}

@media (max-width: 991px) {
    .qa-section[b-ljy0r6vdwc] {
        max-width: 100%;
        margin-top: 60px;
    }
}



[b-ljy0r6vdwc] .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
}

[b-ljy0r6vdwc] .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    color: rgb(0,0,0,0.7);
}

[b-ljy0r6vdwc] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon[b-ljy0r6vdwc] {
    color: rgb(0,0,0,0.7);
}
/* _content/PickAns.ComponentLibrary/Questions/TrendingPopularQuestions.razor.rz.scp.css */
.trending-videos-container[b-ja4qhsnaxp] {
    max-width: 500px;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow:none;
}

.header[b-ja4qhsnaxp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.trending-header[b-ja4qhsnaxp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    gap:14px;
}

.trending-title[b-ja4qhsnaxp] {
    color: black;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

    .trending-title svg[b-ja4qhsnaxp] {
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

.video-list[b-ja4qhsnaxp] {
    display: flex;
    flex-direction: column;
}



.video-title[b-ja4qhsnaxp] {
    font-size: 1em;
    font-weight: normal;
    color: #222; /* Very dark color, almost black */
    line-height: 1.3; /*Added line height*/
}

.see-more-link[b-ja4qhsnaxp] {
    color: #3498db;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s;
}


/* _content/PickAns.ComponentLibrary/Search/HeaderSearchComponent.razor.rz.scp.css */
.logo-wrapper[b-cul8dej3tp] {
    cursor: pointer;
    max-height: fit-content;
}

.header-buttons[b-cul8dej3tp]{
    display:flex;
    flex-direction:column;
}

.circle-logo[b-cul8dej3tp] {
    background: white;
    border-radius: 50%;
    padding: 0.3rem;
    max-height: fit-content;
}
/* _content/PickAns.ComponentLibrary/Search/LoginHeaderSearchComponent.razor.rz.scp.css */
.logo-wrapper[b-ewk3wg0x5i] {
    cursor: pointer;
    max-height: fit-content;
}


.circle-logo[b-ewk3wg0x5i] {
    background: white;
    border-radius: 50%;
    padding: 0.3rem;
    max-height: fit-content;
}
/* _content/PickAns.ComponentLibrary/Settings/AccountInfoSettingsComponent.razor.rz.scp.css */
.user-info-container[b-v9urzj7dix]{
    display:flex;
    flex-direction:column;
    height:100%;
}

.user-profile-header[b-v9urzj7dix] {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 37px 62px 33px 62px;
    border-bottom: 1px solid rgba(228, 233, 239, 1)
}

.user-avatar[b-v9urzj7dix] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 4px rgba(238, 238, 238, 0.25), 0px 0px 0px 4px rgba(0, 0, 0, 0.02) inset;
    animation: fadeIn-b-v9urzj7dix 0.5s ease-in-out; /* 0.5s duration, ease-in-out timing function */
}

@keyframes fadeIn-b-v9urzj7dix {
    from {
        opacity: 0; /* Start completely transparent */
        transform: scale(0.98); /* Optional: slight scale-in effect */
    }

    to {
        opacity: 1; /* End fully visible */
        transform: scale(1);
    }
}

.user-info[b-v9urzj7dix] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:7px;
}

    .user-info .user-name[b-v9urzj7dix] {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(0, 0, 0, 1);
        margin: 0; 
    }

    .user-info .user-email[b-v9urzj7dix] {
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(120, 119, 138, 1);
        margin: 0;
    }


.user-setting-content[b-v9urzj7dix] {
    display:flex;
    flex-direction:column;
    padding: 26px 62px 26px 62px;
    gap:23px;
    flex:1;

}

.input-container[b-v9urzj7dix]{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.input-container label[b-v9urzj7dix]{
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color:rgba(32, 16, 43, 1);
}

.input-container input[b-v9urzj7dix] {
    max-width: 487px;
    width: 100%;
    height: 42px;
    gap: 8px;
    border-radius: 4px;
    padding: 10px 16px 10px 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}


.footer[b-v9urzj7dix] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    padding: 12px 23px 16px 23px;
    border-top: 1px solid rgba(228, 233, 239, 1)
}

.footer .btn[b-v9urzj7dix] {
    height: 40px;
    border-radius: 10px;
    padding-top: 4px;
    padding-right: 23px;
    padding-bottom: 4px;
    padding-left: 23px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.footer .btn-primary[b-v9urzj7dix]{
    width: 84px;
    padding-top: 4px;
    padding-right: 23px;
    padding-bottom: 4px;
    padding-left: 23px;
}

.footer .btn-secondary[b-v9urzj7dix] {
    width: 87px;
    padding-top: 4px;
    padding-right: 13px;
    padding-bottom: 4px;
    padding-left: 13px;
}


@media(max-width:790px){

    .user-info-container[b-v9urzj7dix] {
        gap:15px;
    }
    .user-profile-header[b-v9urzj7dix] {
        padding:14px 2px 0px 2px !important;
        border-bottom:none !important;
    }

    .user-setting-content[b-v9urzj7dix]{
        padding:0px !important;
    }

    .input-container input[b-v9urzj7dix] {
        max-width: 100%;
        width: 100%;
    }

    .footer[b-v9urzj7dix] {
        padding: 26px 0px 0px 0px !important;
    }

    /*.footer .btn{
        font-weight: 400;
        font-size: 14px;
        height: 35px;
        border-radius: 8px;
    }*/
}

@media(max-width:450px) {
    .footer[b-v9urzj7dix] {
        flex-direction: column;
        gap: 24px !important;
        padding: 26px 0px 0px 0px !important;
    }

        .footer .btn-primary[b-v9urzj7dix] {
            width: 100%;
        }

        .footer .btn-secondary[b-v9urzj7dix] {
            width: 100%;
        }
}
/* _content/PickAns.ComponentLibrary/Settings/ChangePasswordSettingComponent.razor.rz.scp.css */
.user-info-container[b-ed3m90tnui]{
    display:flex;
    flex-direction:column;
    height:100%;
}

.user-profile-header[b-ed3m90tnui] {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 37px 62px 33px 62px;
    border-bottom: 1px solid rgba(228, 233, 239, 1)
}

.user-avatar[b-ed3m90tnui] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 4px rgba(238, 238, 238, 0.25), 0px 0px 0px 4px rgba(0, 0, 0, 0.02) inset;
    animation: fadeIn-b-ed3m90tnui 0.5s ease-in-out; /* 0.5s duration, ease-in-out timing function */
}

@keyframes fadeIn-b-ed3m90tnui {
    from {
        opacity: 0; /* Start completely transparent */
        transform: scale(0.98); /* Optional: slight scale-in effect */
    }

    to {
        opacity: 1; /* End fully visible */
        transform: scale(1);
    }
}

.user-info[b-ed3m90tnui] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:7px;
}

    .user-info .user-name[b-ed3m90tnui] {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(0, 0, 0, 1);
        margin: 0; 
    }

    .user-info .user-email[b-ed3m90tnui] {
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(120, 119, 138, 1);
        margin: 0;
    }


.user-setting-content[b-ed3m90tnui] {
    display:flex;
    flex-direction:column;
    padding: 26px 62px 26px 62px;
    gap:23px;
    flex:1;

}

.input-container[b-ed3m90tnui] {
    display: flex;
    flex-direction: column;
    max-width: 487px;
    gap: 4px;
}

.input-container label[b-ed3m90tnui]{
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color:rgba(32, 16, 43, 1);
}

.password-input-container[b-ed3m90tnui] {
    display:flex;
    width: 100%;
    height: 42px;
    gap: 8px;
    border-radius: 4px;
    padding: 10px 16px 10px 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    
}

    .password-input-container input[b-ed3m90tnui] {
        flex: 1;
        height: 100%;
        padding: 0 !important;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 1);
        border: none !important;
        border-radius: 0px !important;
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.26px;
        color: rgba(114, 119, 131, 1);
    }

.footer[b-ed3m90tnui] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    padding: 0;
    border:none;
}

.footer .btn[b-ed3m90tnui] {
    height: 40px;
    border-radius: 10px;
    padding-top: 4px;
    padding-right: 23px;
    padding-bottom: 4px;
    padding-left: 23px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top:17px;
}

.footer .btn-primary[b-ed3m90tnui]{
    width: auto;
    padding-top: 4px;
    padding-right: 23px;
    padding-bottom: 4px;
    padding-left: 23px;
}


@media(max-width:450px) {

    .footer.footer-mobile[b-ed3m90tnui] {
        margin-top: 0px !important;
    }

        .footer.footer-mobile .btn-primary[b-ed3m90tnui] {
            width: 100%;
        }
}




@media(max-width:790px){

    .user-info-container[b-ed3m90tnui] {
        gap:15px;
    }
    .user-profile-header[b-ed3m90tnui] {
        padding:14px 2px 0px 2px !important;
        border-bottom:none !important;
    }

    .user-setting-content[b-ed3m90tnui]{
        padding:0px !important;
    }

    .input-container input[b-ed3m90tnui] {
        max-width: 100%;
        width: 100%;
    }

    .footer[b-ed3m90tnui]{
        gap:10px !important;
        padding:0px !important;
        border-top:none !important
    }

    /*.footer .btn{
        font-weight: 400;
        font-size: 14px;
        height: 35px;
        border-radius: 8px;
    }*/
}
/* _content/PickAns.ComponentLibrary/Settings/HorizontalSettingsContainerComponent.razor.rz.scp.css */
/* SettingsPage.razor.css */
.settings-container[b-54fho8s60w] {
    display: flex;
    background: rgba(249, 249, 249, 1);
    border-radius: 16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    overflow: hidden;
    width: 100%;
    margin: 35px auto;
    min-height: 807px;
    border: 1px solid rgba(225, 225, 225, 1);
    overflow:hidden;
}

.settings-sidebar[b-54fho8s60w] {
    width: 240px; /* Fixed width for the sidebar */
    padding: 30px 0px 35px 25px;
    border-right: 1px solid rgba(228, 233, 239, 1);
    display: flex;
    flex-direction: column;
    flex-shrink: 0; /* Prevent shrinking */
    gap: 21px;
}

.tab-item[b-54fho8s60w] {
    display: flex;
    align-items: center;
    padding: 0px;
    padding-right:10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: background-color 0.2s ease, color 0.2s ease;
    gap:19px;
}

    .tab-item:hover[b-54fho8s60w] {
        background-color: rgba(225, 225, 225, 1);
    }

    .tab-item.active[b-54fho8s60w] {
        color: var(--primary-color);
        border-right: 1px solid var(--primary-color);
    }

.tab-icon[b-54fho8s60w] {
    display: flex; /* Ensure SVG aligns properly */
    align-items: center;
}

    .tab-icon svg[b-54fho8s60w] {
        width: 24px !important;
        height: 24px !important;
    }

    .tab-icon svg path[b-54fho8s60w]{
        stroke:currentColor !important;
    }

    .notification-settings .tab-icon svg path[b-54fho8s60w] {
        stroke: none !important;
        fill: currentColor !important;
    }

.settings-content[b-54fho8s60w] {
    height:100%;
    width:100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0px; 
    overflow-y:auto;
}


/*@media (max-width: 768px) {
    .settings-container {
        flex-direction: column;
        margin: 20px;
        min-height: auto;
    }

    .settings-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        flex-direction: row;*/ /* Tabs horizontally on small screens */
        /*overflow-x: auto;*/ /* Enable horizontal scrolling for tabs */
        /*white-space: nowrap;*/ /* Prevent tab labels from wrapping */
        /*padding: 10px 0;
    }

    .nav-item {
        flex-shrink: 0;*/ /* Prevent tabs from shrinking */
        /*padding: 10px 15px;
    }

        .nav-item.active {
            border-left: none;
            border-bottom: 4px solid #007bff;*/ /* Active indicator at bottom */
            /*padding-left: 15px;*/ /* Reset padding */
        /*}

    .settings-content {
        padding: 20px;
    }
}*/



@media (max-width: 1290px){
    .settings-sidebar[b-54fho8s60w] {
        width: 240px;
        padding: 30px 0px 30px 15px;
    }

    .tab-item[b-54fho8s60w] {
        padding-right:8px;
        gap:10px;
    }
}
/* _content/PickAns.ComponentLibrary/Settings/Notification/NotificationSettingComponent.razor.rz.scp.css */
.user-info-container[b-gl30gvfs3f] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(249, 249, 249, 1);
}

.user-profile-header[b-gl30gvfs3f] {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 37px 62px 33px 62px;
    border-bottom: 1px solid rgba(228, 233, 239, 1)
}

.user-avatar[b-gl30gvfs3f] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 4px rgba(238, 238, 238, 0.25), 0px 0px 0px 4px rgba(0, 0, 0, 0.02) inset;
    animation: fadeIn-b-gl30gvfs3f 0.5s ease-in-out; /* 0.5s duration, ease-in-out timing function */
}

@keyframes fadeIn-b-gl30gvfs3f {
    from {
        opacity: 0; /* Start completely transparent */
        transform: scale(0.98); /* Optional: slight scale-in effect */
    }

    to {
        opacity: 1; /* End fully visible */
        transform: scale(1);
    }
}

.user-info[b-gl30gvfs3f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:7px;
}

    .user-info .user-name[b-gl30gvfs3f] {
        font-family: Inter;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(0, 0, 0, 1);
        margin: 0; 
    }

    .user-info .user-email[b-gl30gvfs3f] {
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(120, 119, 138, 1);
        margin: 0;
    }


.user-setting-content[b-gl30gvfs3f] {
    display:flex;
    flex-direction:column;
    padding: 26px 62px 26px 62px;
    gap:23px;
    flex:1;

}

.input-container[b-gl30gvfs3f] {
    display: flex;
    flex-direction: column;
    max-width: 487px;
    gap: 4px;
}

.input-container label[b-gl30gvfs3f]{
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color:rgba(32, 16, 43, 1);
}

.password-input-container[b-gl30gvfs3f] {
    display:flex;
    width: 100%;
    height: 42px;
    gap: 8px;
    border-radius: 4px;
    padding: 10px 16px 10px 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    
}

    .password-input-container input[b-gl30gvfs3f] {
        flex: 1;
        height: 100%;
        padding: 0 !important;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 1);
        border: none !important;
        border-radius: 0px !important;
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.26px;
        color: rgba(114, 119, 131, 1);
    }

.footer[b-gl30gvfs3f] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    padding: 12px 23px 16px 23px;
    border-top: 1px solid rgba(228, 233, 239, 1)
}


    .footer .btn[b-gl30gvfs3f] {
        height: 40px;
        border-radius: 10px;
        padding-top: 4px;
        padding-right: 23px;
        padding-bottom: 4px;
        padding-left: 23px;
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .footer .btn-primary[b-gl30gvfs3f] {
        width: 84px;
        padding-top: 4px;
        padding-right: 23px;
        padding-bottom: 4px;
        padding-left: 23px;
    }

    .footer .btn-secondary[b-gl30gvfs3f] {
        width: 87px;
        padding-top: 4px;
        padding-right: 13px;
        padding-bottom: 4px;
        padding-left: 13px;
    }



@media(max-width:790px){

    .user-info-container[b-gl30gvfs3f] {
        gap:15px;
    }
    .user-profile-header[b-gl30gvfs3f] {
        padding:14px 2px 0px 2px !important;
        border-bottom:none !important;
        display:none!important;
    }

    .user-setting-content[b-gl30gvfs3f] {
        padding: 26px 0 0 0 !important;
    }

    .input-container input[b-gl30gvfs3f] {
        max-width: 100%;
        width: 100%;
    }

    .footer[b-gl30gvfs3f] {
        padding: 26px 0px 0px 0px !important;
    }
    

    /*.footer .btn{
        font-weight: 400;
        font-size: 14px;
        height: 35px;
        border-radius: 8px;
    }*/
}

@media(max-width:450px){
    .footer[b-gl30gvfs3f] {
        flex-direction: column;
        gap: 24px !important;
        padding: 26px 0px 0px 0px !important;
    }

        .footer .btn-primary[b-gl30gvfs3f] {
            width: 100%;
        }

        .footer .btn-secondary[b-gl30gvfs3f] {
            width: 100%;
        }
}
/* _content/PickAns.ComponentLibrary/Settings/Notification/NotificationToggleCardComponent.razor.rz.scp.css */
/* Rectangle 206230 */
.notification-setting-card[b-o6tr0bp1q3] {
    display:flex;
    flex-direction:column;
    box-sizing: border-box;
    max-width: 694px;
    height: 108px;
    padding:20px;
    background: #FFFFFF;
    /* Black/Light Grey */
    border: 1px solid #EAEEF2;
    border-radius: 12px;
}

.header[b-o6tr0bp1q3]{
   display:flex;
   direction:row;
   gap:40px;
}

.title[b-o6tr0bp1q3] {
    height:20px;
    font-family: Inter;
}

.toggle[b-o6tr0bp1q3] {
    margin: 5px 0 5px auto;
}

.subtitle[b-o6tr0bp1q3] {
    color: rgba(120, 119, 138, 1);
    max-width:75%;
}

@media(max-width:1290px){
    .title[b-o6tr0bp1q3]{
        margin-bottom:20px;
    }

    .toggle[b-o6tr0bp1q3]{
        margin:0 0 auto auto;
    }

    .subtitle[b-o6tr0bp1q3] {
        max-width: 100%;
    }
    
}
/* _content/PickAns.ComponentLibrary/Settings/VerticalSettingsContainerComponent.razor.rz.scp.css */
/* SettingsPage.razor.css */
.settings-container[b-p6prvyvzeh] {
    display: flex;
    flex-direction:column;
    gap:10px;
}

.settings-accordian[b-p6prvyvzeh] {
    display:flex;
    flex-direction:column;
    background: rgba(249, 249, 249, 1);
    border-radius: 16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(225, 225, 225, 1);
    transition:max-height 0.6s ease-in-out;
    max-height:55px;
}

    .settings-accordian.active[b-p6prvyvzeh] {
        padding: 14px 14px 30px 14px;
        max-height:2000px;
    }

.tab-item[b-p6prvyvzeh] {
    display: flex;
    align-items: center;
    padding: 0px 6px 0px 0px;
    padding-right: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    transition: background-color 0.2s ease, color 0.2s ease;
    gap: 5px;
}

    

    .tab-item.active[b-p6prvyvzeh] {
        color: var(--primary-color);
        border-bottom: 1px solid rgba(225, 225, 225, 1);
        padding: 0px 6px 20px 0;
    }


.tab-label[b-p6prvyvzeh] {
    flex: 1;
}

.tab-icon[b-p6prvyvzeh] {
    display: flex; /* Ensure SVG aligns properly */
    align-items: center;
}

    .tab-icon svg[b-p6prvyvzeh] {
        width: 24px !important;
        height: 24px !important;
        color: currentColor !important; /* Inherit color from parent */
        transition: 0.2s ease;
    }

    .tab-icon svg path[b-p6prvyvzeh] {
        stroke: currentColor !important;
    }

    .notification-settings .tab-icon svg path[b-p6prvyvzeh] {
        stroke: none !important;
        fill: currentColor !important;
    }

.settings-content[b-p6prvyvzeh] {
    height: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    overflow: hidden;
}

.settings-content.active[b-p6prvyvzeh] {
    overflow: visible;
}






/* _content/PickAns.ComponentLibrary/Shared/AddButtonComponent.razor.rz.scp.css */
svg[b-cfnmxl7twu] {
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.border[b-cfnmxl7twu] {
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
}
/* _content/PickAns.ComponentLibrary/Shared/AskExpertComponent.razor.rz.scp.css */

.profile-details[b-6hmlu3tdil] {
    display: flex;
    margin-top: 8px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    padding: 0 20px 20px;
}

.profile-header[b-6hmlu3tdil] {
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 16px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 16px;
    line-height: 120%;
}

.doctor-info[b-6hmlu3tdil] {
    display: flex;
    flex-direction: column;
}

.doctor-name[b-6hmlu3tdil] {
    color: #18181b;
    font: 700 36px Onest, sans-serif;
}

.doctor-title[b-6hmlu3tdil] {
    display: flex;
    margin-top: 4px;
    gap: 8px;
    font-size: 18px;
    color: #51525c;
    font-weight: 400;
}

.title[b-6hmlu3tdil] {
    font-family: "Inter";
}

.separator[b-6hmlu3tdil] {
    color: #70707b;
    font-family: "Inter";
}

.hospital[b-6hmlu3tdil] {
    font-family: "Inter";
}

.verified-badge[b-6hmlu3tdil] {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 80px;
    margin-top: 4px;
}

.action-buttons[b-6hmlu3tdil] {
    align-self: start;
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 1px;
}

.contact-button[b-6hmlu3tdil] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}

.contact-icon[b-6hmlu3tdil] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.contact-text[b-6hmlu3tdil] {
    font-family: "Inter";
}

.ask-button[b-6hmlu3tdil] {
    justify-content: space-between;
    border-radius: 12px;
    background: var(--button-primary);
    /* display: flex;*/
    gap: 4px;
    color: #fff;
    padding: 4px 23px;
    width: 100%;
    height: 38px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width: 991px) {
    .ask-button[b-6hmlu3tdil] {
        padding: 10px 20px;
    }
}

.ask-icon[b-6hmlu3tdil] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.ask-text[b-6hmlu3tdil] {
    font-family: "Inter";
}

.bio[b-6hmlu3tdil] {
    color: #26272b;
    margin-top: 16px;
    font: 400 20px/30px Onest, sans-serif;
}

@media (max-width: 991px) {
    .bio[b-6hmlu3tdil] {
        max-width: 100%;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/AskQuestionComponent.razor.rz.scp.css */

.profile-details[b-cjmvgofpuw] {
    display: flex;
    margin-top: 8px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    padding: 0 20px 20px;
}

.profile-header[b-cjmvgofpuw] {
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 16px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 16px;
    line-height: 120%;
}

.doctor-info[b-cjmvgofpuw] {
    display: flex;
    flex-direction: column;
}

.doctor-name[b-cjmvgofpuw] {
    color: #18181b;
    font: 700 36px Onest, sans-serif;
}

.doctor-title[b-cjmvgofpuw] {
    display: flex;
    margin-top: 4px;
    gap: 8px;
    font-size: 18px;
    color: #51525c;
    font-weight: 400;
}

.title[b-cjmvgofpuw] {
    font-family: "Inter";
}

.separator[b-cjmvgofpuw] {
    color: #70707b;
    font-family: "Inter";
}

.hospital[b-cjmvgofpuw] {
    font-family: "Inter";
}

.verified-badge[b-cjmvgofpuw] {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 80px;
    margin-top: 4px;
}

.action-buttons[b-cjmvgofpuw] {
    align-self: start;
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 1px;
}

.contact-button[b-cjmvgofpuw] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}

.contact-icon[b-cjmvgofpuw] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.contact-text[b-cjmvgofpuw] {
    font-family: "Inter";
}

.ask-button[b-cjmvgofpuw] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px #1c1e22;
    background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
    display: flex;
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

@media (max-width: 991px) {
    .ask-button[b-cjmvgofpuw] {
        padding: 0 20px;
    }
}

.ask-icon[b-cjmvgofpuw] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.ask-text[b-cjmvgofpuw] {
    font-family: "Inter";
}

.bio[b-cjmvgofpuw] {
    color: #26272b;
    margin-top: 16px;
    font: 400 20px/30px Onest, sans-serif;
}

@media (max-width: 991px) {
    .bio[b-cjmvgofpuw] {
        max-width: 100%;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/AskQuestionFileAttachment.razor.rz.scp.css */
#hiddenFileInput[b-k59a6hf8jo] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.loader[b-k59a6hf8jo] {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-k59a6hf8jo 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-k59a6hf8jo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:700px) {
    .loader[b-k59a6hf8jo] {
        border: 2px solid #f3f3f3;
        border-top: 2px solid #000000;
        width: 16px;
        height: 16px;
    }

    .icon[b-k59a6hf8jo] {
        width: 16px !important;
        height: 16px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/BadgeComponent.razor.rz.scp.css */
.question-badge[b-vunsv53mnu] {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-color: #FCFCFC;
    border-radius: 16px;
    border: 1.5px solid #E4E4E7;
}

.bagde-heading[b-vunsv53mnu] {
    font-family: "Inter";
    font-size: 14px;
    color: #131316;
    font-weight: 700;
    text-align: center;
}
.bagde-text[b-vunsv53mnu] {
    font-family: "Inter";
    font-size: 24px;
    color: #131316;
    font-weight: 700;
    text-align:center;
}

@media(max-width : 500px) {
    .question-badge[b-vunsv53mnu] {
        width:100%;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/CategorySelectorComponent.razor.rz.scp.css */
.card-container[b-sr842qb6t7] {
    display: flex;
    max-width: 164px;
    flex-direction: column;
    white-space: nowrap;
    line-height: 100%;
    justify-content: start;
    padding:0px;
    margin-bottom:0;
    height:51px;


}
.overlay[b-sr842qb6t7] {
    overflow:visible;
    z-index:9999999999;
    margin-top:10px;
}

.card[b-sr842qb6t7] {
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border: 1px solid rgba(180, 194, 222, 1);
    background-color: var(--Pickans-Verticals-Health-25, #f8f9fc);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 8px 9px;
    height: 51px;
    margin-bottom: 0px;
}

.card-header[b-sr842qb6t7] {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    gap: 9px;
    padding: 0 2px;
    border: none;
    background-color: transparent;
}

.logo-wrapper[b-sr842qb6t7] {
    display: flex;
    gap: 6px;
    align-items:center;
    svg{
        path{
            stroke: var(--logo-primary);
        }
    }   
}
.logo-wrapper svg path[b-sr842qb6t7] {
    stroke: var(--logo-primary);
    fill: var(--logo-primary);
}

.logo[b-sr842qb6t7] {
    aspect-ratio: 0.91;
    object-fit: auto;
    object-position: center;
    width: 29px;
    align-self: start;
}

.title-wrapper[b-sr842qb6t7] {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.title[b-sr842qb6t7] {
    color: var(--logo-primary);
    font: 800 23px Onest, sans-serif;
}

.subtitle[b-sr842qb6t7] {
    justify-content: center;
    color: var(--logo-primary);
    letter-spacing: 2.4px;
    font: 500 12px Onest, sans-serif;
}

.icon[b-sr842qb6t7] {
    aspect-ratio: 0.5;
    object-fit: auto;
    object-position: center;
    width: 12px;
    margin: auto 0;
}

/* _content/PickAns.ComponentLibrary/Shared/CategorySelectorExpandedComponent.razor.rz.scp.css */
.main-container[b-8xrj41xxrb] {
    border-radius: 24px;
    border: 1px solid rgba(181, 184, 197, 1);
    background-color: var(--Base-White, #fff);
    display: flex;
    max-width: 164px;
    flex-direction: column;
    white-space: nowrap;
    line-height: 100%;
    height:270px;
    overflow:hidden;
    transition: 1s;
}

.health-section[b-8xrj41xxrb],
.legal-section[b-8xrj41xxrb],
.guru-section[b-8xrj41xxrb] {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    height:51px;
}


.health-section:hover[b-8xrj41xxrb] {
    background: #E9EDF5;
}
.legal-section:hover[b-8xrj41xxrb] {
    background: #E6E7EA;
}
.guru-section:hover[b-8xrj41xxrb] {
    background: #E9F0EF;
}

.content-wrapper[b-8xrj41xxrb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.content[b-8xrj41xxrb] {
    display: flex;
    gap: 6px;
    padding:0;
    align-items:center;
}

.img[b-8xrj41xxrb] {
    aspect-ratio: 0.93;
    object-fit: auto;
    object-position: center;
    width: 29px;
    margin: auto 0;
}

.text-wrapper[b-8xrj41xxrb] {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.main-title-health[b-8xrj41xxrb] {
    color: var(--Pickans-Verticals-Health-950, #001424);
    font: 800 23px Onest, sans-serif;
}

.sub-title-health[b-8xrj41xxrb] {
    justify-content: center;
    color: var(--Pickans-Verticals-Health-900, #003b6a);
    letter-spacing: 2.4px;
    font: 500 12px Onest, sans-serif;
}

.main-title-legal[b-8xrj41xxrb] {
    color: var(--Pickans-Verticals-Legal-950, #08152d);
    font: 800 23px Onest, sans-serif;
}

.sub-title-legal[b-8xrj41xxrb] {
    justify-content: center;
    color: var(--Pickans-Verticals-Legal-900, #0b1d40);
    letter-spacing: 2.4px;
    font: 500 12px Onest, sans-serif;
}

.main-title-guru[b-8xrj41xxrb] {
    color: var(--Pickans-Verticals-Guru-950, #001f1e);
    font: 800 23px Onest, sans-serif;
}

.sub-title-guru[b-8xrj41xxrb] {
    justify-content: center;
    color: var(--Pickans-Verticals-Guru-900, #00504e);
    letter-spacing: 2.4px;
    font: 500 12px Onest, sans-serif;
}

.shwo[b-8xrj41xxrb] {
    height: 154px;
}
.hide[b-8xrj41xxrb] {
    height: 0;
    opacity: 0;
}
/* _content/PickAns.ComponentLibrary/Shared/CategorySelectorTabs.razor.rz.scp.css */

.main_tab_menu[b-1nid0wxqcx] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 1px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 14px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    border: 5px solid #FFFFFF;
    overflow-x:auto;
}

.tab[b-1nid0wxqcx] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 7px;
    gap: 10px;
    width: calc((100% - 20px) / 3);
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: center;
    position: relative;
    align-items: center;
    min-width: 150px;
}

.icon[b-1nid0wxqcx] {
    position: absolute;
    left: 7px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px;
    gap: 10px;
    isolation: isolate;
    width: 32px;
    height: 32px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border-radius: 10px;
    background: rgb(255 255 255);
}



.active.medical .icon svg path[b-1nid0wxqcx]{
    fill:white
}
.active.medical[b-1nid0wxqcx] {
    background: rgba(0, 84, 150, 1);
}
.active.medical p[b-1nid0wxqcx] {
    color: white;
}
.active.medical .icon[b-1nid0wxqcx] {
    background: linear-gradient(327.2deg, #006361 11.95%, #087BD5 44.4%, #005496 75.58%);
}


.active.legal .icon svg path[b-1nid0wxqcx]{
    fill: white
}

.active.legal[b-1nid0wxqcx] {
    background: rgba(11, 28, 80, 1);
}
.active.legal p[b-1nid0wxqcx]{
    color: white;
}

.active.legal .icon[b-1nid0wxqcx] {
    background: linear-gradient(327.2deg, #006361 11.95%, #005596 44.4%, #0B1C50 75.58%);
}


.active.life .icon svg path[b-1nid0wxqcx]{
    fill: white
}
.active.life[b-1nid0wxqcx] {
    background: rgba(0, 170, 166, 1);
}

.active.life p[b-1nid0wxqcx]{
    color: white;
}
.active.life .icon[b-1nid0wxqcx] {
    background: linear-gradient(327.2deg, #006361 11.95%, #06DBD6 44.4%, #00AAA6 75.58%);
}



p[b-1nid0wxqcx] {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom:0px;
}

/* _content/PickAns.ComponentLibrary/Shared/CategoryTabs.razor.rz.scp.css */

.main_tab_menu[b-z6gv14h3me] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 1px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 14px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    border: 5px solid #FFFFFF;
    overflow-x:auto;
}

.tab[b-z6gv14h3me] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 7px;
    gap: 10px;
    width: calc((100% - 20px) / 3);
    height: 40px;
    background: #F3F3F3;
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: center;
    position: relative;
    align-items: center;
    min-width: 150px;
}
.tab:hover[b-z6gv14h3me]{
    cursor:pointer;
}

.icon[b-z6gv14h3me] {
    position: absolute;
    left: 7px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px;
    gap: 10px;
    isolation: isolate;
    width: 32px;
    height: 32px;
    flex: none;
    order: 0;
    flex-grow: 0;
    border-radius: 10px;
    background: rgb(255 255 255);
}

.medical:hover[b-z6gv14h3me] {
    background: #e2e2e2;
}

.active.medical .icon svg path[b-z6gv14h3me]{
    fill:white
}
.active.medical[b-z6gv14h3me] {
    background: rgba(0, 84, 150, 1);
}
.active.medical p[b-z6gv14h3me] {
    color: white;
}
.active.medical .icon[b-z6gv14h3me] {
    background: linear-gradient(327.2deg, #006361 11.95%, #087BD5 44.4%, #005496 75.58%);
}


.legal:hover[b-z6gv14h3me] {
    background: #e2e2e2;
}

.active.legal .icon svg path[b-z6gv14h3me]{
    fill: white
}

.active.legal[b-z6gv14h3me] {
    background: rgba(11, 28, 80, 1);
}
.active.legal p[b-z6gv14h3me]{
    color: white;
}

.active.legal .icon[b-z6gv14h3me] {
    background: linear-gradient(327.2deg, #006361 11.95%, #005596 44.4%, #0B1C50 75.58%);
}


.life:hover[b-z6gv14h3me] {
    background: #e2e2e2;
}

.active.life .icon svg path[b-z6gv14h3me]{
    fill: white
}
.active.life[b-z6gv14h3me] {
    background: rgba(0, 170, 166, 1);
}

.active.life p[b-z6gv14h3me]{
    color: white;
}
.active.life .icon[b-z6gv14h3me] {
    background: linear-gradient(327.2deg, #006361 11.95%, #06DBD6 44.4%, #00AAA6 75.58%);
}



p[b-z6gv14h3me] {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom:0px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* iOS iPad Portrait fixes */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .tab[b-z6gv14h3me] {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .tab p[b-z6gv14h3me] {
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        font-size: 16px !important;
    }

    .icon[b-z6gv14h3me] {
        -webkit-text-size-adjust: 100%;
    }
}

/* _content/PickAns.ComponentLibrary/Shared/ChooseBudgetSliderComponent.razor.rz.scp.css */
.slider[b-3z0hem4c41] {
    height:55px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: white;
    border: 1px solid #D1D1D6 !important;
    border-radius : 8px;
    font-size:small;
    padding: 5px 25px;
}
.categoriesButtons[b-3z0hem4c41]{
    flex-direction:column;
    gap:10px;
}

.budget_checkbox_button[b-3z0hem4c41]{
    padding:0;
    position:relative;
}

.budget_checkbox_button:has(.tooltip)[b-3z0hem4c41]{
     margin-bottom: calc(16px + var(--tooltip-height, 0px));
}

.tool-tip[b-3z0hem4c41] {
    position: absolute;
    top: 36.46px;
    width: max-content;
    height: auto;
    border-radius: 20px;
    background: rgba(0, 170, 166, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 21px 13px;
    color: rgba(255, 255, 255, 1);
}

.tool-tip[b-3z0hem4c41]::after {
    content: "";
    position: absolute;
    width: 10.443643391210943px;
    height: 10.443643391210943px;
    transform: rotate(45deg);
    top: -6px;
    left: 77.19px;
    background: rgba(0, 170, 166, 1);
}


[b-3z0hem4c41] .e-control-wrapper.e-slider-container .e-slider .e-handle {
    background-color: var(--askQuestion-primary-hex);
    border: 1px solid var(--askQuestion-primary-hex);
    border-color: var(--askQuestion-primary-hex);
}

[b-3z0hem4c41] .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
    box-shadow: 0 0 0 4px var(--askQuestion-primary-hex);
}

[b-3z0hem4c41] .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle::after {
    background-color:var(--askQuestion-primary-hex);
}

[b-3z0hem4c41] .e-control-wrapper.e-slider-container .e-slider .e-handle:hover {
    background-color: var(--askQuestion-primary-hex);
    border-color: var(--askQuestion-primary-hex);
}

[b-3z0hem4c41] .e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: var(--askQuestion-primary-hex);
}
[b-3z0hem4c41] .e-control-wrapper.e-slider-container.e-horizontal {
    height: 25px;
}
button[b-3z0hem4c41] {
    border-radius: 8px;
    width: 100% !important;
    height:55px;
}

.btn-secondary[b-3z0hem4c41] {
    color: #70707B;
}

.btn-secondary:focus[b-3z0hem4c41] {
    background: white;
    color: #70707B !important;
}

.btn-secondary:hover[b-3z0hem4c41] {
    background: white;
    color: #70707B !important;
}



.tooltip[b-3z0hem4c41] {
    position: absolute;
    width: max-content;
    top: calc(100% + 16px);
    left: var(--left-position);
    max-width: var(--parent-width);
    z-index: 100;
    opacity: 1;
    border-radius: 20px;
}

.tooltip-content[b-3z0hem4c41] {
    background: #333;
    color: white;
    padding: 12px;
    border-radius: 4px;
    word-wrap: break-word;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    max-width: 100%;
    background: rgba(0, 170, 166, 1);
    border-radius: 20px;
}

.tooltip-arrow[b-3z0hem4c41] {
    position: absolute;
    top: -8px;
    left: calc(60px - var(--left-position));
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 170, 166, 1);
}

/* Keep buttons aligned when wrapped */
.budget_checkbox_button:has(.tooltip)[b-3z0hem4c41] {
    margin-bottom: calc(8px + var(--tooltip-height));
}
/* _content/PickAns.ComponentLibrary/Shared/ChooseExpertButtonComponent.razor.rz.scp.css */
button.btn-primary[b-1fc8qbddtd] {
    background-color: #131316;
    color: #fff !important;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
}

button:hover[b-1fc8qbddtd],  button:focus[b-1fc8qbddtd] {
    background-color: #131316 !important;
    color: #fff !important;
}

.btn-secondary[b-1fc8qbddtd] {
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
    color: #00000047;
    background-color: white;
    border-color: #00000047;
    width: 100%;
    height: 50px;
    background-color: white;
}

.display[b-1fc8qbddtd] {
    justify-content: center;
    display: flex;
    font-family: "Inter";
    font-size: large;
    font-weight: 700;
}
/* _content/PickAns.ComponentLibrary/Shared/ChooseExpertCategoryComponent.razor.rz.scp.css */
button.btn-primary[b-193obyhgzs] {
    background-color: #131316;
    color: #fff !important;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
}

button:hover[b-193obyhgzs],  button:focus[b-193obyhgzs] {
    background-color: #131316 !important;
    color: #fff !important;
}

.btn-secondary[b-193obyhgzs] {
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
    color: #00000047;
    background-color: white;
    border-color: #00000047;
    width: 100%;
    height: 50px;
    background-color: white;
}

.display[b-193obyhgzs] {
    justify-content: center;
    display: flex;
    font-family: "Inter";
    font-size: large;
    font-weight: 700;
}

.modal-body__yourQuestion[b-193obyhgzs] {
    padding: 10px 15px;
}
/* _content/PickAns.ComponentLibrary/Shared/ChooseExpertComponent.razor.rz.scp.css */
button.btn-primary[b-azya99tiol] {
    background-color: #131316;
    color: #fff !important;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
}

button:hover[b-azya99tiol],  button:focus[b-azya99tiol] {
    background-color: #131316 !important;
    color: #fff !important;
}

.btn-secondary[b-azya99tiol] {
    border-radius: 8px;
    font-weight: 500;
    font-family: "Inter";
    color: #00000047;
    background-color: white;
    border-color: #00000047;
    width: 100%;
    height: 50px;
    background-color: white;
}

.display[b-azya99tiol] {
    justify-content: center;
    display: flex;
    font-family: "Inter";
    font-size: large;
    font-weight: 700;
}

.modal-body__yourQuestion[b-azya99tiol] {
    padding: 10px 15px;
}


.product-grid[b-azya99tiol] {
    align-self: stretch;
    max-width: 100%;
}

.product-row[b-azya99tiol] {
    display: flex;
    gap: 3.3%;
}

@media (max-width: 991px) {
    .product-row[b-azya99tiol] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.product-column[b-azya99tiol] {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 30%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .product-column[b-azya99tiol] {
        width: 100%;
    }
}

.product-card[b-azya99tiol] {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: #fff;
    width: 100%;
    padding: 8px 8px 24px;
}

@media (max-width: 991px) {
    .product-card[b-azya99tiol] {
        margin-top: 12px;
    }
}

.product-image-wrapper[b-azya99tiol] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.product-image[b-azya99tiol] {
    object-position: center;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

@media(max-width:991px) {
    .product-image[b-azya99tiol] {
        height: 100px;
    }
}
.product-info[b-azya99tiol] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
    padding: 0 25px;
    white-space: nowrap;
    line-height: 100%;
}

@media (max-width: 991px) {
    .product-info[b-azya99tiol] {
        white-space: initial;
        padding: 0 20px;
    }
}

.product-title-wrapper[b-azya99tiol] {
    display: flex;
    gap: 6px;
}

@media (max-width: 991px) {
    .product-title-wrapper[b-azya99tiol] {
        white-space: initial;
        justify-content:center;
    }
}

.product-icon[b-azya99tiol] {
    aspect-ratio: 0.92;
    object-fit: auto;
    object-position: center;
    width: 33px;
    margin: auto 0;
}

.product-title-container[b-azya99tiol] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .product-title-container[b-azya99tiol] {
        white-space: initial;
    }
}

.product-name[b-azya99tiol] {
    font: 800 26px Onest, sans-serif;
}

.product-category[b-azya99tiol] {
    justify-content: center;
    letter-spacing: 2.71px;
    font: 500 14px Onest, sans-serif;
}

@media (max-width: 991px) {
    .product-category[b-azya99tiol] {
        white-space: initial;
    }
}

.health-gradient[b-azya99tiol] {
    background: linear-gradient(180deg, #0066b8 0%, #005396 100%);
}

.health-name[b-azya99tiol] {
    color: #001424;
}

.health-category[b-azya99tiol] {
    color: #003b6a;
}

.legal-gradient[b-azya99tiol] {
    background: linear-gradient(180deg, #112f65 0%, #0b194e 100%);
}

.legal-name[b-azya99tiol] {
    color: #08152d;
}

.legal-category[b-azya99tiol] {
    color: #0b1d40;
}

.guru-gradient[b-azya99tiol] {
    background: linear-gradient(180deg, #03aaa6 0%, #00625f 100%);
}

.guru-name[b-azya99tiol] {
    color: #001f1e;
}

.guru-category[b-azya99tiol] {
    color: #00504e;
}

.product-card:hover[b-azya99tiol] {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    cursor:pointer;
}

.border-guru[b-azya99tiol] {
    border: 2px solid #007E7B;
}

.border-health[b-azya99tiol] {
    border: 2px solid #005DA8;
}
.border-legal[b-azya99tiol] {
    border: 2px solid #112F65;
}



@media screen and (max-width:743px) and (min-width: 200px) {
    .product-image[b-azya99tiol]{
        height:70px;
    }

    .product-card[b-azya99tiol]{
        padding:8px 8px 12px;
    }
}



.category_tile[b-azya99tiol] {
    display: flex;
    flex-direction: row;
    border-radius: 19px;
    background: rgba(255, 255, 255, 1);
    align-items:center;
    gap:16px;
    padding:10px;
    border-radius:19px;
    position:relative;
    cursor:pointer;
}

.category_tile.active[b-azya99tiol]::after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid #0056b3;
    width: 0;
    height: 0;
    z-index: 99;
    border-top-right-radius: 19px;
}

.category_tile.legal.active[b-azya99tiol]::after{
    border-top: 50px solid rgba(11, 28, 80, 1);
}

.category_tile.medical.active[b-azya99tiol]::after{
    border-top: 50px solid  rgba(0, 84, 150, 1);
}

.category_tile.life.active[b-azya99tiol]::after{
    border-top: 50px solid rgba(0, 170, 166, 1);
}

.legal.active[b-azya99tiol] {
    border: 1px solid rgba(11, 28, 80, 1);
    box-shadow: -3px 9px 16.4px 0px rgba(11, 28, 80, 0.19);
}
.medical.active[b-azya99tiol] {
    border: 1px solid rgba(0, 84, 150, 1);
    box-shadow: -3px 9px 16.4px 0px rgba(0, 84, 150, 0.19);
}
.life.active[b-azya99tiol] {
    border: 1px solid rgba(0, 170, 166, 1);
    box-shadow: -3px 9px 16.4px 0px rgba(0, 170, 166, 0.19);
}

.icon[b-azya99tiol] {
    height: 50px;
    width: 50px;
    align-items: center;
    align-content:center;
    text-align:center;
    border-radius: 15.63px;
    border-width: 1.56px;
    min-width:50px;
}


.category_tile.legal .icon[b-azya99tiol] {
    background: linear-gradient(327.2deg, #006361 11.95%, #005596 44.4%, #0B1C50 75.58%);
    border: 1.56px solid rgba(21, 45, 122, 1);
}

.category_tile.medical .icon[b-azya99tiol] {
    background: linear-gradient(327.2deg, #006361 11.95%, #087BD5 44.4%, #005496 75.58%);
    border: 1.56px solid rgba(11, 113, 194, 1);
}
.category_tile.life .icon[b-azya99tiol] {
    background: linear-gradient(327.2deg, #006361 11.95%, #06DBD6 44.4%, #00AAA6 75.58%);
    border: 1px solid rgba(9, 229, 223, 1);
}

.title[b-azya99tiol] {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:rgb(0,0,0,1);
}

.info[b-azya99tiol] {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}

svg.checkmark[b-azya99tiol] {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index:100;
}


.error-status p[b-azya99tiol]{
    max-width:100%;
    text-wrap:wrap;
    word-break:break-word;
    font-size:12px;
    font-family:Inter;
    color:red;
}
/* _content/PickAns.ComponentLibrary/Shared/DecimalSliderComponent.razor.rz.scp.css */
.slider[b-7bts3jhcop] {
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: center;
    background-color: white;
    border: 1px solid #D1D1D6 !important;
    border-radius : 8px 0px 0px 8px;
    font-size:small;
    padding: 5px 25px;
}

[b-7bts3jhcop] .e-control-wrapper.e-slider-container .e-slider .e-handle {
    background-color: black;
    border: 1px solid black;
    border-color: black;
   
}

[b-7bts3jhcop] .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
    box-shadow: 0 0 0 4px black;
}

[b-7bts3jhcop] .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle::after {
    background-color:black;
}

[b-7bts3jhcop] .e-control-wrapper.e-slider-container .e-slider .e-handle:hover {
    background-color: black;
    border-color: black;
}
[b-7bts3jhcop] .e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: black;
}
[b-7bts3jhcop] .e-control-wrapper.e-slider-container.e-horizontal {
    height: 25px;
}
button[b-7bts3jhcop] {
    border-radius: 0px 8px 8px 0px;
    width: 25% !important;
}

.btn-secondary[b-7bts3jhcop] {
    color: #70707B;
}

.btn-secondary:focus[b-7bts3jhcop] {
    background-color: white;
    color: #70707B !important;
}
.btn-secondary:hover[b-7bts3jhcop] {
    background-color: white ;
    color: #70707B !important;
}
/* _content/PickAns.ComponentLibrary/Shared/DeleteButtonComponent.razor.rz.scp.css */
svg[b-4oa4koj5mm] {
    cursor: pointer;
    height:24px;
    width:24px;
}

.border[b-4oa4koj5mm] {
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
}
/* _content/PickAns.ComponentLibrary/Shared/EditButtonComponent.razor.rz.scp.css */
svg[b-5uyx4xgadp] {
    cursor: pointer;
    height: 16px;
    width: 16px;
    align-self:center;
}

.border[b-5uyx4xgadp] {
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
}
/* _content/PickAns.ComponentLibrary/Shared/FormatTypeChoiseComponent.razor.rz.scp.css */

/*.btn-secondary {
    color: black;
    background-color: white;
    border-color: black;
    width: 100%;
    height: 40px;
}

.btn-primary {
    color: white;
    background-color: black;
    width: 100%;
    height: 40px;
}
*/
.hide[b-231wngtigq] {
    display: none;
}
/* _content/PickAns.ComponentLibrary/Shared/HomeAskQuestionFieldComponent.razor.rz.scp.css */
.div[b-n5fibomoq5] {
    align-self: stretch;
    border-radius: 20px;
    border-color: var(--primary-color);
    border-style: solid;
    border-width: 1px;
    background-color: var(--Base-White, #fff);
    display: flex;
    gap: 8px;
    padding: 12px;
    flex: 1;
}
.div.disabled[b-n5fibomoq5] {
      
    border-color: #E4E4E7;
}

@media (max-width: 991px) {
    .div[b-n5fibomoq5] {
        flex-wrap: wrap;
    }
}

.div-2[b-n5fibomoq5] {
    display: flex;
    gap: 8px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
    white-space: nowrap;
    line-height: 19px;
    flex: 1;
    flex-direction: column;
    width:100%;
    /*svg
    {
        path
        {
            stroke: var(--primary-color);
        }
    }*/
}

@media (max-width: 991px) {
    .div-2[b-n5fibomoq5] {
        flex-wrap: wrap;
        white-space: initial;
    }
}

.img[b-n5fibomoq5] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    align-self: start;
}

.div-3[b-n5fibomoq5] {
    text-overflow: ellipsis;
    font-family: "Inter";
    flex: 1;
    color: var(--primary-color) !important;
    height: 55.4px !important;
    min-height: 60px !important;
    max-height: 55.4px !important;
    border: none !important;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
}

textarea[b-n5fibomoq5] {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 25px;
    letter-spacing: 0%;
    color: rgba(178, 178, 178, 1);
    height: 55.4px !important;
    min-height: 60px !important;
    max-height: 55.4px !important;
}

    textarea[b-n5fibomoq5]::placeholder {
        font-family: Inter !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 25px;
        letter-spacing: 0%;
        color: rgba(178, 178, 178, 1);
    }



@media screen and (max-width:743px) and (min-width: 200px) {
    .div-3[b-n5fibomoq5] {
        height: 55.4px !important;
        min-height: 60px !important;
        max-height: 55.4px !important;
    }

}

.div-3[b-n5fibomoq5]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;

}

.div-3[b-n5fibomoq5]::-webkit-scrollbar {
    width: 5px;
    background-color: white;
    border-radius: 9px;
    
}

.div-3[b-n5fibomoq5]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--primary-color);
    cursor: pointer;
}

@media (max-width: 991px) {
    .div-3[b-n5fibomoq5] {
        max-width: 100%;
        white-space: initial;
    }
}



.img-2[b-n5fibomoq5] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.send-button[b-n5fibomoq5] {
    /* Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 6px;
    width: 48px;
    height: 48px;
    border:none !important;
    box-shadow:none;
    /* Pickans/Verticals/Health/600 */
    /*background: var(--button-primary);
    box-shadow: 0px 0px 0px 1px rgba(231, 232, 235, 0.2), 0px 0px 0px 2px var(--primary-color);*/
    border-radius: 50%;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0
}

.send-button:disabled[b-n5fibomoq5] {
    border: 1px solid rgba(120, 119, 138, 1) !important;
    opacity:1;
}

.send-button:disabled svg path[b-n5fibomoq5] {
    stroke: black;
}

.send-button:disabled svg rect[b-n5fibomoq5] {
    fill:  white;
}

    .send-button:not(:disabled):hover[b-n5fibomoq5] {
        border: 1px solid var(--button-primary-hover) !important;
        opacity: 1;
    }

    .send-button:not(:disabled):hover svg path[b-n5fibomoq5] {
        stroke: white;
    }

    .send-button:not(:disabled):hover svg rect[b-n5fibomoq5] {
        fill: var(--button-primary-hover);
    }



.medical-container[b-n5fibomoq5] {
    position: relative;
    width: 703px;
    height: 393px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #D9D9D9;
}

.medical-gradient[b-n5fibomoq5] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( -124.721deg, #006361 0%, #779CCB 51%, #2C5890 100% );
    transform-origin: 351.5px 196.5px;
    transform: translate(1.378px, 0.709px) scale(2.173, 2.133) rotate(-124.721deg);
}

.ask-text-box-container[b-n5fibomoq5] {
    position: absolute;
    left: 10px;
    top: 196px;
    width: 684px;
    height: 185px;
}

.ask-text-box[b-n5fibomoq5] {
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    border: 2px solid #ECECEC;
    border-radius: 18px;
    box-shadow: 0 0 0 2px #ECECEC; /* Double border effect */
    overflow: hidden;
    position: relative;
}

.medical-advice-panel[b-n5fibomoq5] {
    display: flex;
    max-width: 703px;
    font-family: "Inter";
    width: 100%;
    background: var(--ask-promt-bacground);
    border-radius: 20px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}

.content[b-n5fibomoq5] {
    display: flex;
    padding: 33px 26px;
    gap: 16px;
    flex-direction: column;
    z-index:2000;
}


.title[b-n5fibomoq5] {
    font-weight: 700;
    font-size: 33.05px;
    line-height: 38.56px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.subtext[b-n5fibomoq5] {
    font-weight: 400;
    font-size: 18px;
    line-height: 22.95px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    width: 60%;
}
.ask-promt[b-n5fibomoq5] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 19px);
    margin: 10px 9px 12px 10px;
    gap: 8px;
    border-radius: 18px;
    border-width: 1px;
    padding: 3px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    box-shadow: 0px 0px 0px 3px rgba(225, 225, 225, 0.15), 0px 0px 0px 4px rgba(255, 255, 255, 1) inset;
    z-index: 2000;
}


@media screen and (max-width:743px) and (min-width: 200px) {
    .ask-promt[b-n5fibomoq5] {
        width: calc(100% - 10px);
        margin: 10px 4px 5px 6px;
    }
}



.ask-toolbar[b-n5fibomoq5] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.controls[b-n5fibomoq5] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.prompt-text[b-n5fibomoq5] {
    color: #34495E;
    font-size: 18px;
    margin-bottom: 20px;
}

.status[b-n5fibomoq5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
}

.online-dot[b-n5fibomoq5] {
    width: 8px;
    height: 8px;
    background: #2ECC71;
    border-radius: 50%;
}

.online-text[b-n5fibomoq5] {
    color: #95A5A6;
    font-size: 13px;
}

.ask-button[b-n5fibomoq5] {
    background: #3498DB;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    font-size: 16px;
}

    .ask-button:hover[b-n5fibomoq5] {
        background: #2980B9;
    }

.expert_background[b-n5fibomoq5] {
    position: absolute;
    z-index: 1200;
    /*background-image: var(--ask-promt-expert-image);*/
    background-size: cover; /* Or contain, auto, etc. */
    background-repeat: no-repeat; /* Or repeat, repeat-x, repeat-y */
}

    .expert_background.legal[b-n5fibomoq5] {
        background-image: url(/assets/images/LegalExpert.png);
        width: 285px;
        height: 229px;
        left: 344px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        background-image: url(/assets/images/MedicalExpert.png);
        width: 232px;
        height: 261px;
        left: 368px;
    }

    .expert_background.life[b-n5fibomoq5] {
        background-image: url(/assets/images/LifeExpert.png);
        width: 240px;
        height: 229px;
        top: 14px;
        left: 368px;
    }





.background-logo-1[b-n5fibomoq5] {
    width: 486.00457763671875px;
    height: 485.88800048828125px;
    top: -143.97px;
    left: -77px;
    position: absolute;
    z-index: 1000;
    background-image: url(/assets/images/AskPromtBackground.png);
    background-size: cover; /* Or contain, auto, etc. */
    background-repeat: no-repeat;
    opacity: 0.3 !important;
}

    .background-logo-1.legal[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_legal.png);
    }

    .background-logo-1.medical[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_medical.png);
    }

    .background-logo-1.life[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_life.png);
    }

.background-logo-2[b-n5fibomoq5] {
    width: 170px;
    height: 170px;
    left: 484px;
    top: 14px;
    position: absolute;
    z-index: 1000;
    background-image: url(assets/images/AskPromtBackground.png);
    background-size: cover; /* Or contain, auto, etc. */
    background-repeat: no-repeat;
}

    .background-logo-2.legal[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_legal.png);
    }

    .background-logo-2.medical[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_medical.png);
    }

    .background-logo-2.life[b-n5fibomoq5] {
        background-image: url(/assets/images/AskPromtBackground_life.png);
    }

.online[b-n5fibomoq5] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-left: 14px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(155, 155, 155, 1);
    margin-bottom: 10px;
    align-items: center;
}

.online .black[b-n5fibomoq5]{
    color:background: rgba(0, 0, 0, 1);
}

.online .green[b-n5fibomoq5]{
    color: rgba(51, 198, 105, 1);
}


.btn-category[b-n5fibomoq5] {
    display: inline;
    width: 99px;
    height: 33px;
    border-radius: 7px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(239, 239, 239, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    color: rgba(4, 8, 29, 1);
    box-shadow: none;
    padding: 2px 3px 2px 8px;
    line-height: 27px;
    text-align: left;
    vertical-align: middle;
}

.btn-category span[b-n5fibomoq5] {
    width: 26px;
    height: 27px;
    padding: 6.5px 8px;
    border-radius: 6px;
    border-width: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    display: inline;
    float: inline-end;
    line-height: 8px;
}

.questionText[b-n5fibomoq5] {
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    color: rgba(178, 178, 178, 1);
    word-wrap: break-word;
    height: 55.4px !important;
    min-height: 60px !important;
    max-height: 55.4px !important;
    overflow-y: auto;
    text-wrap-mode: wrap;
}


@media (min-width: 1290px) and (max-width: 1490px) {
    .background-logo-1[b-n5fibomoq5] {
        
        left: -157px;
    }

    .background-logo-2[b-n5fibomoq5] {
        left: 404px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        left: 294px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        left: 318px;
    }

    .expert_background.life[b-n5fibomoq5] {
        left: 318px;
    }

    .subtext[b-n5fibomoq5] {
        
    }
}
@media (min-width: 790px) and (max-width: 990px) { 
    .background-logo-1[b-n5fibomoq5] {
        left: -157px;
    }

    .background-logo-2[b-n5fibomoq5] {
        left: 404px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        left: 294px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        left: 318px;
    }

    .expert_background.life[b-n5fibomoq5] {
        left: 318px;
    }

    .subtext[b-n5fibomoq5] {
    }
}
@media(max-width : 790px){
    .expert_background.life[b-n5fibomoq5] {
        top: 50px;
    }
}
@media (min-width: 600px) and (max-width: 670px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -154px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 413.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        left: 289px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        left: 354px;
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: 340px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 281px;
        word-wrap: normal;
    }
}

@media (min-width: 550px) and (max-width: 600px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -154px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 363.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        left: 239px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        left: 304px;
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: 290px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 281px;
        word-wrap: normal;
    }
}

@media (min-width: 500px) and (max-width: 550px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -134px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 313.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        left: 189px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        left: 254px;
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: 240px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 241px;
        word-wrap: normal;
    }
}

@media (min-width: 450px) and (max-width: 500px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -114px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 263.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 139px;*/
        left: auto;
        right:2px
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 204px;*/
        left: auto;
        right:4px
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: auto;
        right: 2.2px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 201px;
        word-wrap: normal;
    }

    .ask-promt[b-n5fibomoq5] {
        margin-top: 0;
    }

    .content[b-n5fibomoq5] {
        padding: 25px 22px;
    }
}

@media (min-width: 420px) and (max-width: 450px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -104px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 213.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 109px;*/
        left: auto;
        right: 4px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 154px;*/
        left: auto;
        right: 4px;
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: auto;
        right: 2.2px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 181px;
        word-wrap: normal;
    }
    .ask-promt[b-n5fibomoq5] {
        margin-top: 0;
    }

    .content[b-n5fibomoq5] {
        padding: 25px 22px;
    }
}

@media (max-width: 420px) {
    .background-logo-1[b-n5fibomoq5] {
        width: 370.4804992675781px;
        height: 370.3916320800781px;
        opacity: 0.3;
        top: -81px;
        left: -214px;
    }

    .background-logo-2[b-n5fibomoq5] {
        width: 129.58724975585938px;
        height: 129.55616760253906px;
        top: 39.42px;
        left: 213.62px;
    }


    .expert_background.legal[b-n5fibomoq5] {
        width: 256.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 113px;*/
        left: auto;
        right: -2px;
    }

    .expert_background.medical[b-n5fibomoq5] {
        width: 186.66665649414062px;
        height: 210px;
        top: 23px;
        /*left: 162px;*/
        left:auto;
        right:6px;
    }

    .expert_background.life[b-n5fibomoq5] {
        width: 206.66665649414062px;
        height: 210px;
        top: 50px;
        left: auto;
        right: 2.2px;
    }

    .title[b-n5fibomoq5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: -0.26px;
    }

    .subtext[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 186px;
        word-wrap: normal;
        height:47px;
    }

    .ask-promt[b-n5fibomoq5]{
        margin-top:0;
    }

    .content[b-n5fibomoq5]{
        padding:25px 22px;
    }
}

.loader[b-n5fibomoq5] {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #000000;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-n5fibomoq5 2s linear infinite;
}

.file-container[b-n5fibomoq5] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.file[b-n5fibomoq5] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
}

    .file .info[b-n5fibomoq5] {
        width: 24px;
        height: 25px;
    }

    .file .close[b-n5fibomoq5] {
        width: 18px;
        height: 18px;
    }
@media (max-width:600px) {
    .file[b-n5fibomoq5] {
        font-weight: 500;
        font-size: 16px;
    }

    .file .info[b-n5fibomoq5] {
        width: 20px;
        height: 20px;
    }

    .file .close[b-n5fibomoq5] {
        width: 16px;
        height: 16px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-n5fibomoq5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:700px) {
    .loader[b-n5fibomoq5] {
        border: 2px solid #f3f3f3;
        border-top: 2px solid #000000;
        width: 16px;
        height: 16px;
    }

    .icon[b-n5fibomoq5] {
        width: 16px !important;
        height: 16px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/HowToUseComponent.razor.rz.scp.css */
.how-to-use-item[b-x8zx99iwyz] {
    justify-content: center;
    flex-direction: column;
    width: 45%;
    display: flex;
    padding: 20px;
    border: 1px solid rgba(228, 228, 231, 1);
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
}

.how-to-use-item:hover[b-x8zx99iwyz] {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.how-to-use-item-title[b-x8zx99iwyz] {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    height: 25%;
    line-height:normal;
}
.how-to-use-item-title.full-hieght[b-x8zx99iwyz] {
    height: 100%;
    margin:0px;
}

.how-to-use-item-instruction[b-x8zx99iwyz] {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    width: 90%;
    display: flex; /* Make the instruction sections flexible */
    align-items: flex-start; /* Align list items to the top */
    height: 65%;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .how-to-use-item-instruction ul[b-x8zx99iwyz] {
        list-style-type: none; /* Remove default bullets */
        padding-left: 20px; /* Adjust padding for icon size (optional) */
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}

.how-to-use-item-instruction li[b-x8zx99iwyz]{
    display:flex;
}

@media(max-width:700px) {
    .how-to-use-item-title[b-x8zx99iwyz] {
        font-size: 14px;
    }
    .how-to-use-item-instruction[b-x8zx99iwyz] {
        font-size: 11px;
    }
}

@media(max-width:450px) {
    .how-to-use-item[b-x8zx99iwyz] {
        width: 100%;
        margin-bottom: 15px;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/HtmlMarkUpComponent.razor.rz.scp.css */
textarea[b-6hkh10pfqr] {
    border: none !important;
    padding: 0px;
    box-shadow: none !important;
    resize:none;
    width:100%;
}

.honor[b-6hkh10pfqr] {
    width: 100%;
    margin-top: 0px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1);
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
/* _content/PickAns.ComponentLibrary/Shared/InfoCardsComponent.razor.rz.scp.css */
.product-cards[b-22099lxzfl] {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
}

.card-container[b-22099lxzfl] {
    width: 100%;
    padding: 0;
}

.card-grid[b-22099lxzfl] {
    gap: 3%;
    display: flex;
}

.product-card[b-22099lxzfl] {
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(228, 228, 231, 1);
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 33%;
    padding: 8px 8px 20px;
}

.card-header[b-22099lxzfl] {
    align-items: center;
    border-radius: 12px;
    display: flex;
    color: #fff;
    line-height: 100%;
    justify-content: center;
    padding:0px;
}

.header-content[b-22099lxzfl] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.07;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 75px 32px;
}

.header-image[b-22099lxzfl] {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.logo-wrapper[b-22099lxzfl] {
    position: relative;
    display: flex;
    gap: 7px;
    justify-content: space-between;
}

.logo[b-22099lxzfl] {
    aspect-ratio: 0.92;
    object-fit: auto;
    object-position: center;
    width: 33px;
    margin: auto 0;
}

.brand-info[b-22099lxzfl] {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.brand-name[b-22099lxzfl] {
    font: 800 26px Onest, sans-serif;
}

.brand-category[b-22099lxzfl] {
    justify-content: center;
    letter-spacing: 2.71px;
    font: 500 14px Onest, sans-serif;
}

.card-description[b-22099lxzfl] {
    margin-top: 12px;
    color: #51525c;
    justify-content: center;
    padding: 0 8px;
    font: 400 16px/19px Onest, sans-serif;
}

.health-gradient[b-22099lxzfl] {
    background: linear-gradient(180deg, #0066b8 0%, #005396 100%);
}

.legal-gradient[b-22099lxzfl] {
    background: linear-gradient(180deg, #112f65 0%, #0b194e 100%);
}

.guru-gradient[b-22099lxzfl] {
    background: linear-gradient(180deg, #03aaa6 0%, #00625f 100%);
}

@media (max-width: 800px) {
    .card-container[b-22099lxzfl] {
        max-width: 100%;
    }

    .card-grid[b-22099lxzfl] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .product-card[b-22099lxzfl] {
        margin-top: 12px;
        width : 100%;
    }

    .header-content[b-22099lxzfl] {
        padding: 0 20px;
        height:100px;
    }

    .brand-category[b-22099lxzfl] {
        white-space: initial;
    }
}

.circle-logo[b-22099lxzfl] {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    background: white;
    border-radius: 50%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    max-height: fit-content;
}
/* _content/PickAns.ComponentLibrary/Shared/Modals/ModalCancleConfirmComponent.razor.rz.scp.css */
.modal[b-97ngjtnjs2] {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    z-index: 9000;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content[b-97ngjtnjs2] {
    /*margin-top: 20%;*/
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    outline: 0;
    overflow: hidden;
    font-family: "Inter";
    background: linear-gradient(180deg, #E3F1FD 0%, #F9F9F9 47.49%);
    border: 1px solid rgba(229, 229, 229, 1);
}

.modal-header[b-97ngjtnjs2] {
    background-color: transparent;
}

.modal-footer[b-97ngjtnjs2] {
    background-color: transparent;
}
.modal-title[b-97ngjtnjs2] {
    font-family: "Inter";
    font-weight: 700 !important;
}
.modal-body[b-97ngjtnjs2] {
    font-family: "Inter";
    font-size: large;
    font-weight: 600;
    padding:25px 10px;
}

button[b-97ngjtnjs2] {
    min-width: 100px;
    font-family: "Inter" !important;
    font-size: 18px !important;
    height: 40px;
    align-items: center;
    vertical-align: middle;
}

@media screen and (max-width: 743px) and (min-width: 200px) {
    button[b-97ngjtnjs2] {
        font-size: 16px !important;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/Modals/ModalComponent.razor.rz.scp.css */
.modal[b-cnqgralzv6] {
    position: fixed;
    top: 0;
    backdrop-filter: brightness(0.4);
    left: 0;
    z-index: 1055;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content[b-cnqgralzv6] {
    margin-top: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    overflow: hidden;
}

.modal-header[b-cnqgralzv6] {
    background-color: #F8F8F8;
}
/* _content/PickAns.ComponentLibrary/Shared/Modals/PDFViewerModal.razor.rz.scp.css */
.modal[b-ojus86myrw] {
    position: fixed;
    top: 0;
    backdrop-filter: blur(1px);
    left: 0;
    z-index: 9000;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content[b-ojus86myrw] {
    margin-top: 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    outline: 0;
    overflow: hidden;
    font-family: "Inter";
}

.modal-header[b-ojus86myrw] {
    background-color: #F8F8F8;
}

.modal-title[b-ojus86myrw] {
    font-family: "Inter";
    font-weight: 700 !important;
}

.modal-body[b-ojus86myrw] {
    font-family: "Inter";
    font-size: large;
    font-weight: 600;
    padding: 25px 10px;
}
/* _content/PickAns.ComponentLibrary/Shared/Modals/VideoPlayerModalComponent.razor.rz.scp.css */
.modal[b-ldev3dgv6a] {
    position: fixed;
    top: 0;
    backdrop-filter: blur(1px);
    left: 0;
    z-index: 9000;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content[b-ldev3dgv6a] {
    margin-top: 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    outline: 0;
    overflow: hidden;
    font-family: "Inter";
}

.modal-header[b-ldev3dgv6a] {
    background-color: #F8F8F8;
}

.modal-title[b-ldev3dgv6a] {
    font-family: "Inter";
    font-weight: 700 !important;
}

.modal-body[b-ldev3dgv6a] {
    font-family: "Inter";
    font-size: large;
    font-weight: 600;
    padding: 25px 10px;
}

video[b-ldev3dgv6a] {
    margin: 1rem;
    border-radius: 8px;
    height: 90%;
}
/* _content/PickAns.ComponentLibrary/Shared/ProfileImgComponent.razor.rz.scp.css */
.profile-img[b-nyz3v1kr3i] {
    border-radius: 90px;
    width: 90px;
    height: 90px;
}

/* _content/PickAns.ComponentLibrary/Shared/SelectedItemComponent.razor.rz.scp.css */
/*.itemShape {
    width: 48%;
    padding: 0px;
    margin-top:10px;
    border: none;
    @media only screen and (max-width: 600px) {
        width: 100%;
        margin-bottom: 10px;
        
    }
}
.onestFont {
    @media only screen and (max-width: 600px) {
        font-size : 12px !important;
    }
}

.show {
    border: 1px solid #D1D1D6;
    border-radius: 16px;
    background-color: #FCFCFC;
    padding: 5px 20px;
    position: relative;

    @media only screen and (max-width: 600px) {
        width: 100%;
        margin-bottom: 10px;
        padding: 11px 20px;
    }

    svg{
        position: absolute;
        top: 18px;
        right: 15px;
    }
}

.hide {
    display:none;
    border:none;
}*/
/* _content/PickAns.ComponentLibrary/Shared/SfTextNumericItemComponent.razor.rz.scp.css */
.inpute-container[b-mxz1tpwqw1]{
    width:calc(50% - 12px);
    display:flex;
    flex-direction:column;
    gap: 4px;
}

.label[b-mxz1tpwqw1] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}


[b-mxz1tpwqw1] .validation-message{
    margin-top:10px;
}

[b-mxz1tpwqw1] .e-numeric.e-style .e-control.e-numerictextbox {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
    height: 100%;
}

::after .e-input-group[b-mxz1tpwqw1]{
    box-shadow:none !important;
}

[b-mxz1tpwqw1] .e-input-group.e-success::before, .e-input-group.e-success[b-mxz1tpwqw1]::after, .e-input-group.e-control-wrapper.e-success[b-mxz1tpwqw1]::before, .e-input-group.e-control-wrapper.e-success[b-mxz1tpwqw1]::after { 
    display:none !important;
}
[b-mxz1tpwqw1] .e-input-group.e-style.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left)[b-mxz1tpwqw1] {
    border-color: #18181B;
}

[b-mxz1tpwqw1] .e-input-group.e-input-focus::before, .e-input-group.e-input-focus[b-mxz1tpwqw1]::after, .e-input-group.e-control-wrapper.e-input-focus[b-mxz1tpwqw1]::before, .e-input-group.e-control-wrapper.e-input-focus[b-mxz1tpwqw1]::after{
    display :none;
}

[b-mxz1tpwqw1] .e-input-group::after, .e-input-group.e-control-wrapper[b-mxz1tpwqw1]::after {
    display: none !important;
}

[b-mxz1tpwqw1] [b-x2nbxy59f7] .e-input-group::before, .e-input-group.e-control-wrapper[b-x2nbxy59f7][b-mxz1tpwqw1]::before {
    display:none;
}
:: deep .e-control-wrapper.e-numeric.e-float-input.e-style .e-spin-down[b-mxz1tpwqw1] {
    color: #18181B;
}

[b-mxz1tpwqw1] .e-control-wrapper.e-numeric.e-float-input.e-style .e-float-line::before {
    background: #18181B;
}

[b-mxz1tpwqw1] .e-control-wrapper.e-numeric.e-float-input.e-style .e-float-line::after {
    background: #18181B;
}

[b-mxz1tpwqw1] .e-control-wrapper.e-numeric.e-float-input.e-style .e-spin-up {
    color: #18181B;
}

[b-mxz1tpwqw1] .e-control-wrapper.e-numeric.e-float-input.e-style.e-input-group .e-float-text.e-label-top {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
    height:100%;
}

[b-mxz1tpwqw1] .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error)[b-mxz1tpwqw1] {
    box-shadow:none !important;
}

@media (max-width:600px) {
    .inpute-container[b-mxz1tpwqw1] {
        width: 100%;
    }
}
/* _content/PickAns.ComponentLibrary/Shared/SlideoutModal.razor.rz.scp.css */
/* Backdrop overlay */
.slideout-overlay[b-n0wqrqmues] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10100;
    animation: fadeIn-b-n0wqrqmues 0.3s ease-out;
}

/* Slideout panel */
.slideout-panel[b-n0wqrqmues] {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 500px;
    max-width: calc(100vw - 40px);
    background: white;
    z-index: 10101;
    transform: translateX(calc(100% + 20px));
    transition: transform 0.3s ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}

.slideout-panel.open[b-n0wqrqmues] {
    transform: translateX(0);
}

/* Fade in animation for overlay */
@keyframes fadeIn-b-n0wqrqmues {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Mobile responsive - use 80% width on smaller screens */
@media (max-width: 768px) {
    .slideout-panel[b-n0wqrqmues] {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }
}

/* Portrait and landscape support for tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Portrait */
    @media (orientation: portrait) {
        .slideout-panel[b-n0wqrqmues] {
            width: 500px;
            max-width: calc(70vw - 40px);
        }
    }

    /* Landscape */
    @media (orientation: landscape) {
        .slideout-panel[b-n0wqrqmues] {
            width: 500px;
            max-width: calc(50vw - 40px);
        }
    }
}

/* Prevent body scroll when modal is open */
body.slideout-open[b-n0wqrqmues] {
    overflow: hidden;
}

/* iOS specific fixes for smooth scrolling */
@supports (-webkit-touch-callout: none) {
    .slideout-panel[b-n0wqrqmues] {
        -webkit-overflow-scrolling: touch;
    }
}
/* _content/PickAns.ComponentLibrary/SubCatageries/AddSubCategoryModalComponent.razor.rz.scp.css */
/* _content/PickAns.ComponentLibrary/Transactions/TransactionListComponent.razor.rz.scp.css */
[b-wbbeemsaiw] .e-grid {
    font-family: "Inter" !important;
    border-radius: 12px;
    overflow:hidden;
}

[b-wbbeemsaiw] .e-control {
    font-family: "Inter" !important;
}

[b-wbbeemsaiw] .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input[b-wbbeemsaiw], .e-input-group textarea.e-input[b-wbbeemsaiw], .e-input-group.e-control-wrapper textarea.e-input[b-wbbeemsaiw] {
    font-family: "Inter" !important;
}

@media(max-width:500px) {
    [b-wbbeemsaiw] .e-grid.e-device .e-rowcell, .e-grid.e-device .e-summary[b-wbbeemsaiw] {
        padding: 6px;
    }
    [b-wbbeemsaiw] .e-grid {
        font-size: 14px;
    }

    [b-wbbeemsaiw] .e-control {
        font-size: 14px;
    }

    [b-wbbeemsaiw] .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input[b-wbbeemsaiw], .e-input-group textarea.e-input[b-wbbeemsaiw], .e-input-group.e-control-wrapper textarea.e-input[b-wbbeemsaiw] {
        font-size: 14px;
    }
}

label[b-wbbeemsaiw] {
    font-weight: 700;
    font-size: 16px;
}

.transaction-list[b-wbbeemsaiw] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
/* _content/PickAns.ComponentLibrary/Transactions/WalletComponent.razor.rz.scp.css */
.wallet-container[b-ko3j7doot3] {
    display:flex;
    flex-direction:column;
    gap: 25px;
}

.wallet-badges[b-ko3j7doot3] {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

label[b-ko3j7doot3] {
    font-weight: 700;
    font-size: 16px;
}
/* _content/PickAns.ComponentLibrary/UserProfile/Modal/ProfileBackgroundImageCropperModal.razor.rz.scp.css */
.add-expertise-inputs-container[b-ybg1q717a5] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 5px 0px 35px 0px;
}

.add-expertise-header[b-ybg1q717a5] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-ybg1q717a5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-ybg1q717a5] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.date-inputes .input-container[b-ybg1q717a5]{
    width:219px;
}


label[b-ybg1q717a5] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

label.checkbox-label[b-ybg1q717a5]{
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

input[b-ybg1q717a5] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);

}

select[b-ybg1q717a5] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-ybg1q717a5] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-ybg1q717a5] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label input:checked ~ .checkmark[b-ybg1q717a5] {
    background: var(--askQuestion-primary) !important;
    border: 2px solid rgb(255, 255, 255);
}


.controls[b-ybg1q717a5]{
    width:100%;
    display:flex;
    flex-direction:row;
    gap:10px;
    justify-content:center;
    padding:10px;
}


@media (max-width:660px) {
    .add-expertise-inputs-container[b-ybg1q717a5] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-ybg1q717a5] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-ybg1q717a5] {
        gap:13px;
    }

    .date-inputes .input-container[b-ybg1q717a5]{
        width:120px;
    }
}
/* _content/PickAns.ComponentLibrary/UserProfile/Modal/ProfileImageCropperModal.razor.rz.scp.css */
.add-expertise-inputs-container[b-980bb3nfuc] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-980bb3nfuc] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-980bb3nfuc] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-980bb3nfuc] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.date-inputes .input-container[b-980bb3nfuc]{
    width:219px;
}


label[b-980bb3nfuc] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

label.checkbox-label[b-980bb3nfuc]{
    display: flex;
    flex-direction: row;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

input[b-980bb3nfuc] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);

}

select[b-980bb3nfuc] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-980bb3nfuc] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-980bb3nfuc] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label input:checked ~ .checkmark[b-980bb3nfuc] {
    background: var(--askQuestion-primary) !important;
    border: 2px solid rgb(255, 255, 255);
}


.controls[b-980bb3nfuc]{
    width:100%;
    display:flex;
    flex-direction:row;
    gap:10px;
    justify-content:center;
    padding:10px;
}


@media (max-width:660px) {
    .add-expertise-inputs-container[b-980bb3nfuc] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-980bb3nfuc] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-980bb3nfuc] {
        gap:13px;
    }

    .date-inputes .input-container[b-980bb3nfuc]{
        width:120px;
    }
}
/* _content/PickAns.ComponentLibrary/UserProfile/Modal/SocialMedialEditModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-rhjkb2jr4x] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 65px 0px 35px 0px;
}

.add-expertise-header[b-rhjkb2jr4x] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.add-expertise-inputs-container .input-container[b-rhjkb2jr4x] {
    display: flex;
    flex-direction: column;
    gap: 4x;
}

label[b-rhjkb2jr4x] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

input[b-rhjkb2jr4x] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}




@media (max-width:660px) {
    .add-expertise-inputs-container[b-rhjkb2jr4x] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-rhjkb2jr4x] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }
}
/* _content/PickAns.ComponentLibrary/UserProfile/Modal/UserDetailsModalComponent.razor.rz.scp.css */
.add-expertise-inputs-container[b-5y5w1p16bv] {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 5px 0px 35px 0px;
}

.add-expertise-header[b-5y5w1p16bv] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.26px;
    color: rgba(0, 0, 0, 1);
}

.expert-avatar[b-5y5w1p16bv] {
    display: flex;
    justify-content: center;
}

.profile-image[b-5y5w1p16bv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3000;
    position: relative;
    cursor: pointer;
}

    .profile-image img[b-5y5w1p16bv] {
        width: 75.85px;
        height: 75.85px;
        border-radius: 50%;
        background: white
    }

.verified-badge[b-5y5w1p16bv] {
    position: absolute;
    right: -5px;
    bottom: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: black;
    padding: 0px 2px 2px 2px;
}

    .verified-badge svg path[b-5y5w1p16bv] {
        stroke: white !important;
    }


.add-expertise-inputs-container .input-container[b-5y5w1p16bv] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.date-inputes[b-5y5w1p16bv] {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

    .date-inputes .input-container[b-5y5w1p16bv] {
        width: 219px;
    }


label[b-5y5w1p16bv] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(32, 16, 43, 1);
}

    label.checkbox-label[b-5y5w1p16bv] {
        display: flex;
        flex-direction: row;
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

input[b-5y5w1p16bv] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
}

select[b-5y5w1p16bv] {
    box-shadow: 0px 1px 2px 0px rgba(77, 64, 85, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 228, 233, 1);
    border-radius: 4px;
    padding: 10px 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.26px;
    color: rgba(114, 119, 131, 1);
    appearance: auto;
}

label .checkmark[b-5y5w1p16bv] {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(151, 148, 164);
    display: flex;
    justify-content: center;
    align-items: center;
}

label input[b-5y5w1p16bv] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    label input:checked ~ .checkmark[b-5y5w1p16bv] {
        background: var(--askQuestion-primary) !important;
        border: 2px solid rgb(255, 255, 255);
    }


.controls[b-5y5w1p16bv] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

@media (max-width:660px) {
    .add-expertise-inputs-container[b-5y5w1p16bv] {
        gap: 23px;
        padding: 14px 0px 23px 0px;
    }

    .add-expertise-header[b-5y5w1p16bv] {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
    }

    .date-inputes[b-5y5w1p16bv] {
        gap: 13px;
    }

        .date-inputes .input-container[b-5y5w1p16bv] {
            width: 120px;
        }
}
/* _content/PickAns.ComponentLibrary/UserProfile/ProfileBackgrondComponent.razor.rz.scp.css */
.background-image-container[b-u1bliy6vs2] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 1203px;
    height: 251px;
    padding: 21px 23px;
    background: var(--ask-promt-bacground);
    border-radius: 20px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    overflow: hidden;
}

.background-logo-1[b-u1bliy6vs2] {
    width: 486.4089050292969px;
    height: 485.88800048828125px;
    top: -143.97px;
    left: -77.06px;
    opacity: 0.3;
    position: absolute;
    z-index: 1000;
    background-image: url(assets/images/AskQuestionBacground.png);
    background-size: cover; /* Or contain, auto, etc. */
    background-repeat: no-repeat;
}

    .background-logo-1.legal[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_legal.png);
    }

    .background-logo-1.medical[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_medical.png);
    }

    .background-logo-1.life[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_life.png);
    }

.background-logo-2[b-u1bliy6vs2] {
    width: 430.4156188964844px;
    height: 429.95465087890625px;
    top: -99px;
    right: -52.95px;
    position: absolute;
    z-index: 1000;
    background-image: url(assets/images/AskPromtBackground.png);
    background-size: cover; /* Or contain, auto, etc. */
    background-repeat: no-repeat;
}

    .background-logo-2.legal[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_legal.png);
    }

    .background-logo-2.medical[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_medical.png);
    }

    .background-logo-2.life[b-u1bliy6vs2] {
        background-image: url(assets/images/AskPromtBackground_life.png);
    }



.content[b-u1bliy6vs2] {
    display: flex;
    padding: 33px 26px;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 2000;
}


.background-image[b-u1bliy6vs2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
}

.title[b-u1bliy6vs2] {
    font-weight: 700;
    font-size: 33.05px;
    line-height: 38.56px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.subtext[b-u1bliy6vs2] {
    font-weight: 400;
    font-size: 18px;
    line-height: 22.95px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}


.edit-button[b-u1bliy6vs2] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0.87px;
    background: rgba(255, 255, 255, 1);
    border: 0.87px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 2.6px rgba(238, 238, 238, 0.25),0px 0px 0px 2.6px rgba(0, 0, 0, 0.02) inset;
    z-index: 3000;
}


@media (min-width: 990px) and (max-width: 1290px) {
    .background-logo-1[b-u1bliy6vs2] {
        width: 386.4089050292969px;
        height: 385.88800048828125px;
        top: -93.97px;
        left: -27.06px;
    }

    .background-logo-2[b-u1bliy6vs2] {
        width: 330.4156188964844px;
        height: 329.95465087890625px;
        top: -49px;
        right: -2.95px;
    }
}

@media (min-width: 790px) and (max-width: 990px) {

    .background-logo-1[b-u1bliy6vs2] {
        width: 286.4089050292969px;
        height: 285.88800048828125px;
        top: -10px;
        left: -65px;
    }

    .background-logo-2[b-u1bliy6vs2] {
        width: 130.4156188964844px;
        height: 129.95465087890625px;
        top: 0px;
        right: 10px;
    }
}


@media (min-width:660px) and (max-width: 790px) {

    .background-logo-1[b-u1bliy6vs2] {
        width: 286.4089050292969px;
        height: 285.88800048828125px;
        top: -10px;
        left: -65px;
    }

    .background-logo-2[b-u1bliy6vs2] {
        width: 130.4156188964844px;
        height: 129.95465087890625px;
        top: 0px;
        right: 10px;
    }
}


@media (min-width:550) (max-width: 660px) {

    

    .background-logo-1[b-u1bliy6vs2] {
        width: 195.408905px;
        height: 195.88800048828125px;
        top: -30px;
        left: -39.06px;
    }

    .background-logo-2[b-u1bliy6vs2] {
        width: 110.4156188964844px;
        height: 109.95465087890625px;
        top: 0;
        right: 50px;
    }

    
}


@media (max-width: 660px) {

    .background-image-container[b-u1bliy6vs2] {
        height: 131px;
        padding: 17px 20px 17px 12px;
    }

    .content[b-u1bliy6vs2]{
        padding:0px;
        gap:0px;
    }

    .background-logo-1[b-u1bliy6vs2] {
        width: 195.408905px;
        height: 195.88800048828125px;
        top: -30px;
        left: -79.06px;
    }

    .background-logo-2[b-u1bliy6vs2] {
        width: 110.4156188964844px;
        height: 109.95465087890625px;
        top: 0;
        right: 20px;
    }
    .title[b-u1bliy6vs2]{
        font-size:20px;
    }
    .subtext[b-u1bliy6vs2]{
        font-size:11px;
    }
}


@media (max-width:990px) {

    .profile-bk[b-u1bliy6vs2] {
        display: none;
    }

}
/* _content/PickAns.ComponentLibrary/UserProfile/ProfileInfoCardComponent.razor.rz.scp.css */
.profile-card[b-turhyoooj9] {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 19px 23px 17px 22px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    gap: 17px;
}

.profile-details[b-turhyoooj9] {
    display: flex;
    width: 100%;
    flex-direction: row;
    /*padding: 22px 31px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius:16px;
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);*/
}

.profile-header[b-turhyoooj9] {
    display: flex;
    flex-direction: row;
    gap: 30.15px;
    flex: 1;
}

.profile-image[b-turhyoooj9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3000;
    position: relative;
}

    .profile-image img[b-turhyoooj9] {
        width: 75.85px;
        height: 75.85px;
        border-radius: 50%;
        background: white
    }

.verified-badge[b-turhyoooj9] {
    position: absolute;
    left: 32.5px;
    top: 7.3px;
}

.doctor-container[b-turhyoooj9] {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
}

.doctor-header[b-turhyoooj9] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.doctor-name[b-turhyoooj9] {
    font-weight: 500;
    font-size: 17.66px;
    line-height: 17.66px;
    letter-spacing: -1%;
    flex: 1;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}

.doctor-mail[b-turhyoooj9] {
    font-weight: 500;
    font-size: 17.66px;
    line-height: 17.66px;
    letter-spacing: -1%;
    color: rgba(135, 133, 161, 1);
    overflow: hidden;
    text-wrap-mode: nowrap;
    text-overflow: ellipsis;
}

.doctor-info[b-turhyoooj9] {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.doctor-info-section[b-turhyoooj9] {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.info[b-turhyoooj9] {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
}




.action-buttons[b-turhyoooj9] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.contact-button[b-turhyoooj9] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}


.doctor-info-mobile[b-turhyoooj9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    gap: 10px;
    border-top: 1px solid rgba(225, 225, 225, 1);
    padding-top: 10px;
}

@media (min-width:990px) {
    .background-image[b-turhyoooj9] {
        display: none;
    }

    .doctor-info-mobile[b-turhyoooj9] {
        display: none;
    }

    .profile-details[b-turhyoooj9] {
        flex-direction: column;
        gap: 10px;
    }
}


@media (max-width:990px) {
    .doctor-info[b-turhyoooj9] {
        display: none
    }

    .profile-image[b-turhyoooj9] {
        margin-top: -33px;
        margin-left: 20px;
    }

    .doctor-container[b-turhyoooj9] {
        gap: 10px;
    }
}

@media (max-width: 790px) {

    .profile-card[b-turhyoooj9] {
        padding: 27px 21px 16px 21px;
        ;
    }

    .profile-details[b-turhyoooj9] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .profile-image[b-turhyoooj9] {
        margin-top: -43px;
        margin-left: 31px;
        height: 75.85px;
    }

    .doctor-container[b-turhyoooj9] {
        gap: 10px;
    }

    .doctor-name svg[b-turhyoooj9] {
        display: none;
    }

    .profile-header[b-turhyoooj9] {
        gap: 5px;
    }

    .doctor-mail[b-turhyoooj9] {
        max-width: 100%;
    }

    .verified-badge[b-turhyoooj9] {
        top: 0px;
    }

    .info[b-turhyoooj9] {
        gap: 8.75px;
        font-size: 15px;
    }
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserActivityComponent.razor.rz.scp.css */
.profile-bio-activity[b-jjeepwsvvt] {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-radius: 16px;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 0px;
    width:100%;
    overflow:hidden;
}

.bio-activity-header[b-jjeepwsvvt] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 25px;
    align-items: center;
    border-bottom: 1px solid rgba(225, 225, 225, 1)
}

.bio-activity-tabs[b-jjeepwsvvt] {
    display:flex;
    gap:23px;
    
}

.bio-tab[b-jjeepwsvvt], .activity-tab[b-jjeepwsvvt] {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(120, 119, 138, 1);
    transition: 0.8s ease-in-out;
    padding: 17px 0px;
    cursor:default;
}
.bio-tab.active[b-jjeepwsvvt], .activity-tab.active[b-jjeepwsvvt] {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.tab-content[b-jjeepwsvvt] {
    display: flex;
    flex-direction:row;
    width: 200%; /* To accommodate both tabs side by side */
    transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
    padding:0px;
}

.bio-tab-content[b-jjeepwsvvt] {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    padding: 17px 23px 21px 30px;
}

.activity-tab-content[b-jjeepwsvvt] {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    padding: 17px 23px 21px 30px;
}

.hidden-content[b-jjeepwsvvt]{
    height:0.1px !important;
}

.view-more[b-jjeepwsvvt] {
    margin-top: 19.16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.text-input-area[b-jjeepwsvvt] {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    color: rgba(10, 12, 20, 1) !important;
    width: 100%;
    min-height: 200px;
    border: none !important;
    resize: vertical;
    scroll-behavior: smooth;
    margin-bottom: 10px;
}

.btn[b-jjeepwsvvt]{
    border-radius:8px !important;
}

@media (max-width:790px) {
    .activity-tab-content[b-jjeepwsvvt]{
       padding: 11px 19px 16px 21px;
    }

    .view-more[b-jjeepwsvvt] {
        margin-top: 18px;
    }
}

.loader[b-jjeepwsvvt] {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5-b-jjeepwsvvt 1s infinite linear alternate;
}

@keyframes l5-b-jjeepwsvvt {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000
    }

    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002
    }

    66% {
        box-shadow: 20px 0 #0002,-20px 0 #000;
        background: #0002
    }

    100% {
        box-shadow: 20px 0 #0002,-20px 0 #000;
        background: #000
    }
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserBackgroundImageComponent.razor.rz.scp.css */
.profile-background-image[b-nabyfs57bk] {
    aspect-ratio: 3.7;
    object-fit: auto;
    object-position: center;
    width: 100%;
    align-self: stretch;
    border-top-left-radius: 48px;
}

@media (max-width: 991px) {
    .profile-background-image[b-nabyfs57bk] {
        max-width: 100%;
        border-top-left-radius: 12px;
    }
}

.profile-cointainer[b-nabyfs57bk] {
    width: 100%;
}

.profile-image[b-nabyfs57bk] {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

.background-image-container[b-nabyfs57bk] {
    width: 100%;
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileComponent.razor.rz.scp.css */
body[b-milgmjwawc] {
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileContainerComponent.razor.rz.scp.css */

.user-profile[b-i1pnhne256] {
    align-items: center;
    overflow-y:auto;
    /* box-shadow: 0 449px 126px 0 rgba(24, 24, 28, 0), 0 288px 115px 0 rgba(24, 24, 28, 0.01), 0 162px 97px 0 rgba(24, 24, 28, 0.03), 0 72px 72px 0 rgba(24, 24, 28, 0.04), 0 18px 40px 0 rgba(24, 24, 28, 0.05);
   
      */
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
}

.user-profile[b-i1pnhne256]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.user-profile[b-i1pnhne256]::-webkit-scrollbar {
    width: 5px;
    background-color: #131316;
}

.user-profile[b-i1pnhne256]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
}

.edit-button[b-i1pnhne256] {
    position: absolute;
    right: 2%;
    top: 2%;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileHeadlineEditComponent.razor.rz.scp.css */
.expert-headline-edit[b-8pba3qkxcy] {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

input[b-8pba3qkxcy] {
    border: 1px solid var(--primary-color) !important;
    font-family:'Onset',sans-serif;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 5px 8px;
    margin-bottom: 25px;
    color: #A0A0AB !important;
}

textarea[b-8pba3qkxcy] {
    box-shadow: none;
    border: 1px solid var(--primary-color) !important;
    font-family: "Inter";
    background-color: #fff !important;
    border-radius: 8px;
    padding: 5px 8px;
}

[b-8pba3qkxcy] .e-input-group {
    border: 1px solid var(--primary-color) !important;
    background-color: #fff !important;
    font-family: "Inter";
    border-radius: 8px;
    padding: 0px;
    margin-bottom: 25px;
    font-size:inherit;
}
[b-8pba3qkxcy] .e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly][b-8pba3qkxcy] {
    color: #A0A0AB !important;
    font-size:inherit;
    padding:10px 7px;
}

[b-8pba3qkxcy] .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before  {
    display:none !important;
}

[b-8pba3qkxcy] .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after  {
    display:none !important;
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileSubCategoryComponent.razor.rz.scp.css */

.sub-category-section[b-jww019ym81] {
    display: flex;
    flex-direction: column;
    max-width: 936px;
    font-size:16px;
    line-height:24px;
    padding: 0 20px;
    gap:16px;
    margin-top:12px;
}

.sub-category-container-footer[b-jww019ym81]{
    display:flex;
    flex-direction:row-reverse;
    width:100%;
}

.sub-category-section-content[b-jww019ym81] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

@media (max-width: 991px) {
    .sub-category-content[b-jww019ym81] {
        max-width: 100%;
    }
}

.section-title[b-jww019ym81] {
    width: 100%;
    font-family:"Onset", sans-serif;
    font-weight:600;
    color: #3f3f46;
    margin-top:20px;
}

@media (max-width: 991px) {
    .section-title[b-jww019ym81] {
        max-width: 100%;
    }
}

button[b-jww019ym81] {
    padding : 8px 16px;
}

.disabled[b-jww019ym81]{
    opacity:0.6;
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileSubCategoryListComponent.razor.rz.scp.css */
.sub-category-list[b-4gujv2uaq1] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding:0 10px;
}

[b-4gujv2uaq1] .e-checkbox-wrapper .e-label {
    font-family: "Inter";
}

[b-4gujv2uaq1] .e-checkbox-wrapper .e-frame.e-check {
    background-color: var(--primary-color);
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserProfileSummaryComponent.razor.rz.scp.css */

.profile-details[b-4lo4660t3o] {
    display: flex;
    margin-top: 8px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    padding: 0 20px 20px;
}

.profile-header[b-4lo4660t3o] {
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 16px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 16px;
    line-height: 120%;
}

.user-info[b-4lo4660t3o] {
    display: flex;
    flex-direction: column;
}

.user-name[b-4lo4660t3o] {
    color: #18181b;
    font: 700 36px Onest, sans-serif;
}

.user-title[b-4lo4660t3o] {
    display: flex;
    margin-top: 4px;
    gap: 8px;
    font-size: 18px;
    color: #51525c;
    font-weight: 400;
}

.title[b-4lo4660t3o] {
    font-family: "Inter";
}
.title_link[b-4lo4660t3o] {
    font-family: "Inter";
    text-decoration: underline;
    cursor:pointer;
}

.separator[b-4lo4660t3o] {
    color: #70707b;
    font-family: "Inter";
}

.hospital[b-4lo4660t3o] {
    font-family: "Inter";
}

.verified-badge[b-4lo4660t3o] {
    aspect-ratio: 5;
    object-fit: auto;
    object-position: center;
    width: 80px;
    margin-top: 4px;
}

.action-buttons[b-4lo4660t3o] {
    align-self: start;
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 1px;
}

.contact-button[b-4lo4660t3o] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e3e3e3, 0 0 0 2px #fcfcfc;
    background-color: #fff;
    display: flex;
    gap: 4px;
    color: #131316;
    padding: 8px 12px;
}

.contact-icon[b-4lo4660t3o] {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
}

.contact-text[b-4lo4660t3o] {
    font-family: "Inter";
}




.bio[b-4lo4660t3o] {
    color: #26272b;
    margin-top: 16px;
    font: 400 20px/30px "Onest", sans-serif;
}

@media (max-width: 991px) {
    .bio[b-4lo4660t3o] {
        max-width: 100%;
    }
}


.profile-cointainer[b-4lo4660t3o] {
    width: 100%;
    margin-top: -110px;
}

@media(max-width:500px) {
    .profile-cointainer[b-4lo4660t3o] {
        width: 100%;
        margin-top: -90px;
    }
}

.profile-image[b-4lo4660t3o] {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    border: 2px solid rgba(255, 255, 255, 0.5)
}

@media(max-width:500px) {
    .profile-image[b-4lo4660t3o] {
        width: 98px;
        height: 98px;
        border-radius: 98px;
        border: 2px solid rgba(255, 255, 255, 0.5)
    }
}

.user-header[b-4lo4660t3o] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
}

.edit-button[b-4lo4660t3o] {
    fill: rgb(94 89 89 / 60%);
}

    .edit-button:hover[b-4lo4660t3o] {
        fill: black;
        cursor: pointer;
    }

button[b-4lo4660t3o] {
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px var(--button-primary);
    background: var(--button-primary);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 8px 40px;
}

.edit-section[b-4lo4660t3o] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 10px 0px;
}

@media(max-width:500px) {

    .edit-section[b-4lo4660t3o] {
        flex-direction: column;
    }
}

.add-section[b-4lo4660t3o] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 45px 25px;
}
/* _content/PickAns.ComponentLibrary/UserProfile/UserTabsComponent.razor.rz.scp.css */
.qa-section[b-d2mit7ixpf] {
    display: flex;
    margin-top: 68px;
    width: 100%;
    max-width: 936px;
    flex-direction: column;
    font-size: 16px;
    color: #131316;
    min-height: 500px;
}

@media (max-width: 991px) {
    .qa-section[b-d2mit7ixpf] {
        max-width: 100%;
        margin-top: 60px;
        padding:
    }
}



[b-d2mit7ixpf] .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
}

[b-d2mit7ixpf] .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    color: rgb(0,0,0,0.7);
}

[b-d2mit7ixpf] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon[b-d2mit7ixpf] {
    color: rgb(0,0,0,0.7);
}
/* _content/PickAns.ComponentLibrary/Users/EditUserModalComponent.razor.rz.scp.css */
[b-eq625ocy0t] .e-checkbox-wrapper .e-frame + .e-label, .e-css.e-checkbox-wrapper .e-frame + .e-label[b-eq625ocy0t] {
    font-size: medium;
    font-weight: 600;
    font-family: "Inter";
}
/* _content/PickAns.ComponentLibrary/Users/ProfileToolBarComponent.razor.rz.scp.css */
.topbar[b-6130wu74j4] {
    display: flex;
    height: 50px;
    padding: 10px 25px;
    flex-direction: row-reverse;
    gap: 10px;
    align-content: center;
    align-items: center;
    align-self:flex-end;
}

.login[b-6130wu74j4] {
    font-family: "Inter" !important;
    font-size: 16px;
    font-weight: 400
}

.badge-block[b-6130wu74j4] {
    position: relative;
    display: inline-block;
    margin: 10px 13px 10px 10px;
}

[b-6130wu74j4] .e-badge.red {
    background-color: red;
    color: white;
}
/* _content/PickAns.ComponentLibrary/Validation/ValidationModal/LoginValidationModalComponent.razor.rz.scp.css */
.askQuestionModal .modal-body__message[b-63bvphec7b] {
    padding: 25px 87px;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: large;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 25px;
    font-weight: 700;
}
