@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/CampherPortal/Components/Layout/AdminLayout.razor.rz.scp.css */


.sticky-nav[b-5dp7pfxjnj] {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}


.OutletContainer[b-5dp7pfxjnj] {
    overflow-y: auto;

    margin-top: 0px;
    margin-left: 240px; /* Should match the width of the side panel */
    padding-left:10px;
    padding-right:10px;
}


.not-authorized[b-5dp7pfxjnj] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    margin: 2rem auto;
    max-width: 40rem;
    padding: 1rem;
    text-align: center;
}

    .not-authorized h2[b-5dp7pfxjnj] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .not-authorized p[b-5dp7pfxjnj] {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5dp7pfxjnj] {
        display: none;
    }

    .top-row.auth[b-5dp7pfxjnj] {
        justify-content: space-between;
    }

    .top-row a[b-5dp7pfxjnj], .top-row .btn-link[b-5dp7pfxjnj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5dp7pfxjnj] {
        flex-direction: row;
    }

    .sidebar[b-5dp7pfxjnj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5dp7pfxjnj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5dp7pfxjnj], article[b-5dp7pfxjnj] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CampherPortal/Components/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-aun7mi8se8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-aun7mi8se8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CampherPortal/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vttv1rkx9l] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vttv1rkx9l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CampherPortal/Components/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-q0ce122y4x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q0ce122y4x] {
    height: 3.5rem;
    background: linear-gradient(to right, #a5a5a5,white);
    border-bottom: 1px solid grey;
}

.navbar-brand[b-q0ce122y4x] {
    font-size: 1.1rem;
}


.side-panel[b-q0ce122y4x] {
    position: fixed;
    left: 0;
    top: 0px;
    width: 240px; /* Adjust as needed */
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid grey;
    z-index: 950; /* Ensure it's above other content */
    /* Add more styling as needed */
}

.main-content[b-q0ce122y4x] {
    margin-left: 250px; /* Should match the width of the side panel */
    /* Rest of your styling */
}


.account-card[b-q0ce122y4x]{
    position:fixed;
    bottom:20px
}


@keyframes outline-b-q0ce122y4x {
    0% {
        outline-color: #495057;
    }

    50% {
        outline-color: #343a40;
    }

    100% {
        outline-color: #212529;
    }
}




.nav-item[b-q0ce122y4x] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q0ce122y4x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q0ce122y4x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q0ce122y4x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        /*        .nav-item ::deep a.active {
            background-color: #87878750;
            color: white;
        }*/

        .nav-item[b-q0ce122y4x]  a:hover {
            background-color: #87878750;
            color: white;
        }


@media (min-width: 641px) {
    .navbar-toggler[b-q0ce122y4x] {
        display: none;
    }

    .collapse[b-q0ce122y4x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-q0ce122y4x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CampherPortal/Components/Pages/Admin/Accounts/Users/SetUserRole.razor.rz.scp.css */
.popup-overlay[b-vhtfsbxfwn] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0.2;
    background-color: black;
}

.set-user-role-container[b-vhtfsbxfwn] {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border-radius: 10px;
    padding: 20px;
    opacity: 1;
}

.roles-list[b-vhtfsbxfwn] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.role-item[b-vhtfsbxfwn] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.buttons-container[b-vhtfsbxfwn] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.loading-spinner-container[b-vhtfsbxfwn] {
    display: flex;
    align-content: center;
    justify-content: center;
}

.loading-spinner[b-vhtfsbxfwn] {

    width: 40px;
    height: 40px;

    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #09f;
    border-radius: 50%;
    animation: spin-b-vhtfsbxfwn 1s ease infinite;
    margin-right: 10px;
}

@keyframes spin-b-vhtfsbxfwn {
    to {
        transform: rotate(360deg);
    }
}
/* _content/CampherPortal/Components/Pages/Admin/Accounts/Users/Users.razor.rz.scp.css */

.custom-table td[b-2b38bvhyxy] {
    border: 1px solid #dee2e6;
    text-align: center;
}

.custom-table th[b-2b38bvhyxy] {
    border: 1px solid #dee2e6;
    text-align: center;
}
/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/BrokerAppointments.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/Cancellations.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/ClientInfo.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/OutstandingDocs.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/PolicyDetails.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/Renewals.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/TimeToCompletion.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/BrokenRules/UndeliveredMail.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/Clients/ClientLogs.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/Clients/Clients.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/Clients/CompareClientLogs.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/PDFBuilder/DynaFormBuilder.razor.rz.scp.css */



.custom-table td[b-vq9qmc2k9u] {
    border: 1px solid #dee2e6;
    text-align: center;
}

.custom-table th[b-vq9qmc2k9u] {
    border: 1px solid #dee2e6;
    text-align: center;
}

.table-striped > tbody > tr > td.MYCLASS[b-vq9qmc2k9u] {
    background: blue;
    --bs-table-bg-type: blue;
}

.table > tbody > tr:hover[b-vq9qmc2k9u] {
    background: #e6e6e6;
    --bs-table-bg-type: #e6e6e6;
}

.table > tbody > tr.SelectedForm[b-vq9qmc2k9u] {
    background: #cdcdcd;
    --bs-table-bg-type: #cdcdcd;
}

.table > tbody > tr.SelectedForm:hover[b-vq9qmc2k9u] {
    background: #b3b3b3;
    --bs-table-bg-type: #b3b3b3;
}






.form-builder-section[b-vq9qmc2k9u] {
    border: 1px red dashed;
}

.form-builder-row[b-vq9qmc2k9u] {
    border: 1px blue dashed;
}



.form-builder-item[b-vq9qmc2k9u] {
    border: 1px green dashed;
}






/*VIEWER*/

.form-section[b-vq9qmc2k9u] {
    /*border: 1px red dashed;*/
}

.form-row[b-vq9qmc2k9u] {
    /*border: 1px blue dashed;*/
}



.form-item[b-vq9qmc2k9u] {
    /*border: 1px green dashed;*/
}
/* _content/CampherPortal/Components/Pages/Admin/PDFBuilder/DynaFormModal.razor.rz.scp.css */



.Dyna[b-f2vwlrmkje] {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    width: stretch;
    height: stretch;
    border: 1px solid;
    border-radius: 10px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    left: 2%;
    top: 2%;
    z-index: 998;
}

.Create[b-f2vwlrmkje] {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    width: stretch;
    height: stretch;
    border: 1px solid;
    border-radius: 10px;
    position: fixed;
    right: 30%;
    bottom: 30%;
    left: 30%;
    top: 30%;
    z-index: 999;
}


body[b-f2vwlrmkje] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.Dyna-container[b-f2vwlrmkje] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    height: 90%;
    display: flex;
    flex-direction: column;
}

.Dyna-header[b-f2vwlrmkje] {
    margin-bottom: 20px;
}

    .Dyna-header label[b-f2vwlrmkje] {
        font-weight: bold;
    }

.Dyna-body[b-f2vwlrmkje] {
    flex-grow: 1;
    margin-bottom: 10px;
}



    .Dyna-header input:focus[b-f2vwlrmkje],
    .Dyna-body textarea:focus[b-f2vwlrmkje] {
        outline: none;
    }

.Dyna-footer[b-f2vwlrmkje] {
    text-align: right;
}

    .Dyna-footer button[b-f2vwlrmkje] {
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }




.DynaBtn[b-f2vwlrmkje] {
    position: fixed;
    font-size: 2.5em;
    width: 55px;
    height: 55px;
    right: 1.2%;
    top: 32%;
    color: mediumvioletred;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}



.accordion-item[b-f2vwlrmkje] {
    margin: 0;
    padding: 0;
}

.accordion-header[b-f2vwlrmkje] {
    margin: 0;
    padding: 0;
}

.accordion-body[b-f2vwlrmkje] {
    margin: 0;
    padding: 0;
}

[b-f2vwlrmkje]::-webkit-scrollbar {
    width: 12px;
}

[b-f2vwlrmkje]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

[b-f2vwlrmkje]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(150,150,150,0.7);
}
/* _content/CampherPortal/Components/Pages/Admin/PDFBuilder/DynaFormView.razor.rz.scp.css */
.blurred-input[b-ukw47htwr5] {
    transition: filter 0.3s ease;
}

    .blurred-input:hover[b-ukw47htwr5] {
        filter: none;
    }

    .blurred-input:not(:hover)[b-ukw47htwr5] {
        filter: blur(4px);
    }





