@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/TOS.Portal/Components/Layout/Header.razor.rz.scp.css */
.content[b-ebwr0aztyx] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ebwr0aztyx] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-ebwr0aztyx] {
        width: 25px;
    }

.custom-header[b-ebwr0aztyx] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-ebwr0aztyx] {
    margin-left: 200px;
}

    .content.collapsed[b-ebwr0aztyx] {
        margin-left: 25px;
    }

.container.collapsed[b-ebwr0aztyx] {
    width: 100%;
}

.container[b-ebwr0aztyx] {
    width: 100%;
}

.sidebar .list-group-item[b-ebwr0aztyx] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ebwr0aztyx] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ebwr0aztyx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ebwr0aztyx] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ebwr0aztyx] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ebwr0aztyx] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ebwr0aztyx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ebwr0aztyx] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ebwr0aztyx] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px; /* Set border-radius to 5px */
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-ebwr0aztyx] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ebwr0aztyx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ebwr0aztyx] {
    position: relative;
}

.end-icon[b-ebwr0aztyx] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ebwr0aztyx] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ebwr0aztyx] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-ebwr0aztyx],
.custom-header .help-icon[b-ebwr0aztyx] {
    margin-left: 5px; /* Adjust spacing between icons */
    margin-right: 5px; /* New: Reduce margin to achieve the desired spacing */
    color: #465462;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 10px; /* Increase padding to make icons larger */
    cursor: pointer;
    width: 30px; /* Set width */
    height: 30px; /* Set height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for badge positioning */
}

    .custom-header .notification-icon:hover[b-ebwr0aztyx],
    .custom-header .help-icon:hover[b-ebwr0aztyx] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-ebwr0aztyx] {
    flex-grow: 1;
}

.header-right[b-ebwr0aztyx] {
    display: flex;
    gap: 10px;
}

.badge[b-ebwr0aztyx] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ebwr0aztyx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-ebwr0aztyx] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ebwr0aztyx] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-ebwr0aztyx] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ebwr0aztyx] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-ebwr0aztyx] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-ebwr0aztyx] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-ebwr0aztyx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-ebwr0aztyx] {
    color: white;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 2px 5px 2px 5px;
}

.card-count[b-ebwr0aztyx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-ebwr0aztyx] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-ebwr0aztyx] {
    font-size: 10px;
}

.text-orange[b-ebwr0aztyx] {
    color: orange;
}

.text-green[b-ebwr0aztyx] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-ebwr0aztyx] {
    background-color: #465462;
    color: #fff;
}

/*For profile dropdown menu*/
/* Dropdown container */
.dropdown[b-ebwr0aztyx] {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn[b-ebwr0aztyx] {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content[b-ebwr0aztyx] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-ebwr0aztyx] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-ebwr0aztyx] {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-ebwr0aztyx] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn[b-ebwr0aztyx] {
    background-color: #3e8e41;
}

/*Profile drop down menu closed*/
/* _content/TOS.Portal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c4y6pd6b97] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c4y6pd6b97] {
    flex: 1;
}

.sidebar[b-c4y6pd6b97] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c4y6pd6b97] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c4y6pd6b97]  a, .top-row[b-c4y6pd6b97]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c4y6pd6b97]  a:hover, .top-row[b-c4y6pd6b97]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c4y6pd6b97]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c4y6pd6b97] {
        justify-content: space-between;
    }

        .top-row[b-c4y6pd6b97]  a, .top-row[b-c4y6pd6b97]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c4y6pd6b97] {
        flex-direction: row;
    }

    .sidebar[b-c4y6pd6b97] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c4y6pd6b97] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-c4y6pd6b97]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c4y6pd6b97], article[b-c4y6pd6b97] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c4y6pd6b97] {
    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-c4y6pd6b97] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.ticket-form[b-c4y6pd6b97] {
    margin-top: 20px;
}

.form-group[b-c4y6pd6b97] {
    margin-bottom: 15px;
}

.form-control[b-c4y6pd6b97] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-actions[b-c4y6pd6b97] {
    text-align: right;
}

.btn[b-c4y6pd6b97] {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary[b-c4y6pd6b97] {
    background-color: #007bff;
    color: #fff;
}

    .btn-primary:hover[b-c4y6pd6b97] {
        background-color: #0056b3;
    }
/* _content/TOS.Portal/Components/Layout/NavMenu.razor.rz.scp.css */
.content[b-n9frz04d9a] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-n9frz04d9a] {
    width: 206px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-n9frz04d9a] {
        width: 25px;
    }

.custom-header[b-n9frz04d9a] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
/* Custom class to remove list item dots */
.no-dots[b-n9frz04d9a] {
    list-style-type: none; /* Removes bullets */
    padding-left: 0; /* Removes padding on the left */
    margin-left: 0; /* Removes margin on the left */
}


.content[b-n9frz04d9a] {
    margin-left: 200px;
}

    .content.collapsed[b-n9frz04d9a] {
        margin-left: 25px;
    }

.container.collapsed[b-n9frz04d9a] {
    width: 100%;
}

.container[b-n9frz04d9a] {
    width: 100%;
}

.sidebar .list-group-item[b-n9frz04d9a] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-n9frz04d9a] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}
/*Danish changings*/
/* Ensure text within the list item turns white on hover */
.sidebar .list-group-item:hover .menu-text[b-n9frz04d9a] {
    color: white;
}

.sidebar .list-group-item.active[b-n9frz04d9a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

/* Container styles */


/* .logo-entity-wrapper {
    display: flex;
    align-items: center; 
    transition: all 0.3s ease;
} */

/* Default styling for logo when SuperAdmin or no entity image */
.logo-wrapper.default-logo[b-n9frz04d9a] {
    width: 80%; /* Allow the image to have its natural width */
    height: auto; /* Allow the image to have its natural height */
    background: none; /* No background needed for default logo */
    overflow: visible; /* No clipping needed */
    border-radius: 0; /* Remove the circular shape */
    padding: 10px;
    /* padding-bottom: 40px; */
    /* padding-top: 10px; */
}

/* Default logo doesn't have circular styling */
.no-circle[b-n9frz04d9a] {
    width: 100%; /* Make it fill the available space, you can adjust as needed */
    height: auto; /* Maintain aspect ratio */
}

/* Styling for regular logo with circular wrapper */
.logo-wrapper[b-n9frz04d9a] {
    position: relative;
    width: 50px; /* Adjust as needed for the circle size */
    height: 50px; /* Same as width for a perfect circle */
    overflow: hidden; /* Ensure content outside the circle is hidden */
    border-radius: 50%; /* Create the circle */
    background: #f0f0f0; /* Optional: Background for empty space */
    transition: all 0.3s ease;
}

.logo[b-n9frz04d9a] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fits within the circle without distortion */
    object-position: center; /* Centers the image within the circle */
}

.logo-entity-wrapper[b-n9frz04d9a] {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap;  */
    max-width: 100%;
    overflow: hidden;
}

.entity-details[b-n9frz04d9a] {
    max-width: 100%;
    word-wrap: break-word; /* Ensures long words break properly */
    white-space: normal; /* Allows text to wrap */
    overflow: hidden; /* Prevents overflowing content */
}

.entity-name[b-n9frz04d9a] {
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

/* Apply collapsed styling to the logo */
.sidebar.collapsed .logo-wrapper[b-n9frz04d9a] {
    width: 25px;
    height: 25px;
    display: none;
}

/* Hide entity name when sidebar is collapsed */
.sidebar.collapsed .entity-details[b-n9frz04d9a] {
    display: none;
}

/* Adjust logo-wrapper positioning in collapsed state */
.sidebar.collapsed .logo-entity-wrapper[b-n9frz04d9a] {
    justify-content: center;
}

.settings-menu[b-n9frz04d9a] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-n9frz04d9a] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-n9frz04d9a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .sidebar .logo-container .logo[b-n9frz04d9a] {
        /* width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px; */
    }

    .sidebar .logo-container .icon[b-n9frz04d9a] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px; /* Set border-radius to 5px */
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-n9frz04d9a] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-n9frz04d9a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-n9frz04d9a] {
    position: relative;
}

.end-icon[b-n9frz04d9a] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-n9frz04d9a] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-n9frz04d9a] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-n9frz04d9a],
.custom-header .help-icon[b-n9frz04d9a] {
    margin-left: 5px; /* Adjust spacing between icons */
    margin-right: 5px; /* New: Reduce margin to achieve the desired spacing */
    color: #465462;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 10px; /* Increase padding to make icons larger */
    cursor: pointer;
    width: 30px; /* Set width */
    height: 30px; /* Set height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for badge positioning */
}

    .custom-header .notification-icon:hover[b-n9frz04d9a],
    .custom-header .help-icon:hover[b-n9frz04d9a] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-n9frz04d9a] {
    flex-grow: 1;
}

.header-right[b-n9frz04d9a] {
    display: flex;
    gap: 10px;
}

.badge[b-n9frz04d9a] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-n9frz04d9a] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-n9frz04d9a] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-n9frz04d9a] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-n9frz04d9a] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-n9frz04d9a] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-n9frz04d9a] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-n9frz04d9a] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-n9frz04d9a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-n9frz04d9a] {
    color: white;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 2px 5px 2px 5px;
}

.card-count[b-n9frz04d9a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-n9frz04d9a] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-n9frz04d9a] {
    font-size: 10px;
}


/* Custom CSS */
/* Ensure icons are responsive */
.menu-icon[b-n9frz04d9a] {
    font-size: 1.25rem; /* Adjust this size based on preference */
    width: 24px;
    height: 24px;
}

/* Flexbox for menu items */
.menu-item[b-n9frz04d9a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Make text scale responsively */
.menu-text[b-n9frz04d9a] {
    font-size: 14px;  Responsive font size 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Danish changings*/
/* Style for active menu text */
.list-group-item.active .menu-text[b-n9frz04d9a] {
    color: white;
}


/* For smaller screens, adjust icon and text size */
@media (max-width: 768px) {
    .menu-icon[b-n9frz04d9a] {
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    .menu-text[b-n9frz04d9a] {
        font-size: 0.875rem;
    }
}
/* Custom CSS End */

.text-orange[b-n9frz04d9a] {
    color: orange;
}

.text-green[b-n9frz04d9a] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-n9frz04d9a] {
    background-color: #465462;
    color: #fff;
}
/* _content/TOS.Portal/Components/Layout/TicketModal.razor.rz.scp.css */
.modal-overlay[b-13a26gh02f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-13a26gh02f] {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%; /* Adjust width as needed */
    max-width: 1000px; /* Prevent the modal from becoming too large */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.close-button[b-13a26gh02f] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* _content/TOS.Portal/Components/Pages/Account/AgencySettings.razor.rz.scp.css */
.content[b-ka6drdv9b9] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ka6drdv9b9] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-ka6drdv9b9] {
        width: 25px;
    }

.custom-header[b-ka6drdv9b9] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-ka6drdv9b9] {
    margin-left: 200px;
}

    .content.collapsed[b-ka6drdv9b9] {
        margin-left: 25px;
    }

.container.collapsed[b-ka6drdv9b9] {
    width: 100%;
}

.container[b-ka6drdv9b9] {
    width: 100%;
}

.sidebar .list-group-item[b-ka6drdv9b9] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ka6drdv9b9] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ka6drdv9b9] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ka6drdv9b9] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ka6drdv9b9] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ka6drdv9b9] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ka6drdv9b9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ka6drdv9b9] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ka6drdv9b9] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-ka6drdv9b9] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ka6drdv9b9] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ka6drdv9b9] {
    position: relative;
}

.end-icon[b-ka6drdv9b9] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ka6drdv9b9] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ka6drdv9b9] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-ka6drdv9b9],
.custom-header .help-icon[b-ka6drdv9b9] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-ka6drdv9b9],
    .custom-header .help-icon:hover[b-ka6drdv9b9] {
        background-color: #e1eaf3;
    }

.header-left[b-ka6drdv9b9] {
    flex-grow: 1;
}

.header-right[b-ka6drdv9b9] {
    display: flex;
    gap: 10px;
}

