/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-52747p8qgr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-52747p8qgr] {
    flex: 1;
}

.sidebar[b-52747p8qgr] {
    background-color: var(--primary-color);
}

.top-row[b-52747p8qgr] {
    background-color: var(--primary-blue-dark) !important;
    height: 102px;
    display: flex;
    align-items: center;
}

.container[b-52747p8qgr]{
    max-width:100%;
}

.topbartitle[b-52747p8qgr] {
    color: white;
    font-weight: bold;
    font-size: 5rem;
    vertical-align: middle;
}

.nav-menu-icon[b-52747p8qgr]{
    width:90px;
}

@media (max-width: 575.98px) {
    .nav-menu-icon[b-52747p8qgr] {
        width: 60px;
    }
}
/* /Pages/Add/Home.razor.rz.scp.css */
html[b-gdmipa1y5e], body[b-gdmipa1y5e] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-gdmipa1y5e] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-gdmipa1y5e], .container-fluid[b-gdmipa1y5e], .container-xxl[b-gdmipa1y5e], .container-xl[b-gdmipa1y5e], .container-lg[b-gdmipa1y5e], .container-md[b-gdmipa1y5e], .container-sm[b-gdmipa1y5e] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-gdmipa1y5e] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-gdmipa1y5e], .col-md-6[b-gdmipa1y5e], .col-md-3[b-gdmipa1y5e] {
    display: flex;
    flex-direction: column;
}

img[b-gdmipa1y5e] {
    z-index: 1;
}

.sidebar-content[b-gdmipa1y5e] {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.btnSidebar[b-gdmipa1y5e] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-gdmipa1y5e] {
    background-color: var(--selected-blue);
    color: black;
}

/* Make the center column scrollable */
#mainContent[b-gdmipa1y5e] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-gdmipa1y5e]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-gdmipa1y5e] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-gdmipa1y5e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-gdmipa1y5e] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.group-heading[b-gdmipa1y5e] {
    width: 50%;
    border-radius: 10px;
    font-weight: bold;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-gdmipa1y5e] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-gdmipa1y5e] {
        padding-left: 0;
        padding-right: 0;
    }
}


/*.btnrow {
    display: flex;
    justify-content: center;
}

.btnSidebar {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
    background-color:white;
}
.btnTopbar {
    padding: 5px;
    font-size: large;
    font-weight: 500;
    border: 1px solid var(--selected-blue);
    display: inline;
    cursor: pointer;
    border-radius: 1em !important;
    background-color: white;
}

.isSelected {
    background-color: var(--selected-blue);
}

.menubtn {
    width: 47%;
    height: 50px;
    color: var(--primary-color);
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    border: 1px solid black;
    border-radius: 0;
    margin: 1px;
    font-weight: 600;
    height: 50px;
}

.btnselected {
    background-color: var(--primary-color) !important;
    color: white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.pagetitle {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

hr:not([size]) {
    height: 3px;
    margin: 0;
}

.pagetitle {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.sections {
    display: flex;
    width = 40%;
    height = 75%;
}

.detailheading {
    width: 96%;
    height: 50px;
    color: var(--primary-color);
    margin-bottom: 3px !important;
    border: 1px solid black;
    border-radius: 0;
    margin: 1px;
    font-weight: 600;
    height: 50px;
    background-color: var(--primary-color) !important;
    color: white;
    padding: 12px;
}

.entrypage {
    position: relative;
    height: calc(100vh - 152px);
    overflow-y: scroll;
    scrollbar-width: none;*/ /* Firefox */
    /*-ms-overflow-style: none;*/ /* Internet Explorer 10+ */
/*}

    .entrypage::-webkit-scrollbar {*/ /* WebKit */
        /*width: 0;
        height: 0;
    }

.detailsdiv {
    background-color: #ebebeb;
    position: relative;
    border: 3px solid #ebebeb;
}*/
/* /Pages/Admin/AdminHome.razor.rz.scp.css */
/* /Pages/Admin/CouponCodes.razor.rz.scp.css */
.editdiv[b-7dbfbvf0n7] {
    background-color: lightgray;
}

.form-control[b-7dbfbvf0n7] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-7dbfbvf0n7] {
    font-weight: bold;
}

.companydropdown[b-7dbfbvf0n7] {
    width: 95%;
}

.haserror[b-7dbfbvf0n7] {
    border: 1px solid red;
}

.errormsg[b-7dbfbvf0n7] {
    color: red;
}

[b-7dbfbvf0n7] .k-picker-solid {
    background-color: white !important;
}
/* /Pages/Admin/FeaturedContents.razor.rz.scp.css */
.editdiv[b-g0qffhvrdl] {
    background-color: lightgray;
}

.form-control[b-g0qffhvrdl] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-g0qffhvrdl] {
    font-weight: bold;
}

.companydropdown[b-g0qffhvrdl] {
    width: 95%;
}

.haserror[b-g0qffhvrdl] {
    border: 1px solid red;
}

.errormsg[b-g0qffhvrdl] {
    color: red;
}

[b-g0qffhvrdl] .k-picker-solid {
    background-color: white !important;
}
/* /Pages/Admin/GrowContent.razor.rz.scp.css */
.editdiv[b-kp7nzdk1jg] {
    background-color: lightgray;
}

.form-control[b-kp7nzdk1jg] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-kp7nzdk1jg] {
    font-weight: bold;
}

.companydropdown[b-kp7nzdk1jg] {
    width: 95%;
}

.haserror[b-kp7nzdk1jg] {
    border: 1px solid red;
}

.errormsg[b-kp7nzdk1jg] {
    color: red;
}

[b-kp7nzdk1jg] .k-picker-solid {
    background-color: white !important;
}

.btnSidebar[b-kp7nzdk1jg] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.sidebar-col-left[b-kp7nzdk1jg] {
    height: calc(100vh - 215px) !important;
}

.isselected[b-kp7nzdk1jg] {
    background-color: var(--selected-blue);
    color: black;
}

[b-kp7nzdk1jg] .k-table-thead {
    display: none;
}

[b-kp7nzdk1jg] .k-grid td, [b-kp7nzdk1jg] .k-grid th {
    border: none !important;
}

[b-kp7nzdk1jg] .k-grid .k-table-th {
    font-weight: bold;
}

[b-kp7nzdk1jg] .k-grid th.center-me {
    text-align: center;
}

/* sortable headers */
[b-kp7nzdk1jg] th.center-me .k-cell-inner > .k-link {
    justify-content: center;
}

[b-kp7nzdk1jg] .k-window.item-window {
    border-radius: 25px !important;
    padding: 0 !important;
}

    [b-kp7nzdk1jg] .k-window.item-window .k-window-titlebar {
        border-radius: 25px !important;
    }

    [b-kp7nzdk1jg] .k-window.item-window .k-window-content {
        padding: 0 !important;
        border: 4px solid var(--bs-themegreen);
        border-radius: 25px;
    }

.youtube-icon[b-kp7nzdk1jg] {
    background-image: url("/images/video-button.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.podcast-icon[b-kp7nzdk1jg] {
    background-image: url("/images/icon-podcast.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.webpage-icon[b-kp7nzdk1jg] {
    background-image: url("/images/web-page.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.lifeline-icon[b-kp7nzdk1jg] {
    background-image: url("/images/lifeline_icon.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.pdf-icon[b-kp7nzdk1jg] {
    background-image: url("/images/pdf.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.book-icon[b-kp7nzdk1jg] {
    background-image: url("/images/book-icon.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
/* /Pages/Admin/ManageUsers.razor.rz.scp.css */
.editdiv[b-w4cpn3jvyk] {
    background-color: lightgray;
}

.form-control[b-w4cpn3jvyk] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-w4cpn3jvyk] {
    font-weight: bold;
}

.companydropdown[b-w4cpn3jvyk] {
    width: 95%;
}

.haserror[b-w4cpn3jvyk] {
    border: 1px solid red;
}

.errormsg[b-w4cpn3jvyk] {
    color: red;
}

[b-w4cpn3jvyk] .k-picker-solid {
    background-color: white !important;
}
/* /Pages/Auth/LoginComponent.razor.rz.scp.css */
.logindiv[b-kdr6iewe7r] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-kdr6iewe7r] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-submit[b-kdr6iewe7r] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}
/* /Pages/Auth/RegisterComponent.orig.razor.rz.scp.css */
.logindiv[b-3cg9fwk62e] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-3cg9fwk62e] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-create[b-3cg9fwk62e] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}

.videoimg[b-3cg9fwk62e] {
    width: 2.5rem;
    cursor: pointer;
}

[b-3cg9fwk62e] .k-input-solid input {
    border: none !important;
}

.text-block[b-3cg9fwk62e] {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #323743FF;
}
/* /Pages/Auth/RegisterComponent.razor.rz.scp.css */
.logindiv[b-exquanfzyt] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-exquanfzyt] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-create[b-exquanfzyt] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}

.videoimg[b-exquanfzyt] {
    width: 2.5rem;
    cursor: pointer;
}

[b-exquanfzyt] .k-input-solid input {
    border: none !important;
}

.text-block[b-exquanfzyt] {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #323743FF;
}
/* /Pages/Auth/RegisterComponentPassword.razor.rz.scp.css */
.logindiv[b-0wci0m135x] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-0wci0m135x] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-create[b-0wci0m135x] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}

.videoimg[b-0wci0m135x] {
    width: 2.5rem;
    cursor: pointer;
}

[b-0wci0m135x] .k-input-solid input {
    border: none !important;
}

.text-block[b-0wci0m135x] {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #323743FF;
}
/* /Pages/Circles/CirclesHome.razor.rz.scp.css */
html[b-7jtyg9i9md], body[b-7jtyg9i9md] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-7jtyg9i9md] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-7jtyg9i9md], .container-fluid[b-7jtyg9i9md], .container-xxl[b-7jtyg9i9md], .container-xl[b-7jtyg9i9md], .container-lg[b-7jtyg9i9md], .container-md[b-7jtyg9i9md], .container-sm[b-7jtyg9i9md] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-7jtyg9i9md] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-7jtyg9i9md], .col-md-6[b-7jtyg9i9md], .col-md-3[b-7jtyg9i9md] {
    display: flex;
    flex-direction: column;
}

img[b-7jtyg9i9md] {
    z-index: 1;
}

.sidebar-content[b-7jtyg9i9md] {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.btnSidebar[b-7jtyg9i9md] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-7jtyg9i9md] {
    background-color: var(--selected-blue);
    color: black;
}

/* Make the center column scrollable */
#mainContent[b-7jtyg9i9md] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-7jtyg9i9md]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-7jtyg9i9md] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-7jtyg9i9md] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.navbar-toggler[b-7jtyg9i9md] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-7jtyg9i9md] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-7jtyg9i9md] {
        padding-left: 0;
        padding-right: 0;
    }

    .center-content[b-7jtyg9i9md] {
        overflow-y: unset;
    }
}

/*span {
    display: block;
}

.btnSidebar {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.tribes-icon {
    height: 20vh;
}

.sidebar-col-left {
    height: calc(100vh - 136px);
}

.isselected {
    background-color: var(--selected-blue);
    color: black;
}

::deep .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: -300px;
}

::deep .k-window {
    width: 400px;
    border-radius: 20px !important;
}

::deep .k-window-titlebar {
    border-radius: 20px !important;
}*/
/* /Pages/Circles/Components/About.razor.rz.scp.css */
.title-heading[b-dunbfzafdo] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}
/* /Pages/Circles/Components/FeedSource.razor.rz.scp.css */

.topbar[b-1kij7nrf1u] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.topbartitle[b-1kij7nrf1u] {
    width: 100%;
    font-weight: bold;
    margin-top: 2rem;
    display: flex;
    border-bottom: 2px solid darkgray;
}

input[type="checkbox"]:checked[b-1kij7nrf1u] {
    accent-color: var(--primary-blue-dark);
}

.display-pill[b-1kij7nrf1u] {
    width: max-content;
    border: 1px solid black;
    border-radius: 50px;
    padding: 5px 15px;
    text-align: center;
}

.org-tribe[b-1kij7nrf1u] {
    color: white;
    background-color: var(--primary-blue-dark);
}

.personal-tribe[b-1kij7nrf1u] {
    background-color: #c3b1e1;
}

.lifeline-pill[b-1kij7nrf1u] {
    background-color: var(--primary-red-light);
}



.mytribetitle[b-1kij7nrf1u] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: black;
    background-color: #c3b1e1;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 10px;
}

.cancelbtn[b-1kij7nrf1u] {
    background-color: var(--primary-gray-light) !important;
    color: black !important;
}

.tribetitle[b-1kij7nrf1u] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: white;    
    background-color: var(--primary-blue-dark);
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.avatar[b-1kij7nrf1u] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-1kij7nrf1u] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.emptyspace[b-1kij7nrf1u] {
    width: 33px;
    display: inline-block;
}
/* /Pages/Circles/Components/Invites.razor.rz.scp.css */
.emailbubble[b-k8gw6ikdlo] {
    border: 1px solid lightblue;
    border-radius: 25px;
}

.avatar[b-k8gw6ikdlo] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-k8gw6ikdlo] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.sentinvitelist[b-k8gw6ikdlo] {
    overflow: auto;
    height: 75vh;
}

.emptyspace[b-k8gw6ikdlo] {
    width: 33px;
    display: inline-block;
}

[b-k8gw6ikdlo] .removebtn {
    background-color: var(--primary-red-dark);
    color: white;
    width: 32px;
    height: 32px;
}
/* /Pages/Circles/Components/MyOrgs.razor.rz.scp.css */
.tribetitle[b-zv52s497fy] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px 25px;
    color: white;
    background-color: #c3b1e1;
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

.leaveorgbtn[b-zv52s497fy] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px 25px;
    color: white;
    background-color: var(--primary-red-dark);
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}

.orgbox[b-zv52s497fy] {
    border: 2px solid var(--primary-blue-dark);
    background-color: #a9d9e7;
    border-radius: 20px;
    padding: 15px 25px;
}

.orginfobox[b-zv52s497fy] {
    border: 2px solid var(--primary-blue-dark);
    background-color: var(--primary-blue-dark);
    color: white;
    border-radius: 20px;
    padding: 15px 25px;
}

.orgname[b-zv52s497fy] {
    color: white;
    font-size: larger;
}

.org-mgt-title[b-zv52s497fy] {
    font-weight: bold;
    font-size: x-large;
    margin-right: 30px;
}
/* /Pages/Circles/Components/People.razor.rz.scp.css */
/*Searchbox Stuff*/
.searchbox[b-3sdktrzmgs] {
    margin-left: 5px;
    border: 1px solid black;
    margin-bottom: 5px;
}

.search-container[b-3sdktrzmgs] {
    position: relative;
    display: inline-block;
}

[b-3sdktrzmgs] .searchicon {
    position: absolute;
    z-index: 1;
    top: 0.7em;
    left: 0.8em;
}

[b-3sdktrzmgs] .search-container .k-textbox input,
.k-floating-label-container.k-empty:not(.k-focus) .k-label[b-3sdktrzmgs] {
    padding-left: 2em;
}
/*end Searchbox Stuff*/

.topbar[b-3sdktrzmgs] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.topbarsearch[b-3sdktrzmgs] {
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    margin-top: 10px;
}

.topbartitle[b-3sdktrzmgs] {
    width: 100%;
    font-weight: bold;
    margin-top: 2rem;
    display: flex;
    border-bottom: 2px solid darkgray;
}

input[type="checkbox"]:checked[b-3sdktrzmgs] {
    accent-color: var(--primary-blue-dark);
}

.mytribetitle[b-3sdktrzmgs] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: black;
    background-color: #c3b1e1;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 10px;
}

.cancelbtn[b-3sdktrzmgs] {
    background-color: var(--primary-gray-light) !important;
    color: black !important;
}

.tribetitle[b-3sdktrzmgs] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: white;    
    background-color: var(--primary-blue-dark);
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.avatar[b-3sdktrzmgs] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-3sdktrzmgs] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.emptyspace[b-3sdktrzmgs] {
    width: 33px;
    display: inline-block;
}

.member-container[b-3sdktrzmgs] {
    cursor: pointer;
}

.member-container:hover[b-3sdktrzmgs] {
    background-color: lightgray;
}