.custom-table td[b-ukw47htwr5] {
    border: 1px solid #dee2e6;
    text-align: center;
}

.custom-table th[b-ukw47htwr5] {
    border: 1px solid #dee2e6;
    text-align: center;
}

.table-striped > tbody > tr > td.MYCLASS[b-ukw47htwr5] {
    background: blue;
    --bs-table-bg-type: blue;
}

.table > tbody > tr:hover[b-ukw47htwr5] {
    background: #e6e6e6;
    --bs-table-bg-type: #e6e6e6;
}

.table > tbody > tr.SelectedForm[b-ukw47htwr5] {
    background: #cdcdcd;
    --bs-table-bg-type: #cdcdcd;
}

    .table > tbody > tr.SelectedForm:hover[b-ukw47htwr5] {
        background: #b3b3b3;
        --bs-table-bg-type: #b3b3b3;
    }






.form-builder-section[b-ukw47htwr5] {
    border: 1px red dashed;
}

.form-builder-row[b-ukw47htwr5] {
    border: 1px blue dashed;
}



.form-builder-item[b-ukw47htwr5] {
    border: 1px green dashed;
}






/*VIEWER*/

.form-section[b-ukw47htwr5] {
    /*border: 1px red dashed;*/
}

.form-row[b-ukw47htwr5] {
    /*border: 1px blue dashed;*/
}



