@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/AlphaDog.BlazorApp/Components/Layout/Header.razor.rz.scp.css */
.content[b-ckp0qpftij] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

main[b-i8ddppqpbg] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.forgot-password-container[b-jvu7s26v4v] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background-color: #f8f9fa; */
}

.reset-box[b-jvu7s26v4v] {
    background-color: #EBF7FF; /* Light blue */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.reset-title[b-jvu7s26v4v] {
    margin-bottom: 10px;
    color: #002347;
}

.reset-description[b-jvu7s26v4v] {
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Account/Login.razor.rz.scp.css */
/*Login Design Start*/
.login-container[b-25sjqhvdhr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    /* padding: 20px; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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



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

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



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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
    color: #007dfc;
}

}

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

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

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

{
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* MODAL*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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



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

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



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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
    color: #007dfc;
}

}

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

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

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

{
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* MODAL*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
    color: #007dfc;
}

}

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

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

.add-member-btn[b-65itg3z83e] {
    i

{
    color: white;
}

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

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

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

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

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

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

.table td[b-65itg3z83e] {
    vertical-align: middle;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.content[b-6adg394dgs] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
    color: #007dfc;
}

}

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

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

.add-member-btn[b-4vq7t5hth6] {
    i

{
    color: white;
}

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

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

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

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

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

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

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

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

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

.total[b-4vq7t5hth6],
.open[b-4vq7t5hth6],
.on-hold[b-4vq7t5hth6],
.closed[b-4vq7t5hth6] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-4vq7t5hth6] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-4vq7t5hth6] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-4vq7t5hth6] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-4vq7t5hth6] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-4vq7t5hth6] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/EntityFiles/FilesDetail.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-wl7lj0uo5u] {
    color: #465462;
}

.content[b-wl7lj0uo5u] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-wl7lj0uo5u] {
    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-wl7lj0uo5u] {
        width: 25px;
    }

.custom-header[b-wl7lj0uo5u] {
    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-wl7lj0uo5u] {
    margin-left: 200px;
}

    .content.collapsed[b-wl7lj0uo5u] {
        margin-left: 25px;
    }

.container.collapsed[b-wl7lj0uo5u] {
    width: 100%;
}

.container[b-wl7lj0uo5u] {
    width: 100%;
}

.sidebar .list-group-item[b-wl7lj0uo5u] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-wl7lj0uo5u] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-wl7lj0uo5u] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-wl7lj0uo5u] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-wl7lj0uo5u] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-wl7lj0uo5u] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-wl7lj0uo5u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-wl7lj0uo5u] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-wl7lj0uo5u] {
        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-wl7lj0uo5u] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-wl7lj0uo5u] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-wl7lj0uo5u] {
    position: relative;
}

.end-icon[b-wl7lj0uo5u] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-wl7lj0uo5u] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-wl7lj0uo5u] {
    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-wl7lj0uo5u],
.custom-header .help-icon[b-wl7lj0uo5u] {
    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-wl7lj0uo5u],
    .custom-header .help-icon:hover[b-wl7lj0uo5u] {
        background-color: #e1eaf3;
    }

.header-left[b-wl7lj0uo5u] {
    flex-grow: 1;
}

.header-right[b-wl7lj0uo5u] {
    display: flex;
    gap: 10px;
}

.badge[b-wl7lj0uo5u] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-wl7lj0uo5u] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-wl7lj0uo5u] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-wl7lj0uo5u] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-wl7lj0uo5u] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-wl7lj0uo5u] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-wl7lj0uo5u] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-wl7lj0uo5u] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-wl7lj0uo5u] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-wl7lj0uo5u] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-wl7lj0uo5u] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-wl7lj0uo5u] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-wl7lj0uo5u] {
    font-size: 10px;
}

.text-orange[b-wl7lj0uo5u] {
    color: orange;
}

.text-green[b-wl7lj0uo5u] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-wl7lj0uo5u] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-wl7lj0uo5u] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-wl7lj0uo5u] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-wl7lj0uo5u] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-wl7lj0uo5u] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-wl7lj0uo5u]
}

.card-title[b-wl7lj0uo5u] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-wl7lj0uo5u] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-wl7lj0uo5u] {
            flex-shrink: 0;
        }

.menu-column[b-wl7lj0uo5u] {
    cursor: pointer;
}

.profile-picture[b-wl7lj0uo5u] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-wl7lj0uo5u] {
    vertical-align: middle;
}

.count-cards[b-wl7lj0uo5u] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-wl7lj0uo5u] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-wl7lj0uo5u],
.open[b-wl7lj0uo5u],
.on-hold[b-wl7lj0uo5u],
.closed[b-wl7lj0uo5u] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-wl7lj0uo5u] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-wl7lj0uo5u] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-wl7lj0uo5u] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-wl7lj0uo5u] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-wl7lj0uo5u] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Forms/EditContent.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-qjmi0x5tq4] {
    color: #465462;
}

.content[b-qjmi0x5tq4] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-qjmi0x5tq4] {
    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-qjmi0x5tq4] {
        width: 25px;
    }

.custom-header[b-qjmi0x5tq4] {
    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-qjmi0x5tq4] {
    margin-left: 200px;
}

    .content.collapsed[b-qjmi0x5tq4] {
        margin-left: 25px;
    }

.container.collapsed[b-qjmi0x5tq4] {
    width: 100%;
}

.container[b-qjmi0x5tq4] {
    width: 100%;
}

.sidebar .list-group-item[b-qjmi0x5tq4] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-qjmi0x5tq4] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-qjmi0x5tq4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-qjmi0x5tq4] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-qjmi0x5tq4] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-qjmi0x5tq4] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-qjmi0x5tq4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-qjmi0x5tq4] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-qjmi0x5tq4] {
        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-qjmi0x5tq4] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-qjmi0x5tq4] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-qjmi0x5tq4] {
    position: relative;
}

.end-icon[b-qjmi0x5tq4] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-qjmi0x5tq4] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-qjmi0x5tq4] {
    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-qjmi0x5tq4],
.custom-header .help-icon[b-qjmi0x5tq4] {
    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-qjmi0x5tq4],
    .custom-header .help-icon:hover[b-qjmi0x5tq4] {
        background-color: #e1eaf3;
    }

.header-left[b-qjmi0x5tq4] {
    flex-grow: 1;
}

.header-right[b-qjmi0x5tq4] {
    display: flex;
    gap: 10px;
}

.badge[b-qjmi0x5tq4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-qjmi0x5tq4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-qjmi0x5tq4] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-qjmi0x5tq4] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-qjmi0x5tq4] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-qjmi0x5tq4] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-qjmi0x5tq4] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-qjmi0x5tq4] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-qjmi0x5tq4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-qjmi0x5tq4] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-qjmi0x5tq4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-qjmi0x5tq4] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-qjmi0x5tq4] {
    font-size: 10px;
}

.text-orange[b-qjmi0x5tq4] {
    color: orange;
}

.text-green[b-qjmi0x5tq4] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-qjmi0x5tq4] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-qjmi0x5tq4] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-qjmi0x5tq4] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-qjmi0x5tq4] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-qjmi0x5tq4] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-qjmi0x5tq4]
}

.card-title[b-qjmi0x5tq4] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-qjmi0x5tq4] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-qjmi0x5tq4] {
            flex-shrink: 0;
        }

.menu-column[b-qjmi0x5tq4] {
    cursor: pointer;
}

.profile-picture[b-qjmi0x5tq4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-qjmi0x5tq4] {
    vertical-align: middle;
}

.count-cards[b-qjmi0x5tq4] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-qjmi0x5tq4] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-qjmi0x5tq4],
.open[b-qjmi0x5tq4],
.on-hold[b-qjmi0x5tq4],
.closed[b-qjmi0x5tq4] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-qjmi0x5tq4] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-qjmi0x5tq4] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-qjmi0x5tq4] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-qjmi0x5tq4] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-qjmi0x5tq4] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Forms/EntityForm.razor.rz.scp.css */
/* Ensure all form fields are displayed in columns on larger screens */
.form-row .form-group[b-8oqmt193vx] {
    margin-bottom: 1rem;
}

/* Default layout (desktop and larger screens) */
@media (min-width: 769px) {
    .form-row .col-4[b-8oqmt193vx], .form-row .col-8[b-8oqmt193vx] {
        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-8oqmt193vx], .form-row .col-8[b-8oqmt193vx] {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Forms/FormList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-j50s412uya] {
    color: #465462;
}

.content[b-j50s412uya] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-j50s412uya] {
    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-j50s412uya] {
        width: 25px;
    }

.custom-header[b-j50s412uya] {
    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-j50s412uya] {
    margin-left: 200px;
}

    .content.collapsed[b-j50s412uya] {
        margin-left: 25px;
    }

.container.collapsed[b-j50s412uya] {
    width: 100%;
}

.container[b-j50s412uya] {
    width: 100%;
}

.sidebar .list-group-item[b-j50s412uya] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-j50s412uya] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-j50s412uya] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-j50s412uya] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-j50s412uya] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-j50s412uya] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-j50s412uya] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-j50s412uya] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-j50s412uya] {
        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-j50s412uya] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-j50s412uya] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-j50s412uya] {
    position: relative;
}