@media (max-width: 768px) {
    .topbar[b-3sdktrzmgs][b-3sdktrzmgs] {
        flex-direction: column;
    }

    .avatar-container[b-3sdktrzmgs] {
        margin: 0;
        text-align: left;
        display: flex;
    }

    .avatar[b-3sdktrzmgs] {
        margin-right: 5px;
    }

    .mytribetitle[b-3sdktrzmgs][b-3sdktrzmgs] {
        text-align: left;
        margin-left: 0;
    }

}


/* /Pages/Circles/Components/Tribes.razor.rz.scp.css */
[b-3pd1gklstw] .addbtn {
    background-color: var(--button-green);
    color: white;
}

[b-3pd1gklstw] .removebtn {
    background-color: var(--primary-red-dark);
    color: white;
    width: 32px;
    height: 32px;
}

.isselected[b-3pd1gklstw] {
    background-color: var(--selected-blue);
    color: black;
}

.tribetitle[b-3pd1gklstw] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: white;
    background-color: var(--primary-blue-dark);
    width: 90%;
    display: block;
}

.personaltribetitle[b-3pd1gklstw] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: black;
    background-color: #c3b1e1;
    width: 90%;
    display: block;
}

.tribebtn[b-3pd1gklstw] {
    width: 180px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px;
    border-color: var(--selected-blue);
}

.btnrow[b-3pd1gklstw] {
    display: block;
    padding: 35px 0 15px 0;
}

td[b-3pd1gklstw] {
    border-bottom: 2px solid lightgray;
    padding: 5px;
}

tr:last-child td[b-3pd1gklstw] {
    border-bottom: none !important;
}

table td:nth-child(2)[b-3pd1gklstw], table td:nth-child(3)[b-3pd1gklstw] {
    font-weight: bold;
    font-size: 1.7em;
}

table td:last-child[b-3pd1gklstw] {
    cursor: pointer;
}

[b-3pd1gklstw] .k-input-solid {
    border-color: rgb(118, 118, 118);
}

.avatar[b-3pd1gklstw] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-3pd1gklstw] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.userlist-header[b-3pd1gklstw] {
    background-color: blue;
    text-align: center;
    color: white;
    position: relative;
    padding: 3px;
    margin-top: 2rem;
}

    .userlist-header span[b-3pd1gklstw] {
        font-size: x-large;
        font-weight: bold;
        display: inline-block;
    }

.selected-item[b-3pd1gklstw] {
    background: var(--primary-green-dark);
}

.sharedlifelinediv[b-3pd1gklstw] {
    border: 1px solid rgb(118, 118, 118);
    padding: 5px 0 5px 25px;
    border-radius: 5px;
    margin-top: 5px;
}

[b-3pd1gklstw] .addUserbtn {
    background-color: var(--button-green);
    color: white;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 15px;
    top: 5px;
}
/* /Pages/Contacts/Components/ContactViewHitOrMiss.razor.rz.scp.css */
.feedspage[b-us59gtk27j] {
    background-color: white;
}

.entrypage[b-us59gtk27j] {
    position: relative;
    height: calc(100vh - 185px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-us59gtk27j]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-us59gtk27j] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-us59gtk27j] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-us59gtk27j] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-us59gtk27j] {
    height: 3px;
    margin: 0;
}

.itemcontent[b-us59gtk27j] {
    background-color: #ebebeb;
    border: 2px solid darkgray;
}

.headerdiv[b-us59gtk27j] {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3vh;
    font-size: 28px;
    font-weight: bold;
}
/* /Pages/Contacts/Components/ContactViewLifeline.razor.rz.scp.css */
.feedspage[b-2hleem62h0] {
    background-color: white;
}

.entrypage[b-2hleem62h0] {
    position: relative;
    height: calc(100vh - 252px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-2hleem62h0]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-2hleem62h0] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-2hleem62h0] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-2hleem62h0] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-2hleem62h0] {
    height: 3px;
    margin: 0;
}

.itemcontent[b-2hleem62h0] {
    background-color: #ebebeb;
    border: 2px solid darkgray;
}
/* /Pages/Contacts/ContactHoMList.razor.rz.scp.css */
.ContactLifeLinePage[b-8i21pgf15o] {
    text-align: center;
}

.LLBtn[b-8i21pgf15o] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-8i21pgf15o] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
/* /Pages/Contacts/ContactsHome.razor.rz.scp.css */
.titlerow[b-tsyz78dx5o] {
    height: 60px;
    border-bottom: 1px solid black;
    align-content: center;
    margin-bottom: 30px;
    margin-left: 0;
}

.titlerow span[b-tsyz78dx5o] {
    font-weight: 500;
    font-size: 34px;
}

.contactsection[b-tsyz78dx5o] {
    background-color: #ebebeb;
    border: 1px solid black;
    height: calc(100vh - 56px);
}

.viewsection[b-tsyz78dx5o] {
    background-color: #fff;
    border: 1px solid black;
    height: calc(100vh - 56px);
}

.menubtn[b-tsyz78dx5o] {
    width: 47%;
    height: 50px;
    color: var(--primary-color);
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    border: 1px solid black;
    border-radius: 0;
    margin: 1px;
    font-weight: 600;
    height: 50px;
}

.btnselected[b-tsyz78dx5o] {
    background-color: var(--primary-color) !important;
    color: white;
}

.btn:focus[b-tsyz78dx5o], .btn:active:focus[b-tsyz78dx5o], .btn-link.nav-link:focus[b-tsyz78dx5o], .form-control:focus[b-tsyz78dx5o], .form-check-input:focus[b-tsyz78dx5o] {
    box-shadow: none;
}

.pagetitle[b-tsyz78dx5o] {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

hr:not([size])[b-tsyz78dx5o] {
    height: 3px;
    margin: 0;
}

.pagetitle[b-tsyz78dx5o] {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.sections[b-tsyz78dx5o] {
    display: flex;
    width = 40%;
    height = 75%;
}

[b-tsyz78dx5o] .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: 10px;
}
/* /Pages/Events/EventEntry.razor.rz.scp.css */
.evententrypage[b-9xc2iw8gir] {
    position: relative;
    height: calc(100vh - 170px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .evententrypage[b-9xc2iw8gir]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn-check:active + .btn-outline-success[b-9xc2iw8gir], .btn-check:checked + .btn-outline-success[b-9xc2iw8gir], .btn-outline-success.active[b-9xc2iw8gir], .btn-outline-success.dropdown-toggle.show[b-9xc2iw8gir], .btn-outline-success:active[b-9xc2iw8gir] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-9xc2iw8gir] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-9xc2iw8gir] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-9xc2iw8gir] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
}

.specific-entry[b-9xc2iw8gir] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius:10px;
    font-size: 14px;
}

.hwcarea[b-9xc2iw8gir] {
    background-color: #fdf1f5;
}

.btndiv[b-9xc2iw8gir] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.backcolor-green[b-9xc2iw8gir] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-9xc2iw8gir] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

.select-control[b-9xc2iw8gir] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* START: Dropdowns styles */
.k-picker-solid:focus-within .k-picker[b-9xc2iw8gir] {
    background-color: white !important;
}
/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-9xc2iw8gir] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-9xc2iw8gir] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-9xc2iw8gir] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-9xc2iw8gir] {
    background: #666 !important;
}

.colored-input[b-9xc2iw8gir] {
    /* text-align: center; */
    font-weight: bold;

}

    .colored-input .k-input[b-9xc2iw8gir] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-9xc2iw8gir] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

.videoimg[b-9xc2iw8gir] {
    width: 2.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .entryarea[b-9xc2iw8gir] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Events/EventsEdit.razor.rz.scp.css */
.entrypage[b-v4kdevo0xg] {
    position: relative;
    height: calc(100vh - 250px);
}

.entrypage[b-v4kdevo0xg] {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-v4kdevo0xg]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.specific-entry[b-v4kdevo0xg] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 10px;
    font-size: 14px;
}

.hwcarea[b-v4kdevo0xg] {
    background-color: #fdf1f5;
}

.btn[b-v4kdevo0xg] {
    border-radius: 50px;
}

.select-control[b-v4kdevo0xg] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-check:active + .btn-outline-success[b-v4kdevo0xg], .btn-check:checked + .btn-outline-success[b-v4kdevo0xg], .btn-outline-success.active[b-v4kdevo0xg], .btn-outline-success.dropdown-toggle.show[b-v4kdevo0xg], .btn-outline-success:active[b-v4kdevo0xg] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-v4kdevo0xg] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-v4kdevo0xg] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-v4kdevo0xg] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0;
    overflow: hidden;
    min-height: calc(80vh - 125px);
    font-size: 14px;
}

.btndiv[b-v4kdevo0xg] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.backcolor-green[b-v4kdevo0xg] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-v4kdevo0xg] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-v4kdevo0xg] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-v4kdevo0xg] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-v4kdevo0xg] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-v4kdevo0xg] {
    background: #666 !important;
}

.colored-input[b-v4kdevo0xg] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-v4kdevo0xg] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-v4kdevo0xg] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

@media (max-width: 768px) {
    .entryarea[b-v4kdevo0xg] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Events/EventsEditTable.razor.rz.scp.css */
.eventhomepage[b-db4o3d9y4f] {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.eventlist[b-db4o3d9y4f] {
    position: relative;
    height: calc(100vh - 300px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .eventlist[b-db4o3d9y4f]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-db4o3d9y4f] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
    /*position: absolute;*/
}

.menubtn[b-db4o3d9y4f] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-db4o3d9y4f] {
    background-color: var(--primary-color) !important;
    color: white;
}

.goodbackgroundcolor[b-db4o3d9y4f] {
    background-color: #9DC18366;
}

.badbackgroundcolor[b-db4o3d9y4f] {
    background-color: #B70F0A66;
}

.btncol[b-db4o3d9y4f] {
    padding-top: 10px;
}

span[b-db4o3d9y4f] {
    display: block;
}

.eventcontainer[b-db4o3d9y4f] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-db4o3d9y4f] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}

.score[b-db4o3d9y4f] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.eventdate[b-db4o3d9y4f] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-db4o3d9y4f] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


tbody[b-db4o3d9y4f], td[b-db4o3d9y4f], tfoot[b-db4o3d9y4f], th[b-db4o3d9y4f], thead[b-db4o3d9y4f], tr[b-db4o3d9y4f] {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

thead[b-db4o3d9y4f] {
    background: #fafafb;
    border-top: 1px solid #dfe2e6;
    border-bottom: 1px solid #dfe2e6;
    height: 60px
}

[b-db4o3d9y4f] .k-window {
    min-width: 350px !important;
}
[b-db4o3d9y4f] .k-window-content {
    padding: 20px !important;
    margin: 10px;
}



.table-striped > tbody > tr:nth-of-type(even)[b-db4o3d9y4f] {
    --bs-table-accent-bg: transparent;
    color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(odd)[b-db4o3d9y4f] {
    --bs-table-accent-bg: #fafafb;
    color: var(--bs-table-striped-color);
}

tr:hover[b-db4o3d9y4f] {
    --bs-table-accent-bg: var(--primary-blue-light) !important;
}
/* /Pages/Events/EventsHome.razor.rz.scp.css */
.eventhomepage[b-fr3gyfhgxf] {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.eventlist[b-fr3gyfhgxf] {
    position: relative;
    height: calc(100vh - 150px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .eventlist[b-fr3gyfhgxf]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-fr3gyfhgxf] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
    /*position: absolute;*/
}

.menubtn[b-fr3gyfhgxf] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-fr3gyfhgxf] {
    background-color: var(--primary-color) !important;
    color: white;
}

.goodbackgroundcolor[b-fr3gyfhgxf] {
    background-color: #9DC18366;
}

.badbackgroundcolor[b-fr3gyfhgxf] {
    background-color: #B70F0A66;
}

.btncol[b-fr3gyfhgxf] {
    padding-top: 10px;
}

span[b-fr3gyfhgxf] {
    display: block;
}

.eventcontainer[b-fr3gyfhgxf] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-fr3gyfhgxf] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}

.score[b-fr3gyfhgxf] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.eventdate[b-fr3gyfhgxf] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-fr3gyfhgxf] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table[b-fr3gyfhgxf] {
    table-layout: fixed;
    width: 100%;
}

tr[b-fr3gyfhgxf] {
    height: 60px;
    border: 1px solid black;
}

td[b-fr3gyfhgxf] {
    padding: 5px;
}
/* /Pages/Founder/Components/FounderAbout.razor.rz.scp.css */
.title-heading[b-46j9oruuuw] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

.founderimg[b-46j9oruuuw] {
    width: 10vw;
}

@media (max-width: 767.98px) {
    .title-heading[b-46j9oruuuw] {
        font-size: 1.5rem;
    }

    .founderimg[b-46j9oruuuw] {
        width: 35vw;
        max-width: 80%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .title-heading[b-46j9oruuuw] {
        font-size: 1.25rem;
    }

    .founderimg[b-46j9oruuuw] {
        width: 35vw;
    }
}
/* /Pages/Founder/Components/FounderHoMLists.razor.rz.scp.css */
.emailbubble[b-ni7jrvwt4t] {
    border: 1px solid lightblue;
    border-radius: 25px;
}

.avatar[b-ni7jrvwt4t] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-ni7jrvwt4t] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.sentinvitelist[b-ni7jrvwt4t] {
    overflow: auto;
    height: 70vh;
}

.emptyspace[b-ni7jrvwt4t] {
    width: 33px;
    display: inline-block;
}

[b-ni7jrvwt4t] .removebtn {
    background-color: var(--primary-red-dark);
    color: white;
    width: 32px;
    height: 32px;
}
/* /Pages/Founder/Components/FounderLifelines.razor.rz.scp.css */

.topbar[b-ds12uu8kev] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.topbartitle[b-ds12uu8kev] {
    width: 100%;
    font-weight: bold;
    margin-top: 2rem;
    display: flex;
    border-bottom: 2px solid darkgray;
}

input[type="checkbox"]:checked[b-ds12uu8kev] {
    accent-color: var(--primary-blue-dark);
}

.display-pill[b-ds12uu8kev] {
    width: max-content;
    border: 1px solid black;
    border-radius: 50px;
    padding: 5px 15px;
    text-align: center;
}

.org-tribe[b-ds12uu8kev] {
    color: white;
    background-color: var(--primary-blue-dark);
}

.personal-tribe[b-ds12uu8kev] {
    background-color: #c3b1e1;
}

.lifeline-pill[b-ds12uu8kev] {
    background-color: var(--primary-red-light);
}



.mytribetitle[b-ds12uu8kev] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: black;
    background-color: #c3b1e1;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 10px;
}

.cancelbtn[b-ds12uu8kev] {
    background-color: var(--primary-gray-light) !important;
    color: black !important;
}

.tribetitle[b-ds12uu8kev] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: white;    
    background-color: var(--primary-blue-dark);
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.avatar[b-ds12uu8kev] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-ds12uu8kev] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.emptyspace[b-ds12uu8kev] {
    width: 33px;
    display: inline-block;
}
/* /Pages/Founder/Components/FounderProfile.razor.rz.scp.css */
/*Searchbox Stuff*/
.searchbox[b-1tscd6eymj] {
    margin-left: 5px;
    border: 1px solid black;
    margin-bottom: 5px;
}

.search-container[b-1tscd6eymj] {
    position: relative;
    display: inline-block;
}

[b-1tscd6eymj] .searchicon {
    position: absolute;
    z-index: 1;
    top: 0.7em;
    left: 0.8em;
}

[b-1tscd6eymj] .search-container .k-textbox input,
.k-floating-label-container.k-empty:not(.k-focus) .k-label[b-1tscd6eymj] {
    padding-left: 2em;
}
/*end Searchbox Stuff*/

.topbar[b-1tscd6eymj] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.topbarsearch[b-1tscd6eymj] {
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    margin-top: 10px;
}

.topbartitle[b-1tscd6eymj] {
    width: 100%;
    font-weight: bold;
    margin-top: 2rem;
    display: flex;
    border-bottom: 2px solid darkgray;
}

input[type="checkbox"]:checked[b-1tscd6eymj] {
    accent-color: var(--primary-blue-dark);
}

.mytribetitle[b-1tscd6eymj] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: black;
    background-color: #c3b1e1;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 10px;
}

.cancelbtn[b-1tscd6eymj] {
    background-color: var(--primary-gray-light) !important;
    color: black !important;
}