.form-item[b-ukw47htwr5] {
    /*border: 1px green dashed;*/
}



@media (max-width: 768px) {
    .form-row[b-ukw47htwr5] {
        flex-direction: column;
        align-items: stretch;
    }

    .input-group[b-ukw47htwr5] {
        width: 100%;
    }

    .card-header h2[b-ukw47htwr5], .card-header h3[b-ukw47htwr5] {
        font-size: 1.5rem;
    }

    .card[b-ukw47htwr5] {
        margin: 0.5rem;
    }

    .btn[b-ukw47htwr5] {
        font-size: 0.875rem;
    }

    .form-label[b-ukw47htwr5] {
        font-size: 0.9rem;
    }
}
/* _content/CampherPortal/Components/Pages/Admin/PDFBuilder/DynaSignature.razor.rz.scp.css */
.dyna-signature .small-canvas[b-dnpri98x1s] {
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
}

.dyna-signature .fullscreen-canvas[b-dnpri98x1s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dyna-signature .large-canvas[b-dnpri98x1s] {
    border: 2px solid #ccc;
    background-color: #fff;
}

.dyna-signature .controls[b-dnpri98x1s] {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
/* _content/CampherPortal/Components/Pages/Admin/Policies/ComparePolicyLogs.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/Policies/Policies.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/Policies/PolicyDetails.razor.rz.scp.css */
.email[b-w6frchv3oa]{

}



/* _content/CampherPortal/Components/Pages/Admin/Policies/PolicyLogs.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/Admin/SalesSheet/Movements.razor.rz.scp.css */




/* _content/CampherPortal/Components/Pages/home.razor.rz.scp.css */
.vertical-center[b-pxovihtrqd] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.left-panel[b-pxovihtrqd] {
    background-color: #ed1b6f; /* Using the secondary pink color for the left panel */
    color: white; /* For text color contrast */
}


.btn-primary[b-pxovihtrqd] {
    background-color: #414042; /* Using the primary dark color for the button */
    border: none;
}

    .btn-primary:hover[b-pxovihtrqd] {
        background-color: #7156a4; /* Using the secondary purple color for button hover */
    }

a[b-pxovihtrqd] {
    color: #febe14; /* Using the secondary yellow color for links */
}

    a:hover[b-pxovihtrqd] {
        color: #537dbf; /* Using the secondary blue color for link hover */
    }
/* _content/CampherPortal/Components/Parts/DragDrop.razor.rz.scp.css */
.FileDrop[b-n6aafqxwg4] {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    
}

    .FileDrop[b-n6aafqxwg4]  input[type=file] {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0%;
 

    }


@keyframes pulseAnimation-b-n6aafqxwg4 {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.98);
    }
}