.badge[b-ka6drdv9b9] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ka6drdv9b9] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ka6drdv9b9] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ka6drdv9b9] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ka6drdv9b9] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ka6drdv9b9] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ka6drdv9b9] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ka6drdv9b9] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-ka6drdv9b9] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-ka6drdv9b9] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-ka6drdv9b9] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-ka6drdv9b9] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-ka6drdv9b9] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-ka6drdv9b9] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-ka6drdv9b9] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-ka6drdv9b9] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-ka6drdv9b9] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-ka6drdv9b9] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-ka6drdv9b9] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-ka6drdv9b9] {
        margin-top: 10px;
    }

.custom-file-input[b-ka6drdv9b9] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-ka6drdv9b9]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-ka6drdv9b9]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-ka6drdv9b9]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* _content/TOS.Portal/Components/Pages/Account/Login.razor.rz.scp.css */
/*Login Design Start*/
.login-container[b-750s51jzk0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    /* padding: 20px; */
}

.image-container[b-750s51jzk0] {
    position: relative;
    flex: 1;
    max-width: 50%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('css/images/login_banner.png') center center no-repeat;
    background-size: cover;
}

    .image-container[b-750s51jzk0]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0,0.4);
        border-radius: inherit;
    }

.image-overlay[b-750s51jzk0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-overlay[b-750s51jzk0] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    z-index: 1;
}

.form-container[b-750s51jzk0] {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control[b-750s51jzk0] {
    width: 300px !important;
}

form[b-750s51jzk0] {
    max-width: 300px;
    margin: 0 auto;
}

h2[b-750s51jzk0] {
    text-align: center;
}

.form-group[b-750s51jzk0] {
    margin-bottom: 20px;
}

label[b-750s51jzk0] {
    display: block;
    margin-bottom: 5px;
}

input[type="text"][b-750s51jzk0],
input[type="password"][b-750s51jzk0] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

button[b-750s51jzk0] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button:hover[b-750s51jzk0] {
        background-color: #0056b3;
    }

.form-logo[b-750s51jzk0] {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.welcome-back[b-750s51jzk0] {
    text-align: center;
    margin-top: 20px;
}

.welcome[b-750s51jzk0] {
    font-weight: bold;
    color: #002347;
    font-size: 28px;
}

.account-text[b-750s51jzk0] {
    color: slategray;
}

.password-input[b-750s51jzk0] {
    position: relative;
}

    .password-input input[b-750s51jzk0] {
        padding-right: 2.5rem;
    }

    .password-input mat-icon[b-750s51jzk0] {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

.login-options[b-750s51jzk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-750s51jzk0] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.remember-checkbox[b-750s51jzk0] {
    display: none;
}

.checkbox-container[b-750s51jzk0] {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: orange;
    border-radius: 3px;
    margin-right: 5px;
}

.checkbox-tick[b-750s51jzk0] {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--light-yellow);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.remember-checkbox:checked + .checkbox-container .checkbox-tick[b-750s51jzk0] {
    display: block;
}

.forgot-password[b-750s51jzk0] {
    font-size: 12px;
    color: orange;
    cursor: pointer;
}

.sso-login[b-750s51jzk0] {
    background-color: var(--black) !important;
    border: 1px solid var(--slate-gray);
}

.terms-text[b-750s51jzk0] {
    font-size: 12px;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}
/*Login Design End*/

/* _content/TOS.Portal/Components/Pages/Account/Profile.razor.rz.scp.css */
.content[b-9nwjfuv3qw] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-9nwjfuv3qw] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-9nwjfuv3qw] {
        width: 25px;
    }

.custom-header[b-9nwjfuv3qw] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-9nwjfuv3qw] {
    margin-left: 200px;
}

    .content.collapsed[b-9nwjfuv3qw] {
        margin-left: 25px;
    }

.container.collapsed[b-9nwjfuv3qw] {
    width: 100%;
}

.container[b-9nwjfuv3qw] {
    width: 100%;
}

.sidebar .list-group-item[b-9nwjfuv3qw] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-9nwjfuv3qw] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-9nwjfuv3qw] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-9nwjfuv3qw] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-9nwjfuv3qw] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-9nwjfuv3qw] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-9nwjfuv3qw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-9nwjfuv3qw] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-9nwjfuv3qw] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-9nwjfuv3qw] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-9nwjfuv3qw] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-9nwjfuv3qw] {
    position: relative;
}

.end-icon[b-9nwjfuv3qw] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-9nwjfuv3qw] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-9nwjfuv3qw] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-9nwjfuv3qw],
.custom-header .help-icon[b-9nwjfuv3qw] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-9nwjfuv3qw],
    .custom-header .help-icon:hover[b-9nwjfuv3qw] {
        background-color: #e1eaf3;
    }

.header-left[b-9nwjfuv3qw] {
    flex-grow: 1;
}

.header-right[b-9nwjfuv3qw] {
    display: flex;
    gap: 10px;
}

.badge[b-9nwjfuv3qw] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-9nwjfuv3qw] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-9nwjfuv3qw] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-9nwjfuv3qw] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-9nwjfuv3qw] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-9nwjfuv3qw] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-9nwjfuv3qw] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-9nwjfuv3qw] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-9nwjfuv3qw] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-9nwjfuv3qw] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-9nwjfuv3qw] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-9nwjfuv3qw] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-9nwjfuv3qw] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-9nwjfuv3qw] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-9nwjfuv3qw] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-9nwjfuv3qw] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-9nwjfuv3qw] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-9nwjfuv3qw] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-9nwjfuv3qw] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-9nwjfuv3qw] {
        margin-top: 10px;
    }

.custom-file-input[b-9nwjfuv3qw] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-9nwjfuv3qw]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-9nwjfuv3qw]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-9nwjfuv3qw]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* _content/TOS.Portal/Components/Pages/AdminManager/AddAdmin.razor.rz.scp.css */
.customhover:hover[b-6p3f1mv7ss] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-6p3f1mv7ss] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-6p3f1mv7ss] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-6p3f1mv7ss] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-6p3f1mv7ss] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-6p3f1mv7ss] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-6p3f1mv7ss] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-6p3f1mv7ss] {
    font-size: 16px;
}

.text-medium[b-6p3f1mv7ss] {
    font-size: 14px;
}

.text-small[b-6p3f1mv7ss] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-6p3f1mv7ss] {
    font-weight: bold;
}

.text-muted[b-6p3f1mv7ss] {
    color: #888;
}

.text-body[b-6p3f1mv7ss] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-6p3f1mv7ss] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-6p3f1mv7ss] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-6p3f1mv7ss] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-6p3f1mv7ss]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-6p3f1mv7ss] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-6p3f1mv7ss] {
    margin-left: 200px;
}

    .content.collapsed[b-6p3f1mv7ss] {
        margin-left: 25px;
    }

.container.collapsed[b-6p3f1mv7ss] {
    width: 100%;
}

.container[b-6p3f1mv7ss] {
    width: 100%;
}

.badge[b-6p3f1mv7ss] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-6p3f1mv7ss] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-6p3f1mv7ss] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-6p3f1mv7ss] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-6p3f1mv7ss] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-6p3f1mv7ss] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-6p3f1mv7ss] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-6p3f1mv7ss] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-6p3f1mv7ss] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-6p3f1mv7ss] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-6p3f1mv7ss] {
    font-size: 10px;
}

.text-orange[b-6p3f1mv7ss] {
    color: orange;
}

.text-green[b-6p3f1mv7ss] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-6p3f1mv7ss] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-6p3f1mv7ss] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-6p3f1mv7ss] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-6p3f1mv7ss] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-6p3f1mv7ss] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-6p3f1mv7ss]
}

.card-title[b-6p3f1mv7ss] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-6p3f1mv7ss] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-6p3f1mv7ss] {
            flex-shrink: 0;
        }

.menu-column[b-6p3f1mv7ss] {
    cursor: pointer;
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-6p3f1mv7ss] {
    vertical-align: middle;
}

.count-cards[b-6p3f1mv7ss] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-6p3f1mv7ss] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-6p3f1mv7ss],
.open[b-6p3f1mv7ss],
.on-hold[b-6p3f1mv7ss],
.closed[b-6p3f1mv7ss] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-6p3f1mv7ss] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-6p3f1mv7ss] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-6p3f1mv7ss] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-6p3f1mv7ss] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-6p3f1mv7ss] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-6p3f1mv7ss] {
    padding: 5px;
}

.fs-6[b-6p3f1mv7ss] {
    font-size: 12px !important;
}

.message-container[b-6p3f1mv7ss] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-6p3f1mv7ss] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-6p3f1mv7ss] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-6p3f1mv7ss] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-6p3f1mv7ss] {
    display: flex;
}

.reply-button[b-6p3f1mv7ss],
.forward-button[b-6p3f1mv7ss] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-6p3f1mv7ss],
    .forward-button:hover[b-6p3f1mv7ss] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-6p3f1mv7ss] {
    border-radius: 15px;
}

.modal-header[b-6p3f1mv7ss] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-6p3f1mv7ss] {
    font-weight: bold;
}

.modal-footer[b-6p3f1mv7ss] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-6p3f1mv7ss] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-6p3f1mv7ss] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-6p3f1mv7ss] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-6p3f1mv7ss] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-6p3f1mv7ss] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* _content/TOS.Portal/Components/Pages/AdminManager/AdminManager.razor.rz.scp.css */
.content[b-okjbe25nq1] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-okjbe25nq1] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-okjbe25nq1] {
        width: 25px;
    }

.custom-header[b-okjbe25nq1] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-okjbe25nq1] {
    margin-left: 200px;
}

    .content.collapsed[b-okjbe25nq1] {
        margin-left: 25px;
    }

.container.collapsed[b-okjbe25nq1] {
    width: 100%;
}

.container[b-okjbe25nq1] {
    width: 100%;
}

.sidebar .list-group-item[b-okjbe25nq1] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-okjbe25nq1] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-okjbe25nq1] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-okjbe25nq1] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-okjbe25nq1] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-okjbe25nq1] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-okjbe25nq1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-okjbe25nq1] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-okjbe25nq1] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-okjbe25nq1] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-okjbe25nq1] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-okjbe25nq1] {
    position: relative;
}

.end-icon[b-okjbe25nq1] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-okjbe25nq1] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-okjbe25nq1] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-okjbe25nq1],
.custom-header .help-icon[b-okjbe25nq1] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3; 
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-okjbe25nq1],
    .custom-header .help-icon:hover[b-okjbe25nq1] {
        background-color: #e1eaf3;
    }

.header-left[b-okjbe25nq1] {
    flex-grow: 1;
}

.header-right[b-okjbe25nq1] {
    display: flex;
    gap: 10px;
}

.badge[b-okjbe25nq1] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-okjbe25nq1] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-okjbe25nq1] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-okjbe25nq1] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-okjbe25nq1] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-okjbe25nq1] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-okjbe25nq1] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-okjbe25nq1] {
    color: #465462;
}
/* BODY CSS  */

table[b-okjbe25nq1] {
    font-size: 10px;
}

.tab-hd[b-okjbe25nq1] {
    background-color: #465462;
    color: #fff;
}

.table td[b-okjbe25nq1] {
    vertical-align: middle;
}

.alert[b-okjbe25nq1] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-okjbe25nq1] {
    border-radius: 15px;
}

.modal-header[b-okjbe25nq1] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-okjbe25nq1] {
    font-weight: bold;
}

.modal-footer[b-okjbe25nq1] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-okjbe25nq1] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-okjbe25nq1],
.table th[b-okjbe25nq1] {
    vertical-align: middle;
}

.btn-group .btn[b-okjbe25nq1] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-okjbe25nq1] {
    background-color: red !important;
    background-color: orange !important;
}


.rz-splitbutton-menu rz-popup[b-okjbe25nq1] {
    line-height:5px !important;
}
/* _content/TOS.Portal/Components/Pages/AdminManager/EditAdmin.razor.rz.scp.css */
.customhover:hover[b-hrnem3d3en] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-hrnem3d3en] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-hrnem3d3en] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-hrnem3d3en] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-hrnem3d3en] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-hrnem3d3en] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-hrnem3d3en] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-hrnem3d3en] {
    font-size: 16px;
}