.tribetitle[b-1tscd6eymj] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px;
    color: white;    
    background-color: var(--primary-blue-dark);
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.avatar[b-1tscd6eymj] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-1tscd6eymj] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.emptyspace[b-1tscd6eymj] {
    width: 33px;
    display: inline-block;
}
/* /Pages/Founder/FounderHome.razor.rz.scp.css */
html[b-l78sdxaceu], body[b-l78sdxaceu] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-l78sdxaceu] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-l78sdxaceu], .container-fluid[b-l78sdxaceu], .container-xxl[b-l78sdxaceu], .container-xl[b-l78sdxaceu], .container-lg[b-l78sdxaceu], .container-md[b-l78sdxaceu], .container-sm[b-l78sdxaceu] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-l78sdxaceu] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-l78sdxaceu], .col-md-6[b-l78sdxaceu], .col-md-3[b-l78sdxaceu] {
    display: flex;
    flex-direction: column;
}

/* Make the center column scrollable */
#mainContent[b-l78sdxaceu] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-l78sdxaceu]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-l78sdxaceu] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-l78sdxaceu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-l78sdxaceu] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.sidebar-icon[b-l78sdxaceu] {
    height: 13vh;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-l78sdxaceu] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-l78sdxaceu] {
        padding-left: 0;
        padding-right: 0;
    }
}



span[b-l78sdxaceu] {
    display: block;
}

img[b-l78sdxaceu] {
    z-index: 1;
}

.avatar[b-l78sdxaceu] {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.sectiontitle[b-l78sdxaceu] {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.content[b-l78sdxaceu] {
    padding-top: 1.1rem !important;
}

.btnSidebar[b-l78sdxaceu] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.sidebar-col-left[b-l78sdxaceu] {
    height: calc(100vh - 136px);
}

.isselected[b-l78sdxaceu] {
    background-color: var(--selected-blue);
    color: black;
}

[b-l78sdxaceu] .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: -300px;
}

[b-l78sdxaceu] .k-window {
    width: 400px;
    border-radius: 20px !important;
}

[b-l78sdxaceu] .k-window-titlebar {
    border-radius: 20px !important;
}
/* /Pages/Grow/Components/GrowCourseChat.razor.rz.scp.css */
.modal[b-jk9q8bf99y] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* This file should be placed in your wwwroot/css folder */

.message-container[b-jk9q8bf99y] {
    position: relative;
}

.highlight-message[b-jk9q8bf99y] {
    animation: highlight-b-jk9q8bf99y 2s ease-out;
}

@keyframes highlight-b-jk9q8bf99y {
    0% {
        background-color: rgba(13, 110, 253, 0.2);
    }

    100% {
        background-color: transparent;
    }
}

/* Styling for unread messages */
.card.border-primary[b-jk9q8bf99y] {
    border-left-width: 4px !important;
}

/* Modal backdrop for Bootstrap */
.modal-backdrop[b-jk9q8bf99y] {
    z-index: 1040;
}

.modal[b-jk9q8bf99y] {
    z-index: 1050;
}

/* Improve message card appearance */
.card-text[b-jk9q8bf99y] {
    white-space: pre-line;
}

/* Make the message container scrollbar more subtle on supported browsers */
.message-container[b-jk9q8bf99y]::-webkit-scrollbar {
    width: 8px;
}

.message-container[b-jk9q8bf99y]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.message-container[b-jk9q8bf99y]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

    .message-container[b-jk9q8bf99y]::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }
/* /Pages/Grow/Components/GrowCreate.razor.rz.scp.css */
.title-heading[b-qhkpbl97rz] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

[b-qhkpbl97rz] .k-input-inner {
    font-size: 1rem !important;
}

[b-qhkpbl97rz] .k-checkbox {
    border: 1px solid black !important;
}

    [b-qhkpbl97rz] .k-checkbox:checked, .k-checkbox.k-checked[b-qhkpbl97rz] {
        background-color: var(--primary-blue-dark);
    }

[b-qhkpbl97rz] input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
}

    [b-qhkpbl97rz] input[type="checkbox"]:checked {
        accent-color: var(--primary-blue-dark);
    }


/* /Pages/Grow/Components/GrowHome.razor.rz.scp.css */
.videoimg[b-1k30260itv] {
    width: 4rem;
}

.orgbutton[b-1k30260itv] {
    text-align: center;
    border-radius: 50rem !important;
    padding: 10px 25px;
    color: white;
    background-color: #c3b1e1;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.title-heading[b-1k30260itv] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}
/* /Pages/Grow/Components/GrowView.razor.rz.scp.css */

/****   Categories   ****/
[b-3w3q3accap] .k-panelbar > .k-panelbar-header > .k-link {
    padding-block: 0;
    padding-inline: 0 1rem;
    border: 1px solid lightgrey;
    color: black;
    background-color: white;
}

/*selected hover*/
    :: deep .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover[b-3w3q3accap], [b-3w3q3accap] .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
    background-color: #d8e3b1;
}

/*unselected hover*/
    [b-3w3q3accap] .k-panelbar > .k-panelbar-header > .k-link:hover,
    [b-3w3q3accap] .k-panelbar > .k-panelbar-header > .k-link.k-hover {
        background-color: white;
    }

/*selected*/
    [b-3w3q3accap] .k-panelbar > .k-panelbar-header > .k-link.k-selected {
        color: black;
        background-color: white;
    }

/****   Items   ****/

[b-3w3q3accap] .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover,
[b-3w3q3accap] .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-hover {
    background-color: white;
}

[b-3w3q3accap] .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
    padding-left: 0;
}

[b-3w3q3accap] .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link {
    padding-block: 0;
    padding-inline: 0;
    color: black;
    background-color: white;
    width: 92%;
    float: right;
    border: 1px solid lightgrey;
}

[b-3w3q3accap] .k-window.item-window {
    border-radius: 25px !important;
    padding: 0 !important;
}

    [b-3w3q3accap] .k-window.item-window .k-window-titlebar {
        border-radius: 25px !important;
    }

    [b-3w3q3accap] .k-window.item-window .k-window-content {
        padding: 0 !important;
        border: 4px solid var(--bs-themegreen);
        border-radius: 25px;
    }

.desc-content[b-3w3q3accap] {
    padding: 10px;
    background: #F1F7FEFF;
    border-radius: 16px;
    border-width: 2px;
    border-color: lightgrey;
    border-style: solid;
    background-color: var(--primary-blue-light);
    width: 75%;
}

.grow-item[b-3w3q3accap] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    text-align: center;
}

.grow-category[b-3w3q3accap] {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.grow-title[b-3w3q3accap] {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}

[b-3w3q3accap] .selected-button {
    background-color: var(--bs-themegreen);
    color: white;
    border: none;
}

[b-3w3q3accap] .unselected-button {
    background-color: white;
    color: var(--bs-themegreen);
    border: none;
}



@media (max-width: 768px) {
    .grow-count[b-3w3q3accap], .grow-category-title[b-3w3q3accap] {
        font-size: medium;
    }
}
/* /Pages/Grow/GrowMainPage.razor.rz.scp.css */
html[b-xfpbrdajrv], body[b-xfpbrdajrv] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-xfpbrdajrv] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-xfpbrdajrv], .container-fluid[b-xfpbrdajrv], .container-xxl[b-xfpbrdajrv], .container-xl[b-xfpbrdajrv], .container-lg[b-xfpbrdajrv], .container-md[b-xfpbrdajrv], .container-sm[b-xfpbrdajrv] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-xfpbrdajrv] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-xfpbrdajrv], .col-md-6[b-xfpbrdajrv], .col-md-3[b-xfpbrdajrv] {
    display: flex;
    flex-direction: column;
}

img[b-xfpbrdajrv] {
    z-index: 1;
}

.btnSidebar[b-xfpbrdajrv] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-xfpbrdajrv] {
    background-color: var(--selected-blue);
    color: black;
}

/* Make the center column scrollable */
#mainContent[b-xfpbrdajrv] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-xfpbrdajrv]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-xfpbrdajrv] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-xfpbrdajrv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-xfpbrdajrv] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-xfpbrdajrv] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-xfpbrdajrv] {
        padding-left: 0;
        padding-right: 0;
    }
}
/* /Pages/Help/Help.razor.rz.scp.css */
span[b-5tydquj91s] {
    display: block;
}

.tribes-icon[b-5tydquj91s] {
    height: 20vh;
}

.sidebar-col-left[b-5tydquj91s] {
    height: calc(100vh - 136px);
}
/* /Pages/HitOrMiss/HitOrMissCreate.razor.rz.scp.css */
main[b-5m1ikpdux9] {
    overflow: hidden;
}

.entrypage[b-5m1ikpdux9] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-5m1ikpdux9]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn-check:active + .btn-outline-success[b-5m1ikpdux9], .btn-check:checked + .btn-outline-success[b-5m1ikpdux9], .btn-outline-success.active[b-5m1ikpdux9], .btn-outline-success.dropdown-toggle.show[b-5m1ikpdux9], .btn-outline-success:active[b-5m1ikpdux9] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-5m1ikpdux9] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-5m1ikpdux9] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.lifelineentryarea[b-5m1ikpdux9] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem;
    overflow: hidden;
    font-size: 14px;
}

.evententryarea[b-5m1ikpdux9] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem;
    overflow: hidden;
    font-size: 14px;
}

.btndiv[b-5m1ikpdux9] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    height: 80px;
}

.backcolor-green[b-5m1ikpdux9] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-5m1ikpdux9] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-5m1ikpdux9] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-5m1ikpdux9] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-5m1ikpdux9] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-5m1ikpdux9] {
    background: #666 !important;
}

.colored-input[b-5m1ikpdux9] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-5m1ikpdux9] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-5m1ikpdux9] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

.lifelineform[b-5m1ikpdux9] {
    border: 2px solid var(--primary-color);
    background-color: #ebebeb;
}

.eventform[b-5m1ikpdux9] {
    border: 2px solid var(--primary-color);
    background-color: #ebebeb;
    margin-top: 30px;
}

.formtitle[b-5m1ikpdux9] {
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .lifelineentryarea[b-5m1ikpdux9] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/HitOrMiss/HitOrMissEdit.razor.rz.scp.css */
main[b-0yvlencknj] {
    overflow: hidden;
}

.entrypage[b-0yvlencknj] {
    position: relative;
    height: 80vh;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-0yvlencknj]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn-check:active + .btn-outline-success[b-0yvlencknj], .btn-check:checked + .btn-outline-success[b-0yvlencknj], .btn-outline-success.active[b-0yvlencknj], .btn-outline-success.dropdown-toggle.show[b-0yvlencknj], .btn-outline-success:active[b-0yvlencknj] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-0yvlencknj] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-0yvlencknj] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.lifelineentryarea[b-0yvlencknj] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem;
    overflow: hidden;
    font-size: 14px;
}

.evententryarea[b-0yvlencknj] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 1.5rem;
    overflow: hidden;
    font-size: 14px;
}

.btndiv[b-0yvlencknj] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    height: 80px;
}

.backcolor-green[b-0yvlencknj] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-0yvlencknj] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-0yvlencknj] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-0yvlencknj] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-0yvlencknj] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-0yvlencknj] {
    background: #666 !important;
}

.colored-input[b-0yvlencknj] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-0yvlencknj] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-0yvlencknj] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

.lifelineform[b-0yvlencknj] {
    border: 2px solid var(--primary-color);
    background-color: #ebebeb;
}

.eventform[b-0yvlencknj] {
    border: 2px solid var(--primary-color);
    background-color: #ebebeb;
    margin-top: 30px;
}

.formtitle[b-0yvlencknj] {
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .lifelineentryarea[b-0yvlencknj] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/HitOrMiss/HitOrMissEditTable.razor.rz.scp.css */
.lifelinehomepage[b-dwcyqam929] {
    position: relative;
    height: calc(100vh - 195px);
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.lifelinelist[b-dwcyqam929] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .lifelinelist[b-dwcyqam929]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-dwcyqam929] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
    /*position: absolute;*/
}

.menubtn[b-dwcyqam929] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-dwcyqam929] {
    background-color: var(--primary-color) !important;
    color: white;
}

.goodbackgroundcolor[b-dwcyqam929] {
    background-color: #9DC18366;
}

.badbackgroundcolor[b-dwcyqam929] {
    background-color: #B70F0A66;
}

.btncol[b-dwcyqam929] {
    padding-top: 10px;
}

span[b-dwcyqam929] {
    display: block;
}

.eventcontainer[b-dwcyqam929] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-dwcyqam929] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}

.score[b-dwcyqam929] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.eventdate[b-dwcyqam929] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-dwcyqam929] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.LLBtn[b-dwcyqam929] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-dwcyqam929] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.entrypage[b-dwcyqam929] {
    position: relative;
    height: calc(100vh - 195px);
}

.entryarea[b-dwcyqam929] {
    background-color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    min-height: calc(80vh - 32px);
    font-size: 14px;
}

.content[b-dwcyqam929] {
    padding-top: 1.1rem !important;
}

[b-dwcyqam929] .k-window {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 15px;
    width: 25% !important;
    padding: 15px;
}
[b-dwcyqam929] .k-window-content {
    padding: 20px !important;
    margin:10px;
}


.k-window-titlebar[b-dwcyqam929] {
    display: none;
}

.modal-title[b-dwcyqam929] {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.k-window .btnrow[b-dwcyqam929] {
    margin-top: 25px;
}

.k-window .modalbtn[b-dwcyqam929] {
    background-color: #ebebeb;
    width: 150px;
    color: var(--primary-color);
    padding: 5px;
    display: block;
    margin: 10px auto;
}


tbody[b-dwcyqam929], td[b-dwcyqam929], tfoot[b-dwcyqam929], th[b-dwcyqam929], thead[b-dwcyqam929], tr[b-dwcyqam929] {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}
thead[b-dwcyqam929] {
 background: #fafafb;
 border-top:1px solid #dfe2e6;
 border-bottom:1px solid #dfe2e6;
 height:60px
}


.table-striped[b-dwcyqam929] {
    --bs-table-hover-bg: var(--primary-blue-light);
}

.desc-content[b-dwcyqam929] {
    padding: 10px;
    background: #F1F7FEFF;
    border-radius: 16px;
    border-width: 2px;
    border-color: #379AE6FF;
    border-style: solid;
    background-color: var(--primary-blue-light);
}

@media (max-width: 768px) {
    .entryarea[b-dwcyqam929] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/HitOrMiss/HitOrMissHome.razor.rz.scp.css */
.lifelinehomepage[b-3q49jbtf8e] {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
    margin-top: -1.1rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.lifelinelist[b-3q49jbtf8e] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .lifelinelist[b-3q49jbtf8e]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-3q49jbtf8e] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
}

.homdisplayarea[b-3q49jbtf8e] {
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    max-width: 90vw;
}

.addbutton[b-3q49jbtf8e] {
    height: 50px;
    width: 150px;
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    margin-left: calc(100vw - 98vw);
}

.addbuttonselected[b-3q49jbtf8e] {
    height: 50px;
    width: 150px;
    background-color: var(--primary-color) !important;
    color: white;
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    margin-left: calc(100vw - 98vw);
}

.menubtn[b-3q49jbtf8e] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-3q49jbtf8e] {
    background-color: var(--primary-color) !important;
    color: white;
}

.goodbackgroundcolor[b-3q49jbtf8e] {
    background-color: #9DC18366;
}

.badbackgroundcolor[b-3q49jbtf8e] {
    background-color: #B70F0A66;
}

.btncol[b-3q49jbtf8e] {
    padding-top: 10px;
}

span[b-3q49jbtf8e] {
    display: block;
}

.eventcontainer[b-3q49jbtf8e] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-3q49jbtf8e] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}

.score[b-3q49jbtf8e] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.eventdate[b-3q49jbtf8e] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-3q49jbtf8e] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table[b-3q49jbtf8e] {
    table-layout: fixed;
    width: 100%;
}

tr[b-3q49jbtf8e] {
    height: 60px;
    border: 1px solid black;
}

td[b-3q49jbtf8e] {
    padding: 5px;
}

.LLBtn[b-3q49jbtf8e] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 75%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-3q49jbtf8e] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 75%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.entrypage[b-3q49jbtf8e] {
    position: relative;
    height: calc(100vh - 160px);
    text-align: center;
    overflow-y: auto;
}

