@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/Hippra/Components/Account/Pages/Login.razor.rz.scp.css */

.log-in[b-q08qb8zru7] {
    color: #da5810;
    text-align: center;
    font: 700 50px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 23px;
}

.in-put[b-q08qb8zru7] {
    padding-left: 276px;
}

.input-field[b-q08qb8zru7] {
    margin-top: 20px;
}



input[b-q08qb8zru7]::placeholder {
    color: #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
}

.remember-me[b-q08qb8zru7] {
    font: 300 18px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
    color: #093b58;
}

    .remember-me input[type="checkbox"][b-q08qb8zru7] {
        width: 15px;
        height: 15px;
    }

.login-btn[b-q08qb8zru7] {
    margin-top: 40px;
    background-color: #093b58;
    color: #ffffff;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    padding: 10px 40px 10px 40px;
    border-radius: 25px;
}

    .login-btn:hover[b-q08qb8zru7] {
        cursor: pointer;
        font-weight: bold;
    }

    .login-btn:active[b-q08qb8zru7] {
        background-color: #da5810;
    }

.or-div[b-q08qb8zru7] {
    margin-top: 50px;
}

    .or-div p[b-q08qb8zru7] {
        color: #093b58;
        font: 400 20px/24px "OpenSans-Regular", sans-serif;
    }

    .or-div a[b-q08qb8zru7] {
        color: #da5810;
        font: 300 17px/24px "OpenSans-Light", sans-serif;
    }

@media (max-width: 480px) {
    .rectangle-000[b-q08qb8zru7] {
        width: 100%;
        height: 900px;
    }

    .in-put[b-q08qb8zru7] {
        margin-top: 50px;
        padding: 10px;
    }

    .input-field input[b-q08qb8zru7] {
        width: 100%;
    }

    .login-btn[b-q08qb8zru7] {
        margin-top: 120px;
    }
}


/* _content/Hippra/Components/CaseComments.razor.rz.scp.css */
.case-comment[b-eke2zt2srh] {
    position: relative;
    padding-right: 55px;
    padding-left: 55px;
    margin-bottom: 20px;
}

/* <-------------------------------------------------------------Edited - Start  */
.case-comment-form[b-eke2zt2srh] {
    position: relative;
    margin-bottom: 30px;
}

.comment-form-box[b-eke2zt2srh] {
    width: 100%;
    padding: 15px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e0e4ec;
    background: #f7f7f7;
}

.editing-comment[b-eke2zt2srh] {
    border-radius: 20px;
    border: 1px solid gray;
}

.comment-form-box input[b-eke2zt2srh] {
    border: none;
    background: transparent;
    outline: none;
}

    .comment-form-box input[b-eke2zt2srh]::placeholder {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.case-comments[b-eke2zt2srh] {
    position: relative;
    align-items: center;
}

.upvote-btn[b-eke2zt2srh] {
    display: flex;
    gap: 5px;
    height: 16px;
    align-text: right;
    font-size: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b6b6b;
    font-weight: 400;
    margin-top: 20px;
}

.case-comment-item[b-eke2zt2srh] {
    width: 100%;
    padding: 15px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e0e4ec;
    background: #f7f7f7;
}

.comment-edit[b-eke2zt2srh] {
    display: flex;
    justify-content: center;
    align-items: center;
   /* position: absolute;*/
    top: 25px;
    right: 100px;
    width: 175px;
    height: 40px;
    border: 1px solid #e0e4ec;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

    .comment-edit img[b-eke2zt2srh] {
        margin-right: 5px;
    }

.comment-user-info[b-eke2zt2srh] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.case-comment-item:not(:last-child)[b-eke2zt2srh] {
    margin-bottom: 20px;
}

.comment-info[b-eke2zt2srh] {
    align-items: center;
    position: relative;
    margin-left: 10px;
}

    .comment-info div[b-eke2zt2srh] {
        display: flex;
        gap: 10px;
    }

.light-text[b-eke2zt2srh] {
    color: #6b6b6b;
}

.comment-info h6[b-eke2zt2srh] {
    font-family: "roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.comment-author[b-eke2zt2srh] {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-btns[b-eke2zt2srh] {
    display: flex;
    justify-content: space-between;
}

    .comment-btns button[b-eke2zt2srh] {
        margin-top: 30px;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 30px 10px 30px;
        line-height: normal;
        align-items: center;
        border: none;
        border-radius: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }

.clicked-btn[b-eke2zt2srh] {
    color: var(--green);
}

.attach-btn[b-eke2zt2srh] {
    display: flex;
    gap: 10px;
}

.last-two-btns :last-child[b-eke2zt2srh] {
    margin-left: 10px;
    background: var(--green);
    color: #ffffff;
}

.attached-files[b-eke2zt2srh] {
    margin-top: 20px;
}

.files[b-eke2zt2srh] {
    width: 500px;
    height: 50px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
}

.files[b-eke2zt2srh] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .files button[b-eke2zt2srh] {
        border: none;
        background: #f6fbfb;
        height: 0;
        cursor: pointer;
    }

.more-options[b-eke2zt2srh] {
    margin-left: auto;
}

    .more-options button[b-eke2zt2srh] {
        border: none;
        background: #ffffff;
        cursor: pointer;
    }

.more-options-expanded[b-eke2zt2srh] {
    position: absolute;
    right: 10px;
    display: grid;
    height: auto;
    width: auto;
    border: 1px solid #e0e4ec;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .more-options-expanded button[b-eke2zt2srh] {
        display: flex;
        gap: 10px;
        padding: 10px 40px 10px 20px;
        border: none;
        background: #ffffff;
        cursor: pointer;
    }

.dim-background[b-eke2zt2srh] {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up-box[b-eke2zt2srh] {
    position: absolute;
    background: #ffffff;
    border-radius: 15px;
    height: auto;
    padding: 20px;
}

    .pop-up-box h4[b-eke2zt2srh] {
        font-size: 20px;
        font-weight: 600;
    }

.option-btns[b-eke2zt2srh] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

    .option-btns button[b-eke2zt2srh] {
        font-size: 16px;
        font-weight: 700;
        border: none;
        background: #d9d9d9;
        padding: 10px 30px 10px 30px;
        border-radius: 50px;
        cursor: pointer;
    }

    .option-btns :last-child[b-eke2zt2srh] {
        color: #ffffff;
        background: #e94238;
    }

.report-section[b-eke2zt2srh] {
    position: absolute;
    width: min-content;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
}

    .report-section h4[b-eke2zt2srh] {
        font-size: 20px;
        font-weight: 600;
    }

    .report-section textarea[b-eke2zt2srh] {
        margin-top: 10px;
        border: 1px solid #e0e4ec;
        border-radius: 10px;
    }

        .report-section textarea[b-eke2zt2srh]::placeholder {
            padding: 10px;
        }

.comment-buttons[b-eke2zt2srh] {
    align-items: end;
    text-align: right;
    float: right;
    display: flex;
    position:absolute;
    right:15px;
}
/* _content/Hippra/Components/ExpertsToFollow.razor.rz.scp.css */
/* Base styles */

.dashboard[b-ekdhlqwj8z] {
    display: flex;
    border-radius: 16px;
    background-color: #fff;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-right: 36px;
}




/* Content wrapper styles */
.content-wrapper[b-ekdhlqwj8z] {
    display: flex;
    margin-top: 23px;
    height: 778px;
    align-items: flex-start;
    gap: 40px;
 /*   overflow: hidden;*/
    flex-wrap: wrap;
}

/* Left column styles */
.left-column[b-ekdhlqwj8z] {
    min-width: 240px;
    /*  width: 795px;*/
    height: 759px;
/*    overflow: hidden;*/
    position: relative;
    width: 60%;
}

.section-title[b-ekdhlqwj8z] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.topic-filters[b-ekdhlqwj8z] {
    display: flex;
    margin-top: 16px;
/*    width: 688px;*/
    max-width: 100%;
    align-items: flex-start;
    gap: 8px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    flex-wrap: wrap;
}

.topic-button[b-ekdhlqwj8z] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 6px 16px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

    .topic-button.active[b-ekdhlqwj8z] {
        background-color: #1da39d;
        color: #fff;
    }

.add-topic[b-ekdhlqwj8z] {
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.cases-list[b-ekdhlqwj8z] {
    margin-top: 16px;
    min-height: 696px;
    max-width: 100%;
/*    width: 795px;*/
    overflow: hidden;
}

.case-card[b-ekdhlqwj8z] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 16px;
}

.case-content[b-ekdhlqwj8z] {
    width: 100%;
    max-width: 758px;
}

.case-header[b-ekdhlqwj8z] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 13px;
    color: #242424;
    font-weight: 400;
    line-height: 2;
}

.author-container[b-ekdhlqwj8z] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-image[b-ekdhlqwj8z] {
    width: 30px;
    aspect-ratio: 1;
    height: 30px;
    object-position: center;
    margin: auto 0;
    border-radius: 50%;
}

.author-details[b-ekdhlqwj8z] {
    min-width: 240px;
    margin: auto 0;
}

.text-muted[b-ekdhlqwj8z] {
    color: #6b6b6b;
}

.more-options[b-ekdhlqwj8z] {
    width: 13px;
    aspect-ratio: 4.33;
    object-fit: contain;
    object-position: center;
    fill: #6b6b6b;
}

.case-body[b-ekdhlqwj8z] {
    margin-top: 8px;
    width: 100%;
}

.case-title[b-ekdhlqwj8z] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

    .case-title a[b-ekdhlqwj8z] {
        color: #242424;
        font-family: "Open Sans", -apple-system, sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

.case-description[b-ekdhlqwj8z] {
    color: #6b6b6b;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.case-footer[b-ekdhlqwj8z] {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-weight: 500;
}

.case-tags[b-ekdhlqwj8z] {
    display: flex;
    min-width: 240px;
    height: 28px;
    align-items: flex-end;
    gap: 5px;
    font-size: 13px;
    color: #242424;
    line-height: 2;
}

.tag[b-ekdhlqwj8z] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 5px 10px;
}

    .tag.knowledge-sharing[b-ekdhlqwj8z] {
        background-color: #f1f8ff;
        color: #0061c2;
    }

    .tag.help-case[b-ekdhlqwj8z] {
        background-color: #fff3ed;
        color: #da5810;
    }

.case-actions[b-ekdhlqwj8z] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
}

.action-button[b-ekdhlqwj8z] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    margin: auto 0;
}

.action-icon[b-ekdhlqwj8z] {
    width: 24px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.action-button:last-child .action-icon[b-ekdhlqwj8z] {
    width: 20px;
}

/* Right column styles */
.right-column[b-ekdhlqwj8z] {
    min-width: 240px;
    /*width: 399px;*/
    position: relative;
    width: 35%;
}



.experts-section[b-ekdhlqwj8z] {
    margin-top: 24px;
    max-width: 100%;
    width: 399px;
}

.experts-list[b-ekdhlqwj8z] {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 399px;
}

.expert-card[b-ekdhlqwj8z] {
    display: flex;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
    align-items: flex-start;
    border-bottom: 1px solid #f7f7f7;
}

.expert-image[b-ekdhlqwj8z] {
    width: 32px;
    aspect-ratio: 1;
    height: 32px;
    object-position: center;
    margin: auto 0;
    border-radius: 50%;
}

.expert-info[b-ekdhlqwj8z] {
    display: flex;
    min-width: 240px;
    height: 53px;
    align-items: center;
    gap: 9px;
    justify-content: space-between;
    width: 345px;
}

.expert-details[b-ekdhlqwj8z] {
    min-width: 240px;
    margin: auto 0;
    width: 244px;
}

.expert-name[b-ekdhlqwj8z] {
    color: #242424;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.expert-title[b-ekdhlqwj8z] {
    color: #6b6b6b;
    font-family: "Poppins", -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.follow-button[b-ekdhlqwj8z] {
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 24px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    background: none;
    cursor: pointer;
    margin: auto 0;
}

/* Media queries */
@media (max-width: 991px) {
    .dashboard[b-ekdhlqwj8z] {
        padding-right: 20px;
    }

    .sidebar[b-ekdhlqwj8z] {
        padding-bottom: 100px;
        display: none;
    }

    .main-content[b-ekdhlqwj8z] {
        max-width: 100%;
    }

    .search-container[b-ekdhlqwj8z] {
        max-width: 100%;
        white-space: initial;
    }

    .search-box[b-ekdhlqwj8z] {
        padding-right: 20px;
        white-space: initial;
    }

    .left-column[b-ekdhlqwj8z] {
        max-width: 100%;
    }

    .topic-button[b-ekdhlqwj8z] {
        white-space: initial;
    }

    .case-title[b-ekdhlqwj8z],
    .case-description[b-ekdhlqwj8z] {
        max-width: 100%;
    }

    .case-footer[b-ekdhlqwj8z],
    .case-actions[b-ekdhlqwj8z] {
        max-width: 100%;
        white-space: initial;
    }

    .follow-button[b-ekdhlqwj8z] {
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
    }
}
/* _content/Hippra/Components/ExploreTopics.razor.rz.scp.css */

.section-title[b-2drctef620] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.topic-filters[b-2drctef620] {
    display: flex;
    margin-top: 16px;
/*    width: 688px;*/
    max-width: 100%;
    align-items: flex-start;
    gap: 8px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    flex-wrap: wrap;
}

.topic-button[b-2drctef620] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 6px 16px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

    .topic-button.active[b-2drctef620] {
        background-color: #1da39d;
        color: #fff;
    }

.add-topic[b-2drctef620] {
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.cases-list[b-2drctef620] {
    margin-top: 16px;
    min-height: 696px;
    max-width: 100%;
/*    width: 795px;*/
    overflow: hidden;
}

.case-card[b-2drctef620] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 16px;
}

.case-content[b-2drctef620] {
    width: 100%;
    max-width: 758px;
}

.case-header[b-2drctef620] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 13px;
    color: #242424;
    font-weight: 400;
    line-height: 2;
}

.author-container[b-2drctef620] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-image[b-2drctef620] {
    width: 30px;
    aspect-ratio: 1;
   height:30px; 
    object-position: center;
    margin: auto 0;
    border-radius: 50%;
}

.author-details[b-2drctef620] {
    min-width: 240px;
    margin: auto 0;
}

.text-muted[b-2drctef620] {
    color: #6b6b6b;
}

.more-options[b-2drctef620] {
    width: 13px;
    aspect-ratio: 4.33;
    object-fit: contain;
    object-position: center;
    fill: #6b6b6b;
}

.case-body[b-2drctef620] {
    margin-top: 8px;
    width: 100%;
}

.case-title[b-2drctef620] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.case-title a[b-2drctef620] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.case-description[b-2drctef620] {
    color: #6b6b6b;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.case-footer[b-2drctef620] {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-weight: 500;
}

.case-tags[b-2drctef620] {
    display: flex;
    min-width: 240px;
    height: 28px;
    align-items: flex-end;
    gap: 5px;
    font-size: 13px;
    color: #242424;
    line-height: 2;
}

.tag[b-2drctef620] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 5px 10px;
}

    .tag.knowledge-sharing[b-2drctef620] {
        background-color: #f1f8ff;
        color: #0061c2;
    }

    .tag.help-case[b-2drctef620] {
        background-color: #fff3ed;
        color: #da5810;
    }