.text-medium[b-hrnem3d3en] {
    font-size: 14px;
}

.text-small[b-hrnem3d3en] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-hrnem3d3en] {
    font-weight: bold;
}

.text-muted[b-hrnem3d3en] {
    color: #888;
}

.text-body[b-hrnem3d3en] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-hrnem3d3en] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-hrnem3d3en] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-hrnem3d3en] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-hrnem3d3en]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-hrnem3d3en] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-hrnem3d3en] {
    margin-left: 200px;
}

    .content.collapsed[b-hrnem3d3en] {
        margin-left: 25px;
    }

.container.collapsed[b-hrnem3d3en] {
    width: 100%;
}

.container[b-hrnem3d3en] {
    width: 100%;
}

.badge[b-hrnem3d3en] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-hrnem3d3en] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-hrnem3d3en] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-hrnem3d3en] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-hrnem3d3en] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-hrnem3d3en] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-hrnem3d3en] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-hrnem3d3en] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-hrnem3d3en] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-hrnem3d3en] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-hrnem3d3en] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-hrnem3d3en] {
    font-size: 10px;
}

.text-orange[b-hrnem3d3en] {
    color: orange;
}

.text-green[b-hrnem3d3en] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-hrnem3d3en] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-hrnem3d3en] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-hrnem3d3en] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-hrnem3d3en] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-hrnem3d3en] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-hrnem3d3en]
}

.card-title[b-hrnem3d3en] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-hrnem3d3en] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-hrnem3d3en] {
            flex-shrink: 0;
        }

.menu-column[b-hrnem3d3en] {
    cursor: pointer;
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-hrnem3d3en] {
    vertical-align: middle;
}

.count-cards[b-hrnem3d3en] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-hrnem3d3en] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-hrnem3d3en],
.open[b-hrnem3d3en],
.on-hold[b-hrnem3d3en],
.closed[b-hrnem3d3en] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-hrnem3d3en] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-hrnem3d3en] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-hrnem3d3en] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-hrnem3d3en] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-hrnem3d3en] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-hrnem3d3en] {
    padding: 5px;
}

.fs-6[b-hrnem3d3en] {
    font-size: 12px !important;
}

.message-container[b-hrnem3d3en] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-hrnem3d3en] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-hrnem3d3en] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-hrnem3d3en] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-hrnem3d3en] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-hrnem3d3en] {
    display: flex;
}

.reply-button[b-hrnem3d3en],
.forward-button[b-hrnem3d3en] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-hrnem3d3en],
    .forward-button:hover[b-hrnem3d3en] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-hrnem3d3en] {
    border-radius: 15px;
}

.modal-header[b-hrnem3d3en] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-hrnem3d3en] {
    font-weight: bold;
}

.modal-footer[b-hrnem3d3en] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-hrnem3d3en] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-hrnem3d3en] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-hrnem3d3en] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-hrnem3d3en] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-hrnem3d3en] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-hrnem3d3en] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* _content/TOS.Portal/Components/Pages/AllEntities/AddDepartment.razor.rz.scp.css */
.content[b-vwngaef8ao] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-vwngaef8ao] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-vwngaef8ao] {
        width: 25px;
    }

.custom-header[b-vwngaef8ao] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-vwngaef8ao] {
    margin-left: 200px;
}

    .content.collapsed[b-vwngaef8ao] {
        margin-left: 25px;
    }

.container.collapsed[b-vwngaef8ao] {
    width: 100%;
}

.container[b-vwngaef8ao] {
    width: 100%;
}

.sidebar .list-group-item[b-vwngaef8ao] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-vwngaef8ao] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-vwngaef8ao] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-vwngaef8ao] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-vwngaef8ao] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-vwngaef8ao] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-vwngaef8ao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-vwngaef8ao] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-vwngaef8ao] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-vwngaef8ao] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-vwngaef8ao] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-vwngaef8ao] {
    position: relative;
}

.end-icon[b-vwngaef8ao] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-vwngaef8ao] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-vwngaef8ao] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-vwngaef8ao],
.custom-header .help-icon[b-vwngaef8ao] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-vwngaef8ao],
    .custom-header .help-icon:hover[b-vwngaef8ao] {
        background-color: #e1eaf3;
    }

.header-left[b-vwngaef8ao] {
    flex-grow: 1;
}

.header-right[b-vwngaef8ao] {
    display: flex;
    gap: 10px;
}

.badge[b-vwngaef8ao] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-vwngaef8ao] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-vwngaef8ao] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-vwngaef8ao] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-vwngaef8ao] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-vwngaef8ao] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-vwngaef8ao] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-vwngaef8ao] {
    color: #465462;
}

.btn-custom[b-vwngaef8ao] {
    background-color: #007dfc;
    border-color: #007dfc;
    color: white;
    height: 38px;
    width: 200px;
}

    .btn-custom:hover[b-vwngaef8ao] {
        background-color: #005bb5;
        border-color: #005bb5;
    }

.btn-discard[b-vwngaef8ao] {
    background-color: white;
    border-color: #007dfc;
    color: #007dfc;
}

    .btn-discard:hover[b-vwngaef8ao] {
        background-color: #f0f0f0;
    }
/* _content/TOS.Portal/Components/Pages/AllEntities/AddMember.razor.rz.scp.css */
.content[b-o0jz784hwl] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-o0jz784hwl] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-o0jz784hwl] {
        width: 25px;
    }

.custom-header[b-o0jz784hwl] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-o0jz784hwl] {
    margin-left: 200px;
}

    .content.collapsed[b-o0jz784hwl] {
        margin-left: 25px;
    }

.container.collapsed[b-o0jz784hwl] {
    width: 100%;
}

.container[b-o0jz784hwl] {
    width: 100%;
}

.sidebar .list-group-item[b-o0jz784hwl] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-o0jz784hwl] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-o0jz784hwl] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-o0jz784hwl] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-o0jz784hwl] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-o0jz784hwl] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-o0jz784hwl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-o0jz784hwl] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-o0jz784hwl] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-o0jz784hwl] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-o0jz784hwl] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-o0jz784hwl] {
    position: relative;
}

.end-icon[b-o0jz784hwl] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-o0jz784hwl] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-o0jz784hwl] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-o0jz784hwl],
.custom-header .help-icon[b-o0jz784hwl] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-o0jz784hwl],
    .custom-header .help-icon:hover[b-o0jz784hwl] {
        background-color: #e1eaf3;
    }

.header-left[b-o0jz784hwl] {
    flex-grow: 1;
}

.header-right[b-o0jz784hwl] {
    display: flex;
    gap: 10px;
}

.badge[b-o0jz784hwl] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-o0jz784hwl] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-o0jz784hwl] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-o0jz784hwl] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-o0jz784hwl] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-o0jz784hwl] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-o0jz784hwl] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-o0jz784hwl] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-o0jz784hwl] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-o0jz784hwl] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-o0jz784hwl] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-o0jz784hwl] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-o0jz784hwl] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-o0jz784hwl] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-o0jz784hwl] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-o0jz784hwl] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-o0jz784hwl] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-o0jz784hwl] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-o0jz784hwl] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-o0jz784hwl] {
        margin-top: 10px;
    }

.custom-file-input[b-o0jz784hwl] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-o0jz784hwl]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-o0jz784hwl]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-o0jz784hwl]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* _content/TOS.Portal/Components/Pages/AllEntities/AllEntities.razor.rz.scp.css */
.content[b-7zs3noyvnk] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-7zs3noyvnk] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-7zs3noyvnk] {
        width: 25px;
    }

.scr-fixed[b-7zs3noyvnk] {
    height: 600px;
    overflow: auto;
}

.custom-header[b-7zs3noyvnk] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-7zs3noyvnk] {
    margin-left: 200px;
}

    .content.collapsed[b-7zs3noyvnk] {
        margin-left: 25px;
    }

.container.collapsed[b-7zs3noyvnk] {
    width: 100%;
}

.container[b-7zs3noyvnk] {
    width: 100%;
}

.sidebar .list-group-item[b-7zs3noyvnk] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-7zs3noyvnk] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-7zs3noyvnk] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-7zs3noyvnk] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-7zs3noyvnk] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-7zs3noyvnk] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-7zs3noyvnk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-7zs3noyvnk] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-7zs3noyvnk] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-7zs3noyvnk] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-7zs3noyvnk] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-7zs3noyvnk] {
    position: relative;
}

.end-icon[b-7zs3noyvnk] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-7zs3noyvnk] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-7zs3noyvnk] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-7zs3noyvnk],
.custom-header .help-icon[b-7zs3noyvnk] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-7zs3noyvnk],
    .custom-header .help-icon:hover[b-7zs3noyvnk] {
        background-color: #e1eaf3;
    }

.header-left[b-7zs3noyvnk] {
    flex-grow: 1;
}

.header-right[b-7zs3noyvnk] {
    display: flex;
    gap: 10px;
}

.badge[b-7zs3noyvnk] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-7zs3noyvnk] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-7zs3noyvnk] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-7zs3noyvnk] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-7zs3noyvnk] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-7zs3noyvnk] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-7zs3noyvnk] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-7zs3noyvnk] {
    color: #465462;
}
/* BODY CSS  */
.oval-chip[b-7zs3noyvnk] {
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-block;
    background-color: #aaa;
    color: rgb(63, 140, 203);
    font-weight: bolder;
}

.card-footer[b-7zs3noyvnk] {
    background-color: white;
}

.oval-chip[b-7zs3noyvnk] {
    padding: 0 5px;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: inline-block;
}

.see-details-link[b-7zs3noyvnk] {
    font-size: 12px;
    color: rgb(63, 140, 203);
    text-decoration: none;
    font-weight: bold;
    border-right: 2px solid rgb(63, 140, 203);
    padding-right: 5px;
    margin-right: 5px;
}

    .see-details-link:hover[b-7zs3noyvnk] {
        text-decoration: underline;
        cursor: pointer;
    }
/* _content/TOS.Portal/Components/Pages/AllEntities/ConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-2u64rukmwd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}
/* _content/TOS.Portal/Components/Pages/AllEntities/DepartmentList.razor.rz.scp.css */
.content[b-8709uqj690] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-8709uqj690] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-8709uqj690] {
        width: 25px;
    }

.custom-header[b-8709uqj690] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-8709uqj690] {
    margin-left: 200px;
}

    .content.collapsed[b-8709uqj690] {
        margin-left: 25px;
    }

.container.collapsed[b-8709uqj690] {
    width: 100%;
}

.container[b-8709uqj690] {
    width: 100%;
}

.sidebar .list-group-item[b-8709uqj690] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-8709uqj690] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-8709uqj690] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-8709uqj690] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-8709uqj690] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-8709uqj690] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-8709uqj690] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-8709uqj690] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-8709uqj690] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-8709uqj690] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-8709uqj690] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-8709uqj690] {
    position: relative;
}

.end-icon[b-8709uqj690] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-8709uqj690] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-8709uqj690] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-8709uqj690],
.custom-header .help-icon[b-8709uqj690] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3; 
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-8709uqj690],
    .custom-header .help-icon:hover[b-8709uqj690] {
        background-color: #e1eaf3;
    }

.header-left[b-8709uqj690] {
    flex-grow: 1;
}

.header-right[b-8709uqj690] {
    display: flex;
    gap: 10px;
}

.badge[b-8709uqj690] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-8709uqj690] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-8709uqj690] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-8709uqj690] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-8709uqj690] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-8709uqj690] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-8709uqj690] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-8709uqj690] {
    color: #465462;
}
/* BODY CSS  */

table[b-8709uqj690] {
    font-size: 10px;
}

.tab-hd[b-8709uqj690] {
    background-color: #465462;
    color: #fff;
}

.table td[b-8709uqj690] {
    vertical-align: middle;
}

.alert[b-8709uqj690] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-8709uqj690] {
    border-radius: 15px;
}

.modal-header[b-8709uqj690] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-8709uqj690] {
    font-weight: bold;
}

