@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Lookif.Component.Carousel/Lookif.Component.Carousel.bundle.scp.css';
@import '_content/Lookif.Component.DateTimePicker/Lookif.Component.DateTimePicker.bundle.scp.css';
@import '_content/Lookif.Component.DropDown/Lookif.Component.DropDown.bundle.scp.css';
@import '_content/Lookif.UI.Component/Lookif.UI.Component.bundle.scp.css';

/* _content/AlphaDogProj/Components/Layout/Header.razor.rz.scp.css */
.content[b-vpx9ps2qbs] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-vpx9ps2qbs] {
    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-vpx9ps2qbs] {
        width: 25px;
    }

.custom-header[b-vpx9ps2qbs] {
    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-vpx9ps2qbs] {
    margin-left: 200px;
}

    .content.collapsed[b-vpx9ps2qbs] {
        margin-left: 25px;
    }

.container.collapsed[b-vpx9ps2qbs] {
    width: 100%;
}

.container[b-vpx9ps2qbs] {
    width: 100%;
}

.sidebar .list-group-item[b-vpx9ps2qbs] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-vpx9ps2qbs] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-vpx9ps2qbs] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-vpx9ps2qbs] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-vpx9ps2qbs] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-vpx9ps2qbs] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-vpx9ps2qbs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-vpx9ps2qbs] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-vpx9ps2qbs] {
        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-vpx9ps2qbs] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-vpx9ps2qbs] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-vpx9ps2qbs] {
    position: relative;
}

.end-icon[b-vpx9ps2qbs] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-vpx9ps2qbs] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-vpx9ps2qbs] {
    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-vpx9ps2qbs],
.custom-header .help-icon[b-vpx9ps2qbs] {
    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-vpx9ps2qbs],
    .custom-header .help-icon:hover[b-vpx9ps2qbs] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-vpx9ps2qbs] {
    flex-grow: 1;
}

.header-right[b-vpx9ps2qbs] {
    display: flex;
    gap: 10px;
}

.badge[b-vpx9ps2qbs] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-vpx9ps2qbs] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-vpx9ps2qbs] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-vpx9ps2qbs] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-vpx9ps2qbs] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-vpx9ps2qbs] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-vpx9ps2qbs] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-vpx9ps2qbs] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-vpx9ps2qbs] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-vpx9ps2qbs] {
    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-vpx9ps2qbs] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-vpx9ps2qbs] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-vpx9ps2qbs] {
    font-size: 10px;
}

.text-orange[b-vpx9ps2qbs] {
    color: orange;
}

.text-green[b-vpx9ps2qbs] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-vpx9ps2qbs] {
    background-color: #465462;
    color: #fff;
}

/*For profile dropdown menu*/
/* Dropdown container */
.dropdown[b-vpx9ps2qbs] {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn[b-vpx9ps2qbs] {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content[b-vpx9ps2qbs] {
    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-vpx9ps2qbs] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-vpx9ps2qbs] {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-vpx9ps2qbs] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn[b-vpx9ps2qbs] {
    background-color: #3e8e41;
}

/*Profile drop down menu closed*/
/* _content/AlphaDogProj/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-96ux6tacm8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-96ux6tacm8] {
    flex: 1;
}

.sidebar[b-96ux6tacm8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-96ux6tacm8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-96ux6tacm8]  a, .top-row[b-96ux6tacm8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-96ux6tacm8]  a:hover, .top-row[b-96ux6tacm8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-96ux6tacm8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-96ux6tacm8] {
        justify-content: space-between;
    }

    .top-row[b-96ux6tacm8]  a, .top-row[b-96ux6tacm8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-96ux6tacm8] {
        flex-direction: row;
    }

    .sidebar[b-96ux6tacm8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-96ux6tacm8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-96ux6tacm8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-96ux6tacm8], article[b-96ux6tacm8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-96ux6tacm8] {
    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-96ux6tacm8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .ticket-form[b-96ux6tacm8] {
        margin-top: 20px;
    }
    
    .form-group[b-96ux6tacm8] {
        margin-bottom: 15px;
    }
    
    .form-control[b-96ux6tacm8] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }
    
    .form-actions[b-96ux6tacm8] {
        text-align: right;
    }
    
    .btn[b-96ux6tacm8] {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .btn-primary[b-96ux6tacm8] {
        background-color: #007bff;
        color: #fff;
    }
    
    .btn-primary:hover[b-96ux6tacm8] {
        background-color: #0056b3;
    }
    
/* _content/AlphaDogProj/Components/Layout/NavMenu.razor.rz.scp.css */
.content[b-os9okhj7n6] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-os9okhj7n6] {
    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-os9okhj7n6] {
        width: 25px;
    }

.custom-header[b-os9okhj7n6] {
    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-os9okhj7n6] {
    list-style-type: none; /* Removes bullets */
    padding-left: 0; /* Removes padding on the left */
    margin-left: 0; /* Removes margin on the left */
}


.content[b-os9okhj7n6] {
    margin-left: 200px;
}

    .content.collapsed[b-os9okhj7n6] {
        margin-left: 25px;
    }

.container.collapsed[b-os9okhj7n6] {
    width: 100%;
}

.container[b-os9okhj7n6] {
    width: 100%;
}

.sidebar .list-group-item[b-os9okhj7n6] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-os9okhj7n6] {
    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-os9okhj7n6] {
    color: white;
}

.sidebar .list-group-item.active[b-os9okhj7n6] {
    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-os9okhj7n6] {
    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-os9okhj7n6] {
    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-os9okhj7n6] {
    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-os9okhj7n6] {
    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-os9okhj7n6] {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap;  */
    max-width: 100%;
    overflow: hidden;
}

.entity-details[b-os9okhj7n6] {
    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-os9okhj7n6] {
    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-os9okhj7n6] {
    width: 25px;
    height: 25px;
    display: none;
}

/* Hide entity name when sidebar is collapsed */
.sidebar.collapsed .entity-details[b-os9okhj7n6] {
    display: none;
}

/* Adjust logo-wrapper positioning in collapsed state */
.sidebar.collapsed .logo-entity-wrapper[b-os9okhj7n6] {
    justify-content: center;
}

.settings-menu[b-os9okhj7n6] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-os9okhj7n6] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-os9okhj7n6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .sidebar .logo-container .logo[b-os9okhj7n6] {
        /* width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px; */
    }

    .sidebar .logo-container .icon[b-os9okhj7n6] {
        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-os9okhj7n6] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-os9okhj7n6] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-os9okhj7n6] {
    position: relative;
}

.end-icon[b-os9okhj7n6] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-os9okhj7n6] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-os9okhj7n6] {
    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-os9okhj7n6],
.custom-header .help-icon[b-os9okhj7n6] {
    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-os9okhj7n6],
    .custom-header .help-icon:hover[b-os9okhj7n6] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-os9okhj7n6] {
    flex-grow: 1;
}

.header-right[b-os9okhj7n6] {
    display: flex;
    gap: 10px;
}

.badge[b-os9okhj7n6] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-os9okhj7n6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-os9okhj7n6] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-os9okhj7n6] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-os9okhj7n6] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-os9okhj7n6] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-os9okhj7n6] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-os9okhj7n6] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-os9okhj7n6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-os9okhj7n6] {
    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-os9okhj7n6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-os9okhj7n6] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-os9okhj7n6] {
    font-size: 10px;
}


/* Custom CSS */
/* Ensure icons are responsive */
.menu-icon[b-os9okhj7n6] {
    font-size: 1.25rem; /* Adjust this size based on preference */
    width: 24px;
    height: 24px;
}

/* Flexbox for menu items */
.menu-item[b-os9okhj7n6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Make text scale responsively */
.menu-text[b-os9okhj7n6] {
    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-os9okhj7n6] {
    color: white;
}


/* For smaller screens, adjust icon and text size */
@media (max-width: 768px) {
    .menu-icon[b-os9okhj7n6] {
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    .menu-text[b-os9okhj7n6] {
        font-size: 0.875rem;
    }
}
/* Custom CSS End */

.text-orange[b-os9okhj7n6] {
    color: orange;
}

.text-green[b-os9okhj7n6] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-os9okhj7n6] {
    background-color: #465462;
    color: #fff;
}
/* _content/AlphaDogProj/Components/Layout/TicketModal.razor.rz.scp.css */
.modal-overlay[b-uy04j3xwy9] {
    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-uy04j3xwy9] {
    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-uy04j3xwy9] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* _content/AlphaDogProj/Components/Pages/Account/AgencySettings.razor.rz.scp.css */
.content[b-zwdbw0oq7n] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-zwdbw0oq7n] {
    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-zwdbw0oq7n] {
        width: 25px;
    }

.custom-header[b-zwdbw0oq7n] {
    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-zwdbw0oq7n] {
    margin-left: 200px;
}

    .content.collapsed[b-zwdbw0oq7n] {
        margin-left: 25px;
    }

.container.collapsed[b-zwdbw0oq7n] {
    width: 100%;
}

.container[b-zwdbw0oq7n] {
    width: 100%;
}

.sidebar .list-group-item[b-zwdbw0oq7n] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-zwdbw0oq7n] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-zwdbw0oq7n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-zwdbw0oq7n] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-zwdbw0oq7n] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-zwdbw0oq7n] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-zwdbw0oq7n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-zwdbw0oq7n] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-zwdbw0oq7n] {
        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-zwdbw0oq7n] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-zwdbw0oq7n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-zwdbw0oq7n] {
    position: relative;
}

.end-icon[b-zwdbw0oq7n] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-zwdbw0oq7n] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-zwdbw0oq7n] {
    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-zwdbw0oq7n],
.custom-header .help-icon[b-zwdbw0oq7n] {
    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-zwdbw0oq7n],
    .custom-header .help-icon:hover[b-zwdbw0oq7n] {
        background-color: #e1eaf3;
    }

.header-left[b-zwdbw0oq7n] {
    flex-grow: 1;
}

.header-right[b-zwdbw0oq7n] {
    display: flex;
    gap: 10px;
}

.badge[b-zwdbw0oq7n] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-zwdbw0oq7n] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-zwdbw0oq7n] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-zwdbw0oq7n] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-zwdbw0oq7n] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-zwdbw0oq7n] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-zwdbw0oq7n] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-zwdbw0oq7n] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-zwdbw0oq7n] {
    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-zwdbw0oq7n] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-zwdbw0oq7n] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-zwdbw0oq7n] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-zwdbw0oq7n] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-zwdbw0oq7n] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-zwdbw0oq7n] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-zwdbw0oq7n] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-zwdbw0oq7n] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-zwdbw0oq7n] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-zwdbw0oq7n] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-zwdbw0oq7n] {
        margin-top: 10px;
    }

.custom-file-input[b-zwdbw0oq7n] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-zwdbw0oq7n]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-zwdbw0oq7n]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-zwdbw0oq7n]::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/AlphaDogProj/Components/Pages/Account/Login.razor.rz.scp.css */
/*Login Design Start*/
.login-container[b-f3cjdiilnu] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    /* padding: 20px; */
}