.end-icon[b-j50s412uya] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-j50s412uya] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-j50s412uya] {
    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-j50s412uya],
.custom-header .help-icon[b-j50s412uya] {
    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-j50s412uya],
    .custom-header .help-icon:hover[b-j50s412uya] {
        background-color: #e1eaf3;
    }

.header-left[b-j50s412uya] {
    flex-grow: 1;
}

.header-right[b-j50s412uya] {
    display: flex;
    gap: 10px;
}

.badge[b-j50s412uya] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-j50s412uya] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-j50s412uya] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-j50s412uya] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-j50s412uya] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-j50s412uya] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-j50s412uya] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-j50s412uya] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-j50s412uya] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-j50s412uya] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-j50s412uya] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-j50s412uya] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-j50s412uya] {
    font-size: 10px;
}

.text-orange[b-j50s412uya] {
    color: orange;
}

.text-green[b-j50s412uya] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-j50s412uya] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-j50s412uya] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-j50s412uya] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-j50s412uya] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-j50s412uya] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-j50s412uya]
}

.card-title[b-j50s412uya] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-j50s412uya] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-j50s412uya] {
            flex-shrink: 0;
        }

.menu-column[b-j50s412uya] {
    cursor: pointer;
}

.profile-picture[b-j50s412uya] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-j50s412uya] {
    vertical-align: middle;
}

.count-cards[b-j50s412uya] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-j50s412uya] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-j50s412uya],
.open[b-j50s412uya],
.on-hold[b-j50s412uya],
.closed[b-j50s412uya] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-j50s412uya] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-j50s412uya] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-j50s412uya] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-j50s412uya] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-j50s412uya] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Notification/AddNotification.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-61q02pllz2] {
    color: #465462;
}

.content[b-61q02pllz2] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-61q02pllz2] {
    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-61q02pllz2] {
        width: 25px;
    }

.custom-header[b-61q02pllz2] {
    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-61q02pllz2] {
    margin-left: 200px;
}

    .content.collapsed[b-61q02pllz2] {
        margin-left: 25px;
    }

.container.collapsed[b-61q02pllz2] {
    width: 100%;
}

.container[b-61q02pllz2] {
    width: 100%;
}

.sidebar .list-group-item[b-61q02pllz2] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-61q02pllz2] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-61q02pllz2] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-61q02pllz2] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-61q02pllz2] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-61q02pllz2] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-61q02pllz2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-61q02pllz2] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-61q02pllz2] {
        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-61q02pllz2] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-61q02pllz2] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-61q02pllz2] {
    position: relative;
}

.end-icon[b-61q02pllz2] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-61q02pllz2] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-61q02pllz2] {
    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-61q02pllz2],
.custom-header .help-icon[b-61q02pllz2] {
    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-61q02pllz2],
    .custom-header .help-icon:hover[b-61q02pllz2] {
        background-color: #e1eaf3;
    }

.header-left[b-61q02pllz2] {
    flex-grow: 1;
}

.header-right[b-61q02pllz2] {
    display: flex;
    gap: 10px;
}

.badge[b-61q02pllz2] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-61q02pllz2] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-61q02pllz2] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-61q02pllz2] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-61q02pllz2] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-61q02pllz2] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-61q02pllz2] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-61q02pllz2] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-61q02pllz2] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-61q02pllz2] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-61q02pllz2] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-61q02pllz2] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-61q02pllz2] {
    font-size: 10px;
}

.text-orange[b-61q02pllz2] {
    color: orange;
}

.text-green[b-61q02pllz2] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-61q02pllz2] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-61q02pllz2] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-61q02pllz2] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-61q02pllz2] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-61q02pllz2] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-61q02pllz2]
}

.card-title[b-61q02pllz2] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-61q02pllz2] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-61q02pllz2] {
            flex-shrink: 0;
        }

.menu-column[b-61q02pllz2] {
    cursor: pointer;
}

.profile-picture[b-61q02pllz2] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-61q02pllz2] {
    vertical-align: middle;
}

.count-cards[b-61q02pllz2] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-61q02pllz2] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-61q02pllz2],
.open[b-61q02pllz2],
.on-hold[b-61q02pllz2],
.closed[b-61q02pllz2] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-61q02pllz2] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-61q02pllz2] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-61q02pllz2] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-61q02pllz2] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-61q02pllz2] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Notification/EntityNotificationSummary.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-j8janiu37n] {
    color: #465462;
}

.content[b-j8janiu37n] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-j8janiu37n] {
    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-j8janiu37n] {
        width: 25px;
    }

.custom-header[b-j8janiu37n] {
    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-j8janiu37n] {
    margin-left: 200px;
}

    .content.collapsed[b-j8janiu37n] {
        margin-left: 25px;
    }