.entryarea[b-3q49jbtf8e] {
    background-color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    min-height: calc(80vh - 32px);
    font-size: 14px;
}

[b-3q49jbtf8e] .feed-graph {
    min-height: 100%;
}

.feedspage[b-3q49jbtf8e] {
    border: 2px solid var(--primary-color);
    background-color: #ebebeb;
}

.additembtn[b-3q49jbtf8e] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 7px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 35%;
    cursor: pointer;
}

button:disabled[b-3q49jbtf8e],
button[disabled][b-3q49jbtf8e] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

.additemdiv[b-3q49jbtf8e] {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid black;
}

@media (max-width: 768px) {
    .entryarea[b-3q49jbtf8e] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/HitOrMiss/HitOrMissView.razor.rz.scp.css */
.feedspage[b-7hibr2x32t] {
    background-color: white;
}

.entrypage[b-7hibr2x32t] {
    position: relative;
    height: calc(100vh - 275px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-7hibr2x32t]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-7hibr2x32t] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-7hibr2x32t] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-7hibr2x32t] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-7hibr2x32t] {
    height: 3px;
    margin: 0;
}
/* /Pages/Home/Components/LifeLineFeedGraphVertical.razor.rz.scp.css */
:host[b-kt1cg2yy2a] {
    --score-box-size: 74px;
    --row-height: 100px;
}

.container.feed-graph[b-kt1cg2yy2a] {
    background-color: white;
    padding: 20px !important;
}

.row.feed-graph[b-kt1cg2yy2a] {
    padding: 0 !important;
    height: 100px;
}

.event-row[b-kt1cg2yy2a] {
    background-color: white;
}

    .event-row:hover[b-kt1cg2yy2a] {
        background-color: #f4f4f4;
    }

.col.feed-graph[b-kt1cg2yy2a] {
    padding: 0 !important;
}

.col-left[b-kt1cg2yy2a] {
    /*background-color: white;*/
    border-right: 2px solid var(--primary-gray-light);
}

.col-right[b-kt1cg2yy2a] {
    /*background-color: white;*/
    border-left: 2px solid var(--primary-gray-light);
}

.score-pos[b-kt1cg2yy2a] {
    position: relative; /* To position the pseudo-element */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-width: var(--score-box-size);
    min-height: var(--score-box-size);
    background-color: white;
    border: solid 3px var(--primary-green-dark);
    color: var(--primary-green-dark);
    font-size: 1.3em;
    font-weight: 800;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    z-index: 1; /* Ensure the text stays on top */
    overflow: hidden; /* Clip the pseudo-element to the border radius */
}

.score-neg[b-kt1cg2yy2a] {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-width: var(--score-box-size);
    min-height: var(--score-box-size);
    background-color: white;
    border: solid 3px var(--primary-red-dark);
    color: var(--primary-red-dark);
    font-size: 1.3em;
    font-weight: 800;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.score-spec[b-kt1cg2yy2a] {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-width: var(--score-box-size);
    min-height: var(--score-box-size);
    background-color: white;
    border: solid 3px #323743;
    color: #323743;
    font-size: 1.3em;
    font-weight: 800;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.score-container-pos[b-kt1cg2yy2a] {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: var(--row-height) !important;
    padding: 0 !important;
}

.score-container-neg[b-kt1cg2yy2a] {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: var(--row-height) !important;
    padding: 0 !important;
}

.avatar-container[b-kt1cg2yy2a] {
    min-height: var(--row-height) !important;
    text-align: center;
    padding-top: calc((var(--row-height) - var(--score-box-size))/2);
}

.avatar[b-kt1cg2yy2a] {
    width: var(--score-box-size);
    height: var(--score-box-size);
    border-radius: .5em;
    cursor: pointer;
}

.details-container-pos[b-kt1cg2yy2a] {
    margin: 10px !important;
}

.details-container-neg[b-kt1cg2yy2a] {
    margin: 10px !important;
}

.stem-container-hor-pos[b-kt1cg2yy2a] {
    margin-left: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%; /* Adjust the height as needed */
    background-image: linear-gradient(to bottom, transparent, calc(50% - 37px), /* Go up 37px from the center */
    var(--primary-green-dark) calc(50% - 37px), var(--primary-green-dark) calc(50% + 37px), /* Go down 37px from the center */
    transparent calc(50% + 37px), transparent);
}

.stem-container-hor-neg[b-kt1cg2yy2a] {
    margin-right: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%; /* Adjust the height as needed */
    background-image: linear-gradient( to bottom, transparent, calc(50% - 37px), /* Go up 37px from the center */
    var(--primary-red-dark) calc(50% - 37px), var(--primary-red-dark) calc(50% + 37px), /* Go down 37px from the center */
    transparent calc(50% + 37px), transparent );
}

.stem-container-hor-spec[b-kt1cg2yy2a] {
    margin-right: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%; /* Adjust the height as needed */
    background-image: linear-gradient( to bottom, transparent, calc(50% - 37px), /* Go up 37px from the center */
    #323743 calc(50% - 37px), #323743 calc(50% + 37px), /* Go down 37px from the center */
    transparent calc(50% + 37px), transparent );
}

.chat-bubble[b-kt1cg2yy2a] {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 15px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

    .chat-bubble span[b-kt1cg2yy2a] {
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .chat-bubble.pos[b-kt1cg2yy2a] {
        margin-left: 15px;
    }

    .chat-bubble.neg[b-kt1cg2yy2a] {
        margin-right: 15px;
    }

    .chat-bubble[b-kt1cg2yy2a]::after {
        content: "";
        position: absolute;
        top: 30px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #f0f0f0;
        border-bottom: 0;
    }

    .chat-bubble.pos[b-kt1cg2yy2a]::after {
        left: -10px;
        border-right: 0;
    }

    .chat-bubble.neg[b-kt1cg2yy2a]::after {
        right: -10px;
        border-left: 0;
    }

.stem1[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .1) !important;
    cursor: pointer;
}

.stem2[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .2) !important;
    cursor: pointer;
}

.stem3[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .3) !important;
    cursor: pointer;
}

.stem4[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .4) !important;
    cursor: pointer;
}

.stem5[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .5) !important;
    cursor: pointer;
}

.stem6[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .6) !important;
    cursor: pointer;
}

.stem7[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .7) !important;
    cursor: pointer;
}

.stem8[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .8) !important;
    cursor: pointer;
}

.stem9[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .9) !important;
    cursor: pointer;
}

.stem10[b-kt1cg2yy2a] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size))) !important;
    cursor: pointer;
}

.hwc-title[b-kt1cg2yy2a] {
    font-size: 18px;
}

.score-pos[b-kt1cg2yy2a], .score-neg[b-kt1cg2yy2a], .chat-bubble[b-kt1cg2yy2a] {
    cursor: pointer; 
}

table[b-kt1cg2yy2a] {
    width: 100%;
}

tr[b-kt1cg2yy2a] {
    height: 100px;
}

.lifelinename[b-kt1cg2yy2a] {
    font-weight: bold;
    margin-left: 20px;
}

@media (max-width: 768px) {

    .avatar[b-kt1cg2yy2a] {
        width: 50px;
        height: 50px;
    }

    .avatar-container[b-kt1cg2yy2a] {
        min-height: var(--row-height) !important;
        text-align: center;
        align-content: center;
        padding-top: 0;
    }

    .row.feed-graph[b-kt1cg2yy2a] {
        font-size: 12px;
    }
}
/* /Pages/Home/Components/RightColumnSidebar.razor.rz.scp.css */
/* Ensure full height of the viewport */

.col-md-3[b-s6qj50vi2a], .col-md-6[b-s6qj50vi2a], .col-md-3[b-s6qj50vi2a] {
    display: flex;
    flex-direction: column;
}

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-s6qj50vi2a] {
    overflow-y: auto;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-s6qj50vi2a] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }
}




.alertbadge[b-s6qj50vi2a] {
    position: absolute;
    top: 82px;
    right: 115px;
    font-size: medium;
    text-align: center;
}

.avatar[b-s6qj50vi2a] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.avatar-container[b-s6qj50vi2a] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}

.invitetitle[b-s6qj50vi2a] {
    color: white;
    background-color: #b31943;
    border-radius: 14px;
    text-align: center;
    padding: 10px;
    font-size: larger;
    margin-bottom: 15px;
    font-weight: bold;
}

.msgdiv[b-s6qj50vi2a] {
    border: 2px solid #b31943;
    border-radius: 15px;
}

[b-s6qj50vi2a] .greenbtn {
    background-color: var(--button-green);
    color: white;
}
/* /Pages/Home/Feed.razor.rz.scp.css */
.btnrow[b-e228jcdm2d] {
    display: flex;
    justify-content: center;
}

.menubtn[b-e228jcdm2d] {
    width: 47%;
    height: 50px;
    color: var(--primary-color);
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    border: 1px solid black;
    border-radius: 0;
    margin: 1px;
    font-weight: 600;
    height: 50px;
}

.btnselected[b-e228jcdm2d] {
    background-color: var(--primary-color) !important;
    color: white;
}

.btn:focus[b-e228jcdm2d], .btn:active:focus[b-e228jcdm2d], .btn-link.nav-link:focus[b-e228jcdm2d], .form-control:focus[b-e228jcdm2d], .form-check-input:focus[b-e228jcdm2d] {
    box-shadow: none;
}

.pagetitle[b-e228jcdm2d] {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

hr:not([size])[b-e228jcdm2d] {
    height: 3px;
    margin: 0;
}

.pagetitle[b-e228jcdm2d] {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.sections[b-e228jcdm2d] {
    display: flex;
    width = 40%;
    height = 75%;
}

.detailheading[b-e228jcdm2d] {
    width: 96%;
    height: 50px;
    color: var(--primary-color);
    margin-bottom: 3px !important;
    border: 1px solid black;
    border-radius: 0;
    margin: 1px;
    font-weight: 600;
    height: 50px;
    background-color: var(--primary-color) !important;
    color: white;
    padding: 12px;
}

.entrypage[b-e228jcdm2d] {
    position: relative;
    height: calc(100vh - 152px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-e228jcdm2d]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.detailsdiv[b-e228jcdm2d] {
    background-color: #ebebeb;
    position: relative;
    border: 3px solid #ebebeb;
}
/* /Pages/Home/HitOrMissPage.razor.rz.scp.css */
.entrypage[b-f02h8mf0ou] {
    position: relative;
    height: calc(100vh - 152px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-f02h8mf0ou]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

hr:not([size])[b-f02h8mf0ou] {
    height: 3px;
    margin: 0;
}

.LLBtn[b-f02h8mf0ou] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-f02h8mf0ou] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hideoverflow[b-f02h8mf0ou] {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.avatar[b-f02h8mf0ou] {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: -15px;
}

table[b-f02h8mf0ou] {
    width: 100%;
}

tr[b-f02h8mf0ou] {
    height: 75px;
}
/* /Pages/Home/Index.razor.rz.scp.css */
.start-block[b-v2ndbvht48] {
    width: 250px;
    margin: 0 15px 15px 15px;
    text-align: left;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #0A3161FF;
}

.col-side[b-v2ndbvht48] {
    height: calc(100vh - 102px);
    background-color: var(--primary-blue-light);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-main[b-v2ndbvht48] {
    height: calc(100vh - 102px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* /Pages/Home/LifelineFeedsPage.razor.rz.scp.css */
.feedspage[b-1asnnq9hih] {
    background-color: white;
}

.entrypage[b-1asnnq9hih] {
    position: relative;
    height: calc(100vh - 136px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-1asnnq9hih]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-1asnnq9hih] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-1asnnq9hih] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-1asnnq9hih] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-1asnnq9hih] {
    height: 3px;
    margin: 0;
}

/*responsive stuff*/

html[b-1asnnq9hih], body[b-1asnnq9hih] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-1asnnq9hih] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-1asnnq9hih], .container-fluid[b-1asnnq9hih], .container-xxl[b-1asnnq9hih], .container-xl[b-1asnnq9hih], .container-lg[b-1asnnq9hih], .container-md[b-1asnnq9hih], .container-sm[b-1asnnq9hih] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-1asnnq9hih] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-1asnnq9hih], .col-md-6[b-1asnnq9hih], .col-md-3[b-1asnnq9hih] {
    display: flex;
    flex-direction: column;
}

/* Make the center column scrollable */
#mainContent[b-1asnnq9hih] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-1asnnq9hih]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-1asnnq9hih] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-1asnnq9hih] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-1asnnq9hih] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.sidebar-content-profile-image[b-1asnnq9hih] {
    width: 5vw;
    border-radius: 10em;
    cursor: pointer;
    margin-top: calc(100vh - 500px);
}

.sidebar-listgroup[b-1asnnq9hih] {
    height: calc(100vh - 240px);
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-1asnnq9hih] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-1asnnq9hih] {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-listgroup[b-1asnnq9hih] {
        height: auto;
    }

    .sidebar-content-profile-image[b-1asnnq9hih] {
        width: 15vw;
        border-radius: 10em;
        cursor: pointer;
        display: block;
        position: relative;
        justify-items: self-end;
        margin: 5px auto;
        bottom: unset;
        left: unset;
        transform: unset;
    }

}
/* /Pages/Home/QuickStartGuidePersonalUse.razor.rz.scp.css */
.iconBlock[b-4hebgegg2a] {
    width: 100px !important;
    height: 100px;
    padding: 10px;
    margin:10px;
    border-radius: 12px;
    background-color: var(--primary-blue-dark);
    text-align:center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;

}
    .iconBlock img[b-4hebgegg2a] {
        width:60px;
        height:60px;
    }