.image-container[b-f3cjdiilnu] {
    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-f3cjdiilnu]::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-f3cjdiilnu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-overlay[b-f3cjdiilnu] {
    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-f3cjdiilnu] {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control[b-f3cjdiilnu] {
    width: 300px !important;
}

form[b-f3cjdiilnu] {
    max-width: 300px;
    margin: 0 auto;
}

h2[b-f3cjdiilnu] {
    text-align: center;
}

.form-group[b-f3cjdiilnu] {
    margin-bottom: 20px;
}

label[b-f3cjdiilnu] {
    display: block;
    margin-bottom: 5px;
}

input[type="text"][b-f3cjdiilnu],
input[type="password"][b-f3cjdiilnu] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

button[b-f3cjdiilnu] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button:hover[b-f3cjdiilnu] {
        background-color: #0056b3;
    }

.form-logo[b-f3cjdiilnu] {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.welcome-back[b-f3cjdiilnu] {
    text-align: center;
    margin-top: 20px;
}

.welcome[b-f3cjdiilnu] {
    font-weight: bold;
    color: #002347;
    font-size: 28px;
}

.account-text[b-f3cjdiilnu] {
    color: slategray;
}

.password-input[b-f3cjdiilnu] {
    position: relative;
}

    .password-input input[b-f3cjdiilnu] {
        padding-right: 2.5rem;
    }

    .password-input mat-icon[b-f3cjdiilnu] {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

.login-options[b-f3cjdiilnu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-f3cjdiilnu] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.remember-checkbox[b-f3cjdiilnu] {
    display: none;
}

.checkbox-container[b-f3cjdiilnu] {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: orange;
    border-radius: 3px;
    margin-right: 5px;
}

.checkbox-tick[b-f3cjdiilnu] {
    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-f3cjdiilnu] {
    display: block;
}

.forgot-password[b-f3cjdiilnu] {
    font-size: 12px;
    color: orange;
    cursor: pointer;
}

.sso-login[b-f3cjdiilnu] {
    background-color: var(--black) !important;
    border: 1px solid var(--slate-gray);
}

.terms-text[b-f3cjdiilnu] {
    font-size: 12px;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}
/*Login Design End*/

/* _content/AlphaDogProj/Components/Pages/Account/Profile.razor.rz.scp.css */
.content[b-smjby0a8wo] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-smjby0a8wo] {
    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-smjby0a8wo] {
        width: 25px;
    }

.custom-header[b-smjby0a8wo] {
    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-smjby0a8wo] {
    margin-left: 200px;
}

    .content.collapsed[b-smjby0a8wo] {
        margin-left: 25px;
    }

.container.collapsed[b-smjby0a8wo] {
    width: 100%;
}

.container[b-smjby0a8wo] {
    width: 100%;
}

.sidebar .list-group-item[b-smjby0a8wo] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-smjby0a8wo] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-smjby0a8wo] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-smjby0a8wo] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-smjby0a8wo] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-smjby0a8wo] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-smjby0a8wo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-smjby0a8wo] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-smjby0a8wo] {
        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-smjby0a8wo] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-smjby0a8wo] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-smjby0a8wo] {
    position: relative;
}

.end-icon[b-smjby0a8wo] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-smjby0a8wo] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-smjby0a8wo] {
    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-smjby0a8wo],
.custom-header .help-icon[b-smjby0a8wo] {
    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-smjby0a8wo],
    .custom-header .help-icon:hover[b-smjby0a8wo] {
        background-color: #e1eaf3;
    }

.header-left[b-smjby0a8wo] {
    flex-grow: 1;
}

.header-right[b-smjby0a8wo] {
    display: flex;
    gap: 10px;
}

.badge[b-smjby0a8wo] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-smjby0a8wo] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-smjby0a8wo] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-smjby0a8wo] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-smjby0a8wo] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-smjby0a8wo] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-smjby0a8wo] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-smjby0a8wo] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-smjby0a8wo] {
    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-smjby0a8wo] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-smjby0a8wo] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-smjby0a8wo] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-smjby0a8wo] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-smjby0a8wo] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-smjby0a8wo] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-smjby0a8wo] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-smjby0a8wo] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-smjby0a8wo] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-smjby0a8wo] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-smjby0a8wo] {
        margin-top: 10px;
    }

.custom-file-input[b-smjby0a8wo] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-smjby0a8wo]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-smjby0a8wo]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-smjby0a8wo]::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/AlphaDogProj/Components/Pages/AdminManager/AddAdmin.razor.rz.scp.css */
.customhover:hover[b-u8amb9jfps] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-u8amb9jfps] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-u8amb9jfps] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-u8amb9jfps] {
    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-u8amb9jfps] {
    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-u8amb9jfps] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-u8amb9jfps] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-u8amb9jfps] {
    font-size: 16px;
}

.text-medium[b-u8amb9jfps] {
    font-size: 14px;
}

.text-small[b-u8amb9jfps] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-u8amb9jfps] {
    font-weight: bold;
}

.text-muted[b-u8amb9jfps] {
    color: #888;
}

.text-body[b-u8amb9jfps] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-u8amb9jfps] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-u8amb9jfps] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-u8amb9jfps] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-u8amb9jfps] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-u8amb9jfps]::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-u8amb9jfps] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-u8amb9jfps] {
    margin-left: 200px;
}

    .content.collapsed[b-u8amb9jfps] {
        margin-left: 25px;
    }

.container.collapsed[b-u8amb9jfps] {
    width: 100%;
}

.container[b-u8amb9jfps] {
    width: 100%;
}

.badge[b-u8amb9jfps] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-u8amb9jfps] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-u8amb9jfps] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-u8amb9jfps] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-u8amb9jfps] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-u8amb9jfps] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-u8amb9jfps] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-u8amb9jfps] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-u8amb9jfps] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-u8amb9jfps] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-u8amb9jfps] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-u8amb9jfps] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-u8amb9jfps] {
    font-size: 10px;
}

.text-orange[b-u8amb9jfps] {
    color: orange;
}

.text-green[b-u8amb9jfps] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-u8amb9jfps] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-u8amb9jfps] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-u8amb9jfps] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-u8amb9jfps] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-u8amb9jfps] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-u8amb9jfps]
}

.card-title[b-u8amb9jfps] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-u8amb9jfps] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-u8amb9jfps] {
            flex-shrink: 0;
        }

.menu-column[b-u8amb9jfps] {
    cursor: pointer;
}

.profile-picture[b-u8amb9jfps] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-u8amb9jfps] {
    vertical-align: middle;
}

.count-cards[b-u8amb9jfps] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-u8amb9jfps] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-u8amb9jfps],
.open[b-u8amb9jfps],
.on-hold[b-u8amb9jfps],
.closed[b-u8amb9jfps] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-u8amb9jfps] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-u8amb9jfps] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-u8amb9jfps] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-u8amb9jfps] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-u8amb9jfps] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-u8amb9jfps] {
    padding: 5px;
}

.fs-6[b-u8amb9jfps] {
    font-size: 12px !important;
}

.message-container[b-u8amb9jfps] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-u8amb9jfps] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-u8amb9jfps] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-u8amb9jfps] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-u8amb9jfps] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-u8amb9jfps] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-u8amb9jfps] {
    display: flex;
}

.reply-button[b-u8amb9jfps],
.forward-button[b-u8amb9jfps] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-u8amb9jfps],
    .forward-button:hover[b-u8amb9jfps] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-u8amb9jfps] {
    border-radius: 15px;
}

.modal-header[b-u8amb9jfps] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-u8amb9jfps] {
    font-weight: bold;
}

.modal-footer[b-u8amb9jfps] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-u8amb9jfps] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-u8amb9jfps] {
    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-u8amb9jfps] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-u8amb9jfps] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-u8amb9jfps] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-u8amb9jfps] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-u8amb9jfps] {
    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-u8amb9jfps] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-u8amb9jfps] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* _content/AlphaDogProj/Components/Pages/AdminManager/AdminManager.razor.rz.scp.css */
.content[b-b5npdag86w] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-b5npdag86w] {
    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-b5npdag86w] {
        width: 25px;
    }

.custom-header[b-b5npdag86w] {
    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-b5npdag86w] {
    margin-left: 200px;
}

    .content.collapsed[b-b5npdag86w] {
        margin-left: 25px;
    }

.container.collapsed[b-b5npdag86w] {
    width: 100%;
}

.container[b-b5npdag86w] {
    width: 100%;
}

.sidebar .list-group-item[b-b5npdag86w] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-b5npdag86w] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-b5npdag86w] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-b5npdag86w] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-b5npdag86w] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-b5npdag86w] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-b5npdag86w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-b5npdag86w] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-b5npdag86w] {
        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-b5npdag86w] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-b5npdag86w] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-b5npdag86w] {
    position: relative;
}

.end-icon[b-b5npdag86w] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-b5npdag86w] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-b5npdag86w] {
    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-b5npdag86w],
.custom-header .help-icon[b-b5npdag86w] {
    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-b5npdag86w],
    .custom-header .help-icon:hover[b-b5npdag86w] {
        background-color: #e1eaf3;
    }

.header-left[b-b5npdag86w] {
    flex-grow: 1;
}

.header-right[b-b5npdag86w] {
    display: flex;
    gap: 10px;
}

.badge[b-b5npdag86w] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-b5npdag86w] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-b5npdag86w] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-b5npdag86w] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-b5npdag86w] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-b5npdag86w] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-b5npdag86w] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-b5npdag86w] {
    color: #465462;
}
/* BODY CSS  */

table[b-b5npdag86w] {
    font-size: 10px;
}

.tab-hd[b-b5npdag86w] {
    background-color: #465462;
    color: #fff;
}

.table td[b-b5npdag86w] {
    vertical-align: middle;
}

.alert[b-b5npdag86w] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-b5npdag86w] {
    border-radius: 15px;
}

.modal-header[b-b5npdag86w] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-b5npdag86w] {
    font-weight: bold;
}

.modal-footer[b-b5npdag86w] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-b5npdag86w] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-b5npdag86w],
.table th[b-b5npdag86w] {
    vertical-align: middle;
}

.btn-group .btn[b-b5npdag86w] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-b5npdag86w] {
    background-color: red !important;
    background-color: orange !important;
}


.rz-splitbutton-menu rz-popup[b-b5npdag86w] {
    line-height:5px !important;
}
/* _content/AlphaDogProj/Components/Pages/AdminManager/EditAdmin.razor.rz.scp.css */
.customhover:hover[b-qf6x38t42z] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-qf6x38t42z] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-qf6x38t42z] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-qf6x38t42z] {
    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-qf6x38t42z] {
    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-qf6x38t42z] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-qf6x38t42z] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-qf6x38t42z] {
    font-size: 16px;
}

.text-medium[b-qf6x38t42z] {
    font-size: 14px;
}

.text-small[b-qf6x38t42z] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-qf6x38t42z] {
    font-weight: bold;
}

.text-muted[b-qf6x38t42z] {
    color: #888;
}

.text-body[b-qf6x38t42z] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-qf6x38t42z] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-qf6x38t42z] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-qf6x38t42z] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-qf6x38t42z] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-qf6x38t42z]::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-qf6x38t42z] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-qf6x38t42z] {
    margin-left: 200px;
}

    .content.collapsed[b-qf6x38t42z] {
        margin-left: 25px;
    }

.container.collapsed[b-qf6x38t42z] {
    width: 100%;
}

.container[b-qf6x38t42z] {
    width: 100%;
}

.badge[b-qf6x38t42z] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-qf6x38t42z] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-qf6x38t42z] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-qf6x38t42z] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-qf6x38t42z] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-qf6x38t42z] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-qf6x38t42z] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-qf6x38t42z] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-qf6x38t42z] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-qf6x38t42z] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-qf6x38t42z] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-qf6x38t42z] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-qf6x38t42z] {
    font-size: 10px;
}

.text-orange[b-qf6x38t42z] {
    color: orange;
}

.text-green[b-qf6x38t42z] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-qf6x38t42z] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-qf6x38t42z] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-qf6x38t42z] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-qf6x38t42z] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-qf6x38t42z] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-qf6x38t42z]
}

.card-title[b-qf6x38t42z] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-qf6x38t42z] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-qf6x38t42z] {
            flex-shrink: 0;
        }

.menu-column[b-qf6x38t42z] {
    cursor: pointer;
}

.profile-picture[b-qf6x38t42z] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-qf6x38t42z] {
    vertical-align: middle;
}

.count-cards[b-qf6x38t42z] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-qf6x38t42z] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-qf6x38t42z],
.open[b-qf6x38t42z],
.on-hold[b-qf6x38t42z],
.closed[b-qf6x38t42z] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-qf6x38t42z] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-qf6x38t42z] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-qf6x38t42z] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-qf6x38t42z] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-qf6x38t42z] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-qf6x38t42z] {
    padding: 5px;
}

.fs-6[b-qf6x38t42z] {
    font-size: 12px !important;
}

.message-container[b-qf6x38t42z] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-qf6x38t42z] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-qf6x38t42z] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-qf6x38t42z] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-qf6x38t42z] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-qf6x38t42z] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-qf6x38t42z] {
    display: flex;
}