.container.collapsed[b-j8janiu37n] {
    width: 100%;
}

.container[b-j8janiu37n] {
    width: 100%;
}

.sidebar .list-group-item[b-j8janiu37n] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-j8janiu37n] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-j8janiu37n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-j8janiu37n] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-j8janiu37n] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-j8janiu37n] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-j8janiu37n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-j8janiu37n] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-j8janiu37n] {
        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-j8janiu37n] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-j8janiu37n] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-j8janiu37n] {
    position: relative;
}

.end-icon[b-j8janiu37n] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-j8janiu37n] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-j8janiu37n] {
    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-j8janiu37n],
.custom-header .help-icon[b-j8janiu37n] {
    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-j8janiu37n],
    .custom-header .help-icon:hover[b-j8janiu37n] {
        background-color: #e1eaf3;
    }

.header-left[b-j8janiu37n] {
    flex-grow: 1;
}

.header-right[b-j8janiu37n] {
    display: flex;
    gap: 10px;
}

.badge[b-j8janiu37n] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-j8janiu37n] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-j8janiu37n] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-j8janiu37n] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-j8janiu37n] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-j8janiu37n] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-j8janiu37n] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-j8janiu37n] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-j8janiu37n] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-j8janiu37n] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-j8janiu37n] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-j8janiu37n] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-j8janiu37n] {
    font-size: 10px;
}

.text-orange[b-j8janiu37n] {
    color: orange;
}

.text-green[b-j8janiu37n] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-j8janiu37n] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-j8janiu37n] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-j8janiu37n] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-j8janiu37n] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-j8janiu37n] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-j8janiu37n]
}

.card-title[b-j8janiu37n] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-j8janiu37n] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-j8janiu37n] {
            flex-shrink: 0;
        }

.menu-column[b-j8janiu37n] {
    cursor: pointer;
}

.profile-picture[b-j8janiu37n] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-j8janiu37n] {
    vertical-align: middle;
}

.count-cards[b-j8janiu37n] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-j8janiu37n] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-j8janiu37n],
.open[b-j8janiu37n],
.on-hold[b-j8janiu37n],
.closed[b-j8janiu37n] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-j8janiu37n] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-j8janiu37n] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-j8janiu37n] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-j8janiu37n] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-j8janiu37n] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Notification/NotificationList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-69gpeuun21] {
    color: #465462;
}

.content[b-69gpeuun21] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-69gpeuun21] {
    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-69gpeuun21] {
        width: 25px;
    }

.custom-header[b-69gpeuun21] {
    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-69gpeuun21] {
    margin-left: 200px;
}

    .content.collapsed[b-69gpeuun21] {
        margin-left: 25px;
    }

.container.collapsed[b-69gpeuun21] {
    width: 100%;
}

.container[b-69gpeuun21] {
    width: 100%;
}

.sidebar .list-group-item[b-69gpeuun21] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-69gpeuun21] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-69gpeuun21] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-69gpeuun21] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-69gpeuun21] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-69gpeuun21] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-69gpeuun21] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-69gpeuun21] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-69gpeuun21] {
        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-69gpeuun21] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-69gpeuun21] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-69gpeuun21] {
    position: relative;
}

.end-icon[b-69gpeuun21] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-69gpeuun21] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-69gpeuun21] {
    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-69gpeuun21],
.custom-header .help-icon[b-69gpeuun21] {
    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-69gpeuun21],
    .custom-header .help-icon:hover[b-69gpeuun21] {
        background-color: #e1eaf3;
    }

.header-left[b-69gpeuun21] {
    flex-grow: 1;
}

.header-right[b-69gpeuun21] {
    display: flex;
    gap: 10px;
}

.badge[b-69gpeuun21] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-69gpeuun21] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-69gpeuun21] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-69gpeuun21] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-69gpeuun21] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-69gpeuun21] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-69gpeuun21] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-69gpeuun21] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-69gpeuun21] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-69gpeuun21] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-69gpeuun21] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-69gpeuun21] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-69gpeuun21] {
    font-size: 10px;
}

.text-orange[b-69gpeuun21] {
    color: orange;
}

.text-green[b-69gpeuun21] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-69gpeuun21] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-69gpeuun21] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-69gpeuun21] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-69gpeuun21] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-69gpeuun21] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-69gpeuun21]
}

.card-title[b-69gpeuun21] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-69gpeuun21] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-69gpeuun21] {
            flex-shrink: 0;
        }

.menu-column[b-69gpeuun21] {
    cursor: pointer;
}

.profile-picture[b-69gpeuun21] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-69gpeuun21] {
    vertical-align: middle;
}

.count-cards[b-69gpeuun21] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-69gpeuun21] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-69gpeuun21],
.open[b-69gpeuun21],
.on-hold[b-69gpeuun21],
.closed[b-69gpeuun21] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-69gpeuun21] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-69gpeuun21] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-69gpeuun21] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-69gpeuun21] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-69gpeuun21] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/PdfControl/OpenCanvaPdf.razor.rz.scp.css */
 /*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/
.grdlbl[b-bga8ax2u7e] {
    color: #465462;
}

.content[b-bga8ax2u7e] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-bga8ax2u7e] {
    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-bga8ax2u7e] {
        width: 25px;
    }

.custom-header[b-bga8ax2u7e] {
    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-bga8ax2u7e] {
    margin-left: 200px;
}

    .content.collapsed[b-bga8ax2u7e] {
        margin-left: 25px;
    }

.container.collapsed[b-bga8ax2u7e] {
    width: 100%;
}

.container[b-bga8ax2u7e] {
    width: 100%;
}

.sidebar .list-group-item[b-bga8ax2u7e] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-bga8ax2u7e] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-bga8ax2u7e] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-bga8ax2u7e] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-bga8ax2u7e] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-bga8ax2u7e] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-bga8ax2u7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-bga8ax2u7e] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-bga8ax2u7e] {
        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-bga8ax2u7e] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-bga8ax2u7e] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-bga8ax2u7e] {
    position: relative;
}

.end-icon[b-bga8ax2u7e] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-bga8ax2u7e] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-bga8ax2u7e] {
    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-bga8ax2u7e],
.custom-header .help-icon[b-bga8ax2u7e] {
    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-bga8ax2u7e],
    .custom-header .help-icon:hover[b-bga8ax2u7e] {
        background-color: #e1eaf3;
    }

.header-left[b-bga8ax2u7e] {
    flex-grow: 1;
}

.header-right[b-bga8ax2u7e] {
    display: flex;
    gap: 10px;
}

.badge[b-bga8ax2u7e] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-bga8ax2u7e] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-bga8ax2u7e] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-bga8ax2u7e] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-bga8ax2u7e] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-bga8ax2u7e] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-bga8ax2u7e] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-bga8ax2u7e] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-bga8ax2u7e] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-bga8ax2u7e] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-bga8ax2u7e] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-bga8ax2u7e] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-bga8ax2u7e] {
    font-size: 10px;
}

.text-orange[b-bga8ax2u7e] {
    color: orange;
}

.text-green[b-bga8ax2u7e] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-bga8ax2u7e] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-bga8ax2u7e] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-bga8ax2u7e] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-bga8ax2u7e] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-bga8ax2u7e] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-bga8ax2u7e]
}

.card-title[b-bga8ax2u7e] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-bga8ax2u7e] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-bga8ax2u7e] {
            flex-shrink: 0;
        }

.menu-column[b-bga8ax2u7e] {
    cursor: pointer;
}

.profile-picture[b-bga8ax2u7e] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-bga8ax2u7e] {
    vertical-align: middle;
}

.count-cards[b-bga8ax2u7e] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-bga8ax2u7e] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-bga8ax2u7e],
.open[b-bga8ax2u7e],
.on-hold[b-bga8ax2u7e],
.closed[b-bga8ax2u7e] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-bga8ax2u7e] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-bga8ax2u7e] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-bga8ax2u7e] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-bga8ax2u7e] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-bga8ax2u7e] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/PrivacyPolicy/Privacy.razor.rz.scp.css */
.content[b-a6re1me9pa] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-a6re1me9pa] {
    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-a6re1me9pa] {
        width: 25px;
    }