.modal-footer[b-8709uqj690] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-8709uqj690] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-8709uqj690],
.table th[b-8709uqj690] {
    vertical-align: middle;
}

.btn-group .btn[b-8709uqj690] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-8709uqj690] {
    background-color: red !important;
    background-color: orange !important;
}


.rz-splitbutton-menu rz-popup[b-8709uqj690] {
    line-height:5px !important;
}
/* _content/TOS.Portal/Components/Pages/AllEntities/EditEntity.razor.rz.scp.css */
.content[b-6h006ccoi5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-6h006ccoi5] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}


    .sidebar.collapsed[b-6h006ccoi5] {
        width: 25px;
    }

.custom-header[b-6h006ccoi5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-6h006ccoi5] {
    margin-left: 200px;
}

    .content.collapsed[b-6h006ccoi5] {
        margin-left: 25px;
    }

.container.collapsed[b-6h006ccoi5] {
    width: 100%;
}

.container[b-6h006ccoi5] {
    width: 100%;
}

.sidebar .list-group-item[b-6h006ccoi5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-6h006ccoi5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-6h006ccoi5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-6h006ccoi5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-6h006ccoi5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-6h006ccoi5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-6h006ccoi5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-6h006ccoi5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-6h006ccoi5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-6h006ccoi5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-6h006ccoi5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-6h006ccoi5] {
    position: relative;
}

.end-icon[b-6h006ccoi5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-6h006ccoi5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-6h006ccoi5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-6h006ccoi5],
.custom-header .help-icon[b-6h006ccoi5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-6h006ccoi5],
    .custom-header .help-icon:hover[b-6h006ccoi5] {
        background-color: #e1eaf3;
    }

.header-left[b-6h006ccoi5] {
    flex-grow: 1;
}

.header-right[b-6h006ccoi5] {
    display: flex;
    gap: 10px;
}

.badge[b-6h006ccoi5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-6h006ccoi5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-6h006ccoi5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-6h006ccoi5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-6h006ccoi5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-6h006ccoi5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-6h006ccoi5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-6h006ccoi5] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-6h006ccoi5] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-6h006ccoi5] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-6h006ccoi5] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-6h006ccoi5] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-6h006ccoi5] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-6h006ccoi5] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-6h006ccoi5] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-6h006ccoi5] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-6h006ccoi5] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-6h006ccoi5] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-6h006ccoi5] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-6h006ccoi5] {
        margin-top: 10px;
    }

.custom-file-input[b-6h006ccoi5] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-6h006ccoi5]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-6h006ccoi5]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-6h006ccoi5]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* _content/TOS.Portal/Components/Pages/AllEntities/EditMember.razor.rz.scp.css */
.content[b-bjt884c3pt] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-bjt884c3pt] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-bjt884c3pt] {
        width: 25px;
    }

.custom-header[b-bjt884c3pt] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-bjt884c3pt] {
    margin-left: 200px;
}

    .content.collapsed[b-bjt884c3pt] {
        margin-left: 25px;
    }

.container.collapsed[b-bjt884c3pt] {
    width: 100%;
}

.container[b-bjt884c3pt] {
    width: 100%;
}

.sidebar .list-group-item[b-bjt884c3pt] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-bjt884c3pt] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-bjt884c3pt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-bjt884c3pt] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-bjt884c3pt] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-bjt884c3pt] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-bjt884c3pt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-bjt884c3pt] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-bjt884c3pt] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-bjt884c3pt] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-bjt884c3pt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-bjt884c3pt] {
    position: relative;
}

.end-icon[b-bjt884c3pt] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-bjt884c3pt] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-bjt884c3pt] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-bjt884c3pt],
.custom-header .help-icon[b-bjt884c3pt] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-bjt884c3pt],
    .custom-header .help-icon:hover[b-bjt884c3pt] {
        background-color: #e1eaf3;
    }

.header-left[b-bjt884c3pt] {
    flex-grow: 1;
}

.header-right[b-bjt884c3pt] {
    display: flex;
    gap: 10px;
}

.badge[b-bjt884c3pt] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-bjt884c3pt] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-bjt884c3pt] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-bjt884c3pt] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-bjt884c3pt] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-bjt884c3pt] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-bjt884c3pt] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-bjt884c3pt] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-bjt884c3pt] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-bjt884c3pt] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-bjt884c3pt] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-bjt884c3pt] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-bjt884c3pt] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-bjt884c3pt] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-bjt884c3pt] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-bjt884c3pt] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-bjt884c3pt] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-bjt884c3pt] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-bjt884c3pt] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-bjt884c3pt] {
        margin-top: 10px;
    }

.custom-file-input[b-bjt884c3pt] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-bjt884c3pt]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-bjt884c3pt]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-bjt884c3pt]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* _content/TOS.Portal/Components/Pages/AllEntities/MemberListing.razor.rz.scp.css */
.content[b-sloo2wwwhn] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-sloo2wwwhn] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-sloo2wwwhn] {
        width: 25px;
    }

.custom-header[b-sloo2wwwhn] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-sloo2wwwhn] {
    margin-left: 200px;
}

    .content.collapsed[b-sloo2wwwhn] {
        margin-left: 25px;
    }

.container.collapsed[b-sloo2wwwhn] {
    width: 100%;
}

.container[b-sloo2wwwhn] {
    width: 100%;
}

.sidebar .list-group-item[b-sloo2wwwhn] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-sloo2wwwhn] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-sloo2wwwhn] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-sloo2wwwhn] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-sloo2wwwhn] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-sloo2wwwhn] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-sloo2wwwhn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-sloo2wwwhn] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-sloo2wwwhn] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-sloo2wwwhn] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-sloo2wwwhn] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-sloo2wwwhn] {
    position: relative;
}

.end-icon[b-sloo2wwwhn] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-sloo2wwwhn] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-sloo2wwwhn] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-sloo2wwwhn],
.custom-header .help-icon[b-sloo2wwwhn] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-sloo2wwwhn],
    .custom-header .help-icon:hover[b-sloo2wwwhn] {
        background-color: #e1eaf3;
    }

.header-left[b-sloo2wwwhn] {
    flex-grow: 1;
}

.header-right[b-sloo2wwwhn] {
    display: flex;
    gap: 10px;
}

.badge[b-sloo2wwwhn] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-sloo2wwwhn] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-sloo2wwwhn] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-sloo2wwwhn] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-sloo2wwwhn] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-sloo2wwwhn] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-sloo2wwwhn] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-sloo2wwwhn] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-sloo2wwwhn] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-sloo2wwwhn] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-sloo2wwwhn] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-sloo2wwwhn] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-sloo2wwwhn] {
    font-size: 10px;
}

.text-orange[b-sloo2wwwhn] {
    color: orange;
}

.text-green[b-sloo2wwwhn] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-sloo2wwwhn] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-sloo2wwwhn] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-sloo2wwwhn] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-sloo2wwwhn] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-sloo2wwwhn] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-sloo2wwwhn]
}

.card-title[b-sloo2wwwhn] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-sloo2wwwhn] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-sloo2wwwhn] {
            flex-shrink: 0;
        }

.menu-column[b-sloo2wwwhn] {
    cursor: pointer;
}

.profile-picture[b-sloo2wwwhn] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-sloo2wwwhn] {
    vertical-align: middle;
}
/* _content/TOS.Portal/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.content[b-hpzq69qgpg] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.dashboad-header[b-hpzq69qgpg] {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #002347;
}

.dashboad-header-subheader[b-hpzq69qgpg] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #465462;
}

.dash-btn-style[b-hpzq69qgpg]{
    background-color: #fff;
    color: #007dfc;
    border-color: #007dfc;
}

.sidebar[b-hpzq69qgpg] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-hpzq69qgpg] {
        width: 25px;
    }

.custom-header[b-hpzq69qgpg] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-hpzq69qgpg] {
    margin-left: 200px;
}

    .content.collapsed[b-hpzq69qgpg] {
        margin-left: 25px;
    }

.container.collapsed[b-hpzq69qgpg] {
    width: 100%;
}

.container[b-hpzq69qgpg] {
    width: 100%;
}

.sidebar .list-group-item[b-hpzq69qgpg] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-hpzq69qgpg] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-hpzq69qgpg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-hpzq69qgpg] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-hpzq69qgpg] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-hpzq69qgpg] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-hpzq69qgpg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-hpzq69qgpg] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-hpzq69qgpg] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px; /* Set border-radius to 5px */
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-hpzq69qgpg] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-hpzq69qgpg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-hpzq69qgpg] {
    position: relative;
}

.end-icon[b-hpzq69qgpg] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-hpzq69qgpg] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-hpzq69qgpg] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-hpzq69qgpg],
.custom-header .help-icon[b-hpzq69qgpg] {
    margin-left: 5px; /* Adjust spacing between icons */
    margin-right: 5px; /* New: Reduce margin to achieve the desired spacing */
    color: #465462;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 10px; /* Increase padding to make icons larger */
    cursor: pointer;
    width: 30px; /* Set width */
    height: 30px; /* Set height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for badge positioning */
}

    .custom-header .notification-icon:hover[b-hpzq69qgpg],
    .custom-header .help-icon:hover[b-hpzq69qgpg] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-hpzq69qgpg] {
    flex-grow: 1;
}

.header-right[b-hpzq69qgpg] {
    display: flex;
    gap: 10px;
}

.badge[b-hpzq69qgpg] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-hpzq69qgpg] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-hpzq69qgpg] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-hpzq69qgpg] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-hpzq69qgpg] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-hpzq69qgpg] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-hpzq69qgpg] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-hpzq69qgpg] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-hpzq69qgpg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: min(4vw, 10px); /* Responsive font size */
    line-height: 1.5; /* Adjusted for better readability */
    color: #002347;
}

.count-icons[b-hpzq69qgpg] {
    color: white;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 2px 5px 2px 5px;
}

.card-count[b-hpzq69qgpg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-hpzq69qgpg] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-hpzq69qgpg] {
    font-size: 10px;
}

.text-orange[b-hpzq69qgpg] {
    color: orange;
}