.reply-button[b-qf6x38t42z],
.forward-button[b-qf6x38t42z] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-qf6x38t42z],
    .forward-button:hover[b-qf6x38t42z] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-qf6x38t42z] {
    border-radius: 15px;
}

.modal-header[b-qf6x38t42z] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-qf6x38t42z] {
    font-weight: bold;
}

.modal-footer[b-qf6x38t42z] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-qf6x38t42z] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-qf6x38t42z] {
    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-qf6x38t42z] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-qf6x38t42z] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-qf6x38t42z] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-qf6x38t42z] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-qf6x38t42z] {
    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-qf6x38t42z] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-qf6x38t42z] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* _content/AlphaDogProj/Components/Pages/AllEntities/AddDepartment.razor.rz.scp.css */
.content[b-62utjcn0qb] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-62utjcn0qb] {
    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-62utjcn0qb] {
        width: 25px;
    }

.custom-header[b-62utjcn0qb] {
    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-62utjcn0qb] {
    margin-left: 200px;
}

    .content.collapsed[b-62utjcn0qb] {
        margin-left: 25px;
    }

.container.collapsed[b-62utjcn0qb] {
    width: 100%;
}

.container[b-62utjcn0qb] {
    width: 100%;
}

.sidebar .list-group-item[b-62utjcn0qb] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-62utjcn0qb] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-62utjcn0qb] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-62utjcn0qb] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-62utjcn0qb] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-62utjcn0qb] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-62utjcn0qb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-62utjcn0qb] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-62utjcn0qb] {
        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-62utjcn0qb] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-62utjcn0qb] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-62utjcn0qb] {
    position: relative;
}

.end-icon[b-62utjcn0qb] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-62utjcn0qb] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-62utjcn0qb] {
    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-62utjcn0qb],
.custom-header .help-icon[b-62utjcn0qb] {
    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-62utjcn0qb],
    .custom-header .help-icon:hover[b-62utjcn0qb] {
        background-color: #e1eaf3;
    }

.header-left[b-62utjcn0qb] {
    flex-grow: 1;
}

.header-right[b-62utjcn0qb] {
    display: flex;
    gap: 10px;
}

.badge[b-62utjcn0qb] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-62utjcn0qb] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-62utjcn0qb] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-62utjcn0qb] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-62utjcn0qb] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-62utjcn0qb] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-62utjcn0qb] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-62utjcn0qb] {
    color: #465462;
}

.btn-custom[b-62utjcn0qb] {
    background-color: #007dfc;
    border-color: #007dfc;
    color: white;
    height: 38px;
    width: 200px;
}

    .btn-custom:hover[b-62utjcn0qb] {
        background-color: #005bb5;
        border-color: #005bb5;
    }

.btn-discard[b-62utjcn0qb] {
    background-color: white;
    border-color: #007dfc;
    color: #007dfc;
}

    .btn-discard:hover[b-62utjcn0qb] {
        background-color: #f0f0f0;
    }
/* _content/AlphaDogProj/Components/Pages/AllEntities/AddMember.razor.rz.scp.css */
.content[b-8c3xk8bcyj] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-8c3xk8bcyj] {
    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-8c3xk8bcyj] {
        width: 25px;
    }

.custom-header[b-8c3xk8bcyj] {
    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-8c3xk8bcyj] {
    margin-left: 200px;
}

    .content.collapsed[b-8c3xk8bcyj] {
        margin-left: 25px;
    }

.container.collapsed[b-8c3xk8bcyj] {
    width: 100%;
}

.container[b-8c3xk8bcyj] {
    width: 100%;
}

.sidebar .list-group-item[b-8c3xk8bcyj] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-8c3xk8bcyj] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-8c3xk8bcyj] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-8c3xk8bcyj] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-8c3xk8bcyj] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-8c3xk8bcyj] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-8c3xk8bcyj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-8c3xk8bcyj] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-8c3xk8bcyj] {
        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-8c3xk8bcyj] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-8c3xk8bcyj] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-8c3xk8bcyj] {
    position: relative;
}

.end-icon[b-8c3xk8bcyj] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-8c3xk8bcyj] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-8c3xk8bcyj] {
    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-8c3xk8bcyj],
.custom-header .help-icon[b-8c3xk8bcyj] {
    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-8c3xk8bcyj],
    .custom-header .help-icon:hover[b-8c3xk8bcyj] {
        background-color: #e1eaf3;
    }

.header-left[b-8c3xk8bcyj] {
    flex-grow: 1;
}

.header-right[b-8c3xk8bcyj] {
    display: flex;
    gap: 10px;
}

.badge[b-8c3xk8bcyj] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-8c3xk8bcyj] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-8c3xk8bcyj] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-8c3xk8bcyj] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-8c3xk8bcyj] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-8c3xk8bcyj] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-8c3xk8bcyj] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-8c3xk8bcyj] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-8c3xk8bcyj] {
    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-8c3xk8bcyj] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-8c3xk8bcyj] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-8c3xk8bcyj] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-8c3xk8bcyj] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-8c3xk8bcyj] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-8c3xk8bcyj] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-8c3xk8bcyj] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-8c3xk8bcyj] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-8c3xk8bcyj] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-8c3xk8bcyj] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-8c3xk8bcyj] {
        margin-top: 10px;
    }

.custom-file-input[b-8c3xk8bcyj] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-8c3xk8bcyj]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-8c3xk8bcyj]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-8c3xk8bcyj]::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/AlphaDogProj/Components/Pages/AllEntities/AllEntities.razor.rz.scp.css */
.content[b-rwkl5zplyc] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-rwkl5zplyc] {
    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-rwkl5zplyc] {
        width: 25px;
    }

.scr-fixed[b-rwkl5zplyc] {
    height: 600px;
    overflow: auto;
}

.custom-header[b-rwkl5zplyc] {
    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-rwkl5zplyc] {
    margin-left: 200px;
}

    .content.collapsed[b-rwkl5zplyc] {
        margin-left: 25px;
    }

.container.collapsed[b-rwkl5zplyc] {
    width: 100%;
}

.container[b-rwkl5zplyc] {
    width: 100%;
}

.sidebar .list-group-item[b-rwkl5zplyc] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-rwkl5zplyc] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-rwkl5zplyc] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-rwkl5zplyc] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-rwkl5zplyc] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-rwkl5zplyc] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-rwkl5zplyc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-rwkl5zplyc] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-rwkl5zplyc] {
        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-rwkl5zplyc] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-rwkl5zplyc] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-rwkl5zplyc] {
    position: relative;
}

.end-icon[b-rwkl5zplyc] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-rwkl5zplyc] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-rwkl5zplyc] {
    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-rwkl5zplyc],
.custom-header .help-icon[b-rwkl5zplyc] {
    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-rwkl5zplyc],
    .custom-header .help-icon:hover[b-rwkl5zplyc] {
        background-color: #e1eaf3;
    }

.header-left[b-rwkl5zplyc] {
    flex-grow: 1;
}

.header-right[b-rwkl5zplyc] {
    display: flex;
    gap: 10px;
}

.badge[b-rwkl5zplyc] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-rwkl5zplyc] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-rwkl5zplyc] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-rwkl5zplyc] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-rwkl5zplyc] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-rwkl5zplyc] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-rwkl5zplyc] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-rwkl5zplyc] {
    color: #465462;
}
/* BODY CSS  */
.oval-chip[b-rwkl5zplyc] {
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-block;
    background-color: #aaa;
    color: rgb(63, 140, 203);
    font-weight: bolder;
}

.card-footer[b-rwkl5zplyc] {
    background-color: white;
}

.oval-chip[b-rwkl5zplyc] {
    padding: 0 5px;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: inline-block;
}

.see-details-link[b-rwkl5zplyc] {
    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-rwkl5zplyc] {
        text-decoration: underline;
        cursor: pointer;
    }
/* _content/AlphaDogProj/Components/Pages/AllEntities/ConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-drskyatwot] {
    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/AlphaDogProj/Components/Pages/AllEntities/DepartmentList.razor.rz.scp.css */
.content[b-oi2cz53scb] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-oi2cz53scb] {
    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-oi2cz53scb] {
        width: 25px;
    }

.custom-header[b-oi2cz53scb] {
    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-oi2cz53scb] {
    margin-left: 200px;
}

    .content.collapsed[b-oi2cz53scb] {
        margin-left: 25px;
    }

.container.collapsed[b-oi2cz53scb] {
    width: 100%;
}

.container[b-oi2cz53scb] {
    width: 100%;
}

.sidebar .list-group-item[b-oi2cz53scb] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-oi2cz53scb] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-oi2cz53scb] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-oi2cz53scb] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-oi2cz53scb] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-oi2cz53scb] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-oi2cz53scb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-oi2cz53scb] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-oi2cz53scb] {
        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-oi2cz53scb] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-oi2cz53scb] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-oi2cz53scb] {
    position: relative;
}

.end-icon[b-oi2cz53scb] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-oi2cz53scb] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-oi2cz53scb] {
    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-oi2cz53scb],
.custom-header .help-icon[b-oi2cz53scb] {
    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-oi2cz53scb],
    .custom-header .help-icon:hover[b-oi2cz53scb] {
        background-color: #e1eaf3;
    }

.header-left[b-oi2cz53scb] {
    flex-grow: 1;
}

.header-right[b-oi2cz53scb] {
    display: flex;
    gap: 10px;
}

.badge[b-oi2cz53scb] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-oi2cz53scb] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-oi2cz53scb] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-oi2cz53scb] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-oi2cz53scb] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-oi2cz53scb] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-oi2cz53scb] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-oi2cz53scb] {
    color: #465462;
}
/* BODY CSS  */

table[b-oi2cz53scb] {
    font-size: 10px;
}

.tab-hd[b-oi2cz53scb] {
    background-color: #465462;
    color: #fff;
}

.table td[b-oi2cz53scb] {
    vertical-align: middle;
}

.alert[b-oi2cz53scb] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-oi2cz53scb] {
    border-radius: 15px;
}

.modal-header[b-oi2cz53scb] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-oi2cz53scb] {
    font-weight: bold;
}

.modal-footer[b-oi2cz53scb] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-oi2cz53scb] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-oi2cz53scb],
.table th[b-oi2cz53scb] {
    vertical-align: middle;
}

.btn-group .btn[b-oi2cz53scb] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-oi2cz53scb] {
    background-color: red !important;
    background-color: orange !important;
}


.rz-splitbutton-menu rz-popup[b-oi2cz53scb] {
    line-height:5px !important;
}
/* _content/AlphaDogProj/Components/Pages/AllEntities/EditEntity.razor.rz.scp.css */
.content[b-z6qx8bacd5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-z6qx8bacd5] {
    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-z6qx8bacd5] {
        width: 25px;
    }

.custom-header[b-z6qx8bacd5] {
    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-z6qx8bacd5] {
    margin-left: 200px;
}

    .content.collapsed[b-z6qx8bacd5] {
        margin-left: 25px;
    }

.container.collapsed[b-z6qx8bacd5] {
    width: 100%;
}

.container[b-z6qx8bacd5] {
    width: 100%;
}

.sidebar .list-group-item[b-z6qx8bacd5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-z6qx8bacd5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-z6qx8bacd5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-z6qx8bacd5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-z6qx8bacd5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-z6qx8bacd5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-z6qx8bacd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-z6qx8bacd5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-z6qx8bacd5] {
        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-z6qx8bacd5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-z6qx8bacd5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-z6qx8bacd5] {
    position: relative;
}

.end-icon[b-z6qx8bacd5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-z6qx8bacd5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-z6qx8bacd5] {
    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-z6qx8bacd5],
.custom-header .help-icon[b-z6qx8bacd5] {
    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-z6qx8bacd5],
    .custom-header .help-icon:hover[b-z6qx8bacd5] {
        background-color: #e1eaf3;
    }

.header-left[b-z6qx8bacd5] {
    flex-grow: 1;
}

.header-right[b-z6qx8bacd5] {
    display: flex;
    gap: 10px;
}