.custom-header[b-a6re1me9pa] {
    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-a6re1me9pa] {
    margin-left: 200px;
}

    .content.collapsed[b-a6re1me9pa] {
        margin-left: 25px;
    }

.container.collapsed[b-a6re1me9pa] {
    width: 100%;
}

.container[b-a6re1me9pa] {
    width: 100%;
}

.sidebar .list-group-item[b-a6re1me9pa] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-a6re1me9pa] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-a6re1me9pa] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-a6re1me9pa] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-a6re1me9pa] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-a6re1me9pa] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-a6re1me9pa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-a6re1me9pa] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-a6re1me9pa] {
        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-a6re1me9pa] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-a6re1me9pa] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-a6re1me9pa] {
    position: relative;
}

.end-icon[b-a6re1me9pa] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-a6re1me9pa] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-a6re1me9pa] {
    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-a6re1me9pa],
.custom-header .help-icon[b-a6re1me9pa] {
    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-a6re1me9pa],
    .custom-header .help-icon:hover[b-a6re1me9pa] {
        background-color: #e1eaf3;
    }

.header-left[b-a6re1me9pa] {
    flex-grow: 1;
}

.header-right[b-a6re1me9pa] {
    display: flex;
    gap: 10px;
}

.badge[b-a6re1me9pa] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-a6re1me9pa] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-a6re1me9pa] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-a6re1me9pa] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-a6re1me9pa] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-a6re1me9pa] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-a6re1me9pa] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-a6re1me9pa] {
    color: #465462;
}
/* BODY CSS  */

table[b-a6re1me9pa] {
    font-size: 10px;
}

.tab-hd[b-a6re1me9pa] {
    background-color: #465462;
    color: #fff;
}

.table td[b-a6re1me9pa] {
    vertical-align: middle;
}

.alert[b-a6re1me9pa] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-a6re1me9pa] {
    border-radius: 15px;
}

.modal-header[b-a6re1me9pa] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-a6re1me9pa] {
    font-weight: bold;
}

.modal-footer[b-a6re1me9pa] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-a6re1me9pa] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-a6re1me9pa],
.table th[b-a6re1me9pa] {
    vertical-align: middle;
}

.btn-group .btn[b-a6re1me9pa] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-a6re1me9pa] {
    background-color: red !important;
    background-color: orange !important;
}

[b-a6re1me9pa](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-a6re1me9pa] {
    line-height:5px !important;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/RequestForm/EmailTemplate.razor.rz.scp.css */
.customhover:hover[b-h94dmrixpm] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-h94dmrixpm] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-h94dmrixpm] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-h94dmrixpm] {
    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-h94dmrixpm] {
    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-h94dmrixpm] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-h94dmrixpm] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-h94dmrixpm] {
    font-size: 16px;
}

.text-medium[b-h94dmrixpm] {
    font-size: 14px;
}

.text-small[b-h94dmrixpm] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-h94dmrixpm] {
    font-weight: bold;
}

.text-muted[b-h94dmrixpm] {
    color: #888;
}

.text-body[b-h94dmrixpm] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-h94dmrixpm] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-h94dmrixpm] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-h94dmrixpm] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-h94dmrixpm] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-h94dmrixpm]::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-h94dmrixpm] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-h94dmrixpm] {
    margin-left: 200px;
}

    .content.collapsed[b-h94dmrixpm] {
        margin-left: 25px;
    }

.container.collapsed[b-h94dmrixpm] {
    width: 100%;
}

.container[b-h94dmrixpm] {
    width: 100%;
}

.badge[b-h94dmrixpm] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-h94dmrixpm] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-h94dmrixpm] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-h94dmrixpm] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-h94dmrixpm] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-h94dmrixpm] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-h94dmrixpm] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-h94dmrixpm] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-h94dmrixpm] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-h94dmrixpm] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-h94dmrixpm] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-h94dmrixpm] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-h94dmrixpm] {
    font-size: 10px;
}

.text-orange[b-h94dmrixpm] {
    color: orange;
}

.text-green[b-h94dmrixpm] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-h94dmrixpm] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-h94dmrixpm] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-h94dmrixpm] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-h94dmrixpm] {
        background-color: #007dfc;
        color: white;
    }
        .btn-custom:hover i[b-h94dmrixpm] {
            color: white !important; /* Ensures icons stay white */
        }

    .btn-custom:hover .icon-custom[b-h94dmrixpm] {
        color: white;
    }
    
.add-member-btn[b-h94dmrixpm] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-h94dmrixpm]
}

.card-title[b-h94dmrixpm] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-h94dmrixpm] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-h94dmrixpm] {
            flex-shrink: 0;
        }

.menu-column[b-h94dmrixpm] {
    cursor: pointer;
}

.profile-picture[b-h94dmrixpm] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-h94dmrixpm] {
    vertical-align: middle;
}

.count-cards[b-h94dmrixpm] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-h94dmrixpm] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-h94dmrixpm],
.open[b-h94dmrixpm],
.on-hold[b-h94dmrixpm],
.closed[b-h94dmrixpm] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-h94dmrixpm] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-h94dmrixpm] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-h94dmrixpm] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-h94dmrixpm] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-h94dmrixpm] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-h94dmrixpm] {
    padding: 5px;
}

.fs-6[b-h94dmrixpm] {
    font-size: 12px !important;
}

.message-container[b-h94dmrixpm] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-h94dmrixpm] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-h94dmrixpm] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-h94dmrixpm] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-h94dmrixpm] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-h94dmrixpm] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-h94dmrixpm] {
    display: flex;
}

.reply-button[b-h94dmrixpm],
.forward-button[b-h94dmrixpm] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-h94dmrixpm],
    .forward-button:hover[b-h94dmrixpm] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-h94dmrixpm] {
    border-radius: 15px;
}