.text-green[b-hpzq69qgpg] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-hpzq69qgpg] {
    background-color: #465462;
    color: #fff;
}
/* _content/TOS.Portal/Components/Pages/EntityFiles/EntityList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-umlo0z95ei] {
    color: #465462;
}

.content[b-umlo0z95ei] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-umlo0z95ei] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-umlo0z95ei] {
        width: 25px;
    }

.custom-header[b-umlo0z95ei] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-umlo0z95ei] {
    margin-left: 200px;
}

    .content.collapsed[b-umlo0z95ei] {
        margin-left: 25px;
    }

.container.collapsed[b-umlo0z95ei] {
    width: 100%;
}

.container[b-umlo0z95ei] {
    width: 100%;
}

.sidebar .list-group-item[b-umlo0z95ei] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-umlo0z95ei] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-umlo0z95ei] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-umlo0z95ei] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-umlo0z95ei] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-umlo0z95ei] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-umlo0z95ei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-umlo0z95ei] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-umlo0z95ei] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-umlo0z95ei] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-umlo0z95ei] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-umlo0z95ei] {
    position: relative;
}

.end-icon[b-umlo0z95ei] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-umlo0z95ei] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-umlo0z95ei] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-umlo0z95ei],
.custom-header .help-icon[b-umlo0z95ei] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-umlo0z95ei],
    .custom-header .help-icon:hover[b-umlo0z95ei] {
        background-color: #e1eaf3;
    }

.header-left[b-umlo0z95ei] {
    flex-grow: 1;
}

.header-right[b-umlo0z95ei] {
    display: flex;
    gap: 10px;
}

.badge[b-umlo0z95ei] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-umlo0z95ei] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-umlo0z95ei] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-umlo0z95ei] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-umlo0z95ei] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-umlo0z95ei] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-umlo0z95ei] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-umlo0z95ei] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-umlo0z95ei] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-umlo0z95ei] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-umlo0z95ei] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-umlo0z95ei] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-umlo0z95ei] {
    font-size: 10px;
}

.text-orange[b-umlo0z95ei] {
    color: orange;
}

.text-green[b-umlo0z95ei] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-umlo0z95ei] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-umlo0z95ei] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-umlo0z95ei] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-umlo0z95ei] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-umlo0z95ei] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-umlo0z95ei]
}

.card-title[b-umlo0z95ei] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-umlo0z95ei] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-umlo0z95ei] {
            flex-shrink: 0;
        }

.menu-column[b-umlo0z95ei] {
    cursor: pointer;
}

.profile-picture[b-umlo0z95ei] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-umlo0z95ei] {
    vertical-align: middle;
}

.count-cards[b-umlo0z95ei] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-umlo0z95ei] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-umlo0z95ei],
.open[b-umlo0z95ei],
.on-hold[b-umlo0z95ei],
.closed[b-umlo0z95ei] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-umlo0z95ei] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-umlo0z95ei] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-umlo0z95ei] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-umlo0z95ei] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-umlo0z95ei] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/EntityFiles/FilesDetail.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-5stuj81xy5] {
    color: #465462;
}

.content[b-5stuj81xy5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-5stuj81xy5] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-5stuj81xy5] {
        width: 25px;
    }

.custom-header[b-5stuj81xy5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-5stuj81xy5] {
    margin-left: 200px;
}

    .content.collapsed[b-5stuj81xy5] {
        margin-left: 25px;
    }

.container.collapsed[b-5stuj81xy5] {
    width: 100%;
}

.container[b-5stuj81xy5] {
    width: 100%;
}

.sidebar .list-group-item[b-5stuj81xy5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-5stuj81xy5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-5stuj81xy5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-5stuj81xy5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-5stuj81xy5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-5stuj81xy5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-5stuj81xy5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-5stuj81xy5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-5stuj81xy5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-5stuj81xy5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-5stuj81xy5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-5stuj81xy5] {
    position: relative;
}

.end-icon[b-5stuj81xy5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-5stuj81xy5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-5stuj81xy5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-5stuj81xy5],
.custom-header .help-icon[b-5stuj81xy5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-5stuj81xy5],
    .custom-header .help-icon:hover[b-5stuj81xy5] {
        background-color: #e1eaf3;
    }

.header-left[b-5stuj81xy5] {
    flex-grow: 1;
}

.header-right[b-5stuj81xy5] {
    display: flex;
    gap: 10px;
}

.badge[b-5stuj81xy5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-5stuj81xy5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-5stuj81xy5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-5stuj81xy5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-5stuj81xy5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-5stuj81xy5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-5stuj81xy5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-5stuj81xy5] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-5stuj81xy5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-5stuj81xy5] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-5stuj81xy5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-5stuj81xy5] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-5stuj81xy5] {
    font-size: 10px;
}

.text-orange[b-5stuj81xy5] {
    color: orange;
}

.text-green[b-5stuj81xy5] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-5stuj81xy5] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-5stuj81xy5] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-5stuj81xy5] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-5stuj81xy5] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-5stuj81xy5] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-5stuj81xy5]
}

.card-title[b-5stuj81xy5] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-5stuj81xy5] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-5stuj81xy5] {
            flex-shrink: 0;
        }

.menu-column[b-5stuj81xy5] {
    cursor: pointer;
}

.profile-picture[b-5stuj81xy5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-5stuj81xy5] {
    vertical-align: middle;
}

.count-cards[b-5stuj81xy5] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-5stuj81xy5] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-5stuj81xy5],
.open[b-5stuj81xy5],
.on-hold[b-5stuj81xy5],
.closed[b-5stuj81xy5] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-5stuj81xy5] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-5stuj81xy5] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-5stuj81xy5] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-5stuj81xy5] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-5stuj81xy5] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Forms/EditContent.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-9rvl7y6dib] {
    color: #465462;
}

.content[b-9rvl7y6dib] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-9rvl7y6dib] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-9rvl7y6dib] {
        width: 25px;
    }

.custom-header[b-9rvl7y6dib] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-9rvl7y6dib] {
    margin-left: 200px;
}

    .content.collapsed[b-9rvl7y6dib] {
        margin-left: 25px;
    }

.container.collapsed[b-9rvl7y6dib] {
    width: 100%;
}

.container[b-9rvl7y6dib] {
    width: 100%;
}

.sidebar .list-group-item[b-9rvl7y6dib] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-9rvl7y6dib] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-9rvl7y6dib] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-9rvl7y6dib] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-9rvl7y6dib] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-9rvl7y6dib] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-9rvl7y6dib] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-9rvl7y6dib] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-9rvl7y6dib] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-9rvl7y6dib] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-9rvl7y6dib] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-9rvl7y6dib] {
    position: relative;
}

.end-icon[b-9rvl7y6dib] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-9rvl7y6dib] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-9rvl7y6dib] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-9rvl7y6dib],
.custom-header .help-icon[b-9rvl7y6dib] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-9rvl7y6dib],
    .custom-header .help-icon:hover[b-9rvl7y6dib] {
        background-color: #e1eaf3;
    }

.header-left[b-9rvl7y6dib] {
    flex-grow: 1;
}

.header-right[b-9rvl7y6dib] {
    display: flex;
    gap: 10px;
}

.badge[b-9rvl7y6dib] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-9rvl7y6dib] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-9rvl7y6dib] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-9rvl7y6dib] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-9rvl7y6dib] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-9rvl7y6dib] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-9rvl7y6dib] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-9rvl7y6dib] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-9rvl7y6dib] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-9rvl7y6dib] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-9rvl7y6dib] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-9rvl7y6dib] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-9rvl7y6dib] {
    font-size: 10px;
}

.text-orange[b-9rvl7y6dib] {
    color: orange;
}

.text-green[b-9rvl7y6dib] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-9rvl7y6dib] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-9rvl7y6dib] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-9rvl7y6dib] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-9rvl7y6dib] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-9rvl7y6dib] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-9rvl7y6dib]
}

.card-title[b-9rvl7y6dib] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-9rvl7y6dib] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-9rvl7y6dib] {
            flex-shrink: 0;
        }

.menu-column[b-9rvl7y6dib] {
    cursor: pointer;
}

.profile-picture[b-9rvl7y6dib] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-9rvl7y6dib] {
    vertical-align: middle;
}

.count-cards[b-9rvl7y6dib] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-9rvl7y6dib] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-9rvl7y6dib],
.open[b-9rvl7y6dib],
.on-hold[b-9rvl7y6dib],
.closed[b-9rvl7y6dib] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-9rvl7y6dib] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-9rvl7y6dib] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-9rvl7y6dib] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-9rvl7y6dib] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-9rvl7y6dib] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Forms/EntityForm.razor.rz.scp.css */
/* Ensure all form fields are displayed in columns on larger screens */
.form-row .form-group[b-wzp81pdarv] {
    margin-bottom: 1rem;
}

/* Default layout (desktop and larger screens) */
@media (min-width: 769px) {
    .form-row .col-4[b-wzp81pdarv], .form-row .col-8[b-wzp81pdarv] {
        display: inline-block;
        vertical-align: top;
    }
}