.iconBar[b-4hebgegg2a] {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
    background-color: var(--primary-blue-dark);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

    .iconBar img[b-4hebgegg2a] {
        width: 60px;
        height: 60px;
    }


.textBlock[b-4hebgegg2a] {
    height: 100px;
    padding: 10px;
    margin:10px;
    border-radius: 12px;
    background-color: var(--primary-blue-light);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #323743FF;
}
/* /Pages/Home/QuickStartGuideTeamUse.razor.rz.scp.css */
.iconBlock[b-3fs6mjcs64] {
    width: 100px !important;
    height: 100px;
    padding: 10px;
    margin:10px;
    border-radius: 12px;
    background-color: var(--primary-blue-dark);
    text-align:center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;

}
    .iconBlock img[b-3fs6mjcs64] {
        width:60px;
        height:60px;
    }


.iconBar[b-3fs6mjcs64] {
    padding: 10px;
    margin: 10px;
    border-radius: 12px;
    background-color: var(--primary-blue-dark);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

    .iconBar img[b-3fs6mjcs64] {
        width: 60px;
        height: 60px;
    }


.textBlock[b-3fs6mjcs64] {
    height: 100px;
    padding: 10px;
    margin:10px;
    border-radius: 12px;
    background-color: var(--primary-blue-light);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #323743FF;
}
/* /Pages/LifelineResume/Components/LifeLineResumeGraphVertical.razor.rz.scp.css */

:host[b-bmnd6fruk5] {
    --score-box-size: 74px;
    --row-height: 100px;
}

.container.feed-graph[b-bmnd6fruk5] {
    background-color: white;
    padding: 20px !important;
}

.row.feed-graph[b-bmnd6fruk5] {
    padding: 0 !important;
    height: 100px;
    
}

.event-row[b-bmnd6fruk5] {
    background-color: white;
}
    .event-row:hover[b-bmnd6fruk5] {
        background-color: #f4f4f4;
    }

.col.feed-graph[b-bmnd6fruk5] {
    padding: 0 !important;
}

.col-left[b-bmnd6fruk5] {
    /*background-color: white;*/
    border-right: 2px solid var(--primary-gray-light);
}

.col-right[b-bmnd6fruk5] {
    /*background-color: white;*/
    border-left: 2px solid var(--primary-gray-light);
}

.score-pos[b-bmnd6fruk5] {
    position: relative; /* To position the pseudo-element */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-width: var(--score-box-size);
    min-height: var(--score-box-size);
    background-color: white;
    border: solid 3px var(--primary-green-dark);
    color: var(--primary-green-dark);
    font-size: 1.3em;
    font-weight: 800;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    z-index: 1; /* Ensure the text stays on top */
    overflow: hidden; /* Clip the pseudo-element to the border radius */
}


.score-neg[b-bmnd6fruk5] {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-width: var(--score-box-size);
    min-height: var(--score-box-size);
    background-color: white;
    border: solid 3px var(--primary-red-dark);
    color: var(--primary-red-dark);
    font-size: 1.3em;
    font-weight: 800;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.score-container-pos[b-bmnd6fruk5] {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-height: var(--row-height) !important;
    padding: 0 !important;
}



.score-container-neg[b-bmnd6fruk5] {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: var(--row-height) !important;
    padding: 0 !important;
}

.avatar-container[b-bmnd6fruk5] {
    min-height: var(--row-height) !important;
    text-align: center;
    padding-top: calc((var(--row-height) - var(--score-box-size))/2);
}

.avatar[b-bmnd6fruk5] {
    width: var(--score-box-size);
    height: var(--score-box-size);
    border-radius: .5em;
    cursor: pointer;
}

.details-container-pos[b-bmnd6fruk5] {
    margin: 10px !important;
}

.details-container-neg[b-bmnd6fruk5] {
    margin: 10px !important;
}

.stem-container-hor-pos[b-bmnd6fruk5] {
    margin-left:-10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%; /* Adjust the height as needed */
    background-image: linear-gradient(to bottom, transparent, calc(50% - 37px), /* Go up 37px from the center */
    var(--primary-green-dark) calc(50% - 37px), var(--primary-green-dark) calc(50% + 37px), /* Go down 37px from the center */
    transparent calc(50% + 37px), transparent);
}

.stem-container-hor-neg[b-bmnd6fruk5] {
    margin-right: -10px;
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    height: 100%; /* Adjust the height as needed */
    background-image: linear-gradient( to bottom, transparent, calc(50% - 37px), /* Go up 37px from the center */
    var(--primary-red-dark) calc(50% - 37px), var(--primary-red-dark) calc(50% + 37px), /* Go down 37px from the center */
    transparent calc(50% + 37px), transparent );
}

.chat-bubble[b-bmnd6fruk5] {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 15px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

    .chat-bubble span[b-bmnd6fruk5] {
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .chat-bubble.pos[b-bmnd6fruk5] {
        margin-left: 15px;
    }

    .chat-bubble.neg[b-bmnd6fruk5] {
        margin-right: 15px;
    }

    .chat-bubble[b-bmnd6fruk5]::after {
        content: "";
        position: absolute;
        top: 30px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #f0f0f0;
        border-bottom: 0;
    }

    .chat-bubble.pos[b-bmnd6fruk5]::after {
        left: -10px;
        border-right: 0;
    }

    .chat-bubble.neg[b-bmnd6fruk5]::after {
        right: -10px;
        border-left: 0;
    }

.stem1[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .1) !important;
    cursor: pointer;
}

.stem2[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .2) !important;
    cursor: pointer;
}

.stem3[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .3) !important;
    cursor: pointer;
}

.stem4[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .4) !important;
    cursor: pointer;
}

.stem5[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .5) !important;
    cursor: pointer;
}

.stem6[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .6) !important;
    cursor: pointer;
}

.stem7[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .7) !important;
    cursor: pointer;
}

.stem8[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .8) !important;
    cursor: pointer;
}

.stem9[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size)) * .9) !important;
    cursor: pointer;
}

.stem10[b-bmnd6fruk5] {
    padding: 0 !important;
    flex: 0 0 calc((100% - var(--score-box-size))) !important;
    cursor: pointer;
}

.hwc-title[b-bmnd6fruk5] {
    font-size: 18px;
}

.score-pos[b-bmnd6fruk5], .score-neg[b-bmnd6fruk5], .chat-bubble[b-bmnd6fruk5] {
    cursor: pointer;
}

table[b-bmnd6fruk5] {
    width: 100%;
}

tr[b-bmnd6fruk5] {
    height: 100px;
}

.lifelinename[b-bmnd6fruk5] {
    font-weight: bold;
    margin-left: 20px;
}

/*Modal Window Styles*/
.sectionimage[b-bmnd6fruk5] {
    width: 12%;
    margin: 1rem;
    display: inline-block;
}

.characterskilllist[b-bmnd6fruk5] {
    border: 1px solid #2d8ba9;
    border-radius: 8px;
    margin: 0 5px 10px 5px;
    background-color: white;
    text-align: left;
}

.valueslist[b-bmnd6fruk5] {
    border: 1px solid #663da8;
    border-radius: 8px;
    margin: 0 5px 10px 5px;
    background-color: white;
    text-align: left;
}

.obstacleslist[b-bmnd6fruk5] {
    border: 1px solid #625012;
    border-radius: 8px;
    margin: 0 5px 10px 5px;
    background-color: white;
    text-align: left;
}

    .characterskilllist span[b-bmnd6fruk5],
    .valueslist span[b-bmnd6fruk5],
    .obstacleslist span[b-bmnd6fruk5] {
        font-weight: bold;
        margin: 5px 0 5px 15px;
        display: block;
    }

.characterskillstitle[b-bmnd6fruk5] {
    background-color: #d7edf3;
    padding: 5px;
    font-weight: bold;
    color: #2d8ba9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.valuestitle[b-bmnd6fruk5] {
    background-color: #e4dbf1;
    padding: 5px;
    font-weight: bold;
    color: #663da8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.obstaclestitle[b-bmnd6fruk5] {
    background-color: #e8d493;
    padding: 5px;
    font-weight: bold;
    color: #625012;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.badentryscore[b-bmnd6fruk5] {
    border: 3px solid var(--primary-red-dark);
    color: var(--primary-red-dark);
    border-radius: 20px;
    width: 45%;
    font-size: xxx-large;
    padding: 1.25rem;
    font-weight: bold;
}

.goodentryscore[b-bmnd6fruk5] {
    border: 3px solid var(--primary-green-dark);
    color: var(--primary-green-dark);
    border-radius: 20px;
    width: 45%;
    font-size: xxx-large;
    padding: 1.25rem;
    font-weight: bold;
}

.baddescriptionbanner[b-bmnd6fruk5] {
    background-color: var(--primary-red-dark);
    padding: .5rem;
    color: white;
    font-weight: bold;
    font-size: x-large;
}

.gooddescriptionbanner[b-bmnd6fruk5] {
    background-color: var(--primary-green-dark);
    padding: .5rem;
    color: white;
    font-weight: bold;
    font-size: x-large;
}

.filter-white[b-bmnd6fruk5] {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.redbackground[b-bmnd6fruk5] {
    width: 30%;
    background-color: #FDF1F5;
    padding-left: 1rem;
}

.greenbackground[b-bmnd6fruk5] {
    width: 30%;
    background-color: #F3FFCF;
    padding-left: 1rem;
}

.description-title-pos[b-bmnd6fruk5] {
    padding: 2px 30px;
    background: var(--primary-green-dark);
    color: white;
}

.description-title-neg[b-bmnd6fruk5] {
    padding: 2px 30px;
    background: var(--primary-red-dark);
    color: white;
}

@media (max-width: 768px) {

    .avatar[b-bmnd6fruk5] {
        width: 50px;
        height: 50px;
    }

    .avatar-container[b-bmnd6fruk5] {
        min-height: var(--row-height) !important;
        text-align: center;
        align-content: center;
        padding-top: 0;
    }

    .characterskilllist[b-bmnd6fruk5], .valueslist[b-bmnd6fruk5], .obstacleslist[b-bmnd6fruk5] {
        margin: 5px;
    }

}
/* /Pages/LifelineResume/LifelineResumeHome.razor.rz.scp.css */

/* Content Area */
.content[b-via1ubvsrd] {
    padding-top: 1.1rem !important;
    height: calc(100vh - 136px);
    overflow-y: auto;
}

/* Form Elements */
.form-control[b-via1ubvsrd] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-via1ubvsrd] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.savebtn[b-via1ubvsrd] {
    height: 38px;
    width: 180px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 800;
    color: #FFFFFF;
    background: #8DB600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0px 8px 17px #8db60026, 0px 0px 2px #8db6001F;
    margin-right: 10px;
}

.cancelbtn[b-via1ubvsrd] {
    height: 38px;
    width: 180px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    color: #FFFFFF;
    background: #52647D;
    opacity: 0.4;
    border: none;
    border-radius: 8px;
}

/* Resume Column */
.resumecolumn[b-via1ubvsrd] {
    width: 30%;
    padding: 0 1rem;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Entry List */
.allentriesdiv[b-via1ubvsrd] {
    width: 100%;
    padding: 5px 0 5px 25px;
    background-color: #f3f4f6;
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allentriestitle[b-via1ubvsrd] {
    font-weight: bold;
    display: inline-block;
}

.entrycontainer[b-via1ubvsrd] {
    height: calc(60vh - 136px);
    overflow-y: auto;
}

.entryScorePlus[b-via1ubvsrd] {
    border: 2px solid var(--primary-green-dark);
    color: var(--primary-green-dark);
    border-radius: 10px;
    font-size: larger;
    padding: 5px 0;
    width: 3em;
    text-align: center;
}

.entryScoreMinus[b-via1ubvsrd] {
    border: 2px solid var(--primary-red-dark);
    color: var(--primary-red-dark);
    border-radius: 10px;
    font-size: larger;
    padding: 5px 0;
    width: 3em;
    text-align: center;
}

.entryTitle[b-via1ubvsrd] {
    font-size: 14px;
    line-height: 28px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.entryDescription[b-via1ubvsrd] {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Attribute Lists */
.characterskilllist[b-via1ubvsrd],
.valueslist[b-via1ubvsrd],
.obstacleslist[b-via1ubvsrd] {
    height: 25vh;
    border-radius: 8px;
    margin: 0 5px;
}

.characterskilllist[b-via1ubvsrd] {
    border: 1px solid #2d8ba9;
}

.valueslist[b-via1ubvsrd] {
    border: 1px solid #663da8;
}

.obstacleslist[b-via1ubvsrd] {
    border: 1px solid #625012;
}

    .characterskilllist span[b-via1ubvsrd],
    .valueslist span[b-via1ubvsrd],
    .obstacleslist span[b-via1ubvsrd] {
        display: block;
        margin: 8px 12px;
        font-weight: bold;
    }

.characterskillstitle[b-via1ubvsrd],
.valuestitle[b-via1ubvsrd],
.obstaclestitle[b-via1ubvsrd] {
    padding: 5px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.characterskillstitle[b-via1ubvsrd] {
    background-color: #d7edf3;
    color: #2d8ba9;
}

.valuestitle[b-via1ubvsrd] {
    background-color: #e4dbf1;
    color: #663da8;
}

.obstaclestitle[b-via1ubvsrd] {
    background-color: #e8d493;
    color: #625012;
}

.companylogo[b-via1ubvsrd] {
    max-height: 6.5rem;
}

.attributes-container[b-via1ubvsrd] {
    width: 97%;
}

.date-and-score-row[b-via1ubvsrd] {
    display: flex;
    justify-content: space-between;
}

.share-link[b-via1ubvsrd] {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    border: 1px solid #ced4da;
    height: 38px;
    width: 35vw;
}

[b-via1ubvsrd] .copybtn {
    background-color: var(--primary-blue-light);
    width: 38px;
}

[b-via1ubvsrd] .grid-button {
    width: 38px !important;
    height: 38px !important;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .resumecolumn[b-via1ubvsrd] {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .content[b-via1ubvsrd] {
        height: auto;
        overflow: visible;
        padding: 1rem;
    }

    .resumecolumn[b-via1ubvsrd] {
        width: 100%;
        margin-bottom: 2rem;
    }

    .entry-form-container[b-via1ubvsrd],
    .entries-container[b-via1ubvsrd] {
        width: 100% !important;
        padding: 0 !important;
    }

    .d-flex[b-via1ubvsrd] {
        flex-direction: column;
    }

    .entrycontainer[b-via1ubvsrd] {
        height: auto;
        min-height: 200px;
        max-height: 400px;
    }
}

@media (max-width: 767px) {
    .attributes-container[b-via1ubvsrd] {
        flex-direction: column !important;
        width: 100%;
    }

    .characterskilllist[b-via1ubvsrd],
    .valueslist[b-via1ubvsrd],
    .obstacleslist[b-via1ubvsrd] {
        width: 100% !important;
        margin: 0 0 1rem 0;
    }

    .resumecolumn[b-via1ubvsrd], .entries-container[b-via1ubvsrd] {
        padding: 0;
    }

    .date-and-score-row[b-via1ubvsrd] {
        max-width: 93%;
    }

    .share-link[b-via1ubvsrd] {
        width: 85%;
    }
}
/* /Pages/LifelineResume/ResumeWebView.razor.rz.scp.css */
span[b-4sxo23gbud] {
    display: block;
}

img[b-4sxo23gbud] {
    z-index: 1;
    max-width: 100%;
}

.d-flex[b-4sxo23gbud] {
    display: flex;
}

.content[b-4sxo23gbud] {
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 136px);
    overflow-y: hidden;
}

/* Sidebar Left */
.sidebar-content[b-4sxo23gbud] {
    background-color: var(--primary-blue-dark);
    color: white;
    padding: 1rem;
    text-align: center;
}

.sidebar-heading[b-4sxo23gbud] {
    margin-bottom: 1rem;
}

.resumelogo[b-4sxo23gbud] {
    width: 100%;
    margin-bottom: 1rem;
}

.userimage[b-4sxo23gbud] {
    width: 40%;
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.btnSidebar[b-4sxo23gbud], .btnAbout[b-4sxo23gbud] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border-radius: 2em !important;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
}

    .btnSidebar:hover[b-4sxo23gbud], .btnAbout:hover[b-4sxo23gbud] {
        transform: scale(1.05);
    }

.btnSidebar[b-4sxo23gbud] {
    border: 2px solid var(--selected-blue);
    background-color: var(--selected-blue) !important;
    color: black;
}

.btnAbout[b-4sxo23gbud] {
    border: 2px solid var(--button-green);
    background-color: var(--button-green) !important;
    color: black;
}

.contactinfo[b-4sxo23gbud] {
    background-color: white;
    border-radius: 15px;
    width: 90%;
    font-weight: bold;
    margin: 1rem auto;
    color: black;
}

    .contactinfo span[b-4sxo23gbud] {
        margin: 5px 0;
        padding: 0 5px;
    }

.contactinfoheader[b-4sxo23gbud] {
    background-color: gray;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
    font-size: larger;
    color: white;
}

.fw-bold[b-4sxo23gbud] {
    font-weight: bold;
}

.fs-3[b-4sxo23gbud] {
    font-size: 1.5rem;
}

.fs-4[b-4sxo23gbud] {
    font-size: 1.25rem;
}

.mt-2[b-4sxo23gbud] {
    margin-top: 0.5rem;
}

.mt-4[b-4sxo23gbud] {
    margin-top: 1rem;
}

.mb-3[b-4sxo23gbud] {
    margin-bottom: 0.75rem;
}

.ms-4[b-4sxo23gbud] {
    margin-left: 1rem;
}

.text-center[b-4sxo23gbud] {
    text-align: center;
}

.nav-menu-icon[b-4sxo23gbud] {
    width: 20%;
    margin-top: 1rem;
}

/* Main Content */
.graphcontainer[b-4sxo23gbud] {
    position: relative;
    height: calc(100vh - 136px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #f8f9fa;
    padding: 1rem;
}

    .graphcontainer[b-4sxo23gbud]::-webkit-scrollbar {
        display: none;
    }

/* Right Sidebar */
.characterskilllist[b-4sxo23gbud], .valueslist[b-4sxo23gbud], .obstacleslist[b-4sxo23gbud] {
    border-radius: 8px;
    margin: 0 5px 10px 5px;
    background-color: white;
    height: 22vh;
    text-align: left;
    overflow-y: auto;
    color: black;
}

.characterskilllist[b-4sxo23gbud] {
    border: 1px solid #2d8ba9;
}

.valueslist[b-4sxo23gbud] {
    border: 1px solid #663da8;
}

.obstacleslist[b-4sxo23gbud] {
    border: 1px solid #625012;
}

.characterskillstitle[b-4sxo23gbud], .valuestitle[b-4sxo23gbud], .obstaclestitle[b-4sxo23gbud] {
    padding: 5px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
}

.characterskillstitle[b-4sxo23gbud] {
    background-color: #d7edf3;
    color: #2d8ba9;
}

.valuestitle[b-4sxo23gbud] {
    background-color: #e4dbf1;
    color: #663da8;
}

.obstaclestitle[b-4sxo23gbud] {
    background-color: #e8d493;
    color: #625012;
}

    .characterskillstitle img[b-4sxo23gbud], .valuestitle img[b-4sxo23gbud], .obstaclestitle img[b-4sxo23gbud] {
        width: 35px;
        margin-right: 5px;
    }

/* Windows */
.k-window.section-window[b-4sxo23gbud],
.k-window.about-window[b-4sxo23gbud] {
    border-radius: 25px !important;
    padding: 0 !important;
}

    .k-window.section-window .k-window-titlebar[b-4sxo23gbud],
    .k-window.about-window .k-window-titlebar[b-4sxo23gbud] {
        border-radius: 25px !important;
    }

    .k-window.about-window .k-window-content[b-4sxo23gbud] {
        padding: 0 !important;
        border: 4px solid black;
        border-radius: 25px;
    }

    .k-window.section-window .k-window-content[b-4sxo23gbud] {
        padding: 0 !important;
        border: 4px solid lightblue;
        border-radius: 25px;
    }

/* Buttons */
.savebtn[b-4sxo23gbud] {
    height: 38px;
    width: 180px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 800;
    color: #FFFFFF;
    background: #8DB600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0px 8px 17px #8db60026, 0px 0px 2px #8db6001F;
    margin-right: 10px;
    cursor: pointer;
}

.cancelbtn[b-4sxo23gbud] {
    height: 38px;
    width: 180px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    color: #FFFFFF;
    background: #52647D;
    opacity: 0.4;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Placeholder for the LifeLineResumeGraphVertical component */
.resume-timeline[b-4sxo23gbud] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.timeline-entry[b-4sxo23gbud] {
    width: 100%;
    max-width: 800px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.timeline-header[b-4sxo23gbud] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.timeline-title[b-4sxo23gbud] {
    font-weight: bold;
    font-size: 1.2rem;
}

.timeline-date[b-4sxo23gbud] {
    color: #666;
}

.timeline-content[b-4sxo23gbud] {
    line-height: 1.5;
}

.companylogo[b-4sxo23gbud] {
    max-height: 6.5rem;
    margin-right: 10px;
}

/* Responsive styles */
@media (min-width: 1200px) {
    .col-2[b-4sxo23gbud] {
        width: 20%;
    }

    .col-8[b-4sxo23gbud] {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .content[b-4sxo23gbud] {
        flex-direction: column;
        height: auto;
        overflow-y: auto;
    }

    .sidebar-content[b-4sxo23gbud], .graphcontainer[b-4sxo23gbud] {
        width: 100%;
        height: auto;
    }

    .sidebar-content[b-4sxo23gbud] {
        order: 1;
        padding-bottom: 2rem;
    }

    .graphcontainer[b-4sxo23gbud] {
        order: 2;
        height: auto;
        min-height: 60vh;
    }

    .characterskilllist[b-4sxo23gbud], .valueslist[b-4sxo23gbud], .obstacleslist[b-4sxo23gbud] {
        height: auto;
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .d-flex[b-4sxo23gbud] {
        flex-direction: column;
    }

    .btnSidebar[b-4sxo23gbud], .btnAbout[b-4sxo23gbud] {
        width: 90%;
    }

    .contactinfo[b-4sxo23gbud] {
        width: 95%;
    }

    .timeline-entry[b-4sxo23gbud] {
        padding: 10px;
    }

    .timeline-header[b-4sxo23gbud] {
        flex-direction: column;
        align-items: flex-start;
    }

    .companylogo[b-4sxo23gbud] {
        max-height: 4rem;
    }
}

@media (max-width: 480px) {
    .userimage[b-4sxo23gbud] {
        width: 60%;
    }

    .btnSidebar[b-4sxo23gbud], .btnAbout[b-4sxo23gbud] {
        width: 100%;
        font-size: medium;
    }

    .savebtn[b-4sxo23gbud], .cancelbtn[b-4sxo23gbud] {
        width: 120px;
        font-size: 14px;
    }
}
/* /Pages/Lifelines/LifelineCreate.razor.rz.scp.css */
.evententrypage[b-cuss6sarnh] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .evententrypage[b-cuss6sarnh]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn[b-cuss6sarnh] {
    /*border-radius: 50px;*/
}

.btn-check:active + .btn-outline-success[b-cuss6sarnh], .btn-check:checked + .btn-outline-success[b-cuss6sarnh], .btn-outline-success.active[b-cuss6sarnh], .btn-outline-success.dropdown-toggle.show[b-cuss6sarnh], .btn-outline-success:active[b-cuss6sarnh] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-cuss6sarnh] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-cuss6sarnh] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-cuss6sarnh] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    font-size: 14px;
}

.btndiv[b-cuss6sarnh] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.backcolor-green[b-cuss6sarnh] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-cuss6sarnh] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-cuss6sarnh] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-cuss6sarnh] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-cuss6sarnh] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-cuss6sarnh] {
    background: #666 !important;
}

.colored-input[b-cuss6sarnh] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-cuss6sarnh] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-cuss6sarnh] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