.modal-header[b-h94dmrixpm] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-h94dmrixpm] {
    font-weight: bold;
}

.modal-footer[b-h94dmrixpm] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-h94dmrixpm] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-h94dmrixpm] {
    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-h94dmrixpm] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-h94dmrixpm] {
    background-color: #1b6ec2;
    color: white;
}

.note-div[b-h94dmrixpm] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-h94dmrixpm] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-h94dmrixpm] {
    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-h94dmrixpm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-h94dmrixpm] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/AlphaDog.BlazorApp/Components/Pages/RequestForm/RequestFormListing.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-1d5tgwj7uu] {
    color: #465462;
}

.content[b-1d5tgwj7uu] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-1d5tgwj7uu] {
    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-1d5tgwj7uu] {
        width: 25px;
    }

.custom-header[b-1d5tgwj7uu] {
    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-1d5tgwj7uu] {
    margin-left: 200px;
}

    .content.collapsed[b-1d5tgwj7uu] {
        margin-left: 25px;
    }

.container.collapsed[b-1d5tgwj7uu] {
    width: 100%;
}

.container[b-1d5tgwj7uu] {
    width: 100%;
}

.sidebar .list-group-item[b-1d5tgwj7uu] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-1d5tgwj7uu] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-1d5tgwj7uu] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-1d5tgwj7uu] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-1d5tgwj7uu] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-1d5tgwj7uu] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-1d5tgwj7uu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-1d5tgwj7uu] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-1d5tgwj7uu] {
        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-1d5tgwj7uu] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-1d5tgwj7uu] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-1d5tgwj7uu] {
    position: relative;
}

.end-icon[b-1d5tgwj7uu] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-1d5tgwj7uu] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-1d5tgwj7uu] {
    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-1d5tgwj7uu],
.custom-header .help-icon[b-1d5tgwj7uu] {
    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-1d5tgwj7uu],
    .custom-header .help-icon:hover[b-1d5tgwj7uu] {
        background-color: #e1eaf3;
    }

.header-left[b-1d5tgwj7uu] {
    flex-grow: 1;
}

.header-right[b-1d5tgwj7uu] {
    display: flex;
    gap: 10px;
}

.badge[b-1d5tgwj7uu] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-1d5tgwj7uu] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-1d5tgwj7uu] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-1d5tgwj7uu] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-1d5tgwj7uu] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-1d5tgwj7uu] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-1d5tgwj7uu] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-1d5tgwj7uu] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-1d5tgwj7uu] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-1d5tgwj7uu] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-1d5tgwj7uu] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-1d5tgwj7uu] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-1d5tgwj7uu] {
    font-size: 10px;
}

.text-orange[b-1d5tgwj7uu] {
    color: orange;
}

.text-green[b-1d5tgwj7uu] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-1d5tgwj7uu] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-1d5tgwj7uu] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-1d5tgwj7uu] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-1d5tgwj7uu] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-1d5tgwj7uu] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-1d5tgwj7uu]
}

.card-title[b-1d5tgwj7uu] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-1d5tgwj7uu] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-1d5tgwj7uu] {
            flex-shrink: 0;
        }

.menu-column[b-1d5tgwj7uu] {
    cursor: pointer;
}

.profile-picture[b-1d5tgwj7uu] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-1d5tgwj7uu] {
    vertical-align: middle;
}

.count-cards[b-1d5tgwj7uu] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-1d5tgwj7uu] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-1d5tgwj7uu],
.open[b-1d5tgwj7uu],
.on-hold[b-1d5tgwj7uu],
.closed[b-1d5tgwj7uu] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-1d5tgwj7uu] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-1d5tgwj7uu] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-1d5tgwj7uu] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-1d5tgwj7uu] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-1d5tgwj7uu] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Scheduler/EditAppointment.razor.rz.scp.css */
.rz-calendar .rz-calendar-day.rz-state-active[b-p3up52qfb6] {
    background-color: #4CAF50; /* Change this to your preferred background color */
    color: white; /* Change this to your preferred text color */
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Templates/AddTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-dxnu3dib2t] {
    color: #465462;
}

.content[b-dxnu3dib2t] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-dxnu3dib2t] {
    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-dxnu3dib2t] {
        width: 25px;
    }

.custom-header[b-dxnu3dib2t] {
    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-dxnu3dib2t] {
    margin-left: 200px;
}

    .content.collapsed[b-dxnu3dib2t] {
        margin-left: 25px;
    }

.container.collapsed[b-dxnu3dib2t] {
    width: 100%;
}

.container[b-dxnu3dib2t] {
    width: 100%;
}

.sidebar .list-group-item[b-dxnu3dib2t] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-dxnu3dib2t] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-dxnu3dib2t] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-dxnu3dib2t] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-dxnu3dib2t] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-dxnu3dib2t] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-dxnu3dib2t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-dxnu3dib2t] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-dxnu3dib2t] {
        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-dxnu3dib2t] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-dxnu3dib2t] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-dxnu3dib2t] {
    position: relative;
}

.end-icon[b-dxnu3dib2t] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-dxnu3dib2t] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-dxnu3dib2t] {
    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-dxnu3dib2t],
.custom-header .help-icon[b-dxnu3dib2t] {
    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-dxnu3dib2t],
    .custom-header .help-icon:hover[b-dxnu3dib2t] {
        background-color: #e1eaf3;
    }

.header-left[b-dxnu3dib2t] {
    flex-grow: 1;
}

.header-right[b-dxnu3dib2t] {
    display: flex;
    gap: 10px;
}

.badge[b-dxnu3dib2t] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-dxnu3dib2t] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-dxnu3dib2t] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-dxnu3dib2t] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-dxnu3dib2t] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-dxnu3dib2t] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-dxnu3dib2t] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-dxnu3dib2t] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-dxnu3dib2t] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-dxnu3dib2t] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-dxnu3dib2t] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-dxnu3dib2t] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-dxnu3dib2t] {
    font-size: 10px;
}

.text-orange[b-dxnu3dib2t] {
    color: orange;
}

.text-green[b-dxnu3dib2t] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-dxnu3dib2t] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-dxnu3dib2t] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-dxnu3dib2t] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-dxnu3dib2t] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-dxnu3dib2t] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-dxnu3dib2t]
}

.card-title[b-dxnu3dib2t] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-dxnu3dib2t] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-dxnu3dib2t] {
            flex-shrink: 0;
        }

.menu-column[b-dxnu3dib2t] {
    cursor: pointer;
}

.profile-picture[b-dxnu3dib2t] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-dxnu3dib2t] {
    vertical-align: middle;
}

.count-cards[b-dxnu3dib2t] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-dxnu3dib2t] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-dxnu3dib2t],
.open[b-dxnu3dib2t],
.on-hold[b-dxnu3dib2t],
.closed[b-dxnu3dib2t] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-dxnu3dib2t] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-dxnu3dib2t] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-dxnu3dib2t] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-dxnu3dib2t] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-dxnu3dib2t] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Templates/EditEmaiTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-74ue58kqv7] {
    color: #465462;
}