.badge[b-z6qx8bacd5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-z6qx8bacd5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-z6qx8bacd5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-z6qx8bacd5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-z6qx8bacd5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-z6qx8bacd5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-z6qx8bacd5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-z6qx8bacd5] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-z6qx8bacd5] {
    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-z6qx8bacd5] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-z6qx8bacd5] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-z6qx8bacd5] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-z6qx8bacd5] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-z6qx8bacd5] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-z6qx8bacd5] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-z6qx8bacd5] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-z6qx8bacd5] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-z6qx8bacd5] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-z6qx8bacd5] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-z6qx8bacd5] {
        margin-top: 10px;
    }

.custom-file-input[b-z6qx8bacd5] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-z6qx8bacd5]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-z6qx8bacd5]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-z6qx8bacd5]::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/AlphaDogProj/Components/Pages/AllEntities/EditMember.razor.rz.scp.css */
.content[b-zsmbnt2qc4] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-zsmbnt2qc4] {
    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-zsmbnt2qc4] {
        width: 25px;
    }

.custom-header[b-zsmbnt2qc4] {
    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-zsmbnt2qc4] {
    margin-left: 200px;
}

    .content.collapsed[b-zsmbnt2qc4] {
        margin-left: 25px;
    }

.container.collapsed[b-zsmbnt2qc4] {
    width: 100%;
}

.container[b-zsmbnt2qc4] {
    width: 100%;
}

.sidebar .list-group-item[b-zsmbnt2qc4] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-zsmbnt2qc4] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-zsmbnt2qc4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-zsmbnt2qc4] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-zsmbnt2qc4] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-zsmbnt2qc4] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-zsmbnt2qc4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-zsmbnt2qc4] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-zsmbnt2qc4] {
        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-zsmbnt2qc4] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-zsmbnt2qc4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-zsmbnt2qc4] {
    position: relative;
}

.end-icon[b-zsmbnt2qc4] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-zsmbnt2qc4] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-zsmbnt2qc4] {
    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-zsmbnt2qc4],
.custom-header .help-icon[b-zsmbnt2qc4] {
    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-zsmbnt2qc4],
    .custom-header .help-icon:hover[b-zsmbnt2qc4] {
        background-color: #e1eaf3;
    }

.header-left[b-zsmbnt2qc4] {
    flex-grow: 1;
}

.header-right[b-zsmbnt2qc4] {
    display: flex;
    gap: 10px;
}

.badge[b-zsmbnt2qc4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-zsmbnt2qc4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-zsmbnt2qc4] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-zsmbnt2qc4] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-zsmbnt2qc4] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-zsmbnt2qc4] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-zsmbnt2qc4] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-zsmbnt2qc4] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-zsmbnt2qc4] {
    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-zsmbnt2qc4] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-zsmbnt2qc4] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-zsmbnt2qc4] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-zsmbnt2qc4] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-zsmbnt2qc4] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-zsmbnt2qc4] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-zsmbnt2qc4] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-zsmbnt2qc4] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-zsmbnt2qc4] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-zsmbnt2qc4] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-zsmbnt2qc4] {
        margin-top: 10px;
    }

.custom-file-input[b-zsmbnt2qc4] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-zsmbnt2qc4]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-zsmbnt2qc4]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-zsmbnt2qc4]::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/AlphaDogProj/Components/Pages/AllEntities/MemberListing.razor.rz.scp.css */
.content[b-fp1mip93e4] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-fp1mip93e4] {
    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-fp1mip93e4] {
        width: 25px;
    }

.custom-header[b-fp1mip93e4] {
    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-fp1mip93e4] {
    margin-left: 200px;
}

    .content.collapsed[b-fp1mip93e4] {
        margin-left: 25px;
    }

.container.collapsed[b-fp1mip93e4] {
    width: 100%;
}

.container[b-fp1mip93e4] {
    width: 100%;
}

.sidebar .list-group-item[b-fp1mip93e4] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-fp1mip93e4] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-fp1mip93e4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-fp1mip93e4] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-fp1mip93e4] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-fp1mip93e4] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-fp1mip93e4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-fp1mip93e4] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-fp1mip93e4] {
        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-fp1mip93e4] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-fp1mip93e4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-fp1mip93e4] {
    position: relative;
}

.end-icon[b-fp1mip93e4] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-fp1mip93e4] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-fp1mip93e4] {
    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-fp1mip93e4],
.custom-header .help-icon[b-fp1mip93e4] {
    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-fp1mip93e4],
    .custom-header .help-icon:hover[b-fp1mip93e4] {
        background-color: #e1eaf3;
    }

.header-left[b-fp1mip93e4] {
    flex-grow: 1;
}

.header-right[b-fp1mip93e4] {
    display: flex;
    gap: 10px;
}

.badge[b-fp1mip93e4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-fp1mip93e4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-fp1mip93e4] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-fp1mip93e4] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-fp1mip93e4] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-fp1mip93e4] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-fp1mip93e4] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-fp1mip93e4] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-fp1mip93e4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-fp1mip93e4] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-fp1mip93e4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-fp1mip93e4] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-fp1mip93e4] {
    font-size: 10px;
}

.text-orange[b-fp1mip93e4] {
    color: orange;
}

.text-green[b-fp1mip93e4] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-fp1mip93e4] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-fp1mip93e4] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-fp1mip93e4] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-fp1mip93e4] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-fp1mip93e4] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-fp1mip93e4]
}

.card-title[b-fp1mip93e4] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-fp1mip93e4] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-fp1mip93e4] {
            flex-shrink: 0;
        }

.menu-column[b-fp1mip93e4] {
    cursor: pointer;
}

.profile-picture[b-fp1mip93e4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-fp1mip93e4] {
    vertical-align: middle;
}
/* _content/AlphaDogProj/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.content[b-y5etgbf91q] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.dashboad-header[b-y5etgbf91q] {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #002347;
}

.dashboad-header-subheader[b-y5etgbf91q] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #465462;
}

.dash-btn-style[b-y5etgbf91q]{
    background-color: #fff;
    color: #007dfc;
    border-color: #007dfc;
}

.sidebar[b-y5etgbf91q] {
    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-y5etgbf91q] {
        width: 25px;
    }

.custom-header[b-y5etgbf91q] {
    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-y5etgbf91q] {
    margin-left: 200px;
}

    .content.collapsed[b-y5etgbf91q] {
        margin-left: 25px;
    }

.container.collapsed[b-y5etgbf91q] {
    width: 100%;
}

.container[b-y5etgbf91q] {
    width: 100%;
}

.sidebar .list-group-item[b-y5etgbf91q] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-y5etgbf91q] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-y5etgbf91q] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-y5etgbf91q] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-y5etgbf91q] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-y5etgbf91q] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-y5etgbf91q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-y5etgbf91q] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-y5etgbf91q] {
        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-y5etgbf91q] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-y5etgbf91q] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-y5etgbf91q] {
    position: relative;
}

.end-icon[b-y5etgbf91q] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-y5etgbf91q] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-y5etgbf91q] {
    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-y5etgbf91q],
.custom-header .help-icon[b-y5etgbf91q] {
    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-y5etgbf91q],
    .custom-header .help-icon:hover[b-y5etgbf91q] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-y5etgbf91q] {
    flex-grow: 1;
}

.header-right[b-y5etgbf91q] {
    display: flex;
    gap: 10px;
}

.badge[b-y5etgbf91q] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-y5etgbf91q] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-y5etgbf91q] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-y5etgbf91q] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-y5etgbf91q] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-y5etgbf91q] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-y5etgbf91q] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-y5etgbf91q] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-y5etgbf91q] {
    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-y5etgbf91q] {
    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-y5etgbf91q] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-y5etgbf91q] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-y5etgbf91q] {
    font-size: 10px;
}

.text-orange[b-y5etgbf91q] {
    color: orange;
}

.text-green[b-y5etgbf91q] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-y5etgbf91q] {
    background-color: #465462;
    color: #fff;
}
/* _content/AlphaDogProj/Components/Pages/EntityFiles/EntityList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-ctofi6kfsa] {
    color: #465462;
}

.content[b-ctofi6kfsa] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ctofi6kfsa] {
    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-ctofi6kfsa] {
        width: 25px;
    }

.custom-header[b-ctofi6kfsa] {
    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-ctofi6kfsa] {
    margin-left: 200px;
}

    .content.collapsed[b-ctofi6kfsa] {
        margin-left: 25px;
    }

.container.collapsed[b-ctofi6kfsa] {
    width: 100%;
}

.container[b-ctofi6kfsa] {
    width: 100%;
}

.sidebar .list-group-item[b-ctofi6kfsa] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ctofi6kfsa] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ctofi6kfsa] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ctofi6kfsa] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ctofi6kfsa] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ctofi6kfsa] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ctofi6kfsa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ctofi6kfsa] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ctofi6kfsa] {
        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-ctofi6kfsa] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ctofi6kfsa] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ctofi6kfsa] {
    position: relative;
}

.end-icon[b-ctofi6kfsa] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ctofi6kfsa] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ctofi6kfsa] {
    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-ctofi6kfsa],
.custom-header .help-icon[b-ctofi6kfsa] {
    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-ctofi6kfsa],
    .custom-header .help-icon:hover[b-ctofi6kfsa] {
        background-color: #e1eaf3;
    }

.header-left[b-ctofi6kfsa] {
    flex-grow: 1;
}

.header-right[b-ctofi6kfsa] {
    display: flex;
    gap: 10px;
}

.badge[b-ctofi6kfsa] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ctofi6kfsa] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ctofi6kfsa] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ctofi6kfsa] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ctofi6kfsa] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ctofi6kfsa] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ctofi6kfsa] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ctofi6kfsa] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-ctofi6kfsa] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-ctofi6kfsa] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-ctofi6kfsa] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-ctofi6kfsa] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-ctofi6kfsa] {
    font-size: 10px;
}

.text-orange[b-ctofi6kfsa] {
    color: orange;
}

.text-green[b-ctofi6kfsa] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-ctofi6kfsa] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-ctofi6kfsa] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-ctofi6kfsa] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-ctofi6kfsa] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-ctofi6kfsa] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-ctofi6kfsa]
}

.card-title[b-ctofi6kfsa] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-ctofi6kfsa] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-ctofi6kfsa] {
            flex-shrink: 0;
        }

.menu-column[b-ctofi6kfsa] {
    cursor: pointer;
}

.profile-picture[b-ctofi6kfsa] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-ctofi6kfsa] {
    vertical-align: middle;
}

.count-cards[b-ctofi6kfsa] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-ctofi6kfsa] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-ctofi6kfsa],
.open[b-ctofi6kfsa],
.on-hold[b-ctofi6kfsa],
.closed[b-ctofi6kfsa] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-ctofi6kfsa] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-ctofi6kfsa] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-ctofi6kfsa] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-ctofi6kfsa] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-ctofi6kfsa] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/EntityFiles/FilesDetail.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-2bbu5h5ci4] {
    color: #465462;
}

.content[b-2bbu5h5ci4] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-2bbu5h5ci4] {
    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-2bbu5h5ci4] {
        width: 25px;
    }

.custom-header[b-2bbu5h5ci4] {
    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-2bbu5h5ci4] {
    margin-left: 200px;
}

    .content.collapsed[b-2bbu5h5ci4] {
        margin-left: 25px;
    }

.container.collapsed[b-2bbu5h5ci4] {
    width: 100%;
}

.container[b-2bbu5h5ci4] {
    width: 100%;
}

.sidebar .list-group-item[b-2bbu5h5ci4] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-2bbu5h5ci4] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-2bbu5h5ci4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-2bbu5h5ci4] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-2bbu5h5ci4] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-2bbu5h5ci4] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-2bbu5h5ci4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-2bbu5h5ci4] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-2bbu5h5ci4] {
        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-2bbu5h5ci4] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-2bbu5h5ci4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-2bbu5h5ci4] {
    position: relative;
}

.end-icon[b-2bbu5h5ci4] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-2bbu5h5ci4] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-2bbu5h5ci4] {
    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-2bbu5h5ci4],
.custom-header .help-icon[b-2bbu5h5ci4] {
    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-2bbu5h5ci4],
    .custom-header .help-icon:hover[b-2bbu5h5ci4] {
        background-color: #e1eaf3;
    }

.header-left[b-2bbu5h5ci4] {
    flex-grow: 1;
}

.header-right[b-2bbu5h5ci4] {
    display: flex;
    gap: 10px;
}

.badge[b-2bbu5h5ci4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-2bbu5h5ci4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-2bbu5h5ci4] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-2bbu5h5ci4] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-2bbu5h5ci4] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-2bbu5h5ci4] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-2bbu5h5ci4] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-2bbu5h5ci4] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-2bbu5h5ci4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-2bbu5h5ci4] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-2bbu5h5ci4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-2bbu5h5ci4] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-2bbu5h5ci4] {
    font-size: 10px;
}

.text-orange[b-2bbu5h5ci4] {
    color: orange;
}

.text-green[b-2bbu5h5ci4] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-2bbu5h5ci4] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-2bbu5h5ci4] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-2bbu5h5ci4] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-2bbu5h5ci4] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-2bbu5h5ci4] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-2bbu5h5ci4]
}

.card-title[b-2bbu5h5ci4] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-2bbu5h5ci4] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-2bbu5h5ci4] {
            flex-shrink: 0;
        }

.menu-column[b-2bbu5h5ci4] {
    cursor: pointer;
}

.profile-picture[b-2bbu5h5ci4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-2bbu5h5ci4] {
    vertical-align: middle;
}

.count-cards[b-2bbu5h5ci4] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-2bbu5h5ci4] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-2bbu5h5ci4],
.open[b-2bbu5h5ci4],
.on-hold[b-2bbu5h5ci4],
.closed[b-2bbu5h5ci4] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-2bbu5h5ci4] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-2bbu5h5ci4] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-2bbu5h5ci4] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-2bbu5h5ci4] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-2bbu5h5ci4] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Forms/EditContent.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-lfvbnvkd14] {
    color: #465462;
}

.content[b-lfvbnvkd14] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-lfvbnvkd14] {
    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-lfvbnvkd14] {
        width: 25px;
    }

.custom-header[b-lfvbnvkd14] {
    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-lfvbnvkd14] {
    margin-left: 200px;
}

    .content.collapsed[b-lfvbnvkd14] {
        margin-left: 25px;
    }

.container.collapsed[b-lfvbnvkd14] {
    width: 100%;
}

.container[b-lfvbnvkd14] {
    width: 100%;
}

.sidebar .list-group-item[b-lfvbnvkd14] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-lfvbnvkd14] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-lfvbnvkd14] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-lfvbnvkd14] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-lfvbnvkd14] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-lfvbnvkd14] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-lfvbnvkd14] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-lfvbnvkd14] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-lfvbnvkd14] {
        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-lfvbnvkd14] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-lfvbnvkd14] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-lfvbnvkd14] {
    position: relative;
}

.end-icon[b-lfvbnvkd14] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-lfvbnvkd14] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-lfvbnvkd14] {
    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-lfvbnvkd14],
.custom-header .help-icon[b-lfvbnvkd14] {
    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-lfvbnvkd14],
    .custom-header .help-icon:hover[b-lfvbnvkd14] {
        background-color: #e1eaf3;
    }

.header-left[b-lfvbnvkd14] {
    flex-grow: 1;
}

.header-right[b-lfvbnvkd14] {
    display: flex;
    gap: 10px;
}

.badge[b-lfvbnvkd14] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-lfvbnvkd14] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-lfvbnvkd14] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-lfvbnvkd14] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-lfvbnvkd14] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-lfvbnvkd14] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-lfvbnvkd14] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-lfvbnvkd14] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-lfvbnvkd14] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-lfvbnvkd14] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-lfvbnvkd14] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-lfvbnvkd14] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-lfvbnvkd14] {
    font-size: 10px;
}

.text-orange[b-lfvbnvkd14] {
    color: orange;
}

.text-green[b-lfvbnvkd14] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-lfvbnvkd14] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-lfvbnvkd14] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-lfvbnvkd14] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-lfvbnvkd14] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-lfvbnvkd14] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-lfvbnvkd14]
}

.card-title[b-lfvbnvkd14] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-lfvbnvkd14] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-lfvbnvkd14] {
            flex-shrink: 0;
        }

.menu-column[b-lfvbnvkd14] {
    cursor: pointer;
}

.profile-picture[b-lfvbnvkd14] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-lfvbnvkd14] {
    vertical-align: middle;
}

.count-cards[b-lfvbnvkd14] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-lfvbnvkd14] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-lfvbnvkd14],
.open[b-lfvbnvkd14],
.on-hold[b-lfvbnvkd14],
.closed[b-lfvbnvkd14] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-lfvbnvkd14] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-lfvbnvkd14] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-lfvbnvkd14] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-lfvbnvkd14] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-lfvbnvkd14] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Forms/EntityForm.razor.rz.scp.css */
/* Ensure all form fields are displayed in columns on larger screens */
.form-row .form-group[b-w2pz9rwtld] {
    margin-bottom: 1rem;
}