@media (max-width: 768px) {
    .entryarea[b-cuss6sarnh] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Lifelines/LifelineEdit.razor.rz.scp.css */
main[b-g7lco0eg9r] {
    overflow: hidden;
}

.entrypage[b-g7lco0eg9r] {
    height: 80vh;
    position: relative;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-g7lco0eg9r]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn[b-g7lco0eg9r] {
    border-radius: 50px;
}

.btn-check:active + .btn-outline-success[b-g7lco0eg9r], .btn-check:checked + .btn-outline-success[b-g7lco0eg9r], .btn-outline-success.active[b-g7lco0eg9r], .btn-outline-success.dropdown-toggle.show[b-g7lco0eg9r], .btn-outline-success:active[b-g7lco0eg9r] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-g7lco0eg9r] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-g7lco0eg9r] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-g7lco0eg9r] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    font-size: 14px;
}

.btndiv[b-g7lco0eg9r] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    height: 80px;
}

.backcolor-green[b-g7lco0eg9r] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-g7lco0eg9r] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-g7lco0eg9r] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-g7lco0eg9r] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-g7lco0eg9r] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-g7lco0eg9r] {
    background: #666 !important;
}

.colored-input[b-g7lco0eg9r] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-g7lco0eg9r] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-g7lco0eg9r] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

@media (max-width: 768px) {
    .entryarea[b-g7lco0eg9r] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Lifelines/LifelineEditTable.razor.rz.scp.css */
.lifelinehomepage[b-ssg7jbh5un] {
    position: relative;
    height: calc(100vh - 195px);
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.lifelinelist[b-ssg7jbh5un] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .lifelinelist[b-ssg7jbh5un]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-ssg7jbh5un] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
    /*position: absolute;*/
}

.menubtn[b-ssg7jbh5un] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-ssg7jbh5un] {
    background-color: var(--primary-color) !important;
    color: white;
}

.btncol[b-ssg7jbh5un] {
    padding-top: 10px;
}

span[b-ssg7jbh5un] {
    display: block;
}

.eventcontainer[b-ssg7jbh5un] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-ssg7jbh5un] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}


.eventdate[b-ssg7jbh5un] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-ssg7jbh5un] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.LLBtn[b-ssg7jbh5un] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-ssg7jbh5un] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.entrypage[b-ssg7jbh5un] {
    position: relative;
    height: calc(100vh - 195px);
}

.entryarea[b-ssg7jbh5un] {
    background-color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    min-height: calc(80vh - 32px);
    font-size: 14px;
}

.content[b-ssg7jbh5un] {
    padding-top: 1.1rem !important;
}

[b-ssg7jbh5un] .k-window {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 15px;
    width: 25% !important;
    padding: 15px;
}
[b-ssg7jbh5un] .k-window-content {
    padding: 20px !important;
}

.modaldiv[b-ssg7jbh5un]{
    padding:20px !important;
}
.k-window-titlebar[b-ssg7jbh5un] {
    display: none;
}

.btndiv[b-ssg7jbh5un] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    height: 80px;
}
.k-window .btnrow[b-ssg7jbh5un] {
    margin-top: 25px;
}

.modal-title[b-ssg7jbh5un] {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.k-window .btnrow[b-ssg7jbh5un] {
    margin-top: 25px;
}

.k-window .modalbtn[b-ssg7jbh5un] {
    background-color: #ebebeb;
    width: 150px;
    color: var(--primary-color);
    padding: 5px;
    display: block;
    margin: 10px auto;
}


tbody[b-ssg7jbh5un], td[b-ssg7jbh5un], tfoot[b-ssg7jbh5un], th[b-ssg7jbh5un], thead[b-ssg7jbh5un], tr[b-ssg7jbh5un] {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}
thead[b-ssg7jbh5un] {
 background: #fafafb;
 border-top:1px solid #dfe2e6;
 border-bottom:1px solid #dfe2e6;
 height:60px
}


.table-striped[b-ssg7jbh5un] {
    --bs-table-hover-bg: var(--primary-blue-light);
}

/* Rectangle 2 */
.desc-content[b-ssg7jbh5un] {
    padding: 10px;
    background: #F1F7FEFF;
    border-radius: 16px;
    border-width: 2px;
    border-color: #379AE6FF;
    border-style: solid;
    background-color: var(--primary-blue-light);
}

@media (max-width: 768px) {
    .entryarea[b-ssg7jbh5un] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Lifelines/LifelinesHome.razor.rz.scp.css */
.lifelinehomepage[b-157aw8uhh4] {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.lifelinelist[b-157aw8uhh4] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .lifelinelist[b-157aw8uhh4]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.sidebar[b-157aw8uhh4] {
    border: 1px solid var(--primary-color);
    background-color: #f7f6f6;
    margin-top: -1.1rem;
    height: calc(100vh - 56px);
    /*position: absolute;*/
}

.menubtn[b-157aw8uhh4] {
    width: 90%;
    height: 50px;
    color: var(--primary-color);
    margin-top: 30px !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.btnselected[b-157aw8uhh4] {
    background-color: var(--primary-color) !important;
    color: white;
}

.goodbackgroundcolor[b-157aw8uhh4] {
    background-color: #9DC18366;
}

.badbackgroundcolor[b-157aw8uhh4] {
    background-color: #B70F0A66;
}

.btncol[b-157aw8uhh4] {
    padding-top: 10px;
}

span[b-157aw8uhh4] {
    display: block;
}

.eventcontainer[b-157aw8uhh4] {
    height: 60px !important;
    border: 1px solid black;
}

.searchdiv[b-157aw8uhh4] {
    display: inline-flex;
    background-color: #ebebeb; /*azure;*/
    width: 100%;
    justify-content: center;
}

.score[b-157aw8uhh4] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.eventdate[b-157aw8uhh4] {
    font-size: 18px;
    text-align: right;
}

.titlecol span[b-157aw8uhh4] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table[b-157aw8uhh4] {
    table-layout: fixed;
    width: 100%;
}

tr[b-157aw8uhh4] {
    height: 60px;
    border: 1px solid black;
}

td[b-157aw8uhh4] {
    padding: 5px;
}

.LLBtn[b-157aw8uhh4] {
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.LLBtnSelected[b-157aw8uhh4] {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    border-radius: 100px;
    width: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.entrypage[b-157aw8uhh4] {
    position: relative;
    height: calc(100vh - 195px);
    text-align: center;
}

.entryarea[b-157aw8uhh4] {
    background-color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    min-height: calc(80vh - 32px);
    font-size: 14px;
}

@media (max-width: 768px) {
    .entryarea[b-157aw8uhh4] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Lifelines/LifelinesView.razor.rz.scp.css */
.feedspage[b-dn0cbdp42d] {
    background-color: white;
}

.entrypage[b-dn0cbdp42d] {
    position: relative;
    height: calc(100vh - 252px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-dn0cbdp42d]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-dn0cbdp42d] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-dn0cbdp42d] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-dn0cbdp42d] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-dn0cbdp42d] {
    height: 3px;
    margin: 0;
}

.itemcontent[b-dn0cbdp42d] {
    background-color: #ebebeb;
    border: 2px solid darkgray;
}
/* /Pages/Lifelines/LifelineView.razor.rz.scp.css */
.feedspage[b-vm17i86kqp] {
    background-color: white;
}

.entrypage[b-vm17i86kqp] {
    position: relative;
    height: calc(100vh - 305px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-vm17i86kqp]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.criteriadiv[b-vm17i86kqp] {
    font-size: 12px;
    color: #5d8da2;
}

.criteriaselect[b-vm17i86kqp] {
    font-size: 12px;
    border-color: #5d8da2;
}

.displaypicker[b-vm17i86kqp] {
    height: 27px;
    padding: 4px 12px;
}

hr:not([size])[b-vm17i86kqp] {
    height: 3px;
    margin: 0;
}
/* /Pages/Menu/Menu.razor.rz.scp.css */
.menu-icon[b-ngdipa72lt] {
    padding: 25px;
    width:200px;

}
/* /Pages/Mingle/Components/MingleHoMEventsList.razor.rz.scp.css */
.matchedIcon[b-u8frsyeval] {
    color: #6F9100FF;
    font-size: 25px;
}

.unmatchedIcon[b-u8frsyeval] {
    color: lightgray;
    font-size: 25px;
}

.MatchToggelCell[b-u8frsyeval] {
    font-size: 20px;
    font-weight: 800;
    line-height: 50px;
    width: 50px !important;
    flex: 0 0 50px;
    color: white;
    border: none;
}


.FeedListCell[b-u8frsyeval] {
    font-size: 20px;
    font-weight: 800;
    line-height: 50px;
    width: 50px !important;
    flex: 0 0 50px;
    color: #6F9100FF;
    border: #6F9100FF solid 3px;
    background-color: white;
}

.feedListTitle[b-u8frsyeval] {
    padding-left: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
}

.feedListDesc[b-u8frsyeval] {
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
}

table[b-u8frsyeval] {
    width: 100%;
}

tr[b-u8frsyeval] {
    border: none;/* var(--primary-green-light) solid 3px;*/
    cursor: pointer;
}

.homeventlist[b-u8frsyeval] {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

.wingleMatchBox[b-u8frsyeval] {
    position: absolute;
    width: 696px;
    height: 87px;
    background: #F5F3E6FF;
    border-radius: 0px;
    border-width: 1px;
    border-color: #FFFFFFFF;
    border-style: solid;
}
/* /Pages/Mingle/MingleHome.razor.rz.scp.css */
span[b-dvwp8i8phe] {
    display: block;
}

img[b-dvwp8i8phe] {
    z-index: 1;
}

.avatar[b-dvwp8i8phe] {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.mini-spirit-animal-avatar[b-dvwp8i8phe] {
    margin-left: -20px;
    margin-bottom: -25px;
    width:40px;
    height:38px;
}

.sectiontitle[b-dvwp8i8phe] {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.content[b-dvwp8i8phe] {
    padding-top: 1.1rem !important;
}

.maincontent[b-dvwp8i8phe] {
    height: calc(100vh - 136px);
    overflow: auto;
}

.btnSidebar[b-dvwp8i8phe] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.sidebar-col-left[b-dvwp8i8phe] {
    height: calc(100vh - 136px);
}

.isselected[b-dvwp8i8phe] {
    background-color: var(--selected-blue);
    color: black;
}



.spiritContainer[b-dvwp8i8phe] 
{
    cursor:pointer;
    background: #FFFFFFFF;
    border-radius: 20px;
    border-width: 2px;
    border-color: #0A3161FF;
    border-style: solid;
}



.selectedSpirit[b-dvwp8i8phe] {
    background-color: var(--primary-blue-light);
}

[b-dvwp8i8phe] .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: -300px;
}

[b-dvwp8i8phe] .k-window {
    width: 400px;
    border-radius: 20px !important;
}

[b-dvwp8i8phe] .k-window-titlebar {
    border-radius: 20px !important;
}

.llTableCell[b-dvwp8i8phe] {
    border: 2px solid orange;
    margin: 2px;
    padding: 5px;
    font-size:10px;
    font-weight: 500;
    color: orange;
    width: 100px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}




.scale-wrapper[b-dvwp8i8phe] {
    transform: scale(1);
    transform-origin: left top;
}

html[b-dvwp8i8phe], body[b-dvwp8i8phe] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-dvwp8i8phe] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-dvwp8i8phe], .container-fluid[b-dvwp8i8phe], .container-xxl[b-dvwp8i8phe], .container-xl[b-dvwp8i8phe], .container-lg[b-dvwp8i8phe], .container-md[b-dvwp8i8phe], .container-sm[b-dvwp8i8phe] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}



.col-md-3[b-dvwp8i8phe], .col-md-6[b-dvwp8i8phe], .col-md-3[b-dvwp8i8phe] {
    display: flex;
    flex-direction: column;
}


/* Make the center column scrollable */
#mainContent[b-dvwp8i8phe] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-dvwp8i8phe]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-dvwp8i8phe] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-dvwp8i8phe] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-dvwp8i8phe] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-dvwp8i8phe] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-dvwp8i8phe] {
        padding-left: 0;
        padding-right: 0;
    }
}

tbody[b-dvwp8i8phe] {
    vertical-align:middle;
}
/* /Pages/Mingle/WingleDetail.razor.rz.scp.css */
span[b-npfkf8jplb] {
    display: block;
}

img[b-npfkf8jplb] {
    z-index: 1;
}

.avatar[b-npfkf8jplb] {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.mini-spirit-animal-avatar[b-npfkf8jplb] {
    margin-left: -20px;
    margin-bottom: -25px;
    width:40px;
    height:38px;
}

.sectiontitle[b-npfkf8jplb] {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.content[b-npfkf8jplb] {
    padding-top: 1.1rem !important;
}

.maincontent[b-npfkf8jplb] {
    height: calc(100vh - 136px);
    overflow: auto;
}

.btnSidebar[b-npfkf8jplb] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.sidebar-col-left[b-npfkf8jplb] {
    height: calc(100vh - 136px);
}

.isselected[b-npfkf8jplb] {
    background-color: var(--selected-blue);
    color: black;
}



.spiritContainer[b-npfkf8jplb] 
{
    cursor:pointer;
    background: #FFFFFFFF;
    border-radius: 20px;
    border-width: 2px;
    border-color: #0A3161FF;
    border-style: solid;
}



.selectedSpirit[b-npfkf8jplb] {
    background-color: var(--primary-blue-light);
}

[b-npfkf8jplb] .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: -300px;
}

[b-npfkf8jplb] .k-window {
    width: 400px;
    border-radius: 20px !important;
}

[b-npfkf8jplb] .k-window-titlebar {
    border-radius: 20px !important;
}

.llTableCell[b-npfkf8jplb] {
    border: 2px solid orange;
    margin: 2px;
    padding: 5px;
    font-size:10px;
    font-weight: 500;
    color: orange;
    width: 100px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}




.scale-wrapper[b-npfkf8jplb] {
    transform: scale(1);
    transform-origin: left top;
}

html[b-npfkf8jplb], body[b-npfkf8jplb] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-npfkf8jplb] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-npfkf8jplb], .container-fluid[b-npfkf8jplb], .container-xxl[b-npfkf8jplb], .container-xl[b-npfkf8jplb], .container-lg[b-npfkf8jplb], .container-md[b-npfkf8jplb], .container-sm[b-npfkf8jplb] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}