.content[b-74ue58kqv7] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-74ue58kqv7] {
    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-74ue58kqv7] {
        width: 25px;
    }

.custom-header[b-74ue58kqv7] {
    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-74ue58kqv7] {
    margin-left: 200px;
}

    .content.collapsed[b-74ue58kqv7] {
        margin-left: 25px;
    }

.container.collapsed[b-74ue58kqv7] {
    width: 100%;
}

.container[b-74ue58kqv7] {
    width: 100%;
}

.sidebar .list-group-item[b-74ue58kqv7] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-74ue58kqv7] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-74ue58kqv7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-74ue58kqv7] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-74ue58kqv7] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-74ue58kqv7] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-74ue58kqv7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-74ue58kqv7] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-74ue58kqv7] {
        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-74ue58kqv7] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-74ue58kqv7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-74ue58kqv7] {
    position: relative;
}

.end-icon[b-74ue58kqv7] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-74ue58kqv7] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-74ue58kqv7] {
    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-74ue58kqv7],
.custom-header .help-icon[b-74ue58kqv7] {
    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-74ue58kqv7],
    .custom-header .help-icon:hover[b-74ue58kqv7] {
        background-color: #e1eaf3;
    }

.header-left[b-74ue58kqv7] {
    flex-grow: 1;
}

.header-right[b-74ue58kqv7] {
    display: flex;
    gap: 10px;
}

.badge[b-74ue58kqv7] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-74ue58kqv7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-74ue58kqv7] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-74ue58kqv7] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-74ue58kqv7] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-74ue58kqv7] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-74ue58kqv7] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-74ue58kqv7] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-74ue58kqv7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-74ue58kqv7] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-74ue58kqv7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-74ue58kqv7] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-74ue58kqv7] {
    font-size: 10px;
}

.text-orange[b-74ue58kqv7] {
    color: orange;
}

.text-green[b-74ue58kqv7] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-74ue58kqv7] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-74ue58kqv7] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-74ue58kqv7] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-74ue58kqv7] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-74ue58kqv7] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-74ue58kqv7]
}

.card-title[b-74ue58kqv7] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-74ue58kqv7] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-74ue58kqv7] {
            flex-shrink: 0;
        }

.menu-column[b-74ue58kqv7] {
    cursor: pointer;
}

.profile-picture[b-74ue58kqv7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-74ue58kqv7] {
    vertical-align: middle;
}

.count-cards[b-74ue58kqv7] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-74ue58kqv7] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-74ue58kqv7],
.open[b-74ue58kqv7],
.on-hold[b-74ue58kqv7],
.closed[b-74ue58kqv7] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-74ue58kqv7] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-74ue58kqv7] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-74ue58kqv7] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-74ue58kqv7] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-74ue58kqv7] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Templates/EmailTemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-ppcesgze9h] {
    color: #465462;
}

.content[b-ppcesgze9h] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ppcesgze9h] {
    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-ppcesgze9h] {
        width: 25px;
    }

.custom-header[b-ppcesgze9h] {
    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-ppcesgze9h] {
    margin-left: 200px;
}

    .content.collapsed[b-ppcesgze9h] {
        margin-left: 25px;
    }

.container.collapsed[b-ppcesgze9h] {
    width: 100%;
}

.container[b-ppcesgze9h] {
    width: 100%;
}

.sidebar .list-group-item[b-ppcesgze9h] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ppcesgze9h] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ppcesgze9h] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ppcesgze9h] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ppcesgze9h] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ppcesgze9h] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ppcesgze9h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ppcesgze9h] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ppcesgze9h] {
        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-ppcesgze9h] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ppcesgze9h] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ppcesgze9h] {
    position: relative;
}

.end-icon[b-ppcesgze9h] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ppcesgze9h] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ppcesgze9h] {
    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-ppcesgze9h],
.custom-header .help-icon[b-ppcesgze9h] {
    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-ppcesgze9h],
    .custom-header .help-icon:hover[b-ppcesgze9h] {
        background-color: #e1eaf3;
    }

.header-left[b-ppcesgze9h] {
    flex-grow: 1;
}

.header-right[b-ppcesgze9h] {
    display: flex;
    gap: 10px;
}

.badge[b-ppcesgze9h] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ppcesgze9h] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ppcesgze9h] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ppcesgze9h] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ppcesgze9h] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ppcesgze9h] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ppcesgze9h] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ppcesgze9h] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-ppcesgze9h] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-ppcesgze9h] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-ppcesgze9h] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-ppcesgze9h] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-ppcesgze9h] {
    font-size: 10px;
}

.text-orange[b-ppcesgze9h] {
    color: orange;
}

.text-green[b-ppcesgze9h] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-ppcesgze9h] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-ppcesgze9h] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-ppcesgze9h] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-ppcesgze9h] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-ppcesgze9h] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-ppcesgze9h]
}

.card-title[b-ppcesgze9h] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-ppcesgze9h] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-ppcesgze9h] {
            flex-shrink: 0;
        }

.menu-column[b-ppcesgze9h] {
    cursor: pointer;
}

.profile-picture[b-ppcesgze9h] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-ppcesgze9h] {
    vertical-align: middle;
}

.count-cards[b-ppcesgze9h] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-ppcesgze9h] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-ppcesgze9h],
.open[b-ppcesgze9h],
.on-hold[b-ppcesgze9h],
.closed[b-ppcesgze9h] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-ppcesgze9h] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-ppcesgze9h] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-ppcesgze9h] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-ppcesgze9h] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-ppcesgze9h] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Templates/TemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-sglyxutm7a] {
    color: #465462;
}

.content[b-sglyxutm7a] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-sglyxutm7a] {
    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-sglyxutm7a] {
        width: 25px;
    }

.custom-header[b-sglyxutm7a] {
    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-sglyxutm7a] {
    margin-left: 200px;
}

    .content.collapsed[b-sglyxutm7a] {
        margin-left: 25px;
    }

.container.collapsed[b-sglyxutm7a] {
    width: 100%;
}

.container[b-sglyxutm7a] {
    width: 100%;
}

.sidebar .list-group-item[b-sglyxutm7a] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-sglyxutm7a] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-sglyxutm7a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-sglyxutm7a] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-sglyxutm7a] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-sglyxutm7a] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-sglyxutm7a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-sglyxutm7a] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-sglyxutm7a] {
        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-sglyxutm7a] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-sglyxutm7a] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-sglyxutm7a] {
    position: relative;
}

.end-icon[b-sglyxutm7a] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-sglyxutm7a] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-sglyxutm7a] {
    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-sglyxutm7a],
.custom-header .help-icon[b-sglyxutm7a] {
    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-sglyxutm7a],
    .custom-header .help-icon:hover[b-sglyxutm7a] {
        background-color: #e1eaf3;
    }

.header-left[b-sglyxutm7a] {
    flex-grow: 1;
}

.header-right[b-sglyxutm7a] {
    display: flex;
    gap: 10px;
}