/* Default layout (desktop and larger screens) */
@media (min-width: 769px) {
    .form-row .col-4[b-w2pz9rwtld], .form-row .col-8[b-w2pz9rwtld] {
        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-w2pz9rwtld], .form-row .col-8[b-w2pz9rwtld] {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
/* _content/AlphaDogProj/Components/Pages/Forms/FormList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-y7ry3hn07x] {
    color: #465462;
}

.content[b-y7ry3hn07x] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-y7ry3hn07x] {
    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-y7ry3hn07x] {
        width: 25px;
    }

.custom-header[b-y7ry3hn07x] {
    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-y7ry3hn07x] {
    margin-left: 200px;
}

    .content.collapsed[b-y7ry3hn07x] {
        margin-left: 25px;
    }

.container.collapsed[b-y7ry3hn07x] {
    width: 100%;
}

.container[b-y7ry3hn07x] {
    width: 100%;
}

.sidebar .list-group-item[b-y7ry3hn07x] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-y7ry3hn07x] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-y7ry3hn07x] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-y7ry3hn07x] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-y7ry3hn07x] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-y7ry3hn07x] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-y7ry3hn07x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-y7ry3hn07x] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-y7ry3hn07x] {
        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-y7ry3hn07x] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-y7ry3hn07x] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-y7ry3hn07x] {
    position: relative;
}

.end-icon[b-y7ry3hn07x] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-y7ry3hn07x] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-y7ry3hn07x] {
    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-y7ry3hn07x],
.custom-header .help-icon[b-y7ry3hn07x] {
    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-y7ry3hn07x],
    .custom-header .help-icon:hover[b-y7ry3hn07x] {
        background-color: #e1eaf3;
    }

.header-left[b-y7ry3hn07x] {
    flex-grow: 1;
}

.header-right[b-y7ry3hn07x] {
    display: flex;
    gap: 10px;
}

.badge[b-y7ry3hn07x] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-y7ry3hn07x] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-y7ry3hn07x] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-y7ry3hn07x] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-y7ry3hn07x] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-y7ry3hn07x] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-y7ry3hn07x] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-y7ry3hn07x] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-y7ry3hn07x] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-y7ry3hn07x] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-y7ry3hn07x] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-y7ry3hn07x] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-y7ry3hn07x] {
    font-size: 10px;
}

.text-orange[b-y7ry3hn07x] {
    color: orange;
}

.text-green[b-y7ry3hn07x] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-y7ry3hn07x] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-y7ry3hn07x] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-y7ry3hn07x] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-y7ry3hn07x] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-y7ry3hn07x] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-y7ry3hn07x]
}

.card-title[b-y7ry3hn07x] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-y7ry3hn07x] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-y7ry3hn07x] {
            flex-shrink: 0;
        }

.menu-column[b-y7ry3hn07x] {
    cursor: pointer;
}

.profile-picture[b-y7ry3hn07x] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-y7ry3hn07x] {
    vertical-align: middle;
}

.count-cards[b-y7ry3hn07x] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-y7ry3hn07x] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-y7ry3hn07x],
.open[b-y7ry3hn07x],
.on-hold[b-y7ry3hn07x],
.closed[b-y7ry3hn07x] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-y7ry3hn07x] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-y7ry3hn07x] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-y7ry3hn07x] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-y7ry3hn07x] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-y7ry3hn07x] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Notification/AddNotification.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-rm8v6xj2k8] {
    color: #465462;
}

.content[b-rm8v6xj2k8] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-rm8v6xj2k8] {
    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-rm8v6xj2k8] {
        width: 25px;
    }

.custom-header[b-rm8v6xj2k8] {
    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-rm8v6xj2k8] {
    margin-left: 200px;
}

    .content.collapsed[b-rm8v6xj2k8] {
        margin-left: 25px;
    }

.container.collapsed[b-rm8v6xj2k8] {
    width: 100%;
}

.container[b-rm8v6xj2k8] {
    width: 100%;
}

.sidebar .list-group-item[b-rm8v6xj2k8] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-rm8v6xj2k8] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-rm8v6xj2k8] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-rm8v6xj2k8] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-rm8v6xj2k8] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-rm8v6xj2k8] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-rm8v6xj2k8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-rm8v6xj2k8] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-rm8v6xj2k8] {
        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-rm8v6xj2k8] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-rm8v6xj2k8] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-rm8v6xj2k8] {
    position: relative;
}

.end-icon[b-rm8v6xj2k8] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-rm8v6xj2k8] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-rm8v6xj2k8] {
    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-rm8v6xj2k8],
.custom-header .help-icon[b-rm8v6xj2k8] {
    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-rm8v6xj2k8],
    .custom-header .help-icon:hover[b-rm8v6xj2k8] {
        background-color: #e1eaf3;
    }

.header-left[b-rm8v6xj2k8] {
    flex-grow: 1;
}

.header-right[b-rm8v6xj2k8] {
    display: flex;
    gap: 10px;
}

.badge[b-rm8v6xj2k8] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-rm8v6xj2k8] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-rm8v6xj2k8] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-rm8v6xj2k8] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-rm8v6xj2k8] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-rm8v6xj2k8] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-rm8v6xj2k8] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-rm8v6xj2k8] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-rm8v6xj2k8] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-rm8v6xj2k8] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-rm8v6xj2k8] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-rm8v6xj2k8] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-rm8v6xj2k8] {
    font-size: 10px;
}

.text-orange[b-rm8v6xj2k8] {
    color: orange;
}

.text-green[b-rm8v6xj2k8] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-rm8v6xj2k8] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-rm8v6xj2k8] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-rm8v6xj2k8] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-rm8v6xj2k8] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-rm8v6xj2k8] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-rm8v6xj2k8]
}

.card-title[b-rm8v6xj2k8] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-rm8v6xj2k8] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-rm8v6xj2k8] {
            flex-shrink: 0;
        }

.menu-column[b-rm8v6xj2k8] {
    cursor: pointer;
}

.profile-picture[b-rm8v6xj2k8] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-rm8v6xj2k8] {
    vertical-align: middle;
}

.count-cards[b-rm8v6xj2k8] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-rm8v6xj2k8] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-rm8v6xj2k8],
.open[b-rm8v6xj2k8],
.on-hold[b-rm8v6xj2k8],
.closed[b-rm8v6xj2k8] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-rm8v6xj2k8] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-rm8v6xj2k8] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-rm8v6xj2k8] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-rm8v6xj2k8] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-rm8v6xj2k8] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Notification/EntityNotificationSummary.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-0a7fv15qmy] {
    color: #465462;
}

.content[b-0a7fv15qmy] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-0a7fv15qmy] {
    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-0a7fv15qmy] {
        width: 25px;
    }

.custom-header[b-0a7fv15qmy] {
    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-0a7fv15qmy] {
    margin-left: 200px;
}

    .content.collapsed[b-0a7fv15qmy] {
        margin-left: 25px;
    }

.container.collapsed[b-0a7fv15qmy] {
    width: 100%;
}

.container[b-0a7fv15qmy] {
    width: 100%;
}

.sidebar .list-group-item[b-0a7fv15qmy] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-0a7fv15qmy] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-0a7fv15qmy] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-0a7fv15qmy] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-0a7fv15qmy] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-0a7fv15qmy] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-0a7fv15qmy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-0a7fv15qmy] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-0a7fv15qmy] {
        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-0a7fv15qmy] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-0a7fv15qmy] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-0a7fv15qmy] {
    position: relative;
}

.end-icon[b-0a7fv15qmy] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-0a7fv15qmy] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-0a7fv15qmy] {
    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-0a7fv15qmy],
.custom-header .help-icon[b-0a7fv15qmy] {
    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-0a7fv15qmy],
    .custom-header .help-icon:hover[b-0a7fv15qmy] {
        background-color: #e1eaf3;
    }

.header-left[b-0a7fv15qmy] {
    flex-grow: 1;
}

.header-right[b-0a7fv15qmy] {
    display: flex;
    gap: 10px;
}

.badge[b-0a7fv15qmy] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-0a7fv15qmy] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-0a7fv15qmy] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-0a7fv15qmy] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-0a7fv15qmy] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-0a7fv15qmy] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-0a7fv15qmy] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-0a7fv15qmy] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-0a7fv15qmy] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-0a7fv15qmy] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-0a7fv15qmy] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-0a7fv15qmy] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-0a7fv15qmy] {
    font-size: 10px;
}

.text-orange[b-0a7fv15qmy] {
    color: orange;
}

.text-green[b-0a7fv15qmy] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-0a7fv15qmy] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-0a7fv15qmy] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-0a7fv15qmy] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-0a7fv15qmy] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-0a7fv15qmy] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-0a7fv15qmy]
}

.card-title[b-0a7fv15qmy] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-0a7fv15qmy] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-0a7fv15qmy] {
            flex-shrink: 0;
        }

.menu-column[b-0a7fv15qmy] {
    cursor: pointer;
}

.profile-picture[b-0a7fv15qmy] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-0a7fv15qmy] {
    vertical-align: middle;
}

.count-cards[b-0a7fv15qmy] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-0a7fv15qmy] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-0a7fv15qmy],
.open[b-0a7fv15qmy],
.on-hold[b-0a7fv15qmy],
.closed[b-0a7fv15qmy] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-0a7fv15qmy] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-0a7fv15qmy] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-0a7fv15qmy] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-0a7fv15qmy] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-0a7fv15qmy] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Notification/NotificationList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-qhmd048u9a] {
    color: #465462;
}

.content[b-qhmd048u9a] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-qhmd048u9a] {
    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-qhmd048u9a] {
        width: 25px;
    }

.custom-header[b-qhmd048u9a] {
    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-qhmd048u9a] {
    margin-left: 200px;
}

    .content.collapsed[b-qhmd048u9a] {
        margin-left: 25px;
    }

.container.collapsed[b-qhmd048u9a] {
    width: 100%;
}

.container[b-qhmd048u9a] {
    width: 100%;
}

.sidebar .list-group-item[b-qhmd048u9a] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-qhmd048u9a] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-qhmd048u9a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-qhmd048u9a] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-qhmd048u9a] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-qhmd048u9a] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-qhmd048u9a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-qhmd048u9a] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-qhmd048u9a] {
        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-qhmd048u9a] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-qhmd048u9a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-qhmd048u9a] {
    position: relative;
}

.end-icon[b-qhmd048u9a] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-qhmd048u9a] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-qhmd048u9a] {
    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-qhmd048u9a],
.custom-header .help-icon[b-qhmd048u9a] {
    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-qhmd048u9a],
    .custom-header .help-icon:hover[b-qhmd048u9a] {
        background-color: #e1eaf3;
    }

.header-left[b-qhmd048u9a] {
    flex-grow: 1;
}

.header-right[b-qhmd048u9a] {
    display: flex;
    gap: 10px;
}

.badge[b-qhmd048u9a] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-qhmd048u9a] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-qhmd048u9a] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-qhmd048u9a] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-qhmd048u9a] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-qhmd048u9a] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-qhmd048u9a] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-qhmd048u9a] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-qhmd048u9a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-qhmd048u9a] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-qhmd048u9a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-qhmd048u9a] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-qhmd048u9a] {
    font-size: 10px;
}

.text-orange[b-qhmd048u9a] {
    color: orange;
}

.text-green[b-qhmd048u9a] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-qhmd048u9a] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-qhmd048u9a] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-qhmd048u9a] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-qhmd048u9a] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-qhmd048u9a] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-qhmd048u9a]
}

.card-title[b-qhmd048u9a] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-qhmd048u9a] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-qhmd048u9a] {
            flex-shrink: 0;
        }

.menu-column[b-qhmd048u9a] {
    cursor: pointer;
}

.profile-picture[b-qhmd048u9a] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-qhmd048u9a] {
    vertical-align: middle;
}

.count-cards[b-qhmd048u9a] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-qhmd048u9a] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-qhmd048u9a],
.open[b-qhmd048u9a],
.on-hold[b-qhmd048u9a],
.closed[b-qhmd048u9a] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-qhmd048u9a] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-qhmd048u9a] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-qhmd048u9a] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-qhmd048u9a] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-qhmd048u9a] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/PdfControl/OpenCanvaPdf.razor.rz.scp.css */
 /*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/
.grdlbl[b-tzi3ej7smg] {
    color: #465462;
}

.content[b-tzi3ej7smg] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-tzi3ej7smg] {
    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-tzi3ej7smg] {
        width: 25px;
    }

.custom-header[b-tzi3ej7smg] {
    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-tzi3ej7smg] {
    margin-left: 200px;
}

    .content.collapsed[b-tzi3ej7smg] {
        margin-left: 25px;
    }

.container.collapsed[b-tzi3ej7smg] {
    width: 100%;
}

.container[b-tzi3ej7smg] {
    width: 100%;
}

.sidebar .list-group-item[b-tzi3ej7smg] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-tzi3ej7smg] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-tzi3ej7smg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-tzi3ej7smg] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-tzi3ej7smg] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-tzi3ej7smg] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-tzi3ej7smg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-tzi3ej7smg] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-tzi3ej7smg] {
        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-tzi3ej7smg] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-tzi3ej7smg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-tzi3ej7smg] {
    position: relative;
}

.end-icon[b-tzi3ej7smg] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-tzi3ej7smg] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-tzi3ej7smg] {
    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-tzi3ej7smg],
.custom-header .help-icon[b-tzi3ej7smg] {
    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-tzi3ej7smg],
    .custom-header .help-icon:hover[b-tzi3ej7smg] {
        background-color: #e1eaf3;
    }

.header-left[b-tzi3ej7smg] {
    flex-grow: 1;
}

.header-right[b-tzi3ej7smg] {
    display: flex;
    gap: 10px;
}

.badge[b-tzi3ej7smg] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-tzi3ej7smg] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-tzi3ej7smg] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-tzi3ej7smg] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-tzi3ej7smg] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-tzi3ej7smg] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-tzi3ej7smg] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-tzi3ej7smg] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-tzi3ej7smg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-tzi3ej7smg] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-tzi3ej7smg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-tzi3ej7smg] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-tzi3ej7smg] {
    font-size: 10px;
}

.text-orange[b-tzi3ej7smg] {
    color: orange;
}

.text-green[b-tzi3ej7smg] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-tzi3ej7smg] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-tzi3ej7smg] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-tzi3ej7smg] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-tzi3ej7smg] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-tzi3ej7smg] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-tzi3ej7smg]
}

.card-title[b-tzi3ej7smg] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-tzi3ej7smg] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-tzi3ej7smg] {
            flex-shrink: 0;
        }

.menu-column[b-tzi3ej7smg] {
    cursor: pointer;
}

.profile-picture[b-tzi3ej7smg] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-tzi3ej7smg] {
    vertical-align: middle;
}

.count-cards[b-tzi3ej7smg] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-tzi3ej7smg] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-tzi3ej7smg],
.open[b-tzi3ej7smg],
.on-hold[b-tzi3ej7smg],
.closed[b-tzi3ej7smg] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-tzi3ej7smg] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-tzi3ej7smg] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-tzi3ej7smg] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-tzi3ej7smg] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-tzi3ej7smg] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/RequestForm/EmailTemplate.razor.rz.scp.css */
.customhover:hover[b-333fygisj0] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-333fygisj0] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-333fygisj0] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-333fygisj0] {
    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-333fygisj0] {
    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-333fygisj0] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-333fygisj0] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-333fygisj0] {
    font-size: 16px;
}