.col-md-3[b-npfkf8jplb], .col-md-6[b-npfkf8jplb], .col-md-3[b-npfkf8jplb] {
    display: flex;
    flex-direction: column;
}


/* Make the center column scrollable */
#mainContent[b-npfkf8jplb] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-npfkf8jplb]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-npfkf8jplb] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-npfkf8jplb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-npfkf8jplb] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-npfkf8jplb] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-npfkf8jplb] {
        padding-left: 0;
        padding-right: 0;
    }
}

tbody[b-npfkf8jplb] {
    vertical-align:middle;
}


.messages-container[b-npfkf8jplb] {
    padding: 10px;
}




.message-bubble[b-npfkf8jplb] {
    margin-bottom: 15px;
    max-width: 80%;
  
}

.my-message[b-npfkf8jplb] {
    margin-left: auto;
}

.their-message[b-npfkf8jplb] {
    margin-right: auto;
}


.message-content[b-npfkf8jplb] {
    padding: 10px 15px;
    border-radius: 18px;
    word-wrap: break-word;

    border-width: 2px;
    border-color: #D97904FF;
    border-style: solid;
}

.my-message .message-content[b-npfkf8jplb] {
    background-color: #D979043B;
    color: #333;
    border-bottom-right-radius: 5px;
}

.their-message .message-content[b-npfkf8jplb] {
    background-color: white;
    color: #333;
    border-bottom-left-radius: 5px;
}

.message-time[b-npfkf8jplb] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 5px;
    text-align: right;
}
/* /Pages/Org/Components/OrgBuyLicenses.razor.rz.scp.css */
.form-label[b-hnyxgbhui4] {
    font-weight: bold;
}

.btnSubmit[b-hnyxgbhui4] {
    border-radius: 10px;
}

.btnPaymentType[b-hnyxgbhui4] {
    padding: 8px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--primary-blue-dark);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-hnyxgbhui4] {
    background-color: var(--primary-blue-dark);
    color: white;
}
/* /Pages/Org/Components/OrgGrowContent.razor.rz.scp.css */
.title-heading[b-jorrul788n] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

[b-jorrul788n] .k-input-inner {
    font-size: 1rem !important;
}

[b-jorrul788n] .k-checkbox {
    border: 1px solid black !important;
}

    [b-jorrul788n] .k-checkbox:checked, .k-checkbox.k-checked[b-jorrul788n] {
        background-color: var(--primary-blue-dark);
    }

[b-jorrul788n] input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
}

    [b-jorrul788n] input[type="checkbox"]:checked {
        accent-color: var(--primary-blue-dark);
    }

.youtube-icon[b-jorrul788n] {
    background-image: url("/images/video-button.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.podcast-icon[b-jorrul788n] {
    background-image: url("/images/icon-podcast.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.webpage-icon[b-jorrul788n] {
    background-image: url("/images/web-page.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.lifeline-icon[b-jorrul788n] {
    background-image: url("/images/lifeline_icon.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.pdf-icon[b-jorrul788n] {
    background-image: url("/images/pdf.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.book-icon[b-jorrul788n] {
    background-image: url("/images/book-icon.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
/* /Pages/Org/Components/OrgHome.razor.rz.scp.css */

.form-label[b-r43vb2rhh5] {
    font-weight: bold;
    text-align: left;
}

.companylogo[b-r43vb2rhh5] {
    max-width: 8vw;
}

[b-r43vb2rhh5] .addbtn {
    background-color: var(--button-green);
    color: white;
}

[b-r43vb2rhh5] .copybtn {
    background-color: var(--primary-blue-light);
}

@media (max-width: 768px) {
    .companylogo[b-r43vb2rhh5] {
        max-width: 45%;
    }
}
/* /Pages/Org/Components/OrgInvite.razor.rz.scp.css */
.form-control[b-hpqa8jcrnj] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-hpqa8jcrnj] {
    font-weight: bold;
}

.companylogo[b-hpqa8jcrnj] {
    max-width: 15vw;
}

.bargraphs[b-hpqa8jcrnj] {
    text-align: center;
}

.videoimg[b-hpqa8jcrnj] {
    width: 2.5rem;
    cursor: pointer;
}

.btnSubmit[b-hpqa8jcrnj] {
    color: white;
    background-color: var(--button-green);
    border-radius: 10px;
    width: 75%;
}

.btnPaymentType[b-hpqa8jcrnj] {
    width: 80%;
    padding: 8px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--primary-blue-dark);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-hpqa8jcrnj] {
    background-color: var(--primary-blue-dark);
    color: white;
}

.haserror[b-hpqa8jcrnj] {
    border: 1px solid red;
}

[b-hpqa8jcrnj] .addbtn {
    background-color: var(--button-green);
    color: white;
}

[b-hpqa8jcrnj] .copybtn {
    background-color: var(--primary-blue-light);
}

.repmsg[b-hpqa8jcrnj] {
    text-align: justify;
    background-color: #eaeeef;
    padding: 10px;
}

.form-label[b-hpqa8jcrnj] {
    font-weight: bold;
}
/* /Pages/Org/Components/OrgLogin.razor.rz.scp.css */
.logindiv[b-rzafmkzd3m] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-rzafmkzd3m] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-submit[b-rzafmkzd3m] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}

[b-rzafmkzd3m] .k-input-solid input {
    border: none !important;
}

.companysection[b-rzafmkzd3m] {
    border: 1px solid black;
    padding: 8px;
    margin: 15px 0;
    border-radius: 15px;
}

.form-label[b-rzafmkzd3m] {
    font-weight: bold;
}
/* /Pages/Org/Components/OrgMembers.razor.rz.scp.css */
.form-control[b-tljne1ylh7] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label[b-tljne1ylh7] {
    font-weight: bold;
}

.companylogo[b-tljne1ylh7] {
    max-width: 15vw;
}

.bargraphs[b-tljne1ylh7] {
    text-align: center;
}

.videoimg[b-tljne1ylh7] {
    width: 2.5rem;
    cursor: pointer;
}

.btnSubmit[b-tljne1ylh7] {
    color: white;
    background-color: var(--button-green);
    border-radius: 10px;
    width: 75%;
}

.btnPaymentType[b-tljne1ylh7] {
    width: 80%;
    padding: 8px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--primary-blue-dark);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-tljne1ylh7] {
    background-color: var(--primary-blue-dark);
    color: white;
}

.avatar[b-tljne1ylh7] {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

input[type="checkbox"][b-tljne1ylh7] {
    height: 1.2em;
    width: 1.2em;
}

[b-tljne1ylh7] .addbtn {
    background-color: var(--button-green);
    color: white;
}

[b-tljne1ylh7] .copybtn {
    background-color: var(--primary-blue-light);
}

[b-tljne1ylh7] .removebtn {
    background-color: var(--primary-red-dark);
    color: white;
    width: 2rem;
    height: 2rem;
}

[b-tljne1ylh7] .k-input-inner {
    font-size: 1rem !important;
}

[b-tljne1ylh7] .k-checkbox {
    border: 1px solid black !important;
}

    [b-tljne1ylh7] .k-checkbox:checked, .k-checkbox.k-checked[b-tljne1ylh7] {
        background-color: var(--primary-blue-dark);
    }

[b-tljne1ylh7] input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
}

    [b-tljne1ylh7] input[type="checkbox"]:checked {
        accent-color: var(--primary-blue-dark);
    }
/* /Pages/Org/Components/OrgRegister.razor.rz.scp.css */
.logindiv[b-4iwxyx3nht] {
    border: 15px solid var(--primary-color);
    margin-top: 50px;
}

.nav-link[b-4iwxyx3nht] {
    height: 3rem;
    background-color: none;
    border-radius: 50%;
    margin: auto;
    padding: 7px 0;
    text-align: left;
}

.btn-create[b-4iwxyx3nht] {
    background-color: var(--button-green);
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: large;
}

.videoimg[b-4iwxyx3nht] {
    width: 2.5rem;
    cursor: pointer;
}

[b-4iwxyx3nht] .k-input-solid input {
    border: none !important;
}

.companysection[b-4iwxyx3nht] {
    border: 1px solid black;
    padding: 8px;
    margin: 15px 0;
    border-radius: 15px;
}

.haserror[b-4iwxyx3nht] {
    border: 1px solid red;
}

.form-label[b-4iwxyx3nht] {
    font-weight: bold;
}
/* /Pages/Org/OrgMainPage.razor.rz.scp.css */
html[b-ha95jlgby7], body[b-ha95jlgby7] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-ha95jlgby7] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-ha95jlgby7], .container-fluid[b-ha95jlgby7], .container-xxl[b-ha95jlgby7], .container-xl[b-ha95jlgby7], .container-lg[b-ha95jlgby7], .container-md[b-ha95jlgby7], .container-sm[b-ha95jlgby7] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-ha95jlgby7] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-ha95jlgby7], .col-md-6[b-ha95jlgby7], .col-md-3[b-ha95jlgby7] {
    display: flex;
    flex-direction: column;
}

/* Make the center column scrollable */
#mainContent[b-ha95jlgby7] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-ha95jlgby7]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-ha95jlgby7] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-ha95jlgby7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-ha95jlgby7] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-ha95jlgby7] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-ha95jlgby7] {
        padding-left: 0;
        padding-right: 0;
    }
}



.orgcontent[b-ha95jlgby7] {
    height: calc(100vh - 140px);
    overflow: auto;
}

.btnSidebar[b-ha95jlgby7] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.sidebar-col-left[b-ha95jlgby7] {
    height: calc(100vh - 136px);
}

.isselected[b-ha95jlgby7] {
    background-color: var(--selected-blue);
    color: black;
}
/* /Pages/Profile/Components/AccountSettings.razor.rz.scp.css */

.form-label[b-1rqs8dvwuf] {
    font-weight: bold;
    text-align: left;
}

.haserror[b-1rqs8dvwuf] {
    border: 1px solid red;
}

.btn-check:active + .btn-outline-success[b-1rqs8dvwuf], .btn-check:checked + .btn-outline-success[b-1rqs8dvwuf], .btn-outline-success.active[b-1rqs8dvwuf], .btn-outline-success.dropdown-toggle.show[b-1rqs8dvwuf], .btn-outline-success:active[b-1rqs8dvwuf] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-1rqs8dvwuf] {
    color: #9dc183;
    border-color: #9dc183;
}

.btn-primary[b-1rqs8dvwuf] {
    width: 250px;
}

    .btn-outline-success:hover[b-1rqs8dvwuf] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.btndiv[b-1rqs8dvwuf] {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.manageimagesbtn[b-1rqs8dvwuf] {
    border: 1px solid gray;
    position: relative;
    margin: auto;
    display: block;
    left: unset;
    bottom: unset;
    width: 200px !important;
    transform: none;
}
/* /Pages/Profile/Components/AccountSettingsPublic.razor.rz.scp.css */

.form-label[b-7ksrw0iucz] {
    font-weight: bold;
    text-align: left;
}

.haserror[b-7ksrw0iucz] {
    border: 1px solid red;
}

.btn-check:active + .btn-outline-success[b-7ksrw0iucz], .btn-check:checked + .btn-outline-success[b-7ksrw0iucz], .btn-outline-success.active[b-7ksrw0iucz], .btn-outline-success.dropdown-toggle.show[b-7ksrw0iucz], .btn-outline-success:active[b-7ksrw0iucz] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-7ksrw0iucz] {
    color: #9dc183;
    border-color: #9dc183;
}

.btn-primary[b-7ksrw0iucz] {
    width: 250px;
}

.btn-outline-success:hover[b-7ksrw0iucz] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btndiv[b-7ksrw0iucz] {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.manageimagesbtn[b-7ksrw0iucz] {
    border: 1px solid gray;
    position: relative;
    margin: auto;
    display: block;
    left: unset;
    bottom: unset;
    width: 200px !important;
    transform: none;
}



/*
.form-label {
    font-weight: bold;
}

.haserror {
    border: 1px solid red;
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success {
    color: #9dc183;
    border-color: #9dc183;
}

.btn-primary {
    width: 250px;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.btndiv {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.manageimagesbtn {
    border: 1px solid gray;
    position: relative;
    margin: auto;
    display: block;
    left: unset;
    bottom: unset;
    width: 200px !important;
    transform: none;
}*/
/* /Pages/Profile/Components/ManageImages.razor.rz.scp.css */


img[b-1mc8bhnmv8] {
    margin: 10px;
}

.container[b-1mc8bhnmv8] {
    position: relative;
    text-align: center;
}

.big-img[b-1mc8bhnmv8] {
    max-width: 100%;
}

.img-container[b-1mc8bhnmv8] {
    height: 70%;
    width: 100%;
}

.img-example-preview[b-1mc8bhnmv8] {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 15px;
}

.cropper-face[b-1mc8bhnmv8] {
    opacity: 25%;
}

.img-container.cropper-face-circle .cropper-container .cropper-crop-box .cropper-face[b-1mc8bhnmv8] {
    border-radius: 15px;
}

.imageheading[b-1mc8bhnmv8] {
    display: block;
    font-size: x-large;
    margin: 15px 0 30px 0;
}

[b-1mc8bhnmv8] .profileimagebtn {
    background-color: var(--primary-blue-dark);
    color: white;
    width: 75%;
}

@media (max-width: 767.98px) {
    .profileimagebtn .k-icon[b-1mc8bhnmv8] {
        margin-right: 8px;
    }

    .image-gallery[b-1mc8bhnmv8] {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .img-container[b-1mc8bhnmv8] {
        max-width: 100%;
        overflow: hidden;
    }

    .imageheading[b-1mc8bhnmv8] {
        text-align: center;
    }
}
/* /Pages/Profile/ProfileHome.razor.rz.scp.css */
html[b-lhwyq05p8q], body[b-lhwyq05p8q] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-lhwyq05p8q] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-lhwyq05p8q], .container-fluid[b-lhwyq05p8q], .container-xxl[b-lhwyq05p8q], .container-xl[b-lhwyq05p8q], .container-lg[b-lhwyq05p8q], .container-md[b-lhwyq05p8q], .container-sm[b-lhwyq05p8q] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-lhwyq05p8q] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-lhwyq05p8q], .col-md-6[b-lhwyq05p8q], .col-md-3[b-lhwyq05p8q] {
    display: flex;
    flex-direction: column;
}