.badge[b-sglyxutm7a] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-sglyxutm7a] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-sglyxutm7a] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-sglyxutm7a] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-sglyxutm7a] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-sglyxutm7a] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-sglyxutm7a] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-sglyxutm7a] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-sglyxutm7a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-sglyxutm7a] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-sglyxutm7a] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-sglyxutm7a] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-sglyxutm7a] {
    font-size: 10px;
}

.text-orange[b-sglyxutm7a] {
    color: orange;
}

.text-green[b-sglyxutm7a] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-sglyxutm7a] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-sglyxutm7a] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-sglyxutm7a] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-sglyxutm7a] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-sglyxutm7a] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-sglyxutm7a]
}

.card-title[b-sglyxutm7a] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-sglyxutm7a] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-sglyxutm7a] {
            flex-shrink: 0;
        }

.menu-column[b-sglyxutm7a] {
    cursor: pointer;
}

.profile-picture[b-sglyxutm7a] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-sglyxutm7a] {
    vertical-align: middle;
}

.count-cards[b-sglyxutm7a] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-sglyxutm7a] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-sglyxutm7a],
.open[b-sglyxutm7a],
.on-hold[b-sglyxutm7a],
.closed[b-sglyxutm7a] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-sglyxutm7a] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-sglyxutm7a] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-sglyxutm7a] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-sglyxutm7a] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-sglyxutm7a] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Terms&Conditions/Terms.razor.rz.scp.css */
.content[b-kubyepzbrh] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-kubyepzbrh] {
    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-kubyepzbrh] {
        width: 25px;
    }

.custom-header[b-kubyepzbrh] {
    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-kubyepzbrh] {
    margin-left: 200px;
}

    .content.collapsed[b-kubyepzbrh] {
        margin-left: 25px;
    }

.container.collapsed[b-kubyepzbrh] {
    width: 100%;
}

.container[b-kubyepzbrh] {
    width: 100%;
}

.sidebar .list-group-item[b-kubyepzbrh] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-kubyepzbrh] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-kubyepzbrh] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-kubyepzbrh] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-kubyepzbrh] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-kubyepzbrh] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-kubyepzbrh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-kubyepzbrh] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-kubyepzbrh] {
        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-kubyepzbrh] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-kubyepzbrh] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-kubyepzbrh] {
    position: relative;
}

.end-icon[b-kubyepzbrh] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-kubyepzbrh] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-kubyepzbrh] {
    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-kubyepzbrh],
.custom-header .help-icon[b-kubyepzbrh] {
    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-kubyepzbrh],
    .custom-header .help-icon:hover[b-kubyepzbrh] {
        background-color: #e1eaf3;
    }

.header-left[b-kubyepzbrh] {
    flex-grow: 1;
}

.header-right[b-kubyepzbrh] {
    display: flex;
    gap: 10px;
}

.badge[b-kubyepzbrh] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-kubyepzbrh] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-kubyepzbrh] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-kubyepzbrh] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-kubyepzbrh] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-kubyepzbrh] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-kubyepzbrh] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-kubyepzbrh] {
    color: #465462;
}
/* BODY CSS  */

table[b-kubyepzbrh] {
    font-size: 10px;
}

.tab-hd[b-kubyepzbrh] {
    background-color: #465462;
    color: #fff;
}

.table td[b-kubyepzbrh] {
    vertical-align: middle;
}

.alert[b-kubyepzbrh] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-kubyepzbrh] {
    border-radius: 15px;
}

.modal-header[b-kubyepzbrh] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-kubyepzbrh] {
    font-weight: bold;
}

.modal-footer[b-kubyepzbrh] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-kubyepzbrh] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-kubyepzbrh],
.table th[b-kubyepzbrh] {
    vertical-align: middle;
}

.btn-group .btn[b-kubyepzbrh] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-kubyepzbrh] {
    background-color: red !important;
    background-color: orange !important;
}

[b-kubyepzbrh](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-kubyepzbrh] {
    line-height:5px !important;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Testing/SimpleTest.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-tdtfnuzg0i] {
    color: #465462;
}

.content[b-tdtfnuzg0i] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

#pdf-canvas[b-tdtfnuzg0i] {
    border: 1px solid black;
    direction: ltr;
}

.highlighted[b-tdtfnuzg0i] {
    background-color: black;
    color: white;
}


.sidebar[b-tdtfnuzg0i] {
    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-tdtfnuzg0i] {
        width: 25px;
    }

.custom-header[b-tdtfnuzg0i] {
    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-tdtfnuzg0i] {
    margin-left: 200px;
}

    .content.collapsed[b-tdtfnuzg0i] {
        margin-left: 25px;
    }

.container.collapsed[b-tdtfnuzg0i] {
    width: 100%;
}

.container[b-tdtfnuzg0i] {
    width: 100%;
}

.sidebar .list-group-item[b-tdtfnuzg0i] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-tdtfnuzg0i] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-tdtfnuzg0i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-tdtfnuzg0i] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-tdtfnuzg0i] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-tdtfnuzg0i] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-tdtfnuzg0i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-tdtfnuzg0i] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-tdtfnuzg0i] {
        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-tdtfnuzg0i] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-tdtfnuzg0i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-tdtfnuzg0i] {
    position: relative;
}

.end-icon[b-tdtfnuzg0i] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-tdtfnuzg0i] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-tdtfnuzg0i] {
    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-tdtfnuzg0i],
.custom-header .help-icon[b-tdtfnuzg0i] {
    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-tdtfnuzg0i],
    .custom-header .help-icon:hover[b-tdtfnuzg0i] {
        background-color: #e1eaf3;
    }

.header-left[b-tdtfnuzg0i] {
    flex-grow: 1;
}

.header-right[b-tdtfnuzg0i] {
    display: flex;
    gap: 10px;
}

.badge[b-tdtfnuzg0i] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-tdtfnuzg0i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-tdtfnuzg0i] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-tdtfnuzg0i] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-tdtfnuzg0i] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-tdtfnuzg0i] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-tdtfnuzg0i] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-tdtfnuzg0i] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-tdtfnuzg0i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-tdtfnuzg0i] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-tdtfnuzg0i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-tdtfnuzg0i] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-tdtfnuzg0i] {
    font-size: 10px;
}

.text-orange[b-tdtfnuzg0i] {
    color: orange;
}

.text-green[b-tdtfnuzg0i] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-tdtfnuzg0i] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-tdtfnuzg0i] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-tdtfnuzg0i] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-tdtfnuzg0i] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-tdtfnuzg0i] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-tdtfnuzg0i]
}

.card-title[b-tdtfnuzg0i] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-tdtfnuzg0i] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-tdtfnuzg0i] {
            flex-shrink: 0;
        }

.menu-column[b-tdtfnuzg0i] {
    cursor: pointer;
}

.profile-picture[b-tdtfnuzg0i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-tdtfnuzg0i] {
    vertical-align: middle;
}