.text-medium[b-333fygisj0] {
    font-size: 14px;
}

.text-small[b-333fygisj0] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-333fygisj0] {
    font-weight: bold;
}

.text-muted[b-333fygisj0] {
    color: #888;
}

.text-body[b-333fygisj0] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-333fygisj0] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-333fygisj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-333fygisj0] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-333fygisj0] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-333fygisj0]::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-333fygisj0] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-333fygisj0] {
    margin-left: 200px;
}

    .content.collapsed[b-333fygisj0] {
        margin-left: 25px;
    }

.container.collapsed[b-333fygisj0] {
    width: 100%;
}

.container[b-333fygisj0] {
    width: 100%;
}

.badge[b-333fygisj0] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-333fygisj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-333fygisj0] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-333fygisj0] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-333fygisj0] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-333fygisj0] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-333fygisj0] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-333fygisj0] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-333fygisj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-333fygisj0] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-333fygisj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-333fygisj0] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-333fygisj0] {
    font-size: 10px;
}

.text-orange[b-333fygisj0] {
    color: orange;
}

.text-green[b-333fygisj0] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-333fygisj0] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-333fygisj0] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-333fygisj0] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-333fygisj0] {
        background-color: #007dfc;
        color: white;
    }
        .btn-custom:hover i[b-333fygisj0] {
            color: white !important; /* Ensures icons stay white */
        }

    .btn-custom:hover .icon-custom[b-333fygisj0] {
        color: white;
    }
    
.add-member-btn[b-333fygisj0] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-333fygisj0]
}

.card-title[b-333fygisj0] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-333fygisj0] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-333fygisj0] {
            flex-shrink: 0;
        }

.menu-column[b-333fygisj0] {
    cursor: pointer;
}

.profile-picture[b-333fygisj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-333fygisj0] {
    vertical-align: middle;
}

.count-cards[b-333fygisj0] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-333fygisj0] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-333fygisj0],
.open[b-333fygisj0],
.on-hold[b-333fygisj0],
.closed[b-333fygisj0] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-333fygisj0] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-333fygisj0] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-333fygisj0] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-333fygisj0] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-333fygisj0] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-333fygisj0] {
    padding: 5px;
}

.fs-6[b-333fygisj0] {
    font-size: 12px !important;
}

.message-container[b-333fygisj0] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-333fygisj0] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-333fygisj0] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-333fygisj0] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-333fygisj0] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-333fygisj0] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-333fygisj0] {
    display: flex;
}

.reply-button[b-333fygisj0],
.forward-button[b-333fygisj0] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-333fygisj0],
    .forward-button:hover[b-333fygisj0] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-333fygisj0] {
    border-radius: 15px;
}

.modal-header[b-333fygisj0] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-333fygisj0] {
    font-weight: bold;
}

.modal-footer[b-333fygisj0] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-333fygisj0] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-333fygisj0] {
    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-333fygisj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-333fygisj0] {
    background-color: #1b6ec2;
    color: white;
}

.note-div[b-333fygisj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-333fygisj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-333fygisj0] {
    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-333fygisj0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-333fygisj0] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/AlphaDogProj/Components/Pages/RequestForm/RequestFormListing.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-icn3iai65g] {
    color: #465462;
}

.content[b-icn3iai65g] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-icn3iai65g] {
    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-icn3iai65g] {
        width: 25px;
    }

.custom-header[b-icn3iai65g] {
    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-icn3iai65g] {
    margin-left: 200px;
}

    .content.collapsed[b-icn3iai65g] {
        margin-left: 25px;
    }

.container.collapsed[b-icn3iai65g] {
    width: 100%;
}