.case-actions[b-2drctef620] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
}

.action-button[b-2drctef620] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    margin: auto 0;
}

.action-icon[b-2drctef620] {
    width: 24px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.action-button:last-child .action-icon[b-2drctef620] {
    width: 20px;
}



/* Media queries */
@media (max-width: 991px) {
    .dashboard[b-2drctef620] {
        padding-right: 20px;
    }

    .sidebar[b-2drctef620] {
        padding-bottom: 100px;
        display: none;
    }

    .main-content[b-2drctef620] {
        max-width: 100%;
    }

    .search-container[b-2drctef620] {
        max-width: 100%;
        white-space: initial;
    }

    .search-box[b-2drctef620] {
        padding-right: 20px;
        white-space: initial;
    }

    .left-column[b-2drctef620] {
        max-width: 100%;
    }

    .topic-button[b-2drctef620] {
        white-space: initial;
    }

    .case-title[b-2drctef620],
    .case-description[b-2drctef620] {
        max-width: 100%;
    }

    .case-footer[b-2drctef620],
    .case-actions[b-2drctef620] {
        max-width: 100%;
        white-space: initial;
    }

    .follow-button[b-2drctef620] {
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
    }
}


.rz-selectbutton .rz-button:first-child[b-2drctef620], .rz-selectbutton .rz-paginator-element:first-child[b-2drctef620] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 29px;
    width: 50%;
    text-align: center;
    margin: 5px;
}

.rz-selectbutton[b-2drctef620] {
    display: inline-block;
    background: #eeeeee;
    background-color: #eeeeee;
    border-radius: 28px;
}

    .rz-selectbutton .rz-button.rz-state-active[b-2drctef620], .rz-selectbutton .rz-state-active.rz-paginator-element[b-2drctef620] {
        background-color: #ffffff;
        color: #007991;
    }


.rz-selectbar[b-2drctef620], .rz-button[b-2drctef620] {
    background-color: #eeeeee;
}
/* _content/Hippra/Components/FTBackBtn.razor.rz.scp.css */
.case-top-action button[b-9nltbl7hp9] {
    display: flex;
    align-items: center;
    gap: 0 2px;
    color: var(--green);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}

.main-layout.orange .case-top-action button[b-9nltbl7hp9] {
    color: var(--orange);
}

    .main-layout.orange .case-top-action button svg path[b-9nltbl7hp9] {
        stroke: var(--orange);
    }
/* _content/Hippra/Components/Layout/LandingLayout.razor.rz.scp.css */
/* _content/Hippra/Components/Layout/LoginLayout.razor.rz.scp.css */
/* _content/Hippra/Components/Layout/NewLoginLayout.razor.rz.scp.css */
header[b-pp2pv6ipue] {
    margin-bottom: 10px;
    background-color: #093b58;
    color: #fff;
    padding: 10px 0;
}
/* ------------------  Nav Bar  - Start -------------- */

.nav-bar[b-pp2pv6ipue] {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

    .nav-bar ul[b-pp2pv6ipue] {
        display: flex;
        list-style: none;
    }

        .nav-bar ul :not(:last-child)[b-pp2pv6ipue] {
            margin-right: 20px;
        }

    .nav-bar a[b-pp2pv6ipue] {
        text-decoration: none;
        color: #fff;
    }

.nav-left-elements :not(:last-child)[b-pp2pv6ipue] {
    margin-right: 20px;
}

.nav-left-elements[b-pp2pv6ipue],
.nav-right-elements[b-pp2pv6ipue] {
    display: flex;
    align-items: center;
}

.register-btn[b-pp2pv6ipue] {
    background-color: #da5810;
    padding: 4px 10px;
    border-radius: 7px;
    color: #fff;
}


.nav-left-elements[b-pp2pv6ipue], .nav-right-elements[b-pp2pv6ipue] {
    display: flex;
    align-items: center;
}

li.nav-login[b-pp2pv6ipue] {
    margin-top: 5px;
}
/* _content/Hippra/Components/Pages/AddCase.razor.rz.scp.css */
/* Post */
*[b-evh3hy0t2y],
*[b-evh3hy0t2y]::before,
*[b-evh3hy0t2y]::after {
    box-sizing: border-box;
}

.main-tab-layout[b-evh3hy0t2y] {
    position: relative;
    width: 100%;
    height: 100%;
}

.post-header[b-evh3hy0t2y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.main-tab-layout .post-head-left[b-evh3hy0t2y] {
    position: relative;
    width: 35%;
}

.main-tab-layout .post-head-right[b-evh3hy0t2y] {
    position: relative;
    width: 65%;
}

.post-header > *[b-evh3hy0t2y] {
    display: flex;
    justify-content: space-between;
}

.post-header .post-tab[b-evh3hy0t2y] {
    position: relative;
    flex: 1;
}

    .post-header .post-tab button[b-evh3hy0t2y] {
        position: relative;
        display: inline-flex;
        padding: 8px 20px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 8px 8px 0px 0px;
        color: #ffffff;
        background-color: #d9d9d9;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }

        .post-header .post-tab button.active[b-evh3hy0t2y] {
            background-color: var(--green);
        }

.main-tab-layout .post-tab-content[b-evh3hy0t2y] {
    display: none;
}

    .main-tab-layout .post-tab-content.active[b-evh3hy0t2y] {
        display: flex;
    }

.post-checkbox[b-evh3hy0t2y] {
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.form-group.post-urgency label[b-evh3hy0t2y] {
    margin-bottom: 0;
    font-size: 12px;
    color: #acacac;
    font-family: Roboto;
    font-weight: 400;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e0e4ec;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
}

.form-group.post-case-actions[b-evh3hy0t2y] {
    margin-top: 20px;
}


.form-row input[b-evh3hy0t2y] {
    height: 50px;
}

#urgency:checked + label.post-checkbox-label[b-evh3hy0t2y] {
    background-color: #40454a;
    color: #ffffff;
    border-color: #e0e4ec;
}

.ask-4-file[b-evh3hy0t2y] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.topicsdiv[b-evh3hy0t2y] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.tag-search[b-evh3hy0t2y] {
    width: 40%;
}

/* Post Content */

.post-tab-content[b-evh3hy0t2y] {
    position: relative;
    display: flex;
    align-items: start;
    gap: 0 30px;
    width: 100%;
    height: 100%;
}

    .post-tab-content .create-content[b-evh3hy0t2y] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-left[b-evh3hy0t2y] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-right[b-evh3hy0t2y] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-form[b-evh3hy0t2y] {
        border-radius: 12px;
        /*border: 1px solid var(--green);*/
        padding: 14px;
        overflow-y: auto;
        width: 100%;
    }

.post-case-actions[b-evh3hy0t2y] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0px;
}



    .post-case-actions .btn-roboto.green-btn[b-evh3hy0t2y] {
        background-color: var(--green);
        color: white;
        border: none;
    }

    .post-case-actions button[b-evh3hy0t2y] {
        margin-top: 30px;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 30px 10px 30px;
        line-height: normal;
        align-items: center;
        border: none;
        border-radius: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }

input[type="radio"][b-evh3hy0t2y] {
    accent-color: #1DA39D;
}

input[type="radio"][b-evh3hy0t2y] {
    accent-color: #1DA39D;
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .post-header .post-tab button[b-evh3hy0t2y] {
        padding: 10px 8px;
        font-size: 1rem;
    }
}

attach-btn[b-evh3hy0t2y] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    top: 25px;
    right: 100px;
    width: 175px;
    height: 40px;
    border: 1px solid #e0e4ec;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.attach-btn img[b-evh3hy0t2y] {
    margin-right: 5px !important;
}

.files[b-evh3hy0t2y] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.files[b-evh3hy0t2y] {
    width: 500px;
    height: 50px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .files button[b-evh3hy0t2y] {
        border: none;
        background: #f6fbfb;
        height: 0;
        cursor: pointer;
    }


.attach-btn[b-evh3hy0t2y] {
    margin-top: 30px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
        padding: 10px 30px 10px 30px;
    line-height: normal;
    align-items: center;
    border: none;
    border-radius: 20px;
    background: #d9d9d9;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.attached-files[b-evh3hy0t2y] {
    margin-top: 20px;
}
/* _content/Hippra/Components/Pages/ClinicalKnowledge.razor.rz.scp.css */
/* Dashboard  Topbar */

.dashboard-layout[b-t5ibrdsq6x] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 0 30px;
}

    .dashboard-layout .dashboard-left[b-t5ibrdsq6x] {
        position: relative;
        width: 35%;
    }

    .dashboard-layout .dashboard-right[b-t5ibrdsq6x] {
        position: relative;
        width: 65%;
    }

.main-header[b-t5ibrdsq6x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

/* Create Case */

.dashboard-case-create[b-t5ibrdsq6x] {
    position: relative;
    margin-bottom: 20px;
}

.create-case[b-t5ibrdsq6x] {
    position: relative;
    margin-bottom: 15px;
}

.dashboard-case-create .create-case .form-case[b-t5ibrdsq6x] {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    padding: 10px 15px;
    border: 2px solid transparent;
    background-color: #f1f2f6;
    outline: none;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
}

    .dashboard-case-create .create-case .form-case:focus-within[b-t5ibrdsq6x] {
        border: 2px solid var(--green);
        color: #636468;
    }

    .dashboard-case-create .create-case .form-case[b-t5ibrdsq6x]::placeholder {
        font-size: 1rem;
        font-weight: 500;
        font-family: Roboto;
    }

.dashboard-case-create .create-case button[b-t5ibrdsq6x] {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-10px, 15px);
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.dashboard-case-create .create-case-actions[b-t5ibrdsq6x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

/* Dashboard ASK-4 Cases */

.dashboard-cases[b-t5ibrdsq6x] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}



.dashboard-case-item[b-t5ibrdsq6x] {
    position: relative;
    border: 1px solid var(--orange);
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 0%), 0px 4px 4px 0px rgb(0 0 0 / 16%);
}

    .dashboard-case-item:not(:last-child)[b-t5ibrdsq6x] {
        margin-bottom: 15px;
    }

.case-tags[b-t5ibrdsq6x] {
    position: relative;
    margin-bottom: 5px;
}

.case-caption[b-t5ibrdsq6x] {
    position: relative;
    margin-bottom: 30px;
}

    .case-caption a[b-t5ibrdsq6x] {
        font-family: Roboto;
        font-size: 1rem;
        color: #000;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.case-action[b-t5ibrdsq6x] {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 0 20px;
}

    .case-action button[b-t5ibrdsq6x] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        outline: none;
        background: transparent;
        border: none;
        gap: 0 10px;
        color: var(--orange);
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        transition-property: all;
        transition-timing-function: ease-in-out;
        transition-duration: 150ms;
    }

.case-tags ul[b-t5ibrdsq6x] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .case-tags ul li[b-t5ibrdsq6x] {
        display: flex;
        justify-content: start;
        margin-bottom: 8px;
    }

        .case-tags ul li:not(:last-child)[b-t5ibrdsq6x] {
            margin-right: 5px;
        }

        .case-tags ul li a[b-t5ibrdsq6x] {
            font-family: "Roboto", sans-serif;
            display: flex;
            padding: 5px 10px;
            justify-content: center;
            align-items: center;
            border-radius: 20px;
            background-color: #f4f4f4;
            font-size: 0.75rem;
            font-weight: 500;
            color: var(--orange);
        }

.case-tags li a:hover[b-t5ibrdsq6x] {
    background-color: var(--orange);
    color: #ffffff;
}

li.knowledge-sharing-case a[b-t5ibrdsq6x] {
    font-family: "Roboto", sans-serif;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--green) !important;
}

li.knowledge-sharing-case a:hover[b-t5ibrdsq6x] {
    background-color: var(--green) !important;
    color: #ffffff!important;
}