/* Mobile layout: Stack all form fields in a single column */
@media (max-width: 768px) {
    .form-row .col-4[b-wzp81pdarv], .form-row .col-8[b-wzp81pdarv] {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
/* _content/TOS.Portal/Components/Pages/Forms/FormList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-gp0isvvyll] {
    color: #465462;
}

.content[b-gp0isvvyll] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-gp0isvvyll] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-gp0isvvyll] {
        width: 25px;
    }

.custom-header[b-gp0isvvyll] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-gp0isvvyll] {
    margin-left: 200px;
}

    .content.collapsed[b-gp0isvvyll] {
        margin-left: 25px;
    }

.container.collapsed[b-gp0isvvyll] {
    width: 100%;
}

.container[b-gp0isvvyll] {
    width: 100%;
}

.sidebar .list-group-item[b-gp0isvvyll] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-gp0isvvyll] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-gp0isvvyll] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-gp0isvvyll] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-gp0isvvyll] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-gp0isvvyll] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-gp0isvvyll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-gp0isvvyll] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-gp0isvvyll] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-gp0isvvyll] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-gp0isvvyll] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-gp0isvvyll] {
    position: relative;
}

.end-icon[b-gp0isvvyll] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-gp0isvvyll] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-gp0isvvyll] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-gp0isvvyll],
.custom-header .help-icon[b-gp0isvvyll] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-gp0isvvyll],
    .custom-header .help-icon:hover[b-gp0isvvyll] {
        background-color: #e1eaf3;
    }

.header-left[b-gp0isvvyll] {
    flex-grow: 1;
}

.header-right[b-gp0isvvyll] {
    display: flex;
    gap: 10px;
}

.badge[b-gp0isvvyll] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-gp0isvvyll] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-gp0isvvyll] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-gp0isvvyll] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-gp0isvvyll] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-gp0isvvyll] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-gp0isvvyll] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-gp0isvvyll] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-gp0isvvyll] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-gp0isvvyll] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-gp0isvvyll] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-gp0isvvyll] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-gp0isvvyll] {
    font-size: 10px;
}

.text-orange[b-gp0isvvyll] {
    color: orange;
}

.text-green[b-gp0isvvyll] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-gp0isvvyll] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-gp0isvvyll] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-gp0isvvyll] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-gp0isvvyll] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-gp0isvvyll] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-gp0isvvyll]
}

.card-title[b-gp0isvvyll] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-gp0isvvyll] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-gp0isvvyll] {
            flex-shrink: 0;
        }

.menu-column[b-gp0isvvyll] {
    cursor: pointer;
}

.profile-picture[b-gp0isvvyll] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-gp0isvvyll] {
    vertical-align: middle;
}

.count-cards[b-gp0isvvyll] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-gp0isvvyll] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-gp0isvvyll],
.open[b-gp0isvvyll],
.on-hold[b-gp0isvvyll],
.closed[b-gp0isvvyll] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-gp0isvvyll] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-gp0isvvyll] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-gp0isvvyll] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-gp0isvvyll] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-gp0isvvyll] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Notification/AddNotification.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-ejb9wdjmz0] {
    color: #465462;
}

.content[b-ejb9wdjmz0] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ejb9wdjmz0] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-ejb9wdjmz0] {
        width: 25px;
    }

.custom-header[b-ejb9wdjmz0] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-ejb9wdjmz0] {
    margin-left: 200px;
}

    .content.collapsed[b-ejb9wdjmz0] {
        margin-left: 25px;
    }

.container.collapsed[b-ejb9wdjmz0] {
    width: 100%;
}

.container[b-ejb9wdjmz0] {
    width: 100%;
}

.sidebar .list-group-item[b-ejb9wdjmz0] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ejb9wdjmz0] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ejb9wdjmz0] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ejb9wdjmz0] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ejb9wdjmz0] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ejb9wdjmz0] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ejb9wdjmz0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ejb9wdjmz0] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ejb9wdjmz0] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-ejb9wdjmz0] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ejb9wdjmz0] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ejb9wdjmz0] {
    position: relative;
}

.end-icon[b-ejb9wdjmz0] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ejb9wdjmz0] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ejb9wdjmz0] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-ejb9wdjmz0],
.custom-header .help-icon[b-ejb9wdjmz0] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-ejb9wdjmz0],
    .custom-header .help-icon:hover[b-ejb9wdjmz0] {
        background-color: #e1eaf3;
    }

.header-left[b-ejb9wdjmz0] {
    flex-grow: 1;
}

.header-right[b-ejb9wdjmz0] {
    display: flex;
    gap: 10px;
}

.badge[b-ejb9wdjmz0] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ejb9wdjmz0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ejb9wdjmz0] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ejb9wdjmz0] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ejb9wdjmz0] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ejb9wdjmz0] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ejb9wdjmz0] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ejb9wdjmz0] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-ejb9wdjmz0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-ejb9wdjmz0] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-ejb9wdjmz0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-ejb9wdjmz0] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-ejb9wdjmz0] {
    font-size: 10px;
}

.text-orange[b-ejb9wdjmz0] {
    color: orange;
}

.text-green[b-ejb9wdjmz0] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-ejb9wdjmz0] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-ejb9wdjmz0] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-ejb9wdjmz0] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-ejb9wdjmz0] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-ejb9wdjmz0] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-ejb9wdjmz0]
}

.card-title[b-ejb9wdjmz0] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-ejb9wdjmz0] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-ejb9wdjmz0] {
            flex-shrink: 0;
        }

.menu-column[b-ejb9wdjmz0] {
    cursor: pointer;
}

.profile-picture[b-ejb9wdjmz0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-ejb9wdjmz0] {
    vertical-align: middle;
}

.count-cards[b-ejb9wdjmz0] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-ejb9wdjmz0] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-ejb9wdjmz0],
.open[b-ejb9wdjmz0],
.on-hold[b-ejb9wdjmz0],
.closed[b-ejb9wdjmz0] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-ejb9wdjmz0] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-ejb9wdjmz0] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-ejb9wdjmz0] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-ejb9wdjmz0] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-ejb9wdjmz0] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Notification/EntityNotificationSummary.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-pwpc0q00j6] {
    color: #465462;
}

.content[b-pwpc0q00j6] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-pwpc0q00j6] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-pwpc0q00j6] {
        width: 25px;
    }

.custom-header[b-pwpc0q00j6] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-pwpc0q00j6] {
    margin-left: 200px;
}

    .content.collapsed[b-pwpc0q00j6] {
        margin-left: 25px;
    }

.container.collapsed[b-pwpc0q00j6] {
    width: 100%;
}

.container[b-pwpc0q00j6] {
    width: 100%;
}

.sidebar .list-group-item[b-pwpc0q00j6] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-pwpc0q00j6] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-pwpc0q00j6] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-pwpc0q00j6] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-pwpc0q00j6] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-pwpc0q00j6] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-pwpc0q00j6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-pwpc0q00j6] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-pwpc0q00j6] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-pwpc0q00j6] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-pwpc0q00j6] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-pwpc0q00j6] {
    position: relative;
}

.end-icon[b-pwpc0q00j6] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-pwpc0q00j6] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-pwpc0q00j6] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-pwpc0q00j6],
.custom-header .help-icon[b-pwpc0q00j6] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-pwpc0q00j6],
    .custom-header .help-icon:hover[b-pwpc0q00j6] {
        background-color: #e1eaf3;
    }

.header-left[b-pwpc0q00j6] {
    flex-grow: 1;
}

.header-right[b-pwpc0q00j6] {
    display: flex;
    gap: 10px;
}

.badge[b-pwpc0q00j6] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-pwpc0q00j6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-pwpc0q00j6] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-pwpc0q00j6] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-pwpc0q00j6] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-pwpc0q00j6] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-pwpc0q00j6] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-pwpc0q00j6] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-pwpc0q00j6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-pwpc0q00j6] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-pwpc0q00j6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-pwpc0q00j6] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-pwpc0q00j6] {
    font-size: 10px;
}

.text-orange[b-pwpc0q00j6] {
    color: orange;
}

.text-green[b-pwpc0q00j6] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-pwpc0q00j6] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-pwpc0q00j6] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-pwpc0q00j6] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-pwpc0q00j6] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-pwpc0q00j6] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-pwpc0q00j6]
}

.card-title[b-pwpc0q00j6] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-pwpc0q00j6] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-pwpc0q00j6] {
            flex-shrink: 0;
        }

.menu-column[b-pwpc0q00j6] {
    cursor: pointer;
}

.profile-picture[b-pwpc0q00j6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-pwpc0q00j6] {
    vertical-align: middle;
}

.count-cards[b-pwpc0q00j6] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-pwpc0q00j6] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-pwpc0q00j6],
.open[b-pwpc0q00j6],
.on-hold[b-pwpc0q00j6],
.closed[b-pwpc0q00j6] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-pwpc0q00j6] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-pwpc0q00j6] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-pwpc0q00j6] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-pwpc0q00j6] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-pwpc0q00j6] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Notification/NotificationList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-rm6viqj214] {
    color: #465462;
}

.content[b-rm6viqj214] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-rm6viqj214] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-rm6viqj214] {
        width: 25px;
    }

.custom-header[b-rm6viqj214] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-rm6viqj214] {
    margin-left: 200px;
}

    .content.collapsed[b-rm6viqj214] {
        margin-left: 25px;
    }

.container.collapsed[b-rm6viqj214] {
    width: 100%;
}

.container[b-rm6viqj214] {
    width: 100%;
}

.sidebar .list-group-item[b-rm6viqj214] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-rm6viqj214] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-rm6viqj214] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-rm6viqj214] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-rm6viqj214] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-rm6viqj214] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-rm6viqj214] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-rm6viqj214] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-rm6viqj214] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-rm6viqj214] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-rm6viqj214] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-rm6viqj214] {
    position: relative;
}

.end-icon[b-rm6viqj214] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-rm6viqj214] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-rm6viqj214] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-rm6viqj214],
.custom-header .help-icon[b-rm6viqj214] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-rm6viqj214],
    .custom-header .help-icon:hover[b-rm6viqj214] {
        background-color: #e1eaf3;
    }

.header-left[b-rm6viqj214] {
    flex-grow: 1;
}

.header-right[b-rm6viqj214] {
    display: flex;
    gap: 10px;
}

.badge[b-rm6viqj214] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-rm6viqj214] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-rm6viqj214] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-rm6viqj214] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-rm6viqj214] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-rm6viqj214] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-rm6viqj214] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-rm6viqj214] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-rm6viqj214] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-rm6viqj214] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-rm6viqj214] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-rm6viqj214] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-rm6viqj214] {
    font-size: 10px;
}

.text-orange[b-rm6viqj214] {
    color: orange;
}

.text-green[b-rm6viqj214] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-rm6viqj214] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-rm6viqj214] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-rm6viqj214] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-rm6viqj214] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-rm6viqj214] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-rm6viqj214]
}

.card-title[b-rm6viqj214] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-rm6viqj214] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-rm6viqj214] {
            flex-shrink: 0;
        }

.menu-column[b-rm6viqj214] {
    cursor: pointer;
}

.profile-picture[b-rm6viqj214] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-rm6viqj214] {
    vertical-align: middle;
}

.count-cards[b-rm6viqj214] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-rm6viqj214] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-rm6viqj214],
.open[b-rm6viqj214],
.on-hold[b-rm6viqj214],
.closed[b-rm6viqj214] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-rm6viqj214] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-rm6viqj214] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-rm6viqj214] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-rm6viqj214] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-rm6viqj214] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/PdfControl/OpenCanvaPdf.razor.rz.scp.css */
 /*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/
.grdlbl[b-fmrbfp1uc7] {
    color: #465462;
}

.content[b-fmrbfp1uc7] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-fmrbfp1uc7] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-fmrbfp1uc7] {
        width: 25px;
    }

.custom-header[b-fmrbfp1uc7] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-fmrbfp1uc7] {
    margin-left: 200px;
}

    .content.collapsed[b-fmrbfp1uc7] {
        margin-left: 25px;
    }

.container.collapsed[b-fmrbfp1uc7] {
    width: 100%;
}

.container[b-fmrbfp1uc7] {
    width: 100%;
}

.sidebar .list-group-item[b-fmrbfp1uc7] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-fmrbfp1uc7] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-fmrbfp1uc7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-fmrbfp1uc7] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-fmrbfp1uc7] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-fmrbfp1uc7] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-fmrbfp1uc7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-fmrbfp1uc7] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-fmrbfp1uc7] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-fmrbfp1uc7] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-fmrbfp1uc7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-fmrbfp1uc7] {
    position: relative;
}

.end-icon[b-fmrbfp1uc7] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-fmrbfp1uc7] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-fmrbfp1uc7] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-fmrbfp1uc7],
.custom-header .help-icon[b-fmrbfp1uc7] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-fmrbfp1uc7],
    .custom-header .help-icon:hover[b-fmrbfp1uc7] {
        background-color: #e1eaf3;
    }

.header-left[b-fmrbfp1uc7] {
    flex-grow: 1;
}

.header-right[b-fmrbfp1uc7] {
    display: flex;
    gap: 10px;
}

.badge[b-fmrbfp1uc7] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-fmrbfp1uc7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-fmrbfp1uc7] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-fmrbfp1uc7] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-fmrbfp1uc7] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-fmrbfp1uc7] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-fmrbfp1uc7] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-fmrbfp1uc7] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-fmrbfp1uc7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-fmrbfp1uc7] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-fmrbfp1uc7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-fmrbfp1uc7] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-fmrbfp1uc7] {
    font-size: 10px;
}

.text-orange[b-fmrbfp1uc7] {
    color: orange;
}

.text-green[b-fmrbfp1uc7] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-fmrbfp1uc7] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-fmrbfp1uc7] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-fmrbfp1uc7] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-fmrbfp1uc7] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-fmrbfp1uc7] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-fmrbfp1uc7]
}

.card-title[b-fmrbfp1uc7] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-fmrbfp1uc7] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-fmrbfp1uc7] {
            flex-shrink: 0;
        }

.menu-column[b-fmrbfp1uc7] {
    cursor: pointer;
}

.profile-picture[b-fmrbfp1uc7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-fmrbfp1uc7] {
    vertical-align: middle;
}

.count-cards[b-fmrbfp1uc7] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-fmrbfp1uc7] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-fmrbfp1uc7],
.open[b-fmrbfp1uc7],
.on-hold[b-fmrbfp1uc7],
.closed[b-fmrbfp1uc7] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-fmrbfp1uc7] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-fmrbfp1uc7] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-fmrbfp1uc7] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-fmrbfp1uc7] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-fmrbfp1uc7] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/RequestForm/EmailTemplate.razor.rz.scp.css */
.customhover:hover[b-3p7utcrzdj] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-3p7utcrzdj] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-3p7utcrzdj] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-3p7utcrzdj] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-3p7utcrzdj] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-3p7utcrzdj] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-3p7utcrzdj] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-3p7utcrzdj] {
    font-size: 16px;
}

.text-medium[b-3p7utcrzdj] {
    font-size: 14px;
}

.text-small[b-3p7utcrzdj] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-3p7utcrzdj] {
    font-weight: bold;
}

.text-muted[b-3p7utcrzdj] {
    color: #888;
}

.text-body[b-3p7utcrzdj] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-3p7utcrzdj] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-3p7utcrzdj] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-3p7utcrzdj] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-3p7utcrzdj]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-3p7utcrzdj] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-3p7utcrzdj] {
    margin-left: 200px;
}

    .content.collapsed[b-3p7utcrzdj] {
        margin-left: 25px;
    }

.container.collapsed[b-3p7utcrzdj] {
    width: 100%;
}

.container[b-3p7utcrzdj] {
    width: 100%;
}

.badge[b-3p7utcrzdj] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-3p7utcrzdj] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-3p7utcrzdj] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-3p7utcrzdj] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-3p7utcrzdj] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-3p7utcrzdj] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-3p7utcrzdj] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-3p7utcrzdj] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-3p7utcrzdj] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-3p7utcrzdj] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-3p7utcrzdj] {
    font-size: 10px;
}

.text-orange[b-3p7utcrzdj] {
    color: orange;
}

.text-green[b-3p7utcrzdj] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-3p7utcrzdj] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-3p7utcrzdj] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-3p7utcrzdj] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-3p7utcrzdj] {
        background-color: #007dfc;
        color: white;
    }
        .btn-custom:hover i[b-3p7utcrzdj] {
            color: white !important; /* Ensures icons stay white */
        }

    .btn-custom:hover .icon-custom[b-3p7utcrzdj] {
        color: white;
    }
    
.add-member-btn[b-3p7utcrzdj] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-3p7utcrzdj]
}

.card-title[b-3p7utcrzdj] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-3p7utcrzdj] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-3p7utcrzdj] {
            flex-shrink: 0;
        }

.menu-column[b-3p7utcrzdj] {
    cursor: pointer;
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-3p7utcrzdj] {
    vertical-align: middle;
}

.count-cards[b-3p7utcrzdj] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-3p7utcrzdj] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-3p7utcrzdj],
.open[b-3p7utcrzdj],
.on-hold[b-3p7utcrzdj],
.closed[b-3p7utcrzdj] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-3p7utcrzdj] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-3p7utcrzdj] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-3p7utcrzdj] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-3p7utcrzdj] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-3p7utcrzdj] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-3p7utcrzdj] {
    padding: 5px;
}