.container[b-icn3iai65g] {
    width: 100%;
}

.sidebar .list-group-item[b-icn3iai65g] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-icn3iai65g] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-icn3iai65g] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-icn3iai65g] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-icn3iai65g] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-icn3iai65g] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-icn3iai65g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-icn3iai65g] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-icn3iai65g] {
        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-icn3iai65g] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-icn3iai65g] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-icn3iai65g] {
    position: relative;
}

.end-icon[b-icn3iai65g] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-icn3iai65g] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-icn3iai65g] {
    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-icn3iai65g],
.custom-header .help-icon[b-icn3iai65g] {
    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-icn3iai65g],
    .custom-header .help-icon:hover[b-icn3iai65g] {
        background-color: #e1eaf3;
    }

.header-left[b-icn3iai65g] {
    flex-grow: 1;
}

.header-right[b-icn3iai65g] {
    display: flex;
    gap: 10px;
}

.badge[b-icn3iai65g] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-icn3iai65g] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-icn3iai65g] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-icn3iai65g] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-icn3iai65g] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-icn3iai65g] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-icn3iai65g] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-icn3iai65g] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-icn3iai65g] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-icn3iai65g] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-icn3iai65g] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-icn3iai65g] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-icn3iai65g] {
    font-size: 10px;
}

.text-orange[b-icn3iai65g] {
    color: orange;
}

.text-green[b-icn3iai65g] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-icn3iai65g] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-icn3iai65g] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-icn3iai65g] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-icn3iai65g] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-icn3iai65g] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-icn3iai65g]
}

.card-title[b-icn3iai65g] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-icn3iai65g] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-icn3iai65g] {
            flex-shrink: 0;
        }

.menu-column[b-icn3iai65g] {
    cursor: pointer;
}

.profile-picture[b-icn3iai65g] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-icn3iai65g] {
    vertical-align: middle;
}

.count-cards[b-icn3iai65g] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-icn3iai65g] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-icn3iai65g],
.open[b-icn3iai65g],
.on-hold[b-icn3iai65g],
.closed[b-icn3iai65g] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-icn3iai65g] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-icn3iai65g] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-icn3iai65g] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-icn3iai65g] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-icn3iai65g] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Scheduler/EditAppointment.razor.rz.scp.css */
.rz-calendar .rz-calendar-day.rz-state-active[b-oslow5ohcb] {
    background-color: #4CAF50; /* Change this to your preferred background color */
    color: white; /* Change this to your preferred text color */
}
/* _content/AlphaDogProj/Components/Pages/Templates/AddTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-3mwlsbxd7n] {
    color: #465462;
}

.content[b-3mwlsbxd7n] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-3mwlsbxd7n] {
    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-3mwlsbxd7n] {
        width: 25px;
    }

.custom-header[b-3mwlsbxd7n] {
    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-3mwlsbxd7n] {
    margin-left: 200px;
}

    .content.collapsed[b-3mwlsbxd7n] {
        margin-left: 25px;
    }

.container.collapsed[b-3mwlsbxd7n] {
    width: 100%;
}

.container[b-3mwlsbxd7n] {
    width: 100%;
}

.sidebar .list-group-item[b-3mwlsbxd7n] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-3mwlsbxd7n] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-3mwlsbxd7n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-3mwlsbxd7n] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-3mwlsbxd7n] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-3mwlsbxd7n] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-3mwlsbxd7n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-3mwlsbxd7n] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-3mwlsbxd7n] {
        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-3mwlsbxd7n] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-3mwlsbxd7n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-3mwlsbxd7n] {
    position: relative;
}

.end-icon[b-3mwlsbxd7n] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-3mwlsbxd7n] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-3mwlsbxd7n] {
    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-3mwlsbxd7n],
.custom-header .help-icon[b-3mwlsbxd7n] {
    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-3mwlsbxd7n],
    .custom-header .help-icon:hover[b-3mwlsbxd7n] {
        background-color: #e1eaf3;
    }

.header-left[b-3mwlsbxd7n] {
    flex-grow: 1;
}

.header-right[b-3mwlsbxd7n] {
    display: flex;
    gap: 10px;
}

.badge[b-3mwlsbxd7n] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-3mwlsbxd7n] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-3mwlsbxd7n] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-3mwlsbxd7n] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-3mwlsbxd7n] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-3mwlsbxd7n] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-3mwlsbxd7n] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-3mwlsbxd7n] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-3mwlsbxd7n] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-3mwlsbxd7n] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-3mwlsbxd7n] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-3mwlsbxd7n] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-3mwlsbxd7n] {
    font-size: 10px;
}

.text-orange[b-3mwlsbxd7n] {
    color: orange;
}

.text-green[b-3mwlsbxd7n] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-3mwlsbxd7n] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-3mwlsbxd7n] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-3mwlsbxd7n] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-3mwlsbxd7n] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-3mwlsbxd7n] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-3mwlsbxd7n]
}

.card-title[b-3mwlsbxd7n] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-3mwlsbxd7n] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-3mwlsbxd7n] {
            flex-shrink: 0;
        }

.menu-column[b-3mwlsbxd7n] {
    cursor: pointer;
}

.profile-picture[b-3mwlsbxd7n] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-3mwlsbxd7n] {
    vertical-align: middle;
}

.count-cards[b-3mwlsbxd7n] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-3mwlsbxd7n] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-3mwlsbxd7n],
.open[b-3mwlsbxd7n],
.on-hold[b-3mwlsbxd7n],
.closed[b-3mwlsbxd7n] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-3mwlsbxd7n] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-3mwlsbxd7n] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-3mwlsbxd7n] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-3mwlsbxd7n] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-3mwlsbxd7n] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Templates/EditEmaiTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-sh3h8szk6o] {
    color: #465462;
}

.content[b-sh3h8szk6o] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-sh3h8szk6o] {
    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-sh3h8szk6o] {
        width: 25px;
    }

.custom-header[b-sh3h8szk6o] {
    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-sh3h8szk6o] {
    margin-left: 200px;
}

    .content.collapsed[b-sh3h8szk6o] {
        margin-left: 25px;
    }

.container.collapsed[b-sh3h8szk6o] {
    width: 100%;
}

.container[b-sh3h8szk6o] {
    width: 100%;
}

.sidebar .list-group-item[b-sh3h8szk6o] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-sh3h8szk6o] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-sh3h8szk6o] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-sh3h8szk6o] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-sh3h8szk6o] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-sh3h8szk6o] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-sh3h8szk6o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-sh3h8szk6o] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-sh3h8szk6o] {
        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-sh3h8szk6o] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-sh3h8szk6o] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-sh3h8szk6o] {
    position: relative;
}

.end-icon[b-sh3h8szk6o] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-sh3h8szk6o] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-sh3h8szk6o] {
    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-sh3h8szk6o],
.custom-header .help-icon[b-sh3h8szk6o] {
    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-sh3h8szk6o],
    .custom-header .help-icon:hover[b-sh3h8szk6o] {
        background-color: #e1eaf3;
    }

.header-left[b-sh3h8szk6o] {
    flex-grow: 1;
}

.header-right[b-sh3h8szk6o] {
    display: flex;
    gap: 10px;
}

.badge[b-sh3h8szk6o] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-sh3h8szk6o] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-sh3h8szk6o] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-sh3h8szk6o] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-sh3h8szk6o] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-sh3h8szk6o] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-sh3h8szk6o] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-sh3h8szk6o] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-sh3h8szk6o] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-sh3h8szk6o] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-sh3h8szk6o] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-sh3h8szk6o] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-sh3h8szk6o] {
    font-size: 10px;
}

.text-orange[b-sh3h8szk6o] {
    color: orange;
}

.text-green[b-sh3h8szk6o] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-sh3h8szk6o] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-sh3h8szk6o] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-sh3h8szk6o] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-sh3h8szk6o] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-sh3h8szk6o] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-sh3h8szk6o]
}

.card-title[b-sh3h8szk6o] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-sh3h8szk6o] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-sh3h8szk6o] {
            flex-shrink: 0;
        }

.menu-column[b-sh3h8szk6o] {
    cursor: pointer;
}

.profile-picture[b-sh3h8szk6o] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-sh3h8szk6o] {
    vertical-align: middle;
}

.count-cards[b-sh3h8szk6o] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-sh3h8szk6o] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-sh3h8szk6o],
.open[b-sh3h8szk6o],
.on-hold[b-sh3h8szk6o],
.closed[b-sh3h8szk6o] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-sh3h8szk6o] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-sh3h8szk6o] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-sh3h8szk6o] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-sh3h8szk6o] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-sh3h8szk6o] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Templates/EmailTemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-mdw1w4xfkx] {
    color: #465462;
}

.content[b-mdw1w4xfkx] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-mdw1w4xfkx] {
    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-mdw1w4xfkx] {
        width: 25px;
    }

.custom-header[b-mdw1w4xfkx] {
    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-mdw1w4xfkx] {
    margin-left: 200px;
}

    .content.collapsed[b-mdw1w4xfkx] {
        margin-left: 25px;
    }

.container.collapsed[b-mdw1w4xfkx] {
    width: 100%;
}

.container[b-mdw1w4xfkx] {
    width: 100%;
}

.sidebar .list-group-item[b-mdw1w4xfkx] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-mdw1w4xfkx] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-mdw1w4xfkx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-mdw1w4xfkx] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-mdw1w4xfkx] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-mdw1w4xfkx] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-mdw1w4xfkx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-mdw1w4xfkx] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-mdw1w4xfkx] {
        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-mdw1w4xfkx] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-mdw1w4xfkx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-mdw1w4xfkx] {
    position: relative;
}

.end-icon[b-mdw1w4xfkx] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-mdw1w4xfkx] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-mdw1w4xfkx] {
    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-mdw1w4xfkx],
.custom-header .help-icon[b-mdw1w4xfkx] {
    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-mdw1w4xfkx],
    .custom-header .help-icon:hover[b-mdw1w4xfkx] {
        background-color: #e1eaf3;
    }

.header-left[b-mdw1w4xfkx] {
    flex-grow: 1;
}

.header-right[b-mdw1w4xfkx] {
    display: flex;
    gap: 10px;
}

.badge[b-mdw1w4xfkx] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-mdw1w4xfkx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-mdw1w4xfkx] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-mdw1w4xfkx] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-mdw1w4xfkx] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-mdw1w4xfkx] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-mdw1w4xfkx] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-mdw1w4xfkx] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-mdw1w4xfkx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-mdw1w4xfkx] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-mdw1w4xfkx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-mdw1w4xfkx] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-mdw1w4xfkx] {
    font-size: 10px;
}

.text-orange[b-mdw1w4xfkx] {
    color: orange;
}

.text-green[b-mdw1w4xfkx] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-mdw1w4xfkx] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-mdw1w4xfkx] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-mdw1w4xfkx] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-mdw1w4xfkx] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-mdw1w4xfkx] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-mdw1w4xfkx]
}

.card-title[b-mdw1w4xfkx] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-mdw1w4xfkx] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-mdw1w4xfkx] {
            flex-shrink: 0;
        }

.menu-column[b-mdw1w4xfkx] {
    cursor: pointer;
}

.profile-picture[b-mdw1w4xfkx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-mdw1w4xfkx] {
    vertical-align: middle;
}

.count-cards[b-mdw1w4xfkx] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-mdw1w4xfkx] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-mdw1w4xfkx],
.open[b-mdw1w4xfkx],
.on-hold[b-mdw1w4xfkx],
.closed[b-mdw1w4xfkx] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-mdw1w4xfkx] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-mdw1w4xfkx] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-mdw1w4xfkx] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-mdw1w4xfkx] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-mdw1w4xfkx] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Templates/TemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-v0tllvcfjx] {
    color: #465462;
}

.content[b-v0tllvcfjx] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-v0tllvcfjx] {
    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-v0tllvcfjx] {
        width: 25px;
    }

.custom-header[b-v0tllvcfjx] {
    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-v0tllvcfjx] {
    margin-left: 200px;
}

    .content.collapsed[b-v0tllvcfjx] {
        margin-left: 25px;
    }

.container.collapsed[b-v0tllvcfjx] {
    width: 100%;
}

.container[b-v0tllvcfjx] {
    width: 100%;
}

.sidebar .list-group-item[b-v0tllvcfjx] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-v0tllvcfjx] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-v0tllvcfjx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-v0tllvcfjx] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-v0tllvcfjx] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-v0tllvcfjx] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-v0tllvcfjx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-v0tllvcfjx] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-v0tllvcfjx] {
        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-v0tllvcfjx] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-v0tllvcfjx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-v0tllvcfjx] {
    position: relative;
}

.end-icon[b-v0tllvcfjx] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-v0tllvcfjx] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-v0tllvcfjx] {
    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-v0tllvcfjx],
.custom-header .help-icon[b-v0tllvcfjx] {
    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-v0tllvcfjx],
    .custom-header .help-icon:hover[b-v0tllvcfjx] {
        background-color: #e1eaf3;
    }

.header-left[b-v0tllvcfjx] {
    flex-grow: 1;
}

.header-right[b-v0tllvcfjx] {
    display: flex;
    gap: 10px;
}

.badge[b-v0tllvcfjx] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-v0tllvcfjx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-v0tllvcfjx] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-v0tllvcfjx] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-v0tllvcfjx] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-v0tllvcfjx] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-v0tllvcfjx] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-v0tllvcfjx] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-v0tllvcfjx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-v0tllvcfjx] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-v0tllvcfjx] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-v0tllvcfjx] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-v0tllvcfjx] {
    font-size: 10px;
}

.text-orange[b-v0tllvcfjx] {
    color: orange;
}

.text-green[b-v0tllvcfjx] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-v0tllvcfjx] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-v0tllvcfjx] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-v0tllvcfjx] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-v0tllvcfjx] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-v0tllvcfjx] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-v0tllvcfjx]
}

.card-title[b-v0tllvcfjx] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-v0tllvcfjx] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-v0tllvcfjx] {
            flex-shrink: 0;
        }

.menu-column[b-v0tllvcfjx] {
    cursor: pointer;
}

.profile-picture[b-v0tllvcfjx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-v0tllvcfjx] {
    vertical-align: middle;
}

.count-cards[b-v0tllvcfjx] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-v0tllvcfjx] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-v0tllvcfjx],
.open[b-v0tllvcfjx],
.on-hold[b-v0tllvcfjx],
.closed[b-v0tllvcfjx] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-v0tllvcfjx] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-v0tllvcfjx] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-v0tllvcfjx] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-v0tllvcfjx] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-v0tllvcfjx] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Testing/SimpleTest.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-k74f6l74jq] {
    color: #465462;
}

.content[b-k74f6l74jq] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

#pdf-canvas[b-k74f6l74jq] {
    border: 1px solid black;
    direction: ltr;
}

.highlighted[b-k74f6l74jq] {
    background-color: black;
    color: white;
}


.sidebar[b-k74f6l74jq] {
    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-k74f6l74jq] {
        width: 25px;
    }

.custom-header[b-k74f6l74jq] {
    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-k74f6l74jq] {
    margin-left: 200px;
}

    .content.collapsed[b-k74f6l74jq] {
        margin-left: 25px;
    }

.container.collapsed[b-k74f6l74jq] {
    width: 100%;
}

.container[b-k74f6l74jq] {
    width: 100%;
}

.sidebar .list-group-item[b-k74f6l74jq] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-k74f6l74jq] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-k74f6l74jq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-k74f6l74jq] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-k74f6l74jq] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-k74f6l74jq] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-k74f6l74jq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-k74f6l74jq] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-k74f6l74jq] {
        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-k74f6l74jq] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-k74f6l74jq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-k74f6l74jq] {
    position: relative;
}

.end-icon[b-k74f6l74jq] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-k74f6l74jq] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-k74f6l74jq] {
    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-k74f6l74jq],
.custom-header .help-icon[b-k74f6l74jq] {
    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-k74f6l74jq],
    .custom-header .help-icon:hover[b-k74f6l74jq] {
        background-color: #e1eaf3;
    }

.header-left[b-k74f6l74jq] {
    flex-grow: 1;
}

.header-right[b-k74f6l74jq] {
    display: flex;
    gap: 10px;
}

.badge[b-k74f6l74jq] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-k74f6l74jq] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-k74f6l74jq] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-k74f6l74jq] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-k74f6l74jq] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-k74f6l74jq] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-k74f6l74jq] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-k74f6l74jq] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-k74f6l74jq] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-k74f6l74jq] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-k74f6l74jq] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-k74f6l74jq] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-k74f6l74jq] {
    font-size: 10px;
}

.text-orange[b-k74f6l74jq] {
    color: orange;
}

.text-green[b-k74f6l74jq] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-k74f6l74jq] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-k74f6l74jq] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-k74f6l74jq] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-k74f6l74jq] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-k74f6l74jq] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-k74f6l74jq]
}

.card-title[b-k74f6l74jq] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-k74f6l74jq] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-k74f6l74jq] {
            flex-shrink: 0;
        }

.menu-column[b-k74f6l74jq] {
    cursor: pointer;
}

.profile-picture[b-k74f6l74jq] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-k74f6l74jq] {
    vertical-align: middle;
}

.count-cards[b-k74f6l74jq] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-k74f6l74jq] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-k74f6l74jq],
.open[b-k74f6l74jq],
.on-hold[b-k74f6l74jq],
.closed[b-k74f6l74jq] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-k74f6l74jq] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-k74f6l74jq] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-k74f6l74jq] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-k74f6l74jq] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-k74f6l74jq] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDogProj/Components/Pages/Tickets/OpenTickets.razor.rz.scp.css */
.customhover:hover[b-k2n0ksoqr6] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-k2n0ksoqr6] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-k2n0ksoqr6] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-k2n0ksoqr6] {
    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-k2n0ksoqr6] {
    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-k2n0ksoqr6] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-k2n0ksoqr6] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-k2n0ksoqr6] {
    font-size: 16px;
}