/* Make the center column scrollable */
#mainContent[b-lhwyq05p8q] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-lhwyq05p8q]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-lhwyq05p8q] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-lhwyq05p8q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-lhwyq05p8q] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-lhwyq05p8q] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-lhwyq05p8q] {
        padding-left: 0;
        padding-right: 0;
    }
}





span[b-lhwyq05p8q] {
    display: block;
}

img[b-lhwyq05p8q] {
    z-index: 1;
}

.avatar[b-lhwyq05p8q] {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: 1px solid white;
}

[b-lhwyq05p8q] .imagebtn {
    position: absolute;
    bottom: 15px;
    right: 90px;
}

.sectiontitle[b-lhwyq05p8q] {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.content[b-lhwyq05p8q] {
    padding-top: 1.1rem !important;
}

.btnSidebar[b-lhwyq05p8q] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.tribes-icon[b-lhwyq05p8q] {
    height: 20vh;
}

.sidebar-col-left[b-lhwyq05p8q] {
    height: calc(100vh - 136px);
}

.isselected[b-lhwyq05p8q] {
    background-color: var(--selected-blue);
    color: black;
}

[b-lhwyq05p8q] .backbtn {
    width: 100px;
    border: 1px solid var(--primary-color);
    margin-left: -300px;
}

[b-lhwyq05p8q] .k-window {
    width: 400px;
    border-radius: 20px !important;
}

[b-lhwyq05p8q] .k-window-titlebar {
    border-radius: 20px !important;
}
/* /Pages/Ratings/RatingEdit.razor.rz.scp.css */
.entrypage[b-1ks1tyq8zf] {
    position: relative;
    height: calc(100vh - 250px);
}

.entrypage[b-1ks1tyq8zf] {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-1ks1tyq8zf]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
.hwcarea[b-1ks1tyq8zf] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 10px;
    background-color: #fdf1f5;
    font-size: 14px;
}

.btn[b-1ks1tyq8zf] {
    border-radius: 50px;
}

.btn-check:active + .btn-outline-success[b-1ks1tyq8zf], .btn-check:checked + .btn-outline-success[b-1ks1tyq8zf], .btn-outline-success.active[b-1ks1tyq8zf], .btn-outline-success.dropdown-toggle.show[b-1ks1tyq8zf], .btn-outline-success:active[b-1ks1tyq8zf] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-1ks1tyq8zf] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-1ks1tyq8zf] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-1ks1tyq8zf] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0;
    overflow: hidden;
    min-height: calc(80vh - 125px);
    font-size: 14px;
}

.btndiv[b-1ks1tyq8zf] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.backcolor-green[b-1ks1tyq8zf] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-1ks1tyq8zf] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */

/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-1ks1tyq8zf] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-1ks1tyq8zf] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-1ks1tyq8zf] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-1ks1tyq8zf] {
    background: #666 !important;
}

.colored-input[b-1ks1tyq8zf] {
    /* text-align: center; */
    font-weight: bold;
}

    .colored-input .k-input[b-1ks1tyq8zf] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-1ks1tyq8zf] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }
.k-window-content[b-1ks1tyq8zf] {
    margin: 10px;
}
/* END: DropDownList */

@media (max-width: 768px) {
    .entryarea[b-1ks1tyq8zf] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Ratings/RatingEntry.razor.rz.scp.css */
.evententrypage[b-8gxipxvety] {
    position: relative;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .evententrypage[b-8gxipxvety]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.btn[b-8gxipxvety] {
    border-radius: 50px;
}

.btn-check:active + .btn-outline-success[b-8gxipxvety], .btn-check:checked + .btn-outline-success[b-8gxipxvety], .btn-outline-success.active[b-8gxipxvety], .btn-outline-success.dropdown-toggle.show[b-8gxipxvety], .btn-outline-success:active[b-8gxipxvety] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-8gxipxvety] {
    color: #9dc183;
    border-color: #9dc183;
}

    .btn-outline-success:hover[b-8gxipxvety] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-8gxipxvety] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 14px;
}

.hwcarea[b-8gxipxvety] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius:10px;
    background-color:#fdf1f5;
    font-size: 14px;
}

.btndiv[b-8gxipxvety] {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.backcolor-green[b-8gxipxvety] {
    background-color: #9dc083;
    color: white;
    text-align: center;
}

.backcolor-red[b-8gxipxvety] {
    background-color: #b7180b;
    color: white;
    text-align: center;
}

/* START: Dropdowns styles */
.k-picker-solid:focus-within .k-picker[b-8gxipxvety] {
    background-color: white !important;
}
/* remove default padding to avoid gaps between the backgrounds */
.colored-dropdown .k-list .k-item[b-8gxipxvety] {
    padding: 0;
}

/* expand custom background area and apply paddings inside */
.colored-dropdown .item-wrapper[b-8gxipxvety] {
    width: 100%;
    padding: .3em .6em;
}

/* (re)apply hover state background  */
.colored-dropdown .k-item:hover .item-wrapper[b-8gxipxvety] {
    background: #ccc !important;
}

/* (re)apply selected state background  */
.colored-dropdown .k-item.k-selected .item-wrapper[b-8gxipxvety] {
    background: #666 !important;
}

.colored-input[b-8gxipxvety] {
    /* text-align: center; */
    font-weight: bold;

}

    .colored-input .k-input[b-8gxipxvety] {
        padding: 0;
    }

    .colored-input .value-wrapper[b-8gxipxvety] {
        display: block;
        width: 100%;
        padding: 4px 8px;
    }

/* END: DropDownList */

.videoimg[b-8gxipxvety] {
    width: 2.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .entryarea[b-8gxipxvety] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Recruiting/Components/RecruitingHome.razor.rz.scp.css */
.title-heading[b-7uzfxripvy] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

.founderimg[b-7uzfxripvy] {
    width: 10vw;
}
/* /Pages/Recruiting/Components/RecruitingInvites.razor.rz.scp.css */
.title-heading[b-fz6citmzps] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

.invitelink[b-fz6citmzps] {
    border: 1px solid #ced4da;
    min-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

[b-fz6citmzps] .copybtn {
    background-color: var(--primary-blue-light);
}

.row[b-fz6citmzps] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-fz6citmzps], .col-md-6[b-fz6citmzps], .col-md-3[b-fz6citmzps] {
    display: flex;
    flex-direction: column;
}

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-fz6citmzps] {
    overflow-y: auto;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-fz6citmzps] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }
}
/* /Pages/Recruiting/Components/RecruitingPositions.razor.rz.scp.css */
.title-heading[b-g19e3k4s03] {
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}

.founderimg[b-g19e3k4s03] {
    width: 10vw;
}

.selected-item[b-g19e3k4s03] {
    background: var(--primary-green-dark);
}

.avatar[b-g19e3k4s03] {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.avatar-container[b-g19e3k4s03] {
    margin: auto;
    text-align: center;
    min-width: 40px;
}
/* /Pages/Recruiting/RecruitingInvite.razor.rz.scp.css */
/* /Pages/Recruiting/RecruitingMainPage.razor.rz.scp.css */
html[b-djs26yt7oi], body[b-djs26yt7oi] {
    height: 100%;
    margin: 0;
}

.container-fluid[b-djs26yt7oi] {
    min-height: calc(100vh - 136px); /* Make the container fill the entire height */
}

.container[b-djs26yt7oi], .container-fluid[b-djs26yt7oi], .container-xxl[b-djs26yt7oi], .container-xl[b-djs26yt7oi], .container-lg[b-djs26yt7oi], .container-md[b-djs26yt7oi], .container-sm[b-djs26yt7oi] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row[b-djs26yt7oi] {
    min-height: calc(100vh - 136px); /* Ensure the row fills the height of the container */
}

.col-md-3[b-djs26yt7oi], .col-md-6[b-djs26yt7oi], .col-md-3[b-djs26yt7oi] {
    display: flex;
    flex-direction: column;
}

/* Make the center column scrollable */
#mainContent[b-djs26yt7oi] {
    overflow-y: auto; /* Allow scrolling if the content exceeds the height */
    max-height: calc(100vh - 136px); /* Ensure it does not exceed the height of the viewport */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #mainContent[b-djs26yt7oi]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

/* Make sure the sidebar and right column are non-scrolling and have fixed height */
.col-md-3[b-djs26yt7oi] {
    overflow-y: auto;
}

/* Center the content vertically within the main content area */
.center-content[b-djs26yt7oi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-toggler[b-djs26yt7oi] {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.sidebar-icon[b-djs26yt7oi] {
    height: 6vw;
}

.btnSidebar[b-djs26yt7oi] {
    width: 80%;
    padding: 10px 0;
    font-size: larger;
    font-weight: 500;
    border: 2px solid var(--selected-blue);
    display: inline-block;
    cursor: pointer;
    border-radius: 2em !important;
}

.isselected[b-djs26yt7oi] {
    background-color: var(--selected-blue);
    color: black;
}

/* Prevent full height of the side columns on small screens */
@media (max-width: 768px) {
    .col-md-3[b-djs26yt7oi] {
        min-height: auto; /* Allow the side columns to shrink based on content */
    }

    .container-fluid[b-djs26yt7oi] {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar-icon[b-djs26yt7oi] {
        height: 25vw !important;
    }
}
/* /Pages/Settings/AccountSettings.razor.rz.scp.css */

.entrypage[b-epydgid7rp] {
    position: relative;
    height: calc(100vh - 190px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .entrypage[b-epydgid7rp]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

.maincontent[b-epydgid7rp] {
    width: 38%;
    margin: auto;
}

.btn[b-epydgid7rp] {
    border-radius: 50px;
}

.btn-check:active + .btn-outline-success[b-epydgid7rp], .btn-check:checked + .btn-outline-success[b-epydgid7rp], .btn-outline-success.active[b-epydgid7rp], .btn-outline-success.dropdown-toggle.show[b-epydgid7rp], .btn-outline-success:active[b-epydgid7rp] {
    color: #fff;
    background-color: #9dc183;
    border-color: #9dc183;
}

.btn-outline-success[b-epydgid7rp] {
    color: #9dc183;
    border-color: #9dc183;
}

.btn-primary[b-epydgid7rp] {
    width: 250px;
}

    .btn-outline-success:hover[b-epydgid7rp] {
        color: #fff;
        background-color: #9dc183;
        border-color: #9dc183;
    }

.entryarea[b-epydgid7rp] {
    background-color: #ffffff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    min-height: calc(50vh - 200px);
    font-size: 16px;
}

.btndiv[b-epydgid7rp] {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
}

.avatar[b-epydgid7rp] {
    border-radius: 100px;
}

.avatar-container[b-epydgid7rp] {
    margin: 5px 0;
}

.avatar-div[b-epydgid7rp] {
    text-align: center;
    background-color: #ffffff;
    padding: 10px 0;
}

.manageimagesbtn[b-epydgid7rp] {
    border: 1px solid gray;
    position: relative;
    margin: auto;
    display: block;
    left: unset;
    bottom: unset;
    width: 200px !important;
    transform: none;
}

.companyname[b-epydgid7rp] {
    min-height: 38px;
}

@media (max-width: 768px) {
    .entryarea[b-epydgid7rp] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
/* /Pages/Settings/Components/ManageImages.razor.rz.scp.css */
.add-icon[b-agyspe1utk] {
    fill: white;
    width: 16px;
    height: 16px;
}

img[b-agyspe1utk] {
    margin: 10px;
}

.container[b-agyspe1utk] {
    position: relative;
    height: 90vh;
    text-align: center;
}

.footerdiv[b-agyspe1utk] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 90vw;
}

.big-img[b-agyspe1utk] {
    max-height: 200px;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.img-container[b-agyspe1utk] {
    max-height: 300px;
    width: 100%;
}

.img-example-preview[b-agyspe1utk] {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 100px;
}

.cropper-face[b-agyspe1utk] {
    opacity: 25%;
}

.img-container.cropper-face-circle .cropper-container .cropper-crop-box .cropper-face[b-agyspe1utk] {
    border-radius: 50%;
}
/* /Pages/Settings/Components/SocialMenu.razor.rz.scp.css */
body[b-utt3wl93xb]
{
}
/* /Pages/Settings/Components/WorkMenu.razor.rz.scp.css */

.content[b-qbhofxefrt] {
    height: 100% !important;
    background-color: #e9e9e9;
}

.rotate45[b-qbhofxefrt] {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate0[b-qbhofxefrt] {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menudiv[b-qbhofxefrt] {
    height: 75px;
    width: 75px;
    background-color: var(--primary-color);
    margin: 20px;
    cursor: pointer;
}

span[b-qbhofxefrt] {
    display: inline-block;
    width: 170px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
}

.logo[b-qbhofxefrt] {
    width: 75px;
    display: inline-block;
}

.title[b-qbhofxefrt] {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.btnrow[b-qbhofxefrt] {
    display: flex;
    justify-content: center;
}

.hiringicon[b-qbhofxefrt] {
    background: url('/images/hiring_icon.png');
    background-size: cover;
}

.logouticon[b-qbhofxefrt] {
    background: url('/images/logout_icon.png');
    background-size: cover;
}

.pcticon[b-qbhofxefrt] {
    background: url('/images/pct_icon.png');
    background-size: cover;
}

.profileicon[b-qbhofxefrt] {
    background: url('/images/profile_icon.png');
    background-size: cover;
}

.mingleicon[b-qbhofxefrt] {
    background: url('/images/mingle_icon.png');
    background-size: cover;
}

.imgicon[b-qbhofxefrt] {
    width: 45px;
    margin-left: 3px;
    margin-top: 10px;
}
/* /Pages/Settings/SettingsMenu.razor.rz.scp.css */
.btnrow[b-xqt4g5tm79] {
    display: flex;
    justify-content: center;
}

.menubtn[b-xqt4g5tm79] {
    width: 50px;
    height: 50px;
    color: var(--primary-color);
    border-radius: 50px;
    margin-bottom: 5px !important;
    height: 45px;
}

.btnselected[b-xqt4g5tm79] {
    background-color: lightgray !important;
}

.btn:focus[b-xqt4g5tm79], .btn:active:focus[b-xqt4g5tm79], .btn-link.nav-link:focus[b-xqt4g5tm79], .form-control:focus[b-xqt4g5tm79], .form-check-input:focus[b-xqt4g5tm79] {
    box-shadow: none;
}

.pagetitle[b-xqt4g5tm79] {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

hr:not([size])[b-xqt4g5tm79] {
    height: 3px;
    margin: 0;
}

.avatar-container[b-xqt4g5tm79] {
    position: relative;
    padding: 15px;
    height: 83px;
}

    .avatar-container span[b-xqt4g5tm79] {
        font-size: 20px;
        font-weight: 600;
    }

.avatar[b-xqt4g5tm79] {
    width: 53px;
    height: 53px;
    border-radius: 100px;
    border: 5px solid var(--primary-color);
    padding: 3px;
}

.workbtn[b-xqt4g5tm79] {
    background: url('/images/work_e.png');
    background-size: cover;
    margin: 0 25px;
}

.socialbtn[b-xqt4g5tm79] {
    background: url('/images/social_e.png');
    background-size: cover;
    margin: 0 25px;
}