.fs-6[b-3p7utcrzdj] {
    font-size: 12px !important;
}

.message-container[b-3p7utcrzdj] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-3p7utcrzdj] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-3p7utcrzdj] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-3p7utcrzdj] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-3p7utcrzdj] {
    display: flex;
}

.reply-button[b-3p7utcrzdj],
.forward-button[b-3p7utcrzdj] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-3p7utcrzdj],
    .forward-button:hover[b-3p7utcrzdj] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-3p7utcrzdj] {
    border-radius: 15px;
}

.modal-header[b-3p7utcrzdj] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-3p7utcrzdj] {
    font-weight: bold;
}

.modal-footer[b-3p7utcrzdj] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-3p7utcrzdj] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-3p7utcrzdj] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-3p7utcrzdj] {
    background-color: #1b6ec2;
    color: white;
}

.note-div[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-3p7utcrzdj] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-3p7utcrzdj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/TOS.Portal/Components/Pages/RequestForm/RequestFormListing.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-75s0lh8zdi] {
    color: #465462;
}

.content[b-75s0lh8zdi] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-75s0lh8zdi] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-75s0lh8zdi] {
        width: 25px;
    }

.custom-header[b-75s0lh8zdi] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-75s0lh8zdi] {
    margin-left: 200px;
}

    .content.collapsed[b-75s0lh8zdi] {
        margin-left: 25px;
    }

.container.collapsed[b-75s0lh8zdi] {
    width: 100%;
}

.container[b-75s0lh8zdi] {
    width: 100%;
}

.sidebar .list-group-item[b-75s0lh8zdi] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-75s0lh8zdi] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-75s0lh8zdi] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-75s0lh8zdi] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-75s0lh8zdi] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-75s0lh8zdi] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-75s0lh8zdi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-75s0lh8zdi] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-75s0lh8zdi] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-75s0lh8zdi] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-75s0lh8zdi] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-75s0lh8zdi] {
    position: relative;
}

.end-icon[b-75s0lh8zdi] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-75s0lh8zdi] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-75s0lh8zdi] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-75s0lh8zdi],
.custom-header .help-icon[b-75s0lh8zdi] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-75s0lh8zdi],
    .custom-header .help-icon:hover[b-75s0lh8zdi] {
        background-color: #e1eaf3;
    }

.header-left[b-75s0lh8zdi] {
    flex-grow: 1;
}

.header-right[b-75s0lh8zdi] {
    display: flex;
    gap: 10px;
}

.badge[b-75s0lh8zdi] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-75s0lh8zdi] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-75s0lh8zdi] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-75s0lh8zdi] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-75s0lh8zdi] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-75s0lh8zdi] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-75s0lh8zdi] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-75s0lh8zdi] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-75s0lh8zdi] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-75s0lh8zdi] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-75s0lh8zdi] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-75s0lh8zdi] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-75s0lh8zdi] {
    font-size: 10px;
}

.text-orange[b-75s0lh8zdi] {
    color: orange;
}

.text-green[b-75s0lh8zdi] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-75s0lh8zdi] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-75s0lh8zdi] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-75s0lh8zdi] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-75s0lh8zdi] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-75s0lh8zdi] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-75s0lh8zdi]
}

.card-title[b-75s0lh8zdi] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-75s0lh8zdi] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-75s0lh8zdi] {
            flex-shrink: 0;
        }

.menu-column[b-75s0lh8zdi] {
    cursor: pointer;
}

.profile-picture[b-75s0lh8zdi] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-75s0lh8zdi] {
    vertical-align: middle;
}

.count-cards[b-75s0lh8zdi] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-75s0lh8zdi] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-75s0lh8zdi],
.open[b-75s0lh8zdi],
.on-hold[b-75s0lh8zdi],
.closed[b-75s0lh8zdi] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-75s0lh8zdi] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-75s0lh8zdi] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-75s0lh8zdi] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-75s0lh8zdi] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-75s0lh8zdi] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Scheduler/EditAppointment.razor.rz.scp.css */
.rz-calendar .rz-calendar-day.rz-state-active[b-p6vzn0tdyz] {
    background-color: #4CAF50; /* Change this to your preferred background color */
    color: white; /* Change this to your preferred text color */
}
/* _content/TOS.Portal/Components/Pages/Templates/AddTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-jjoy2qyrke] {
    color: #465462;
}

.content[b-jjoy2qyrke] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-jjoy2qyrke] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-jjoy2qyrke] {
        width: 25px;
    }

.custom-header[b-jjoy2qyrke] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-jjoy2qyrke] {
    margin-left: 200px;
}

    .content.collapsed[b-jjoy2qyrke] {
        margin-left: 25px;
    }

.container.collapsed[b-jjoy2qyrke] {
    width: 100%;
}

.container[b-jjoy2qyrke] {
    width: 100%;
}

.sidebar .list-group-item[b-jjoy2qyrke] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-jjoy2qyrke] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-jjoy2qyrke] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-jjoy2qyrke] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-jjoy2qyrke] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-jjoy2qyrke] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-jjoy2qyrke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-jjoy2qyrke] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-jjoy2qyrke] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-jjoy2qyrke] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-jjoy2qyrke] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-jjoy2qyrke] {
    position: relative;
}

.end-icon[b-jjoy2qyrke] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-jjoy2qyrke] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-jjoy2qyrke] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-jjoy2qyrke],
.custom-header .help-icon[b-jjoy2qyrke] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-jjoy2qyrke],
    .custom-header .help-icon:hover[b-jjoy2qyrke] {
        background-color: #e1eaf3;
    }

.header-left[b-jjoy2qyrke] {
    flex-grow: 1;
}

.header-right[b-jjoy2qyrke] {
    display: flex;
    gap: 10px;
}

.badge[b-jjoy2qyrke] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-jjoy2qyrke] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-jjoy2qyrke] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-jjoy2qyrke] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-jjoy2qyrke] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-jjoy2qyrke] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-jjoy2qyrke] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-jjoy2qyrke] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-jjoy2qyrke] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-jjoy2qyrke] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-jjoy2qyrke] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-jjoy2qyrke] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-jjoy2qyrke] {
    font-size: 10px;
}

.text-orange[b-jjoy2qyrke] {
    color: orange;
}

.text-green[b-jjoy2qyrke] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-jjoy2qyrke] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-jjoy2qyrke] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-jjoy2qyrke] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-jjoy2qyrke] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-jjoy2qyrke] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-jjoy2qyrke]
}

.card-title[b-jjoy2qyrke] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-jjoy2qyrke] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-jjoy2qyrke] {
            flex-shrink: 0;
        }

.menu-column[b-jjoy2qyrke] {
    cursor: pointer;
}

.profile-picture[b-jjoy2qyrke] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-jjoy2qyrke] {
    vertical-align: middle;
}

.count-cards[b-jjoy2qyrke] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-jjoy2qyrke] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-jjoy2qyrke],
.open[b-jjoy2qyrke],
.on-hold[b-jjoy2qyrke],
.closed[b-jjoy2qyrke] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-jjoy2qyrke] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-jjoy2qyrke] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-jjoy2qyrke] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-jjoy2qyrke] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-jjoy2qyrke] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Templates/EditEmaiTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-w2cemgs03i] {
    color: #465462;
}

.content[b-w2cemgs03i] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-w2cemgs03i] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-w2cemgs03i] {
        width: 25px;
    }

.custom-header[b-w2cemgs03i] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-w2cemgs03i] {
    margin-left: 200px;
}

    .content.collapsed[b-w2cemgs03i] {
        margin-left: 25px;
    }

.container.collapsed[b-w2cemgs03i] {
    width: 100%;
}

.container[b-w2cemgs03i] {
    width: 100%;
}

.sidebar .list-group-item[b-w2cemgs03i] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-w2cemgs03i] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-w2cemgs03i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-w2cemgs03i] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-w2cemgs03i] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-w2cemgs03i] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-w2cemgs03i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-w2cemgs03i] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-w2cemgs03i] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-w2cemgs03i] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-w2cemgs03i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-w2cemgs03i] {
    position: relative;
}

.end-icon[b-w2cemgs03i] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-w2cemgs03i] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-w2cemgs03i] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-w2cemgs03i],
.custom-header .help-icon[b-w2cemgs03i] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-w2cemgs03i],
    .custom-header .help-icon:hover[b-w2cemgs03i] {
        background-color: #e1eaf3;
    }

.header-left[b-w2cemgs03i] {
    flex-grow: 1;
}

.header-right[b-w2cemgs03i] {
    display: flex;
    gap: 10px;
}

.badge[b-w2cemgs03i] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-w2cemgs03i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-w2cemgs03i] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-w2cemgs03i] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-w2cemgs03i] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-w2cemgs03i] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-w2cemgs03i] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-w2cemgs03i] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-w2cemgs03i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-w2cemgs03i] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-w2cemgs03i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-w2cemgs03i] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-w2cemgs03i] {
    font-size: 10px;
}

.text-orange[b-w2cemgs03i] {
    color: orange;
}

.text-green[b-w2cemgs03i] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-w2cemgs03i] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-w2cemgs03i] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-w2cemgs03i] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-w2cemgs03i] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-w2cemgs03i] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-w2cemgs03i]
}

.card-title[b-w2cemgs03i] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-w2cemgs03i] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-w2cemgs03i] {
            flex-shrink: 0;
        }

.menu-column[b-w2cemgs03i] {
    cursor: pointer;
}

.profile-picture[b-w2cemgs03i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-w2cemgs03i] {
    vertical-align: middle;
}

.count-cards[b-w2cemgs03i] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-w2cemgs03i] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-w2cemgs03i],
.open[b-w2cemgs03i],
.on-hold[b-w2cemgs03i],
.closed[b-w2cemgs03i] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-w2cemgs03i] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-w2cemgs03i] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-w2cemgs03i] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-w2cemgs03i] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-w2cemgs03i] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Templates/EmailTemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-0wnqnlar04] {
    color: #465462;
}

.content[b-0wnqnlar04] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-0wnqnlar04] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-0wnqnlar04] {
        width: 25px;
    }

.custom-header[b-0wnqnlar04] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-0wnqnlar04] {
    margin-left: 200px;
}

    .content.collapsed[b-0wnqnlar04] {
        margin-left: 25px;
    }

.container.collapsed[b-0wnqnlar04] {
    width: 100%;
}

.container[b-0wnqnlar04] {
    width: 100%;
}

.sidebar .list-group-item[b-0wnqnlar04] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-0wnqnlar04] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-0wnqnlar04] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-0wnqnlar04] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-0wnqnlar04] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-0wnqnlar04] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-0wnqnlar04] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-0wnqnlar04] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-0wnqnlar04] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-0wnqnlar04] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-0wnqnlar04] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-0wnqnlar04] {
    position: relative;
}

.end-icon[b-0wnqnlar04] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-0wnqnlar04] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-0wnqnlar04] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-0wnqnlar04],
.custom-header .help-icon[b-0wnqnlar04] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-0wnqnlar04],
    .custom-header .help-icon:hover[b-0wnqnlar04] {
        background-color: #e1eaf3;
    }

.header-left[b-0wnqnlar04] {
    flex-grow: 1;
}

.header-right[b-0wnqnlar04] {
    display: flex;
    gap: 10px;
}

.badge[b-0wnqnlar04] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-0wnqnlar04] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-0wnqnlar04] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-0wnqnlar04] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-0wnqnlar04] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-0wnqnlar04] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-0wnqnlar04] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-0wnqnlar04] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-0wnqnlar04] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-0wnqnlar04] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-0wnqnlar04] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-0wnqnlar04] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-0wnqnlar04] {
    font-size: 10px;
}

.text-orange[b-0wnqnlar04] {
    color: orange;
}

.text-green[b-0wnqnlar04] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-0wnqnlar04] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-0wnqnlar04] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-0wnqnlar04] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-0wnqnlar04] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-0wnqnlar04] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-0wnqnlar04]
}

.card-title[b-0wnqnlar04] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-0wnqnlar04] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-0wnqnlar04] {
            flex-shrink: 0;
        }

.menu-column[b-0wnqnlar04] {
    cursor: pointer;
}

.profile-picture[b-0wnqnlar04] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-0wnqnlar04] {
    vertical-align: middle;
}

.count-cards[b-0wnqnlar04] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-0wnqnlar04] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-0wnqnlar04],
.open[b-0wnqnlar04],
.on-hold[b-0wnqnlar04],
.closed[b-0wnqnlar04] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-0wnqnlar04] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-0wnqnlar04] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-0wnqnlar04] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-0wnqnlar04] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-0wnqnlar04] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Templates/TemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-x0lq0p21p5] {
    color: #465462;
}

.content[b-x0lq0p21p5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-x0lq0p21p5] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-x0lq0p21p5] {
        width: 25px;
    }

.custom-header[b-x0lq0p21p5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-x0lq0p21p5] {
    margin-left: 200px;
}

    .content.collapsed[b-x0lq0p21p5] {
        margin-left: 25px;
    }

.container.collapsed[b-x0lq0p21p5] {
    width: 100%;
}

.container[b-x0lq0p21p5] {
    width: 100%;
}

.sidebar .list-group-item[b-x0lq0p21p5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-x0lq0p21p5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-x0lq0p21p5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-x0lq0p21p5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-x0lq0p21p5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-x0lq0p21p5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-x0lq0p21p5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-x0lq0p21p5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-x0lq0p21p5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-x0lq0p21p5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-x0lq0p21p5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-x0lq0p21p5] {
    position: relative;
}

.end-icon[b-x0lq0p21p5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-x0lq0p21p5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-x0lq0p21p5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-x0lq0p21p5],
.custom-header .help-icon[b-x0lq0p21p5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-x0lq0p21p5],
    .custom-header .help-icon:hover[b-x0lq0p21p5] {
        background-color: #e1eaf3;
    }

.header-left[b-x0lq0p21p5] {
    flex-grow: 1;
}

.header-right[b-x0lq0p21p5] {
    display: flex;
    gap: 10px;
}

.badge[b-x0lq0p21p5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-x0lq0p21p5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-x0lq0p21p5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-x0lq0p21p5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-x0lq0p21p5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-x0lq0p21p5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-x0lq0p21p5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-x0lq0p21p5] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-x0lq0p21p5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-x0lq0p21p5] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-x0lq0p21p5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-x0lq0p21p5] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-x0lq0p21p5] {
    font-size: 10px;
}

.text-orange[b-x0lq0p21p5] {
    color: orange;
}

.text-green[b-x0lq0p21p5] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-x0lq0p21p5] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-x0lq0p21p5] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-x0lq0p21p5] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-x0lq0p21p5] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-x0lq0p21p5] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-x0lq0p21p5]
}

.card-title[b-x0lq0p21p5] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-x0lq0p21p5] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-x0lq0p21p5] {
            flex-shrink: 0;
        }

.menu-column[b-x0lq0p21p5] {
    cursor: pointer;
}

.profile-picture[b-x0lq0p21p5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-x0lq0p21p5] {
    vertical-align: middle;
}

.count-cards[b-x0lq0p21p5] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-x0lq0p21p5] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-x0lq0p21p5],
.open[b-x0lq0p21p5],
.on-hold[b-x0lq0p21p5],
.closed[b-x0lq0p21p5] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-x0lq0p21p5] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-x0lq0p21p5] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-x0lq0p21p5] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-x0lq0p21p5] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-x0lq0p21p5] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Testing/SimpleTest.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-un7c063mwp] {
    color: #465462;
}

.content[b-un7c063mwp] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

#pdf-canvas[b-un7c063mwp] {
    border: 1px solid black;
    direction: ltr;
}

.highlighted[b-un7c063mwp] {
    background-color: black;
    color: white;
}


.sidebar[b-un7c063mwp] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-un7c063mwp] {
        width: 25px;
    }

.custom-header[b-un7c063mwp] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-un7c063mwp] {
    margin-left: 200px;
}

    .content.collapsed[b-un7c063mwp] {
        margin-left: 25px;
    }

.container.collapsed[b-un7c063mwp] {
    width: 100%;
}

.container[b-un7c063mwp] {
    width: 100%;
}

.sidebar .list-group-item[b-un7c063mwp] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-un7c063mwp] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-un7c063mwp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-un7c063mwp] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-un7c063mwp] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-un7c063mwp] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-un7c063mwp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-un7c063mwp] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-un7c063mwp] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-un7c063mwp] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-un7c063mwp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-un7c063mwp] {
    position: relative;
}

.end-icon[b-un7c063mwp] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-un7c063mwp] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-un7c063mwp] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-un7c063mwp],
.custom-header .help-icon[b-un7c063mwp] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-un7c063mwp],
    .custom-header .help-icon:hover[b-un7c063mwp] {
        background-color: #e1eaf3;
    }

.header-left[b-un7c063mwp] {
    flex-grow: 1;
}

.header-right[b-un7c063mwp] {
    display: flex;
    gap: 10px;
}

.badge[b-un7c063mwp] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-un7c063mwp] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-un7c063mwp] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-un7c063mwp] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-un7c063mwp] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-un7c063mwp] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-un7c063mwp] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-un7c063mwp] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-un7c063mwp] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-un7c063mwp] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-un7c063mwp] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-un7c063mwp] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-un7c063mwp] {
    font-size: 10px;
}

.text-orange[b-un7c063mwp] {
    color: orange;
}

.text-green[b-un7c063mwp] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-un7c063mwp] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-un7c063mwp] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-un7c063mwp] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-un7c063mwp] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-un7c063mwp] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-un7c063mwp]
}

.card-title[b-un7c063mwp] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-un7c063mwp] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-un7c063mwp] {
            flex-shrink: 0;
        }

.menu-column[b-un7c063mwp] {
    cursor: pointer;
}

.profile-picture[b-un7c063mwp] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-un7c063mwp] {
    vertical-align: middle;
}

.count-cards[b-un7c063mwp] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-un7c063mwp] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-un7c063mwp],
.open[b-un7c063mwp],
.on-hold[b-un7c063mwp],
.closed[b-un7c063mwp] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-un7c063mwp] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-un7c063mwp] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-un7c063mwp] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-un7c063mwp] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-un7c063mwp] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/TOS.Portal/Components/Pages/Tickets/OpenTickets.razor.rz.scp.css */
.customhover:hover[b-oftgojupj0] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-oftgojupj0] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-oftgojupj0] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-oftgojupj0] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-oftgojupj0] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-oftgojupj0] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-oftgojupj0] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-oftgojupj0] {
    font-size: 16px;
}