.pulse[b-n6aafqxwg4] {
    animation: pulseAnimation-b-n6aafqxwg4 2s infinite ease-in-out;
    transition: transform 0.2s;
}


@keyframes pulseAnimationLarger-b-n6aafqxwg4 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-large[b-n6aafqxwg4] {
    animation: pulseAnimationLarger-b-n6aafqxwg4 2s infinite ease-in-out;
    display: inline-block;
    transition: transform 0.2s;
    position: relative;
}
/* _content/CampherPortal/Components/Parts/Emails.razor.rz.scp.css */
/*<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css" / >*/


.Email[b-5n7zp624f3] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: stretch;
    height: stretch;
    border: 1px solid;
    border-radius: 10px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    left: 2%;
    top: 2%;
    z-index: 999;
}




body[b-5n7zp624f3] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.email-container[b-5n7zp624f3] {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    height: 90%;
    display: flex;
    flex-direction: column;
}

.email-header[b-5n7zp624f3] {
    margin-bottom: 20px;
}

    .email-header label[b-5n7zp624f3] {
        font-weight: bold;
    }

.email-body[b-5n7zp624f3] {
    flex-grow: 1;
    margin-bottom: 10px;
   
}



.email-header input:focus[b-5n7zp624f3],
.email-body textarea:focus[b-5n7zp624f3] {
    outline: none;
}

.email-footer[b-5n7zp624f3] {
    text-align: right;
}

    .email-footer button[b-5n7zp624f3] {
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }




.EmailBtn[b-5n7zp624f3] {
    position: fixed;
    font-size: 2.5em;
    width: 55px;
    height: 55px;
    right: 1.2%;
    top: 9.5%;
    color: deepskyblue;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.message[b-5n7zp624f3] {
    padding: 8px;
    border-radius: 10px;
    max-width: 75%;
    min-width: 40%;
    box-shadow: rgba(0,0,0,0.2) 3px 3px;
}

/* Sender's message */
.sender[b-5n7zp624f3] {
    align-self: flex-end;
}

/* Receiver's message */
.receiver[b-5n7zp624f3] {
    align-self: flex-start;
}

/* Message text */
.message p[b-5n7zp624f3] {
    margin: 0;
}

/* Sender's name */
.sender .name[b-5n7zp624f3] {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Receiver's name */
.receiver .name[b-5n7zp624f3] {
    font-weight: bold;
    margin-bottom: 5px;
}

.email-list[b-5n7zp624f3] {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 15px;
    padding: 0px;
    width: 100%;
}

.rec-email-list[b-5n7zp624f3] {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    padding: 0px;
    width: 100%;
}

.email-item[b-5n7zp624f3] {
    /*border-bottom: 1px solid;*/ /* Add a border between email items */
    padding: 0px;
    margin: 0px;
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease;
}

    .email-item:hover[b-5n7zp624f3] {
        background-color: var(--bs-body-bg);
    }

    .email-item.selected[b-5n7zp624f3] {
        background-color: var(--bs-body-bg); /* Use the bg-body-secondary color */
    }

.email-prev-header[b-5n7zp624f3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email-sender[b-5n7zp624f3] {
    font-weight: bold;
}

.email-date[b-5n7zp624f3] {
    color: #666;
    margin-right: 30px;
}

.email-subject[b-5n7zp624f3] {
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 25px;
    max-width: 50%;
}

.email-preview[b-5n7zp624f3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* Ensure the element is treated as a block element */
    max-width: 100%; /* Adjust the max-width as needed */
    max-height: 25px;
    margin-top: 5px;
    margin-right: 30px;
}

.accordion-item[b-5n7zp624f3] {
    margin: 0;
    padding: 0;
}

.accordion-header[b-5n7zp624f3] {
    margin: 0;
    padding: 0;
}

.accordion-body[b-5n7zp624f3] {
    margin: 0;
    padding: 0;
}

[b-5n7zp624f3]::-webkit-scrollbar {
    width: 12px;
}

[b-5n7zp624f3]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

[b-5n7zp624f3]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(150,150,150,0.7);
}
/* _content/CampherPortal/Components/Parts/MediaPlayer.razor.rz.scp.css */

.media-player[b-mj6b4i6b1f] {
    display: flex;
    align-items: center;
}

.media-controls[b-mj6b4i6b1f] {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 10px;
}

.seek-bar-container[b-mj6b4i6b1f] {
    width: 80%;
}

.track-info[b-mj6b4i6b1f] {
    margin-top: 10px;
}

/* _content/CampherPortal/Components/Parts/Notes.razor.rz.scp.css */
.Notes[b-xehj38b6bl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 420px;
    height: 600px;
    border: 1px solid;
    border-radius: 10px;
    position: fixed;
    right: 0%;
    bottom: 1%;
    z-index: 999;
}


.light-mode-background[b-xehj38b6bl] {
    background-image: url('/notes background light2.jpg');
    background-size: cover;
}


.dark-mode-background[b-xehj38b6bl] {
    background-image: url('/notes background.jpg');
    background-size: cover;
}


.NotesBody[b-xehj38b6bl] {
    display: flex;
    flex-grow: 1;
    max-height: 55px;

}

.NotesBtn[b-xehj38b6bl] {
    position: fixed;
    font-size: 2.4em;
    width: 55px;
    height: 55px;
    right: 1.2%;
    top: 17%;
    color: coral;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.message[b-xehj38b6bl] {
    padding: 8px;
    border-radius: 10px;
    max-width: 75%;
    min-width: 40%;
    box-shadow: rgba(0,0,0,0.2) 3px 3px ;
}

/* Sender's message */
.sender[b-xehj38b6bl] {
    align-self: flex-end;

}

/* Receiver's message */
.receiver[b-xehj38b6bl] {
    align-self: flex-start;
  
}

/* Message text */
.message p[b-xehj38b6bl] {
    margin: 0;
}

/* Sender's name */
.sender .name[b-xehj38b6bl] {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Receiver's name */
.receiver .name[b-xehj38b6bl] {
    font-weight: bold;
    margin-bottom: 5px;
}

[b-xehj38b6bl]::-webkit-scrollbar {
    width: 12px;
}

[b-xehj38b6bl]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

[b-xehj38b6bl]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(150,150,150,0.7);
}
/* _content/CampherPortal/Components/Parts/Whatsapps.razor.rz.scp.css */
.Whatsapp[b-pwc6jxhmaz] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 450px;
    height: 96vh;
    border: 1px solid;
    border-radius: 10px;
    position: fixed;
    right: 0%;
    Bottom: 3%;
    top: 1%;
    z-index: 999;
}

.WhatsappTitle[b-pwc6jxhmaz] {
    background-image: url('/whatsapp_text.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.light-mode-background[b-pwc6jxhmaz] {
    background-image: url('/notes background light2.jpg');
    background-size: cover;
}


.dark-mode-background[b-pwc6jxhmaz] {
    background-image: url('/notes background.jpg');
    background-size: cover;
}


.WhatsappBody[b-pwc6jxhmaz] {
    display: flex;
    flex-grow: 1;
    max-height: 55px;
}

.WhatsappBtn[b-pwc6jxhmaz] {
    position: fixed;
    font-size: 2.5em;
    width: 55px;
    height: 55px;
    right: 1.2%;
    top: 2%;
    color: springgreen;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    
    /*    background-image: url('/whatsapp_text.png');
    background-size: cover;*/
}

.message[b-pwc6jxhmaz] {
    padding: 8px;
    border-radius: 10px;
    max-width: 75%;
    min-width: 40%;
    box-shadow: rgba(0,0,0,0.2) 3px 3px;
}

/* Sender's message */
.sender[b-pwc6jxhmaz] {
    align-self: flex-end;
}

/* Receiver's message */
.receiver[b-pwc6jxhmaz] {
    align-self: flex-start;
}

/* Message text */
.message p[b-pwc6jxhmaz] {
    margin: 0;
}

/* Sender's name */
.sender .name[b-pwc6jxhmaz] {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Receiver's name */
.receiver .name[b-pwc6jxhmaz] {
    font-weight: bold;
    margin-bottom: 5px;
}

[b-pwc6jxhmaz]::-webkit-scrollbar {
    width: 12px;
}

[b-pwc6jxhmaz]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

[b-pwc6jxhmaz]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(150,150,150,0.7);
}