.count-cards[b-tdtfnuzg0i] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-tdtfnuzg0i] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-tdtfnuzg0i],
.open[b-tdtfnuzg0i],
.on-hold[b-tdtfnuzg0i],
.closed[b-tdtfnuzg0i] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-tdtfnuzg0i] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-tdtfnuzg0i] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-tdtfnuzg0i] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-tdtfnuzg0i] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-tdtfnuzg0i] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* _content/AlphaDog.BlazorApp/Components/Pages/Tickets/OpenTickets.razor.rz.scp.css */
.customhover:hover[b-7szjus5sh4] {
    background-color: #F0F0F0;
    cursor: pointer;
}


.progress[b-7szjus5sh4] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-7szjus5sh4] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}



.list-group-item[b-7szjus5sh4] {
    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-7szjus5sh4] {
    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-7szjus5sh4] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-7szjus5sh4] {
    height: 20px; /* Fixed height for progress bars */
}



/* Define font sizes and other styling options */
.text-large[b-7szjus5sh4] {
    font-size: 16px;
}

.text-medium[b-7szjus5sh4] {
    font-size: 14px;
}

.text-small[b-7szjus5sh4] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-7szjus5sh4] {
    font-weight: bold;
}

.text-muted[b-7szjus5sh4] {
    color: #888;
}

.text-body[b-7szjus5sh4] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-7szjus5sh4] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-7szjus5sh4] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-7szjus5sh4] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}



.modal-with-shadow[b-7szjus5sh4] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-7szjus5sh4]::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-7szjus5sh4] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.content[b-7szjus5sh4] {
    margin-left: 200px;
}

    .content.collapsed[b-7szjus5sh4] {
        margin-left: 25px;
    }

.container.collapsed[b-7szjus5sh4] {
    width: 100%;
}

.container[b-7szjus5sh4] {
    width: 100%;
}

.badge[b-7szjus5sh4] {
    position: relative; 
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-7szjus5sh4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-7szjus5sh4] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-7szjus5sh4] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-7szjus5sh4] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-7szjus5sh4] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-7szjus5sh4] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-7szjus5sh4] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-7szjus5sh4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-7szjus5sh4] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-7szjus5sh4] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-7szjus5sh4] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-7szjus5sh4] {
    font-size: 10px;
}

.text-orange[b-7szjus5sh4] {
    color: orange;
}

.text-green[b-7szjus5sh4] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-7szjus5sh4] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-7szjus5sh4] {
    padding: 0;
    i

{
    color: #007dfc;
}

}

.btn-custom[b-7szjus5sh4] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-7szjus5sh4] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-7szjus5sh4] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-7szjus5sh4]
}

.card-title[b-7szjus5sh4] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-7szjus5sh4] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-7szjus5sh4] {
            flex-shrink: 0;
        }

.menu-column[b-7szjus5sh4] {
    cursor: pointer;
}

.profile-picture[b-7szjus5sh4] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-7szjus5sh4] {
    vertical-align: middle;
}

.count-cards[b-7szjus5sh4] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-7szjus5sh4] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-7szjus5sh4],
.open[b-7szjus5sh4],
.on-hold[b-7szjus5sh4],
.closed[b-7szjus5sh4] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-7szjus5sh4] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-7szjus5sh4] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-7szjus5sh4] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-7szjus5sh4] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-7szjus5sh4] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-7szjus5sh4] {
    padding: 5px;
}

.fs-6[b-7szjus5sh4] {
    font-size: 12px !important;
}

.message-container[b-7szjus5sh4] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-7szjus5sh4] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-7szjus5sh4] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-7szjus5sh4] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-7szjus5sh4] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-7szjus5sh4] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-7szjus5sh4] {
    display: flex;
}

.reply-button[b-7szjus5sh4],
.forward-button[b-7szjus5sh4] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-7szjus5sh4],
    .forward-button:hover[b-7szjus5sh4] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-7szjus5sh4] {
    border-radius: 15px;
}

.modal-header[b-7szjus5sh4] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-7szjus5sh4] {
    font-weight: bold;
}

.modal-footer[b-7szjus5sh4] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-7szjus5sh4] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-7szjus5sh4] {
    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-7szjus5sh4] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-7szjus5sh4] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-7szjus5sh4] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-7szjus5sh4] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-7szjus5sh4] {
    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-7szjus5sh4] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-7szjus5sh4] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* _content/AlphaDog.BlazorApp/Components/Pages/Tickets/Tickets.razor.rz.scp.css */
.content[b-ho10a8nhbt] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ho10a8nhbt] {
    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-ho10a8nhbt] {
        width: 25px;
    }

.custom-header[b-ho10a8nhbt] {
    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-ho10a8nhbt] {
    margin-left: 200px;
}

    .content.collapsed[b-ho10a8nhbt] {
        margin-left: 25px;
    }

.container.collapsed[b-ho10a8nhbt] {
    width: 100%;
}

.container[b-ho10a8nhbt] {
    width: 100%;
}

.sidebar .list-group-item[b-ho10a8nhbt] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ho10a8nhbt] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ho10a8nhbt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ho10a8nhbt] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ho10a8nhbt] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ho10a8nhbt] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ho10a8nhbt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ho10a8nhbt] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ho10a8nhbt] {
        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-ho10a8nhbt] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ho10a8nhbt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ho10a8nhbt] {
    position: relative;
}

.end-icon[b-ho10a8nhbt] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ho10a8nhbt] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ho10a8nhbt] {
    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-ho10a8nhbt],
.custom-header .help-icon[b-ho10a8nhbt] {
    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-ho10a8nhbt],
    .custom-header .help-icon:hover[b-ho10a8nhbt] {
        background-color: #e1eaf3;
    }

.header-left[b-ho10a8nhbt] {
    flex-grow: 1;
}

.header-right[b-ho10a8nhbt] {
    display: flex;
    gap: 10px;
}

.badge[b-ho10a8nhbt] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ho10a8nhbt] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ho10a8nhbt] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ho10a8nhbt] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ho10a8nhbt] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ho10a8nhbt] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ho10a8nhbt] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ho10a8nhbt] {
    color: #465462;
}
/* BODY CSS  */

table[b-ho10a8nhbt] {
    font-size: 10px;
}

.tab-hd[b-ho10a8nhbt] {
    background-color: #465462;
    color: #fff;
}

.table td[b-ho10a8nhbt] {
    vertical-align: middle;
}

.alert[b-ho10a8nhbt] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-ho10a8nhbt] {
    border-radius: 15px;
}

.modal-header[b-ho10a8nhbt] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-ho10a8nhbt] {
    font-weight: bold;
}

.modal-footer[b-ho10a8nhbt] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-ho10a8nhbt] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-ho10a8nhbt],
.table th[b-ho10a8nhbt] {
    vertical-align: middle;
}

.btn-group .btn[b-ho10a8nhbt] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-ho10a8nhbt] {
    background-color: red !important;
    background-color: orange !important;
}

[b-ho10a8nhbt](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-ho10a8nhbt] {
    line-height:5px !important;
}