.case-item-tags ul li:not(:last-child)[b-t5ibrdsq6x] {
    margin-right: 5px;
    margin-bottom: 8px;
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .dashboard-case-create .create-case .form-case[b-t5ibrdsq6x]::placeholder {
        font-size: 0.8rem;
    }

    .dashboard-case-item[b-t5ibrdsq6x] {
        padding: 10px;
    }

        .dashboard-case-item .case-caption a[b-t5ibrdsq6x] {
            font-size: 0.875rem;
        }

    .dashboard-layout[b-t5ibrdsq6x] {
        gap: 0 20px;
    }
}

.dashboard-case-item .article-date[b-t5ibrdsq6x] {
    position: relative;
    margin-bottom: 4px;
}

    .dashboard-case-item .article-date p[b-t5ibrdsq6x] {
        color: #939393;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
/* _content/Hippra/Components/Pages/ClinicalTrials.razor.rz.scp.css */
.row[b-qucc920xj5] {
  display: flex;
}

.row.margin-bottom[b-qucc920xj5] {
  margin-bottom: 40px;
}

.column[b-qucc920xj5] {
  flex: 0 0 50%;
}

.column:nth-child(1)[b-qucc920xj5] {
  padding-right: 30px;
}

.column:nth-child(2)[b-qucc920xj5] {
  padding-left: 30px;
}

.diseases[b-qucc920xj5] {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 25px;
}

.disease[b-qucc920xj5] {
  display: flex;
  height: 180px;
  width: 380px;
  background: var(--light-gray);
}

.image[b-qucc920xj5] {
  width: 180px;
}

.image > img[b-qucc920xj5] {
  width: 180px;
  height: 180px;
}

.details[b-qucc920xj5] {
  width: 200px;
  padding: 20px;
  line-height: normal;
}

.title[b-qucc920xj5] {
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.summary[b-qucc920xj5] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: var(--dark-gray);
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.featured-trials[b-qucc920xj5] {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
}

.featured-trial[b-qucc920xj5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 385px;
  width: 200px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.condition[b-qucc920xj5] {
  font-size: 12px;
  color: var(--dark-gray);
}

.link[b-qucc920xj5] {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  color: black;
  text-decoration: underline;
}

.images[b-qucc920xj5] {
  display: flex;
  margin-top: 30px;
  grid-column-gap: 30px;
}

.images > img[b-qucc920xj5] {
  height: 48px;
}
/* _content/Hippra/Components/Pages/ConfirmEmail.razor.rz.scp.css */
.create-an-account[b-spwslmmbct] {
    color: #093b58;
    text-align: center;
    font: 700 50px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-progress[b-spwslmmbct] {
    padding-top: 15px;
}

.select-account-type[b-spwslmmbct],
.profile[b-spwslmmbct] {
    color: #da5810;
    text-align: center;
    font: 300 30px/24px "OpenSans-Light", sans-serif;
    position: relative;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <-------------------------------------------------------------Edited - Deleted {.select-account-type}  */



/* Acc Type -- Start */

/* <-------------------------------------------------------------Edited - Deleted  */

.user-cred[b-spwslmmbct] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
}

/* <-------------------------------------------------------------Edited - Start  */

.form-wrapper-account-type[b-spwslmmbct] {
    position: relative;
    width: 413px;
}

.dropdown-account-type[b-spwslmmbct] {
    margin-top: 20px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
    cursor: pointer;
}

.form-wrapper-account-type[b-spwslmmbct]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}

/* <-------------------------------------------------------------Edited - End  */

.dropdown-account-type:focus[b-spwslmmbct] {
    outline: none;
    border-bottom-color: #093b58;
}

/* <-------------------------------------------------------------Edited - Deleted  */

/* <-------------------------------------------------------------Edited - Start  */

.footer-acc-type[b-spwslmmbct] {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.footer-btn[b-spwslmmbct] {
    cursor: pointer;
    color: #093b58;
    font: 400 20px/24px "OpenSans-Bold", sans-serif;
}

/* <-------------------------------------------------------------Edited - End  */
/* Acc Type -- End */

/* Contact Page -- Start */

.form-container[b-spwslmmbct] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 124px;
    padding-right: 124px;
}

.two-column-form[b-spwslmmbct] {
    display: flex;
    width: 100%;
}

.column[b-spwslmmbct] {
    flex: 1;
}

.login-container[b-spwslmmbct] {
    display: block;
    border: 0;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.subtext[b-spwslmmbct] {
    color: rgba(9, 59, 88, 0.5);
    text-align: left;
    font: 300 italic 10px/24px "OpenSans-LightItalic", sans-serif;
    display: block;
    margin-top: 5px;
}

.dropdown-container-contact[b-spwslmmbct] {
    display: flex;
    justify-content: flex-start;
}

.dropdown-contact[b-spwslmmbct] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container-contact[b-spwslmmbct]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown-contact:focus[b-spwslmmbct] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown-contact option:disabled[b-spwslmmbct] {
    color: gray;
}

.check-box-agreement[b-spwslmmbct] {
    font: 400 15px/24px "-", sans-serif;
    margin-top: 20px;
    color: #093b58;
    margin-right: 150px;
    padding-top: 25px;
}

    .check-box-agreement input[type="checkbox"][b-spwslmmbct] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        margin-left: 211px;
        margin-top: 0;
        margin-bottom: 0;
    }

.footer-contact[b-spwslmmbct] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-contact[b-spwslmmbct] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-contact span[b-spwslmmbct] {
        margin-left: 27px;
    }

.margtop[b-spwslmmbct] {
    margin-top: 11px;
}

.arrow1[b-spwslmmbct]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 63%;
    right: 56%;
}

.arrow2[b-spwslmmbct]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 54%;
    right: 19%;
}

.sub-btn[b-spwslmmbct] {
    position: relative;
    top: 260px;
    left: -450px;
}

.submit-btn[b-spwslmmbct] {
    padding: 15px 20px;
    background-color: #1da39d;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font: 300 20px/15px "OpenSans-Light", sans-serif;
    width: 154px;
    height: 26px;
    position: absolute;
    text-decoration: none;
}

/* Contact Page -- End */

/* Profile Pages -- Start */

.dropdown-container[b-spwslmmbct] {
    display: flex;
    justify-content: flex-start;
}

.dropdown[b-spwslmmbct] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container[b-spwslmmbct]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown:focus[b-spwslmmbct] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown option:disabled[b-spwslmmbct] {
    color: gray;
}

.check-box[b-spwslmmbct] {
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
    color: #093b58;
    text-align: left;
    padding-top: 25px;
}

    .check-box input[type="checkbox"][b-spwslmmbct] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

.footer-profile-phy[b-spwslmmbct] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-profile-phy[b-spwslmmbct],
.next-profile-phy[b-spwslmmbct] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-profile-phy span[b-spwslmmbct],
    .next-profile-phy span[b-spwslmmbct] {
        margin-left: 27px;
        margin-right: 27px;
    }

.symbol[b-spwslmmbct] {
    margin-top: 11px;
}

    .symbol[b-spwslmmbct]::after {
        content: "";
        width: 23px;
        height: 13px;
        background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 63%;
        right: 56%;
    }

/* Profile Pages -- End */

/* Additional Pages --Start -------- New */

.form-wrapper[b-spwslmmbct] {
    width: 413px;
}

.p-tag[b-spwslmmbct] {
    color: #093b58;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.text-input[b-spwslmmbct] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

    .text-input[b-spwslmmbct]::placeholder {
        color: #093b58;
    }

.button[b-spwslmmbct] {
    cursor: pointer;
    font-size: 20px;
    font-weight: 100;
    width: 170px;
    height: 44px;
    background: #093b58;
    color: #ffffff;
    border-radius: 22px;
    margin-top: 40px;
}

/* Additional Pages --End */

/* Responsive */
@media (max-width: 480px) {
    .rectangle-000[b-spwslmmbct] {
        width: 100%;
        height: 100%;
    }

    .create-an-account[b-spwslmmbct] {
        line-height: 50px;
    }

    .dot-progress[b-spwslmmbct] {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .two-column-form[b-spwslmmbct] {
        flex-direction: column;
    }

    .form-container[b-spwslmmbct] {
        padding-left: 60px;
        padding-right: 0;
    }

    .arrow1[b-spwslmmbct]::after {
        top: 44%;
        left: 87%;
    }

    .arrow2[b-spwslmmbct]::after {
        top: 57%;
        left: 87%;
    }

    .check-box-agreement[b-spwslmmbct] {
        padding-left: 10px;
        margin-right: 30px;
    }

        .check-box-agreement input[type="checkbox"][b-spwslmmbct] {
            margin-left: 21px;
        }

    .sub-btn[b-spwslmmbct] {
        position: relative;
        top: 150px;
        right: 0;
        left: -100px;
    }

    .submit-btn[b-spwslmmbct] {
        padding: 15px 20px;
        text-align: center;
        width: 100px;
        height: 26px;
        position: absolute;
        text-decoration: none;
    }

    .back-contact span[b-spwslmmbct] {
        margin-left: 27px;
        margin-top: 200px;
    }

    .dropdown-container[b-spwslmmbct]::after {
        top: 53%;
        right: 8%;
    }

    .symbol[b-spwslmmbct]::after {
        top: 44%;
        right: 8%;
    }
}
/* _content/Hippra/Components/Pages/Dashboard.razor.rz.scp.css */
/* Base styles */

.dashboard[b-0om39dnn9w] {
    display: flex;
    border-radius: 16px;
    background-color: #fff;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-right: 36px;
}

/* Main content styles */
.main-content[b-0om39dnn9w] {
    flex-grow: 1;
    flex-basis: 0;
    margin-top: 17px;
    width: fit-content;
}

/* Header styles */
.header[b-0om39dnn9w] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
}

.search-container[b-0om39dnn9w] {
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 25px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 1;
}

.search-box[b-0om39dnn9w] {
    display: flex;
    width: 100%;
    padding: 6px 7px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    align-items: center;
}

.search-icon[b-0om39dnn9w] {
    width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.search-placeholder[b-0om39dnn9w] {
    margin: auto 0 auto 8px;
}

.header-actions[b-0om39dnn9w] {
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 16px;
}

.notification-icon[b-0om39dnn9w] {
    width: 14px;
    aspect-ratio: 0.82;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.user-icon[b-0om39dnn9w] {
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    margin: auto 0;
}

/* Content wrapper styles */
.content-wrapper[b-0om39dnn9w] {
    display: flex;
    height: 778px;
    align-items: flex-start;
    gap: 40px;
    overflow: hidden;
    flex-wrap: wrap;
}

/* Left column styles */
.left-column[b-0om39dnn9w] {
    min-width: 240px;
    width: 60%;
    position: relative;
    height: 759px;
    overflow: scroll;
    scroll-direction: horizontal;
}

.section-title[b-0om39dnn9w] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.topic-filters[b-0om39dnn9w] {
    display: flex;
    margin-top: 16px;
    width: 688px;
    max-width: 100%;
    align-items: flex-start;
    gap: 8px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    flex-wrap: wrap;
}

.topic-button[b-0om39dnn9w] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 6px 16px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

    .topic-button.active[b-0om39dnn9w] {
        background-color: #1da39d;
        color: #fff;
    }

.add-topic[b-0om39dnn9w] {
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.cases-list[b-0om39dnn9w] {
    margin-top: 16px;
    min-height: 696px;
    max-width: 100%;
    width: 795px;
    overflow: hidden;
}

.case-card[b-0om39dnn9w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 16px;
}

.case-content[b-0om39dnn9w] {
    width: 100%;
    max-width: 758px;
}

.case-header[b-0om39dnn9w] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 13px;
    color: #242424;
    font-weight: 400;
    line-height: 2;
}

.author-container[b-0om39dnn9w] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-image[b-0om39dnn9w] {
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.author-details[b-0om39dnn9w] {
    min-width: 240px;
    margin: auto 0;
}

.text-muted[b-0om39dnn9w] {
    color: #6b6b6b;
}

.more-options[b-0om39dnn9w] {
    width: 13px;
    aspect-ratio: 4.33;
    object-fit: contain;
    object-position: center;
    fill: #6b6b6b;
}

.case-body[b-0om39dnn9w] {
    margin-top: 8px;
    width: 100%;
}

.case-title[b-0om39dnn9w] {
    color: #242424;
    font-family: "Open Sans", -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

    .case-title a[b-0om39dnn9w] {
        color: #242424;
        font-family: "Open Sans", -apple-system, sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

.case-description[b-0om39dnn9w] {
    color: #6b6b6b;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.case-footer[b-0om39dnn9w] {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 100px;
    flex-wrap: wrap;
    font-family: "Roboto", -apple-system, sans-serif;
    font-weight: 500;
}

.case-tags[b-0om39dnn9w] {
    display: flex;
    min-width: 240px;
    height: 28px;
    align-items: flex-end;
    gap: 5px;
    font-size: 13px;
    color: #242424;
    line-height: 2;
}

.tag[b-0om39dnn9w] {
    align-self: stretch;
    border-radius: 6px;
    background-color: #f7f7f7;
    padding: 5px 10px;
}

    .tag.knowledge-sharing[b-0om39dnn9w] {
        background-color: #f1f8ff;
        color: #0061c2;
    }

    .tag.help-case[b-0om39dnn9w] {
        background-color: #fff3ed;
        color: #da5810;
    }

.case-actions[b-0om39dnn9w] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
}

.action-button[b-0om39dnn9w] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    margin: auto 0;
}

.action-icon[b-0om39dnn9w] {
    width: 24px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.action-button:last-child .action-icon[b-0om39dnn9w] {
    width: 20px;
}

/* Right column styles */
.right-column[b-0om39dnn9w] {
    min-width: 240px;
    width: 30%;
    position:relative;
}

.trending-section[b-0om39dnn9w] {
    border-radius: 15px;
    background-color: #fff;
    max-width: 100%;
    width: 399px;
    color: #242424;
}

.trending-list[b-0om39dnn9w] {
    border-radius: 10px;
    width: 100%;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

.trending-item[b-0om39dnn9w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #f7f7f7;
}

.trending-content[b-0om39dnn9w] {
    width: 100%;
    max-width: 399px;
}

.trending-author[b-0om39dnn9w] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trending-author-image[b-0om39dnn9w] {
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    margin: auto 0;
}

.trending-author-name[b-0om39dnn9w] {
    min-width: 240px;
    margin: auto 0;
}

.trending-title[b-0om39dnn9w] {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
}

.trending-stats[b-0om39dnn9w] {
    margin-top: 8px;
}

.experts-section[b-0om39dnn9w] {
    margin-top: 24px;
    max-width: 100%;
    width: 399px;
}

.experts-list[b-0om39dnn9w] {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 399px;
}

.expert-card[b-0om39dnn9w] {
    display: flex;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
    align-items: flex-start;
    border-bottom: 1px solid #f7f7f7;
}

.expert-image[b-0om39dnn9w] {
    width: 32px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
}

.expert-info[b-0om39dnn9w] {
    display: flex;
    min-width: 240px;
    height: 53px;
    align-items: center;
    gap: 9px;
    justify-content: space-between;
    width: 345px;
}

.expert-details[b-0om39dnn9w] {
    min-width: 240px;
    margin: auto 0;
    width: 244px;
}

.expert-name[b-0om39dnn9w] {
    color: #242424;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.expert-title[b-0om39dnn9w] {
    color: #6b6b6b;
    font-family: "Poppins", -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.follow-button[b-0om39dnn9w] {
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 24px;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    background: none;
    cursor: pointer;
    margin: auto 0;
}

/* Media queries */
@media (max-width: 991px) {
    .dashboard[b-0om39dnn9w] {
        padding-right: 20px;
    }

    .sidebar[b-0om39dnn9w] {
        padding-bottom: 100px;
        display: none;
    }

    .main-content[b-0om39dnn9w] {
        max-width: 100%;
    }

    .search-container[b-0om39dnn9w] {
        max-width: 100%;
        white-space: initial;
    }

    .search-box[b-0om39dnn9w] {
        padding-right: 20px;
        white-space: initial;
    }

    .left-column[b-0om39dnn9w] {
        max-width: 100%;
    }

    .topic-button[b-0om39dnn9w] {
        white-space: initial;
    }

    .case-title[b-0om39dnn9w],
    .case-description[b-0om39dnn9w] {
        max-width: 100%;
    }

    .case-footer[b-0om39dnn9w],
    .case-actions[b-0om39dnn9w] {
        max-width: 100%;
        white-space: initial;
    }

    .follow-button[b-0om39dnn9w] {
        padding-left: 20px;
        padding-right: 20px;
        white-space: initial;
    }
}
/* _content/Hippra/Components/Pages/EditCase.razor.rz.scp.css */
/* Post */
*[b-gusmuivkol],
*[b-gusmuivkol]::before,
*[b-gusmuivkol]::after {
    box-sizing: border-box;
}

.main-tab-layout[b-gusmuivkol] {
    position: relative;
    width: 100%;
    height: 100%;
}

.post-header[b-gusmuivkol] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.main-tab-layout .post-head-left[b-gusmuivkol] {
    position: relative;
    width: 35%;
}

.main-tab-layout .post-head-right[b-gusmuivkol] {
    position: relative;
    width: 65%;
}

.post-header > *[b-gusmuivkol] {
    display: flex;
    justify-content: space-between;
}

.post-header .post-tab[b-gusmuivkol] {
    position: relative;
    flex: 1;
}

    .post-header .post-tab button[b-gusmuivkol] {
        position: relative;
        display: inline-flex;
        padding: 8px 20px;
        width: 100%;
        outline: none;
        border: none;
        border-radius: 8px 8px 0px 0px;
        color: #ffffff;
        background-color: #d9d9d9;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        cursor: pointer;
    }

        .post-header .post-tab button.active[b-gusmuivkol] {
            background-color: var(--green);
        }

.main-tab-layout .post-tab-content[b-gusmuivkol] {
    display: none;
}

    .main-tab-layout .post-tab-content.active[b-gusmuivkol] {
        display: flex;
    }

.post-checkbox[b-gusmuivkol] {
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.form-group.post-urgency label[b-gusmuivkol] {
    margin-bottom: 0;
    font-size: 12px;
    color: #acacac;
    font-family: Roboto;
    font-weight: 400;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e0e4ec;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
}

.form-group.post-case-actions[b-gusmuivkol] {
    margin-top: 20px;
}


.form-row input[b-gusmuivkol] {
    height: 50px;
}

#urgency:checked + label.post-checkbox-label[b-gusmuivkol] {
    background-color: #40454a;
    color: #ffffff;
    border-color: #e0e4ec;
}

.ask-4-file[b-gusmuivkol] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.topicsdiv[b-gusmuivkol] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.tag-search[b-gusmuivkol] {
    width: 40%;
}

/* Post Content */

.post-tab-content[b-gusmuivkol] {
    position: relative;
    display: flex;
    align-items: start;
    gap: 0 30px;
    width: 100%;
    height: 100%;
}

    .post-tab-content .create-content[b-gusmuivkol] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-left[b-gusmuivkol] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-right[b-gusmuivkol] {
        position: relative;
        width: 100%;
    }

    .post-tab-content .content-form[b-gusmuivkol] {
        border-radius: 12px;
        /*border: 1px solid var(--green);*/
        padding: 14px;
        overflow-y: auto;
        width: 100%;
    }

.post-case-actions[b-gusmuivkol] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0px;
}



        .post-case-actions .btn-roboto.green-btn[b-gusmuivkol] {
            background-color: var(--green);
            color: white;
            border: none;
        }

    .post-case-actions button[b-gusmuivkol] {
        margin-top: 30px;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 30px 10px 30px;
        line-height: normal;
        align-items: center;
        border: none;
        border-radius: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }
input[type="radio"][b-gusmuivkol] {
    accent-color: #1DA39D;
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .post-header .post-tab button[b-gusmuivkol] {
        padding: 10px 8px;
        font-size: 1rem;
    }
}


.attach-btn[b-gusmuivkol] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    top: 25px;
    right: 100px;
    width: 175px;
    height: 40px;
    border: 1px solid #e0e4ec;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

    .attach-btn img[b-gusmuivkol] {
        margin-right: 5px !important;
    }

.files[b-gusmuivkol] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.files[b-gusmuivkol] {
    width: 500px;
    height: 50px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .files button[b-gusmuivkol] {
        border: none;
        background: #f6fbfb;
        height: 0;
        cursor: pointer;
    }


.attach-btn[b-gusmuivkol] {
    margin-top: 30px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
/*    padding: 10px 30px 10px 30px;*/
    line-height: normal;
    align-items: center;
    border: none;
    border-radius: 20px;
    background: #d9d9d9;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.attached-files[b-gusmuivkol] {
    margin-top: 20px;
}
/* _content/Hippra/Components/Pages/ForgotPassword.razor.rz.scp.css */
.create-an-account[b-eti25j4l4a] {
    color: #093b58;
    text-align: center;
    font: 700 50px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-progress[b-eti25j4l4a] {
    padding-top: 15px;
}

.select-account-type[b-eti25j4l4a],
.profile[b-eti25j4l4a] {
    color: #da5810;
    text-align: center;
    font: 300 30px/24px "OpenSans-Light", sans-serif;
    position: relative;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <-------------------------------------------------------------Edited - Deleted {.select-account-type}  */



/* Acc Type -- Start */

/* <-------------------------------------------------------------Edited - Deleted  */

.user-cred[b-eti25j4l4a] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
}

/* <-------------------------------------------------------------Edited - Start  */

.form-wrapper-account-type[b-eti25j4l4a] {
    position: relative;
    width: 413px;
}

.dropdown-account-type[b-eti25j4l4a] {
    margin-top: 20px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
    cursor: pointer;
}

.form-wrapper-account-type[b-eti25j4l4a]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}

/* <-------------------------------------------------------------Edited - End  */

.dropdown-account-type:focus[b-eti25j4l4a] {
    outline: none;
    border-bottom-color: #093b58;
}

/* <-------------------------------------------------------------Edited - Deleted  */

/* <-------------------------------------------------------------Edited - Start  */

.footer-acc-type[b-eti25j4l4a] {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.footer-btn[b-eti25j4l4a] {
    cursor: pointer;
    color: #093b58;
    font: 400 20px/24px "OpenSans-Bold", sans-serif;
}

/* <-------------------------------------------------------------Edited - End  */
/* Acc Type -- End */

/* Contact Page -- Start */

.form-container[b-eti25j4l4a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 124px;
    padding-right: 124px;
}

.two-column-form[b-eti25j4l4a] {
    display: flex;
    width: 100%;
}

.column[b-eti25j4l4a] {
    flex: 1;
}

.login-container[b-eti25j4l4a] {
    display: block;
    border: 0;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.subtext[b-eti25j4l4a] {
    color: rgba(9, 59, 88, 0.5);
    text-align: left;
    font: 300 italic 10px/24px "OpenSans-LightItalic", sans-serif;
    display: block;
    margin-top: 5px;
}

.dropdown-container-contact[b-eti25j4l4a] {
    display: flex;
    justify-content: flex-start;
}

.dropdown-contact[b-eti25j4l4a] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container-contact[b-eti25j4l4a]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown-contact:focus[b-eti25j4l4a] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown-contact option:disabled[b-eti25j4l4a] {
    color: gray;
}

.check-box-agreement[b-eti25j4l4a] {
    font: 400 15px/24px "-", sans-serif;
    margin-top: 20px;
    color: #093b58;
    margin-right: 150px;
    padding-top: 25px;
}

    .check-box-agreement input[type="checkbox"][b-eti25j4l4a] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        margin-left: 211px;
        margin-top: 0;
        margin-bottom: 0;
    }

.footer-contact[b-eti25j4l4a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-contact[b-eti25j4l4a] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-contact span[b-eti25j4l4a] {
        margin-left: 27px;
    }

.margtop[b-eti25j4l4a] {
    margin-top: 11px;
}

.arrow1[b-eti25j4l4a]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 63%;
    right: 56%;
}

.arrow2[b-eti25j4l4a]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 54%;
    right: 19%;
}

.sub-btn[b-eti25j4l4a] {
    position: relative;
    top: 260px;
    left: -450px;
}

.submit-btn[b-eti25j4l4a] {
    padding: 15px 20px;
    background-color: #1da39d;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font: 300 20px/15px "OpenSans-Light", sans-serif;
    width: 154px;
    height: 26px;
    position: absolute;
    text-decoration: none;
}

/* Contact Page -- End */

/* Profile Pages -- Start */

.dropdown-container[b-eti25j4l4a] {
    display: flex;
    justify-content: flex-start;
}

.dropdown[b-eti25j4l4a] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container[b-eti25j4l4a]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown:focus[b-eti25j4l4a] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown option:disabled[b-eti25j4l4a] {
    color: gray;
}

.check-box[b-eti25j4l4a] {
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
    color: #093b58;
    text-align: left;
    padding-top: 25px;
}

    .check-box input[type="checkbox"][b-eti25j4l4a] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

.footer-profile-phy[b-eti25j4l4a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-profile-phy[b-eti25j4l4a],
.next-profile-phy[b-eti25j4l4a] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-profile-phy span[b-eti25j4l4a],
    .next-profile-phy span[b-eti25j4l4a] {
        margin-left: 27px;
        margin-right: 27px;
    }

.symbol[b-eti25j4l4a] {
    margin-top: 11px;
}

    .symbol[b-eti25j4l4a]::after {
        content: "";
        width: 23px;
        height: 13px;
        background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 63%;
        right: 56%;
    }

/* Profile Pages -- End */

/* Additional Pages --Start -------- New */

.form-wrapper[b-eti25j4l4a] {
    width: 413px;
}

.p-tag[b-eti25j4l4a] {
    color: #093b58;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.text-input[b-eti25j4l4a] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

    .text-input[b-eti25j4l4a]::placeholder {
        color: #093b58;
    }

.button[b-eti25j4l4a] {
    cursor: pointer;
    font-size: 20px;
    font-weight: 100;
    width: 170px;
    height: 44px;
    background: #093b58;
    color: #ffffff;
    border-radius: 22px;
    margin-top: 40px;
}

/* Additional Pages --End */

/* Responsive */
@media (max-width: 480px) {
    .rectangle-000[b-eti25j4l4a] {
        width: 100%;
        height: 100%;
    }

    .create-an-account[b-eti25j4l4a] {
        line-height: 50px;
    }

    .dot-progress[b-eti25j4l4a] {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .two-column-form[b-eti25j4l4a] {
        flex-direction: column;
    }

    .form-container[b-eti25j4l4a] {
        padding-left: 60px;
        padding-right: 0;
    }

    .arrow1[b-eti25j4l4a]::after {
        top: 44%;
        left: 87%;
    }

    .arrow2[b-eti25j4l4a]::after {
        top: 57%;
        left: 87%;
    }

    .check-box-agreement[b-eti25j4l4a] {
        padding-left: 10px;
        margin-right: 30px;
    }

        .check-box-agreement input[type="checkbox"][b-eti25j4l4a] {
            margin-left: 21px;
        }

    .sub-btn[b-eti25j4l4a] {
        position: relative;
        top: 150px;
        right: 0;
        left: -100px;
    }

    .submit-btn[b-eti25j4l4a] {
        padding: 15px 20px;
        text-align: center;
        width: 100px;
        height: 26px;
        position: absolute;
        text-decoration: none;
    }

    .back-contact span[b-eti25j4l4a] {
        margin-left: 27px;
        margin-top: 200px;
    }

    .dropdown-container[b-eti25j4l4a]::after {
        top: 53%;
        right: 8%;
    }

    .symbol[b-eti25j4l4a]::after {
        top: 44%;
        right: 8%;
    }
}
/* _content/Hippra/Components/Pages/Landing.razor.rz.scp.css */
.text-input[b-n12qiih9l1] {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(224, 228, 236, 1);
    border-style: solid;
    border-width: 1px;
    padding: 20px 11px;
    font-size: 14px;
    color: rgba(76, 83, 95, 1);
    width: 100%;
    font-family: inherit;
}
/* _content/Hippra/Components/Pages/Notifications.razor.rz.scp.css */
/* Notification */
.notification-content[b-zedcmbxwgd] {
    position: relative;
    padding-top: 0;
}

.notification-layout[b-zedcmbxwgd] {
    position: relative;
    padding: 60px 80px;
}

.notification-top[b-zedcmbxwgd] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.notification-switch[b-zedcmbxwgd] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
}

    .notification-switch h6 img[b-zedcmbxwgd] {
        width: 10px;
    }

.notification-caption[b-zedcmbxwgd] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

    .notification-caption h6[b-zedcmbxwgd] {
        color: #212121;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
    }

    .notification-caption img[b-zedcmbxwgd] {
        width: 20px;
    }

.notification-top h4[b-zedcmbxwgd] {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

/* Notification Tabs */

.notification-inner-content[b-zedcmbxwgd] {
    display: none;
}

    .notification-inner-content.active[b-zedcmbxwgd] {
        display: block;
    }

.notification-tabs[b-zedcmbxwgd] {
    position: relative;
    display: flex;
    gap: 0 60px;
    border-bottom: 2px solid #000000;
    /* margin-bottom: 10px; */
}

    .notification-tabs .notification-tab-item[b-zedcmbxwgd] {
        position: relative;
        /* border-bottom: 2px solid #000000; */
    }

        .notification-tabs .notification-tab-item button[b-zedcmbxwgd] {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            background-color: #ffffff;
            outline: none;
            border-color: transparent;
            margin-bottom: 10px;
            cursor: pointer;
        }

            .notification-tabs .notification-tab-item button.active[b-zedcmbxwgd] {
                color: var(--green);
                font-weight: 600;
            }

.notification-tab-item.active[b-zedcmbxwgd]::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -3px;
    background-color: var(--green);
}

.notification-avatar[b-zedcmbxwgd] {
    position: relative;
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

    .notification-avatar img[b-zedcmbxwgd] {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.notification-item[b-zedcmbxwgd] {
    position: relative;
    display: flex;
    gap: 0 28px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e4ec;
}

    .notification-item:hover[b-zedcmbxwgd] {
        background-color: #f1f1f1;
    }

.notification-info h6[b-zedcmbxwgd] {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

    .notification-info h6 span[b-zedcmbxwgd] {
        color: var(--orange);
    }

/* Notification User */
.notification-info.user h6[b-zedcmbxwgd] {
    color: #6e6d7a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .notification-info.user h6 span[b-zedcmbxwgd] {
        color: #0d0c22;
        font-weight: 600;
    }

.notification-info p[b-zedcmbxwgd] {
    color: #9e9ea7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.notification-action[b-zedcmbxwgd] {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .notification-action span:not([aria-disabled="false"])[b-zedcmbxwgd] {
        display: none;
    }

    .notification-action span[b-zedcmbxwgd] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--orange);
        margin-right: 20px;
    }

/* Notification Post */

.notification-info.user h6 span.post[b-zedcmbxwgd] {
    color: var(--orange);
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .notification-layout[b-zedcmbxwgd] {
        padding: 30px 40px;
    }
}


.form-switch[b-zedcmbxwgd] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .form-switch input[b-zedcmbxwgd] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.form-slider[b-zedcmbxwgd] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
}

    .form-slider[b-zedcmbxwgd]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -1px;
        bottom: 0px;
        background-color: #ffffff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border: 1px solid transparent;
        box-shadow: rgb(0 0 0 / 12%) 0px 4px 4px;
    }

.form-switch input:checked + .form-slider[b-zedcmbxwgd] {
    background-color: var(--orange);
}

    .form-switch input:checked + .form-slider[b-zedcmbxwgd]:before {
        background-color: #ffffff;
        box-shadow: rgb(0 0 0 / 12%) -6px 0px 4px;
        border: 2px solid var(--orange);
    }

.form-switch input:focus + .form-slider[b-zedcmbxwgd] {
    box-shadow: 0 0 1px #ffffff;
}

.form-switch input:checked + .form-slider[b-zedcmbxwgd]:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.form-slider[b-zedcmbxwgd] {
    border-radius: 34px;
}

    .form-slider[b-zedcmbxwgd]:before {
        border-radius: 50%;
    }
/* _content/Hippra/Components/Pages/Profile.razor.rz.scp.css */
.profile-frame[b-8hu83daffv] {
    position: relative;
    background: #f6fbfb;
    border-radius: 10px;
    padding: 40px 30px 20px 15px;
}

.profile-frame-inner[b-8hu83daffv] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-frame-user[b-8hu83daffv] {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-frame-img[b-8hu83daffv] {
    position: relative;
}

    .profile-frame-img img[b-8hu83daffv] {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-right: 30px;
    }

.profile-frame-info[b-8hu83daffv] {
    position: relative;
}

    .profile-frame-info h4[b-8hu83daffv] {
        color: #4c535f;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }

    .profile-frame-info h5[b-8hu83daffv] {
        color: #4c535f;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
    }

    .profile-frame-info p[b-8hu83daffv] {
        color: #939393;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 10px;
    }

.profile-frame-social[b-8hu83daffv] {
    position: relative;
    display: flex;
    gap: 0 10px;
}

    .profile-frame-social .profile-social-item a[b-8hu83daffv] {
        color: #4c535f;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 112.4%;
    }

        .profile-frame-social .profile-social-item a:hover[b-8hu83daffv] {
            color: var(--green);
        }

.profile-frame-logo[b-8hu83daffv] {
    position: relative;
    opacity: 0.4;
}

/* Profile Content */

.profile-content[b-8hu83daffv] {
    position: relative;
    display: flex;
    align-items: start;
    gap: 0 30px;
    width: 100%;
    height: 100%;
}

    .profile-content .profile-content-left[b-8hu83daffv] {
        position: relative;
        width: 35%;
    }

    .profile-content .profile-content-right[b-8hu83daffv] {
        position: relative;
        width: 65%;
    }

.content-heading[b-8hu83daffv] {
    position: relative;
    margin-bottom: 15px;
}

    .content-heading h4[b-8hu83daffv] {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
    }

.profile-about[b-8hu83daffv] {
    position: relative;
    margin-bottom: 20px;
}

    .profile-about p[b-8hu83daffv] {
        color: #6b6b6b;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }

    .profile-about hr[b-8hu83daffv] {
        margin-top: 15px;
        border: 1px solid #e0e4ec;
    }

.profile-tags[b-8hu83daffv] {
    position: relative;
}

    .profile-tags ul[b-8hu83daffv] {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .profile-tags li[b-8hu83daffv] {
        display: flex;
        padding: 4px 8px;
        border-radius: 10px;
        background: #f7f7f7;
        font-size: 0.875rem;
        font-weight: 500;
        color: #000000;
        text-decoration: none;
    }

    .profile-tags:not(:last-child) li[b-8hu83daffv] {
        margin-right: 10px;
    }

    .profile-tags .knowledge-sharing-case[b-8hu83daffv] {
        color: #0061c2;
        background: #f1f8ff;
    }

    .profile-tags .ask-for-help-case[b-8hu83daffv] {
        color: #da5810;
        background: #fff3ed;
    }

.tags-and-btns[b-8hu83daffv] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .tags-and-btns a[b-8hu83daffv] {
        border: none;
        display: inline-flex;
        align-items: center;
        background: transparent;
        color: #6b6b6b;
        padding: 10px;
        cursor: pointer;
    }

        .tags-and-btns a img[b-8hu83daffv] {
            margin-right: 8px;
            height: 24px;
            width: 24px;
        }

    .tags-and-btns button[b-8hu83daffv] {
        border: none;
        display: inline-flex;
        align-items: center;
        background: transparent;
        color: #6b6b6b;
        padding: 10px;
        cursor: pointer;
    }

        .tags-and-btns button img[b-8hu83daffv] {
            margin-right: 8px;
            height: 24px;
            width: 24px;
        }

    .tags-and-btns button span[b-8hu83daffv] {
        display: inline-block;
    }

.profile-contact[b-8hu83daffv] {
    position: relative;
}

.profile-contact-info[b-8hu83daffv] {
    position: relative;
    color: #6b6b6b;
}

.profile-contact-item[b-8hu83daffv] {
    position: relative;
}

    .profile-contact-item label[b-8hu83daffv] {
        display: block;
        color: #000;
        font-family: Open Sans;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .profile-contact-item .profile-contact-box[b-8hu83daffv] {
        position: relative;
        padding: 12px 15px;
        border-radius: 8px;
        border: 1px solid #e0e4ec;
        background-color: #ffffff;
    }

    .profile-contact-item:not(:last-child)[b-8hu83daffv] {
        margin-bottom: 10px;
    }

/* Profile Activities */

.profile-activities[b-8hu83daffv] {
    position: relative;
}

.activities-list-item[b-8hu83daffv] {
    position: relative;
    border-radius: 12px 12px 12px 12px;
    box-shadow: rgb(0 0 0 / 0%) 1px -2px 4px 0px, rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
}

.profile-activities-item[b-8hu83daffv] {
    margin-left: auto;
    width: 100%;
    position: relative;
    padding: 15px 20px 15px 20px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #e0e4ec;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

    .profile-activities-item:not(:last-child)[b-8hu83daffv] {
        margin-bottom: 20px;
    }

.activities-list-item:not(:last-child)[b-8hu83daffv] {
    margin-bottom: 30px;
}

.activities-list-item[b-8hu83daffv] {
    position: relative;
}

    .activities-list-item .activity-date p[b-8hu83daffv] {
        color: #939393;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .activities-list-item .activity-caption[b-8hu83daffv] {
        margin-bottom: 10px;
    }

        .activities-list-item .activity-caption a[b-8hu83daffv] {
            color: var(--darkBlue);
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

    .activities-list-item .activity-top[b-8hu83daffv] {
        position: relative;
        padding: 15px 30px;
    }

    .activities-list-item .activity-content[b-8hu83daffv] {
        position: relative;
        margin-bottom: 10px;
    }

        .activities-list-item .activity-content p[b-8hu83daffv] {
            font-family: Roboto;
            color: #949494;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
        }

    .activities-list-item .activity-bot[b-8hu83daffv] {
        position: relative;
        display: flex;
        justify-content: space-between;
        border-radius: 0px 0px 12px 12px;
        background: rgba(243, 250, 249, 0.9);
        padding: 15px 30px;
    }

    .activities-list-item .activity-bot-actions[b-8hu83daffv] {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 0 10px;
    }

        .activities-list-item .activity-bot-actions button[b-8hu83daffv] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            outline: none;
            background: transparent;
            border: none;
            transition-property: all;
            transition-timing-function: ease-in-out;
            transition-duration: 150ms;
            cursor: pointer;
        }

    /* Orange Theme */

    .activities-list-item.orange .activity-bot[b-8hu83daffv] {
        background: #fff5f1;
    }

@media only screen and (max-width: 1280px) {
    .profile-frame-logo img[b-8hu83daffv] {
        width: 180px;
    }

    .profile-content[b-8hu83daffv] {
        gap: 0 20px;
    }

    .activities-list-item .activity-top[b-8hu83daffv],
    .activities-list-item .activity-bot[b-8hu83daffv] {
        padding: 10px 25px;
    }
}


/*case styling from case.css*/

.comment-user-info[b-8hu83daffv] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-info h6[b-8hu83daffv] {
    font-family: "roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.comment-author[b-8hu83daffv] {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right:15px;
}

.comment-btns[b-8hu83daffv] {
    display: flex;
    justify-content: space-between;
}

    .comment-btns button[b-8hu83daffv] {
        margin-top: 30px;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 30px 10px 30px;
        line-height: normal;
        align-items: center;
        border: none;
        border-radius: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }

.light-text[b-8hu83daffv] {
    color: #6b6b6b;
}
/* _content/Hippra/Components/Pages/Register.razor.rz.scp.css */

/* Create Account Container */
.create-account[b-tbx2c0jxhu] {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    padding-top: 40px;
    padding-bottom: 130px;
    flex-direction: column;
    align-items: stretch;
}

@media (max-width: 991px) {
    .create-account[b-tbx2c0jxhu] {
        padding-bottom: 100px;
    }
}


/* Account Form */
.account-form[b-tbx2c0jxhu] {
    align-self: center;
    display: flex;
    margin-top: 84px;
    /*width: 100%;*/
    /*max-width: 1118px;*/
    flex-direction: column;
    align-items: stretch;
}

@media (max-width: 991px) {
    .account-form[b-tbx2c0jxhu] {
        max-width: 100%;
        margin-top: 40px;
    }
}

/* Profile Section */
.profile-section[b-tbx2c0jxhu] {
    align-self: center;
    display: flex;
 /*   width: 343px;
    max-width: 100%;*/
    flex-direction: column;
    align-items: stretch;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    text-align: center;
    justify-content: start;
}

.error-message[b-tbx2c0jxhu] {
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    float: left;
    padding: 20px 30px;
    margin-top:20px;
}

.error-text[b-tbx2c0jxhu] {
    color: #cc0033;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 1px 1px rgba(250,250,250,.3);
}

.form-title[b-tbx2c0jxhu] {
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.profile-picture[b-tbx2c0jxhu] {
    background-color: rgba(217, 217, 217, 1);
    border-radius: 50%;
    align-self: center;
    display: flex;
    min-height: 267px;
    margin-top: 32px;
    width: 267px;
    aspect-ratio: 1;
}

.profile-picture-btn[b-tbx2c0jxhu] {
    color: rgba(90, 176, 177, 1);
    font-size: 18px;
    font-weight: 600;
    margin-top: 32px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
}

/* Personal Information Section */
.personal-info-section[b-tbx2c0jxhu] {
    display: flex;
    margin-top: 53px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    line-height: 1;
    justify-content: start;
}

@media (max-width: 991px) {
    .personal-info-section[b-tbx2c0jxhu] {
        max-width: 100%;
        margin-top: 40px;
    }
}

.section-header[b-tbx2c0jxhu] {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 21px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    justify-content: start;
}

.section-number[b-tbx2c0jxhu] {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 32px;
    color: rgba(234, 234, 234, 1);
    white-space: nowrap;
    width: 51px;
}

@media (max-width: 991px) {
    .section-number[b-tbx2c0jxhu] {
        white-space: initial;
    }
}

.section-number span[b-tbx2c0jxhu] {
    background-color: rgba(218, 88, 16, 0.7);
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    width: 51px;
    height: 51px;
    display: inline-block;
    text-align: center;
    line-height: 51px;
    color: #fff;
}

@media (max-width: 991px) {
    .section-number span[b-tbx2c0jxhu] {
        white-space: initial;
    }
}

.section-title[b-tbx2c0jxhu] {
    color: rgba(229, 138, 88, 1);
    font-size: 24px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
}

.form-content[b-tbx2c0jxhu] {
    margin-top: 36px;
    width: 100%;
}

@media (max-width: 991px) {
    .form-content[b-tbx2c0jxhu] {
        max-width: 100%;
    }
}

/* Form Fields */
.name-fields[b-tbx2c0jxhu],
.contact-fields[b-tbx2c0jxhu],
.password-fields[b-tbx2c0jxhu],
.profession-fields[b-tbx2c0jxhu],
.specialty-fields[b-tbx2c0jxhu],
.education-fields[b-tbx2c0jxhu],
.education-additional-fields[b-tbx2c0jxhu] {
    display: flex;
    align-items: start;
    gap: 32px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .name-fields[b-tbx2c0jxhu],
    .contact-fields[b-tbx2c0jxhu],
    .password-fields[b-tbx2c0jxhu],
    .profession-fields[b-tbx2c0jxhu],
    .specialty-fields[b-tbx2c0jxhu],
    .education-fields[b-tbx2c0jxhu],
    .education-additional-fields[b-tbx2c0jxhu] {
        max-width: 100%;
    }
}

.form-field[b-tbx2c0jxhu] {
    min-width: 240px;
    width: 543px;
}

@media (max-width: 991px) {
    .form-field[b-tbx2c0jxhu] {
        max-width: 100%;
    }
}

.field-label[b-tbx2c0jxhu] {
    color: #242424;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.text-input[b-tbx2c0jxhu] {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(224, 228, 236, 1);
    border-style: solid;
    border-width: 1px;
    padding: 20px 11px;
    font-size: 14px;
    color: rgba(76, 83, 95, 1);
    width: 100%;
    font-family: inherit;
}

@media (max-width: 991px) {
    .text-input[b-tbx2c0jxhu] {
        max-width: 100%;
        padding-right: 20px;
    }
}

.field-hint[b-tbx2c0jxhu] {
    color: rgba(157, 163, 170, 1);
    font-size: 14px;
    margin-top: 4px;
}

/* Select Input */
.select-wrapper[b-tbx2c0jxhu] {
    position: relative;
    width: 100%;
}

.select-input[b-tbx2c0jxhu] {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(224, 228, 236, 1);
    border-style: solid;
    border-width: 1px;
    padding: 18px 12px;
    font-size: 14px;
    color: rgba(76, 83, 95, 1);
    width: 100%;
    appearance: none;
    font-family: inherit;
}

.select-arrow[b-tbx2c0jxhu] {
    aspect-ratio: 1.75;
    object-fit: contain;
    object-position: center;
    width: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Checkbox */
.certification-field[b-tbx2c0jxhu] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #242424;
    letter-spacing: -0.18px;
}

.checkbox-input[b-tbx2c0jxhu] {
    border: 1px solid var(--Medium-Gray, #6b6b6b);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.checkbox-label[b-tbx2c0jxhu] {
    flex-grow: 1;
}

/* Professional Information Section */
.professional-info-section[b-tbx2c0jxhu] {
    margin-top: 79px;
    width: 100%;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .professional-info-section[b-tbx2c0jxhu] {
        max-width: 100%;
        margin-top: 40px;
    }
}

/* Terms Section */
.terms-section[b-tbx2c0jxhu] {
    margin-top: 60px;
    width: 755px;
    max-width: 100%;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

@media (max-width: 991px) {
    .terms-section[b-tbx2c0jxhu] {
        margin-top: 40px;
    }
}

.checkbox-container[b-tbx2c0jxhu] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 23px;
}

.link-teal[b-tbx2c0jxhu] {
    text-decoration: underline;
    color: rgba(29, 163, 157, 1);
}

/* Submit Button */
.submit-button[b-tbx2c0jxhu] {
    align-self: center;
    border-radius: 5px;
    background-color: rgba(29, 163, 157, 1);
    margin-top: 90px;
    min-height: 40px;
    width: 142px;
    max-width: 100%;
    padding: 8px 7px;
    gap: 10px;
    font-family: "Open Sans", -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .submit-button[b-tbx2c0jxhu] {
        margin-top: 40px;
    }
}
/* _content/Hippra/Components/Pages/ResetPassword.razor.rz.scp.css */
.create-an-account[b-m7q3btp6x2] {
    color: #093b58;
    text-align: center;
    font: 700 50px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-progress[b-m7q3btp6x2] {
    padding-top: 15px;
}

.select-account-type[b-m7q3btp6x2],
.profile[b-m7q3btp6x2] {
    color: #da5810;
    text-align: center;
    font: 300 30px/24px "OpenSans-Light", sans-serif;
    position: relative;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* <-------------------------------------------------------------Edited - Deleted {.select-account-type}  */



/* Acc Type -- Start */

/* <-------------------------------------------------------------Edited - Deleted  */

.user-cred[b-m7q3btp6x2] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
}

/* <-------------------------------------------------------------Edited - Start  */

.form-wrapper-account-type[b-m7q3btp6x2] {
    position: relative;
    width: 413px;
}

.dropdown-account-type[b-m7q3btp6x2] {
    margin-top: 20px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
    cursor: pointer;
}

.form-wrapper-account-type[b-m7q3btp6x2]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}

/* <-------------------------------------------------------------Edited - End  */

.dropdown-account-type:focus[b-m7q3btp6x2] {
    outline: none;
    border-bottom-color: #093b58;
}

/* <-------------------------------------------------------------Edited - Deleted  */

/* <-------------------------------------------------------------Edited - Start  */

.footer-acc-type[b-m7q3btp6x2] {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.footer-btn[b-m7q3btp6x2] {
    cursor: pointer;
    color: #093b58;
    font: 400 20px/24px "OpenSans-Bold", sans-serif;
}

/* <-------------------------------------------------------------Edited - End  */
/* Acc Type -- End */

/* Contact Page -- Start */

.form-container[b-m7q3btp6x2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 124px;
    padding-right: 124px;
}

.two-column-form[b-m7q3btp6x2] {
    display: flex;
    width: 100%;
}

.column[b-m7q3btp6x2] {
    flex: 1;
}

.login-container[b-m7q3btp6x2] {
    display: block;
    border: 0;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.subtext[b-m7q3btp6x2] {
    color: rgba(9, 59, 88, 0.5);
    text-align: left;
    font: 300 italic 10px/24px "OpenSans-LightItalic", sans-serif;
    display: block;
    margin-top: 5px;
}

.dropdown-container-contact[b-m7q3btp6x2] {
    display: flex;
    justify-content: flex-start;
}

.dropdown-contact[b-m7q3btp6x2] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container-contact[b-m7q3btp6x2]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown-contact:focus[b-m7q3btp6x2] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown-contact option:disabled[b-m7q3btp6x2] {
    color: gray;
}

.check-box-agreement[b-m7q3btp6x2] {
    font: 400 15px/24px "-", sans-serif;
    margin-top: 20px;
    color: #093b58;
    margin-right: 150px;
    padding-top: 25px;
}

    .check-box-agreement input[type="checkbox"][b-m7q3btp6x2] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        margin-left: 211px;
        margin-top: 0;
        margin-bottom: 0;
    }

.footer-contact[b-m7q3btp6x2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-contact[b-m7q3btp6x2] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-contact span[b-m7q3btp6x2] {
        margin-left: 27px;
    }

.margtop[b-m7q3btp6x2] {
    margin-top: 11px;
}

.arrow1[b-m7q3btp6x2]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 63%;
    right: 56%;
}

.arrow2[b-m7q3btp6x2]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 54%;
    right: 19%;
}

.sub-btn[b-m7q3btp6x2] {
    position: relative;
    top: 260px;
    left: -450px;
}

.submit-btn[b-m7q3btp6x2] {
    padding: 15px 20px;
    background-color: #1da39d;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font: 300 20px/15px "OpenSans-Light", sans-serif;
    width: 154px;
    height: 26px;
    position: absolute;
    text-decoration: none;
}

/* Contact Page -- End */

/* Profile Pages -- Start */

.dropdown-container[b-m7q3btp6x2] {
    display: flex;
    justify-content: flex-start;
}

.dropdown[b-m7q3btp6x2] {
    width: 310px;
    padding: 10px 1px;
    border: none;
    border-bottom: 2px solid #093b58;
    background-color: transparent;
    border-radius: 0;
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    appearance: none;
}

.dropdown-container[b-m7q3btp6x2]::after {
    content: "";
    width: 23px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: 76%;
    right: 56%;
}

.dropdown:focus[b-m7q3btp6x2] {
    outline: none;
    border-bottom-color: #093b58;
}

.dropdown option:disabled[b-m7q3btp6x2] {
    color: gray;
}

.check-box[b-m7q3btp6x2] {
    font: 300 20px/24px "OpenSans-Light", sans-serif;
    margin-top: 20px;
    color: #093b58;
    text-align: left;
    padding-top: 25px;
}

    .check-box input[type="checkbox"][b-m7q3btp6x2] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

.footer-profile-phy[b-m7q3btp6x2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.back-profile-phy[b-m7q3btp6x2],
.next-profile-phy[b-m7q3btp6x2] {
    color: #093b58;
    text-align: left;
    font: 700 20px/24px "OpenSans-Bold", sans-serif;
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .back-profile-phy span[b-m7q3btp6x2],
    .next-profile-phy span[b-m7q3btp6x2] {
        margin-left: 27px;
        margin-right: 27px;
    }

.symbol[b-m7q3btp6x2] {
    margin-top: 11px;
}

    .symbol[b-m7q3btp6x2]::after {
        content: "";
        width: 23px;
        height: 13px;
        background-image: url('data:image/svg+xml;utf8,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L11.5 12L22 1" stroke="%23093B58" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        top: 63%;
        right: 56%;
    }

/* Profile Pages -- End */

/* Additional Pages --Start -------- New */

.form-wrapper[b-m7q3btp6x2] {
    width: 413px;
}

.p-tag[b-m7q3btp6x2] {
    color: #093b58;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.text-input[b-m7q3btp6x2] {
    width: 90%;
    padding: 10px 30px 10px 10px;
    border: none;
    border-bottom: 2px solid #093b58;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

    .text-input[b-m7q3btp6x2]::placeholder {
        color: #093b58;
    }

.button[b-m7q3btp6x2] {
    cursor: pointer;
    font-size: 20px;
    font-weight: 100;
    width: 170px;
    height: 44px;
    background: #093b58;
    color: #ffffff;
    border-radius: 22px;
    margin-top: 40px;
}

/* Additional Pages --End */

/* Responsive */
@media (max-width: 480px) {
    .rectangle-000[b-m7q3btp6x2] {
        width: 100%;
        height: 100%;
    }

    .create-an-account[b-m7q3btp6x2] {
        line-height: 50px;
    }

    .dot-progress[b-m7q3btp6x2] {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .two-column-form[b-m7q3btp6x2] {
        flex-direction: column;
    }

    .form-container[b-m7q3btp6x2] {
        padding-left: 60px;
        padding-right: 0;
    }

    .arrow1[b-m7q3btp6x2]::after {
        top: 44%;
        left: 87%;
    }

    .arrow2[b-m7q3btp6x2]::after {
        top: 57%;
        left: 87%;
    }

    .check-box-agreement[b-m7q3btp6x2] {
        padding-left: 10px;
        margin-right: 30px;
    }

        .check-box-agreement input[type="checkbox"][b-m7q3btp6x2] {
            margin-left: 21px;
        }

    .sub-btn[b-m7q3btp6x2] {
        position: relative;
        top: 150px;
        right: 0;
        left: -100px;
    }

    .submit-btn[b-m7q3btp6x2] {
        padding: 15px 20px;
        text-align: center;
        width: 100px;
        height: 26px;
        position: absolute;
        text-decoration: none;
    }

    .back-contact span[b-m7q3btp6x2] {
        margin-left: 27px;
        margin-top: 200px;
    }

    .dropdown-container[b-m7q3btp6x2]::after {
        top: 53%;
        right: 8%;
    }

    .symbol[b-m7q3btp6x2]::after {
        top: 44%;
        right: 8%;
    }
}
/* _content/Hippra/Components/Pages/Settings.razor.rz.scp.css */
.settings-layout[b-kwmc1d6obr] {
    position: relative;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 55px;
}

.settings-content[b-kwmc1d6obr] {
    padding-top: 0;
}

/* Settings Navigation */
.settings-nav[b-kwmc1d6obr] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.settings-nav-item[b-kwmc1d6obr] {
    position: relative;
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #000000;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 150ms;
    text-decoration: none;
}

    .settings-nav-item a[b-kwmc1d6obr] {
        display: block;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;
    }

    .settings-nav-item:hover a[b-kwmc1d6obr] {
        color: var(--green);
    }

    .settings-nav-item a.active[b-kwmc1d6obr] {
        color: var(--green);
    }

    .settings-nav-item:hover[b-kwmc1d6obr]::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background-color: var(--green);
        transform: translateY(-2px);
        transition-property: all;
        transition-timing-function: ease-in-out;
        transition-duration: 150ms;
        text-decoration: none;
    }

    .settings-nav-item.active[b-kwmc1d6obr]::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background-color: var(--green);
        transform: translateY(-2px);
        transition-property: all;
        transition-timing-function: ease-in-out;
        transition-duration: 150ms;
        text-decoration: none;
    }

.settings-content[b-kwmc1d6obr] {
    position: relative;
}

/* Settings Title */
.settings-title[b-kwmc1d6obr] {
    position: relative;
    margin-bottom: 25px;
}

    .settings-title h4[b-kwmc1d6obr] {
        color: #000;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 1px;
    }

.email-id[b-kwmc1d6obr] {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px;
}

/* Profile Form */

.settings-details[b-kwmc1d6obr] {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}

.settings-profile[b-kwmc1d6obr] {
    position: relative;
}

.settings-profile-form[b-kwmc1d6obr] {
    position: relative;
}

.settings-profile-top[b-kwmc1d6obr] {
    position: relative;
    width: 50%;
    display: flex;
    gap: 0 45px;
    margin-bottom: 40px;
}

.settings-profile-picture[b-kwmc1d6obr] {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
}

.settings-profile-preview[b-kwmc1d6obr] {
    position: relative;
    overflow: hidden;
    justify-content: center;
    /* top: 50px; */
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

    .settings-profile-preview img[b-kwmc1d6obr] {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.settings-profile-picture button[b-kwmc1d6obr] {
    position: absolute;
    bottom: 0;
    background: #fff;
    transform: translate(90%, -20%);
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    padding: 4px 12px;
    font-size: 16px;
    color: #24292f;
    font-weight: 500;
    font-family: Roboto;
    border-radius: 6px;
    border: 1px solid #d0d7de;
    cursor: pointer;
}

.settings-profile-inputs[b-kwmc1d6obr] {
    position: relative;
    width: 70%;
    align-self: center;
    padding-top: 25px;
}

/* Settings Row */

.settings-row[b-kwmc1d6obr] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.settings-single[b-kwmc1d6obr] {
    grid-column: span 2;
}

.settings-form[b-kwmc1d6obr] {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 20px;
}

/* Setting Password Reset */

.settings-password-change[b-kwmc1d6obr] {
    display: none;
}

    .settings-password-change.visible[b-kwmc1d6obr] {
        display: grid;
    }

.settings-password-action[b-kwmc1d6obr] {
    position: relative;
    align-self: self-end;
    margin-bottom: 15px;
}

    .settings-password-action a[b-kwmc1d6obr] {
        display: block;
        background: none;
        text-decoration: underline;
        border: none;
        color: var(--orange);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
    }

.form-submit[b-kwmc1d6obr] {
    display: flex;
    gap: 50px;
}

/* Notification Settings */

/* Setting Edit */

.setting-edit-action[b-kwmc1d6obr] {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: none;
    text-decoration: underline;
    border: none;
    color: var(--orange);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transform: translate(-12px, -13px);
}

.account-inputs.editable[b-kwmc1d6obr] {
    border: 1px solid var(--green);
}

/* Setting Notification */

.settings-notifications-list[b-kwmc1d6obr] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.notifications-table[b-kwmc1d6obr] {
    width: 30%;
}

    .notifications-table th[b-kwmc1d6obr] {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .notifications-table td[b-kwmc1d6obr] {
        color: #242424;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
    }

.form-switch[b-kwmc1d6obr] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .form-switch input[b-kwmc1d6obr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.form-slider[b-kwmc1d6obr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid transparent;
}

    .form-slider[b-kwmc1d6obr]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -1px;
        bottom: 0px;
        background-color: #ffffff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border: 1px solid transparent;
        box-shadow: rgb(0 0 0 / 12%) 0px 4px 4px;
    }

.form-switch input:checked + .form-slider[b-kwmc1d6obr] {
    background-color: var(--green);
}

    .form-switch input:checked + .form-slider[b-kwmc1d6obr]:before {
        background-color: #ffffff;
        box-shadow: rgb(0 0 0 / 12%) -6px 0px 4px;
        border: 2px solid var(--green);
    }

.form-switch input:focus + .form-slider[b-kwmc1d6obr] {
    box-shadow: 0 0 1px #ffffff;
}

.form-switch input:checked + .form-slider[b-kwmc1d6obr]:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.form-slider[b-kwmc1d6obr] {
    border-radius: 34px;
}

    .form-slider[b-kwmc1d6obr]:before {
        border-radius: 50%;
    }

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .settings-profile-top[b-kwmc1d6obr] {
        width: 75%;
    }

    .settings-layout[b-kwmc1d6obr] {
        padding: 30px 35px;
    }

    .settings-nav-item a[b-kwmc1d6obr] {
        font-size: 18px;
    }
}


.tabs[b-kwmc1d6obr] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #000000;
    height: 100px;
    margin: 0 10px 0 10px;
}

.tab[b-kwmc1d6obr] {
    width: 33%;
    text-align: center;
    margin-top: 50px;
}

    .tab label[b-kwmc1d6obr] {
        font-size: 20px;
        cursor: pointer;
    }

    .tab:hover[b-kwmc1d6obr] {
        color: #1da39d;
        border-bottom: 5px solid #1da39d;
    }

    .tab input[type="radio"][b-kwmc1d6obr] {
        display: none;
    }

.tab-content[b-kwmc1d6obr] {
    height: auto;
    text-align: justify;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    margin: 10px;
    display: none;
}

input[type="radio"]:checked ~ label[b-kwmc1d6obr] {
    color: #1da39d;
}

    input[type="radio"]:checked ~ label ~ .tab-content[b-kwmc1d6obr] {
        display: block;
    }
/* _content/Hippra/Components/Pages/TagSearch.razor.rz.scp.css */
/* Expand Search Page */

.expand-search-content[b-o8lru97bvc] {
    position: relative;
}

.search-contents[b-o8lru97bvc] {
    position: relative;
    padding: 0 14px;
}

.search-content-item[b-o8lru97bvc] {
    position: relative;
}

    .search-content-item a[b-o8lru97bvc] {
        display: block;
        color: var(--green);
        font-family: Roboto;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 8px;
    }

    .search-content-item p[b-o8lru97bvc] {
        display: block;
        color: #949494;
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 12px;
    }

.search-content-meta[b-o8lru97bvc] {
    position: relative;
}

.search-content-item:not(:last-child)[b-o8lru97bvc] {
    margin-bottom: 15px;
}

.search-content-item .search-content-meta ul[b-o8lru97bvc] {
    display: flex;
    justify-content: start;
}

    .search-content-item .search-content-meta ul li:not(:last-child)[b-o8lru97bvc] {
        margin-right: 10px;
    }

    .search-content-item .search-content-meta ul li.name[b-o8lru97bvc] {
        color: #2b2c34;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .search-content-item .search-content-meta ul li.field[b-o8lru97bvc] {
        color: var(--green);
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .search-content-item .search-content-meta ul li.timestamp[b-o8lru97bvc] {
        color: #707070;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

/* Search Page */

.search-layout[b-o8lru97bvc] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    min-height: 100%;
}

    .search-layout .search-left[b-o8lru97bvc] {
        position: relative;
        width: 50%;
        border-right: 1px solid #f7f7f8;
        padding: 0 20px;
    }

    .search-layout .search-right[b-o8lru97bvc] {
        position: relative;
        width: 50%;
        border-left: 1px solid #f7f7f8;
        padding: 0 20px;
    }

.heading.search-page[b-o8lru97bvc] {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

/* Orange Theme */

.main-layout.orange .search-content-item a[b-o8lru97bvc] {
    color: var(--orange);
    opacity: 0.85;
}

.main-layout.orange .search-content-item .search-content-meta ul li.field[b-o8lru97bvc] {
    color: var(--orange);
}

.search-content.orange .search-content-item a[b-o8lru97bvc] {
    color: var(--orange);
    opacity: 0.85;
}

.search-content.orange .search-content-item .search-content-meta ul li.field[b-o8lru97bvc] {
    color: var(--orange);
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .search-content[b-o8lru97bvc] {
        padding: 20px 0;
    }

    .search-layout[b-o8lru97bvc] {
        flex-direction: column;
    }

        .search-layout .search-left[b-o8lru97bvc] {
            width: 100%;
            padding: 20px 0;
            border-bottom: 1px solid #f7f7f8;
            border-right: 0;
        }

        .search-layout .search-right[b-o8lru97bvc] {
            width: 100%;
            padding: 20px 0;
            border-top: 1px solid #f7f7f8;
            border-left: 0;
        }

    .search-contents.no-extend[b-o8lru97bvc] {
        padding: 0;
    }
}
/* _content/Hippra/Components/Pages/ViewCase.razor.rz.scp.css */
/* Case */

.case-layout[b-lq5clz85uy] {
    position: relative;
}

.case-top[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 10px;
}

.case-top-action[b-lq5clz85uy] {
    position: relative;
}

    .case-top-action button[b-lq5clz85uy] {
        display: flex;
        align-items: center;
        gap: 0 2px;
        color: var(--green);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        background-color: #ffffff;
        border: none;
        cursor: pointer;
    }

.case-layout.orange .case-top-action button[b-lq5clz85uy] {
    color: var(--orange);
}

    .case-layout.orange .case-top-action button svg path[b-lq5clz85uy] {
        stroke: var(--orange);
    }

.profile-tags li[b-lq5clz85uy] {
    margin-right: 10px;
}

.case-content[b-lq5clz85uy] {
    position: relative;
    padding: 0 55px;
}

.case-content-heading[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 30px;
}

    .case-content-heading h3[b-lq5clz85uy] {
        color: #242424;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }

    .case-content-heading h4[b-lq5clz85uy] {
        color: var(--darkBlue);
        font-size: 1.25rem;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
    }

.case-content-meta[b-lq5clz85uy] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    padding: 12px 0 12px 33px;
    margin-bottom: 40px;
}

.case-profile[b-lq5clz85uy] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
}

    .case-profile img[b-lq5clz85uy] {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .case-profile .case-profile-info div[b-lq5clz85uy] {
        display: flex;
        gap: 10px;
    }

    .case-profile .case-profile-info .color-green[b-lq5clz85uy] {
        color: var(--green);
    }

    .case-profile .case-profile-info h4[b-lq5clz85uy] {
        font-family: Roboto;
        color: #2b2c34;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        text-transform: capitalize;
    }

    .case-profile .case-profile-info p[b-lq5clz85uy] {
        font-family: Roboto;
        color: #6b6b6b;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

.case-content-date[b-lq5clz85uy] {
    position: relative;
}

.case-content-info[b-lq5clz85uy] {
    position: relative;
}

    .case-content-date p[b-lq5clz85uy],
    .case-content-info p[b-lq5clz85uy] {
        color: #aaa;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.case-content-actions[b-lq5clz85uy] {
    display: flex;
    margin-top: 10px;
}

    .case-content-actions button[b-lq5clz85uy] {
        border: none;
        display: inline-flex;
        align-items: center;
        background: transparent;
        color: #6b6b6b;
        padding: 10px;
        cursor: pointer;
    }

        .case-content-actions button img[b-lq5clz85uy] {
            margin-right: 8px;
            height: 24px;
            width: 24px;
        }

.case-main-content[b-lq5clz85uy] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 0 30px;
}

    .case-main-content .case-main-left[b-lq5clz85uy] {
        position: relative;
        width: 35%;
    }

    .case-main-content .case-main-right[b-lq5clz85uy] {
        position: relative;
        width: 65%;
    }

.case-patient[b-lq5clz85uy] {
    position: relative;
    background: #f1f8ff;
    border-radius: 10px;
    padding: 25px 30px;
}

.case-patient-info[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 16px;
}

    /* <-------------------------------------------------------------Edited - Start  */
    .case-patient-info h4[b-lq5clz85uy] {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 14px;
        color: #0061c2;
    }
    /* <-------------------------------------------------------------Edited - End  */

    .case-patient-info ul[b-lq5clz85uy] {
        list-style: none;
    }

        .case-patient-info ul li[b-lq5clz85uy] {
            font-family: Roboto;
            color: #000;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

            .case-patient-info ul li span[b-lq5clz85uy] {
                font-weight: 600;
            }

.case-patient-lab[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 30px;
    font-family: Roboto;
}

    .case-patient-lab h6[b-lq5clz85uy] {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    /* <-------------------------------------------------------------Edited - Start  */
    .case-patient-lab p[b-lq5clz85uy] {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

.patient-info-category h6[b-lq5clz85uy],
.patient-info-sub-category h6[b-lq5clz85uy] {
    font-size: 15px;
    font-weight: 500;
}

.patient-info-category p[b-lq5clz85uy],
.patient-info-sub-category p[b-lq5clz85uy] {
    font-size: 15px;
    font-weight: 400;
}

/* <-------------------------------------------------------------Edited - End  */

/* Case Informations */

.case-informations[b-lq5clz85uy] {
    position: relative;
}

    .case-informations:not(:last-child)[b-lq5clz85uy] {
        margin-bottom: 30px;
    }

.case-info-title[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 14px;
}

    .case-info-title h4[b-lq5clz85uy] {
        color: #0061c2;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .case-info-title hr[b-lq5clz85uy] {
        margin-top: 8px;
        height: 3px;
        border: none;
        background-color: #0061c2;
    }

.case-info-desc[b-lq5clz85uy] {
    position: relative;
}

    .case-info-desc p[b-lq5clz85uy] {
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

/* Case Tabs */

.case-tabs[b-lq5clz85uy] {
    padding-right: 55px;
    padding-left: 55px;
}

.case-tab-top[b-lq5clz85uy] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 25px;
}

    .case-tab-top .case-tab-left[b-lq5clz85uy] {
        position: relative;
        width: 35%;
    }

    .case-tab-top .case-tab-right[b-lq5clz85uy] {
        position: relative;
        width: 65%;
    }

.case-tab-btn[b-lq5clz85uy] {
    position: relative;
    display: inline-flex;
    padding: 5px 20px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px 8px 0px 0px;
    color: #0061c2;
    background-color: #ffffff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

    .case-tab-btn.active[b-lq5clz85uy] {
        background-color: #0061c2;
        color: #ffffff;
    }

.case-tab-right[b-lq5clz85uy]::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    background-color: #0061c2;
    width: 100%;
    height: 2px;
}

.case-tab-left[b-lq5clz85uy]::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    background-color: #0061c2;
    width: 100%;
    height: 2px;
}

.case-tab-content[b-lq5clz85uy] {
    position: relative;
}

    .case-tab-content p[b-lq5clz85uy] {
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

.tab-case-one[b-lq5clz85uy] {
    display: none;
}

.tab-case-two[b-lq5clz85uy] {
    display: none;
}

.tab-case-one.active[b-lq5clz85uy] {
    display: block;
}

.tab-case-two.active[b-lq5clz85uy] {
    display: block;
}

/* Case Comment */
.case-comment[b-lq5clz85uy] {
    position: relative;
    padding-right: 55px;
    padding-left: 55px;
    margin-bottom: 20px;
}

/* <-------------------------------------------------------------Edited - Start  */
.case-comment-form[b-lq5clz85uy] {
    position: relative;
    margin-bottom: 30px;
}

.comment-form-box[b-lq5clz85uy] {
    width: 100%;
    padding: 15px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e0e4ec;
    background: #f7f7f7;
}

.editing-comment[b-lq5clz85uy] {
    border-radius: 20px;
    border: 1px solid gray;
}

.comment-form-box input[b-lq5clz85uy] {
    border: none;
    background: transparent;
    outline: none;
}

    .comment-form-box input[b-lq5clz85uy]::placeholder {
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.case-comments[b-lq5clz85uy] {
    position: relative;
    align-items: center;
}

.upvote-btn[b-lq5clz85uy] {
    display: flex;
    gap: 5px;
    height: 16px;
    align-text: right;
    font-size: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b6b6b;
    font-weight: 400;
    margin-top: 20px;
}

.case-comment-item[b-lq5clz85uy] {
    width: 100%;
    padding: 15px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e0e4ec;
    background: #f7f7f7;
}

.comment-edit[b-lq5clz85uy] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 100px;
    width: 175px;
    height: 40px;
    border: 1px solid #e0e4ec;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

    .comment-edit img[b-lq5clz85uy] {
        margin-right: 5px;
    }

.comment-user-info[b-lq5clz85uy] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.case-comment-item:not(:last-child)[b-lq5clz85uy] {
    margin-bottom: 20px;
}

.comment-info[b-lq5clz85uy] {
    align-items: center;
    position: relative;
    margin-left: 10px;
}

    .comment-info div[b-lq5clz85uy] {
        display: flex;
        gap: 10px;
    }

.light-text[b-lq5clz85uy] {
    color: #6b6b6b;
}

.comment-info h6[b-lq5clz85uy] {
    font-family: "roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.comment-author[b-lq5clz85uy] {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-btns[b-lq5clz85uy] {
    display: flex;
    justify-content: space-between;
}

    .comment-btns button[b-lq5clz85uy] {
        margin-top: 30px;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 30px 10px 30px;
        line-height: normal;
        align-items: center;
        border: none;
        border-radius: 20px;
        background: #d9d9d9;
        cursor: pointer;
    }

.clicked-btn[b-lq5clz85uy] {
    color: var(--green);
}

.attach-btn[b-lq5clz85uy] {
    display: flex;
    gap: 10px;
}

.last-two-btns :last-child[b-lq5clz85uy] {
    margin-left: 10px;
    background: var(--green);
    color: #ffffff;
}

.attached-files[b-lq5clz85uy] {
    margin-top: 20px;
}

.files[b-lq5clz85uy] {
    width: 500px;
    height: 50px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
}

.files[b-lq5clz85uy] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

    .files button[b-lq5clz85uy] {
        border: none;
        background: #f6fbfb;
        height: 0;
        cursor: pointer;
    }

.more-options[b-lq5clz85uy] {
    margin-left: auto;
}

    .more-options button[b-lq5clz85uy] {
        border: none;
        background: #ffffff;
        cursor: pointer;
    }

.more-options-expanded[b-lq5clz85uy] {
    position: absolute;
    right: 10px;
    display: grid;
    height: auto;
    width: auto;
    border: 1px solid #e0e4ec;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .more-options-expanded button[b-lq5clz85uy] {
        display: flex;
        gap: 10px;
        padding: 10px 40px 10px 20px;
        border: none;
        background: #ffffff;
        cursor: pointer;
    }

.dim-background[b-lq5clz85uy] {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up-box[b-lq5clz85uy] {
    position: absolute;
    background: #ffffff;
    border-radius: 15px;
    height: auto;
    padding: 20px;
}

    .pop-up-box h4[b-lq5clz85uy] {
        font-size: 20px;
        font-weight: 600;
    }

.option-btns[b-lq5clz85uy] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

    .option-btns button[b-lq5clz85uy] {
        font-size: 16px;
        font-weight: 700;
        border: none;
        background: #d9d9d9;
        padding: 10px 30px 10px 30px;
        border-radius: 50px;
        cursor: pointer;
    }

    .option-btns :last-child[b-lq5clz85uy] {
        color: #ffffff;
        background: #e94238;
    }

.report-section[b-lq5clz85uy] {
    position: absolute;
    width: min-content;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
}

    .report-section h4[b-lq5clz85uy] {
        font-size: 20px;
        font-weight: 600;
    }

    .report-section textarea[b-lq5clz85uy] {
        margin-top: 10px;
        border: 1px solid #e0e4ec;
        border-radius: 10px;
    }

        .report-section textarea[b-lq5clz85uy]::placeholder {
            padding: 10px;
        }

/* <-------------------------------------------------------------Edited - End  */

/********************* Orange Theme *********************/

.case-layout.orange .case-patient[b-lq5clz85uy] {
    background-color: #fff5ef;
}

.case-layout.orange .case-patient-info h4[b-lq5clz85uy] {
    color: var(--orange);
}

.case-layout.orange .case-info-title h4[b-lq5clz85uy] {
    color: var(--orange);
}

.case-layout.orange .case-patient-lab h6[b-lq5clz85uy] {
    color: var(--orange);
}

.case-layout.orange .case-patient-tags h6[b-lq5clz85uy] {
    color: var(--orange);
}

.case-layout.orange .case-patient-tags ul li a.active[b-lq5clz85uy] {
    background-color: #ffc6c6;
}

.case-layout.orange .case-info-title hr[b-lq5clz85uy] {
    background-color: var(--orange);
}

.case-layout.orange .case-tab-btn[b-lq5clz85uy] {
    color: var(--orange);
}

    .case-layout.orange .case-tab-btn.active[b-lq5clz85uy] {
        background-color: var(--orange);
        color: #ffffff;
    }

.case-layout.orange .clicked-btn[b-lq5clz85uy] {
    color: var(--orange);
}

.case-layout.orange .comment-form-box input:focus-visible[b-lq5clz85uy] {
    border-color: var(--orange);
}

.case-layout.orange .case-tab-right[b-lq5clz85uy]::after {
    background-color: var(--orange);
}

.case-layout.orange .case-tab-left[b-lq5clz85uy]::after {
    background-color: var(--orange);
}

.case-layout.orange .last-two-btns :last-child[b-lq5clz85uy] {
    background: var(--orange);
}

/************** Responsive **************/

@media only screen and (max-width: 1280px) {
    .case-content[b-lq5clz85uy] {
        padding: 0 20px;
    }

    .case-content-heading h3[b-lq5clz85uy] {
        font-size: 1.625rem;
    }

    .case-content-heading h4[b-lq5clz85uy] {
        font-size: 1rem;
    }

    .case-content-meta[b-lq5clz85uy] {
        padding: 12px 0 12px 20px;
        margin-bottom: 30px;
    }

    .case-main-content[b-lq5clz85uy] {
        gap: 0 20px;
    }

    .case-patient[b-lq5clz85uy] {
        padding: 20px;
    }

    .case-content-date p[b-lq5clz85uy],
    .case-content-info p[b-lq5clz85uy] {
        font-size: 0.875rem;
    }

    .case-tabs[b-lq5clz85uy] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .case-tab-btn[b-lq5clz85uy] {
        font-size: 0.875rem;
    }

    .case-comment[b-lq5clz85uy] {
        padding-left: 25px;
        padding-right: 25px;
    }
}




.profile-tags[b-lq5clz85uy] {
    position: relative;
}

    .profile-tags .knowledge-sharing-case[b-lq5clz85uy] {
        color: #0061c2;
        background: #f1f8ff;
    }

    .profile-tags li[b-lq5clz85uy] {
        display: flex;
        padding: 4px 8px;
        border-radius: 10px;
        background: #f7f7f7;
        font-size: 0.875rem;
        font-weight: 500;
        color: #000000;
        text-decoration: none;
    }

    .profile-tags li[b-lq5clz85uy] {
        margin-right: 10px;
    }

    .profile-tags ul[b-lq5clz85uy] {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .profile-tags .ask-for-help-case[b-lq5clz85uy] {
        color: #da5810;
        background: #fff3ed;
    }



/*.relevant-files-container {
    display: flex;
    gap: 20px;
}

.relevant-file {
    padding-left: 10px;
    padding-top: 10px;
    width: 230px;
    height: 160px;
    display: flex;
    border-radius: 10px;
    border: 1px solid lightgray;
    background-color: #F7F7F7;
}*/


/* _content/Hippra/Components/ReportComment.razor.rz.scp.css */
.report-section[b-03vb6ovayw] {
    position: absolute;
    width: min-content;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
}

    .report-section h4[b-03vb6ovayw] {
        font-size: 20px;
        font-weight: 600;
    }

    .report-section textarea[b-03vb6ovayw] {
        margin-top: 10px;
        border: 1px solid #e0e4ec;
        border-radius: 10px;
    }

        .report-section textarea[b-03vb6ovayw]::placeholder {
            padding: 10px;
        }

.option-btns button[b-03vb6ovayw] {
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #d9d9d9;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}
/* _content/Hippra/Components/ReportPost.razor.rz.scp.css */
.report-section[b-0xxj1sqyna] {
    position: absolute;
    width: min-content;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
}

    .report-section h4[b-0xxj1sqyna] {
        font-size: 20px;
        font-weight: 600;
    }

    .report-section textarea[b-0xxj1sqyna] {
        margin-top: 10px;
        border: 1px solid #e0e4ec;
        border-radius: 10px;
    }

        .report-section textarea[b-0xxj1sqyna]::placeholder {
            padding: 10px;
        }

.option-btns button[b-0xxj1sqyna] {
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #d9d9d9;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    cursor: pointer;
}
/* _content/Hippra/Components/TrendingTopics.razor.rz.scp.css */

.trending-section[b-yf7jmm2rwz] {
    border-radius: 15px;
    background-color: #fff;
    max-width: 100%;
    width: 399px;
    color: #242424;
}

.trending-list[b-yf7jmm2rwz] {
    border-radius: 10px;
    width: 100%;
    font-family: "Roboto", -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

.trending-item[b-yf7jmm2rwz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #f7f7f7;
}

.trending-content[b-yf7jmm2rwz] {
    width: 100%;
    max-width: 399px;
}

.trending-author[b-yf7jmm2rwz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trending-author-image[b-yf7jmm2rwz] {
    width: 30px;
    aspect-ratio: 1;
    height: 30px;
    object-position: center;
    margin: auto 0;
    border-radius: 50%;
}

.trending-author-name[b-yf7jmm2rwz] {
    min-width: 240px;
    margin: auto 0;
}

.trending-title[b-yf7jmm2rwz] {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
}

    .trending-title a[b-yf7jmm2rwz] {
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        margin-top: 8px;
        color: #242424;
    }

.trending-stats[b-yf7jmm2rwz] {
    margin-top: 8px;
}



/* Media queries */
@media (max-width: 991px) {
 
}