.text-medium[b-k2n0ksoqr6] {
    font-size: 14px;
}

.text-small[b-k2n0ksoqr6] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-k2n0ksoqr6] {
    font-weight: bold;
}

.text-muted[b-k2n0ksoqr6] {
    color: #888;
}

.text-body[b-k2n0ksoqr6] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-k2n0ksoqr6] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-k2n0ksoqr6] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-k2n0ksoqr6] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-k2n0ksoqr6] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-k2n0ksoqr6]::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-k2n0ksoqr6] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-k2n0ksoqr6] {
    margin-left: 200px;
}

    .content.collapsed[b-k2n0ksoqr6] {
        margin-left: 25px;
    }

.container.collapsed[b-k2n0ksoqr6] {
    width: 100%;
}

.container[b-k2n0ksoqr6] {
    width: 100%;
}

.badge[b-k2n0ksoqr6] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-k2n0ksoqr6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-k2n0ksoqr6] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-k2n0ksoqr6] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-k2n0ksoqr6] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-k2n0ksoqr6] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-k2n0ksoqr6] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-k2n0ksoqr6] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-k2n0ksoqr6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-k2n0ksoqr6] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-k2n0ksoqr6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-k2n0ksoqr6] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-k2n0ksoqr6] {
    font-size: 10px;
}

.text-orange[b-k2n0ksoqr6] {
    color: orange;
}

.text-green[b-k2n0ksoqr6] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-k2n0ksoqr6] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-k2n0ksoqr6] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-k2n0ksoqr6] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-k2n0ksoqr6] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-k2n0ksoqr6] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-k2n0ksoqr6]
}

.card-title[b-k2n0ksoqr6] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-k2n0ksoqr6] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-k2n0ksoqr6] {
            flex-shrink: 0;
        }

.menu-column[b-k2n0ksoqr6] {
    cursor: pointer;
}

.profile-picture[b-k2n0ksoqr6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-k2n0ksoqr6] {
    vertical-align: middle;
}

.count-cards[b-k2n0ksoqr6] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-k2n0ksoqr6] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-k2n0ksoqr6],
.open[b-k2n0ksoqr6],
.on-hold[b-k2n0ksoqr6],
.closed[b-k2n0ksoqr6] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-k2n0ksoqr6] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-k2n0ksoqr6] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-k2n0ksoqr6] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-k2n0ksoqr6] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-k2n0ksoqr6] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-k2n0ksoqr6] {
    padding: 5px;
}

.fs-6[b-k2n0ksoqr6] {
    font-size: 12px !important;
}

.message-container[b-k2n0ksoqr6] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-k2n0ksoqr6] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-k2n0ksoqr6] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-k2n0ksoqr6] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-k2n0ksoqr6] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-k2n0ksoqr6] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-k2n0ksoqr6] {
    display: flex;
}

.reply-button[b-k2n0ksoqr6],
.forward-button[b-k2n0ksoqr6] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-k2n0ksoqr6],
    .forward-button:hover[b-k2n0ksoqr6] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-k2n0ksoqr6] {
    border-radius: 15px;
}

.modal-header[b-k2n0ksoqr6] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-k2n0ksoqr6] {
    font-weight: bold;
}

.modal-footer[b-k2n0ksoqr6] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-k2n0ksoqr6] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-k2n0ksoqr6] {
    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-k2n0ksoqr6] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-k2n0ksoqr6] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-k2n0ksoqr6] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-k2n0ksoqr6] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-k2n0ksoqr6] {
    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-k2n0ksoqr6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-k2n0ksoqr6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/AlphaDogProj/Components/Pages/Tickets/Tickets.razor.rz.scp.css */
.content[b-ki1bs1t32q] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ki1bs1t32q] {
    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-ki1bs1t32q] {
        width: 25px;
    }

.custom-header[b-ki1bs1t32q] {
    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-ki1bs1t32q] {
    margin-left: 200px;
}

    .content.collapsed[b-ki1bs1t32q] {
        margin-left: 25px;
    }

.container.collapsed[b-ki1bs1t32q] {
    width: 100%;
}

.container[b-ki1bs1t32q] {
    width: 100%;
}

.sidebar .list-group-item[b-ki1bs1t32q] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ki1bs1t32q] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ki1bs1t32q] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ki1bs1t32q] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ki1bs1t32q] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ki1bs1t32q] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ki1bs1t32q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ki1bs1t32q] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ki1bs1t32q] {
        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-ki1bs1t32q] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ki1bs1t32q] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ki1bs1t32q] {
    position: relative;
}

.end-icon[b-ki1bs1t32q] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ki1bs1t32q] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ki1bs1t32q] {
    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-ki1bs1t32q],
.custom-header .help-icon[b-ki1bs1t32q] {
    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-ki1bs1t32q],
    .custom-header .help-icon:hover[b-ki1bs1t32q] {
        background-color: #e1eaf3;
    }

.header-left[b-ki1bs1t32q] {
    flex-grow: 1;
}

.header-right[b-ki1bs1t32q] {
    display: flex;
    gap: 10px;
}

.badge[b-ki1bs1t32q] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ki1bs1t32q] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ki1bs1t32q] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ki1bs1t32q] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ki1bs1t32q] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ki1bs1t32q] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ki1bs1t32q] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ki1bs1t32q] {
    color: #465462;
}
/* BODY CSS  */

table[b-ki1bs1t32q] {
    font-size: 10px;
}

.tab-hd[b-ki1bs1t32q] {
    background-color: #465462;
    color: #fff;
}

.table td[b-ki1bs1t32q] {
    vertical-align: middle;
}

.alert[b-ki1bs1t32q] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-ki1bs1t32q] {
    border-radius: 15px;
}

.modal-header[b-ki1bs1t32q] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-ki1bs1t32q] {
    font-weight: bold;
}

.modal-footer[b-ki1bs1t32q] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-ki1bs1t32q] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-ki1bs1t32q],
.table th[b-ki1bs1t32q] {
    vertical-align: middle;
}

.btn-group .btn[b-ki1bs1t32q] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-ki1bs1t32q] {
    background-color: red !important;
    background-color: orange !important;
}

[b-ki1bs1t32q](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-ki1bs1t32q] {
    line-height:5px !important;
}