.text-medium[b-oftgojupj0] {
    font-size: 14px;
}

.text-small[b-oftgojupj0] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-oftgojupj0] {
    font-weight: bold;
}

.text-muted[b-oftgojupj0] {
    color: #888;
}

.text-body[b-oftgojupj0] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-oftgojupj0] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-oftgojupj0] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-oftgojupj0] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-oftgojupj0]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-oftgojupj0] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-oftgojupj0] {
    margin-left: 200px;
}

    .content.collapsed[b-oftgojupj0] {
        margin-left: 25px;
    }

.container.collapsed[b-oftgojupj0] {
    width: 100%;
}

.container[b-oftgojupj0] {
    width: 100%;
}

.badge[b-oftgojupj0] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-oftgojupj0] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-oftgojupj0] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-oftgojupj0] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-oftgojupj0] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-oftgojupj0] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-oftgojupj0] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-oftgojupj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-oftgojupj0] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-oftgojupj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-oftgojupj0] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-oftgojupj0] {
    font-size: 10px;
}

.text-orange[b-oftgojupj0] {
    color: orange;
}

.text-green[b-oftgojupj0] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-oftgojupj0] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-oftgojupj0] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-oftgojupj0] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-oftgojupj0] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-oftgojupj0] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-oftgojupj0]
}

.card-title[b-oftgojupj0] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-oftgojupj0] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-oftgojupj0] {
            flex-shrink: 0;
        }

.menu-column[b-oftgojupj0] {
    cursor: pointer;
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-oftgojupj0] {
    vertical-align: middle;
}

.count-cards[b-oftgojupj0] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-oftgojupj0] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-oftgojupj0],
.open[b-oftgojupj0],
.on-hold[b-oftgojupj0],
.closed[b-oftgojupj0] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-oftgojupj0] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-oftgojupj0] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-oftgojupj0] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-oftgojupj0] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-oftgojupj0] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-oftgojupj0] {
    padding: 5px;
}

.fs-6[b-oftgojupj0] {
    font-size: 12px !important;
}

.message-container[b-oftgojupj0] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-oftgojupj0] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-oftgojupj0] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-oftgojupj0] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-oftgojupj0] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-oftgojupj0] {
    display: flex;
}

.reply-button[b-oftgojupj0],
.forward-button[b-oftgojupj0] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-oftgojupj0],
    .forward-button:hover[b-oftgojupj0] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-oftgojupj0] {
    border-radius: 15px;
}

.modal-header[b-oftgojupj0] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-oftgojupj0] {
    font-weight: bold;
}

.modal-footer[b-oftgojupj0] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-oftgojupj0] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-oftgojupj0] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-oftgojupj0] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-oftgojupj0] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-oftgojupj0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-oftgojupj0] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/TOS.Portal/Components/Pages/Tickets/Tickets.razor.rz.scp.css */
.content[b-i1lmeifbnq] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-i1lmeifbnq] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-i1lmeifbnq] {
        width: 25px;
    }

.custom-header[b-i1lmeifbnq] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.content[b-i1lmeifbnq] {
    margin-left: 200px;
}

    .content.collapsed[b-i1lmeifbnq] {
        margin-left: 25px;
    }

.container.collapsed[b-i1lmeifbnq] {
    width: 100%;
}

.container[b-i1lmeifbnq] {
    width: 100%;
}

.sidebar .list-group-item[b-i1lmeifbnq] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-i1lmeifbnq] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-i1lmeifbnq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-i1lmeifbnq] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-i1lmeifbnq] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-i1lmeifbnq] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-i1lmeifbnq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-i1lmeifbnq] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-i1lmeifbnq] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-i1lmeifbnq] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-i1lmeifbnq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-i1lmeifbnq] {
    position: relative;
}

.end-icon[b-i1lmeifbnq] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-i1lmeifbnq] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-i1lmeifbnq] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-i1lmeifbnq],
.custom-header .help-icon[b-i1lmeifbnq] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3; 
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-i1lmeifbnq],
    .custom-header .help-icon:hover[b-i1lmeifbnq] {
        background-color: #e1eaf3;
    }

.header-left[b-i1lmeifbnq] {
    flex-grow: 1;
}

.header-right[b-i1lmeifbnq] {
    display: flex;
    gap: 10px;
}

.badge[b-i1lmeifbnq] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-i1lmeifbnq] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-i1lmeifbnq] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-i1lmeifbnq] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-i1lmeifbnq] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-i1lmeifbnq] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-i1lmeifbnq] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-i1lmeifbnq] {
    color: #465462;
}
/* BODY CSS  */

table[b-i1lmeifbnq] {
    font-size: 10px;
}

.tab-hd[b-i1lmeifbnq] {
    background-color: #465462;
    color: #fff;
}

.table td[b-i1lmeifbnq] {
    vertical-align: middle;
}

.alert[b-i1lmeifbnq] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-i1lmeifbnq] {
    border-radius: 15px;
}

.modal-header[b-i1lmeifbnq] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-i1lmeifbnq] {
    font-weight: bold;
}

.modal-footer[b-i1lmeifbnq] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-i1lmeifbnq] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-i1lmeifbnq],
.table th[b-i1lmeifbnq] {
    vertical-align: middle;
}

.btn-group .btn[b-i1lmeifbnq] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-i1lmeifbnq] {
    background-color: red !important;
    background-color: orange !important;
}

[b-i1lmeifbnq](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-i1lmeifbnq] {
    line-height:5px !important;
}
