html{
    background-color:#F9F9F9!important
}
.content-page {
    background-color: #F9F9F9 !important
}
h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
.mud-button-label{text-transform:none!important}
.mud-data-grid .mud-table-cell .column-header .sortable-column-header {
    text-transform: capitalize !important
}
.mud-chip-selected {
    background-color: #050c36 !important; /* Highlight selected chip */
    color: white;
    border-color: #050c36;
}

.mud-chip-non-selected {
    background-color: #fff; /* Normal non-selected chip */
    color: #000!important;    
    border: 1px solid #929292!important;
}
.mud-chip.mud-chip-size-medium {
    height: 32px;
    font-size: 12px;
    border-radius: 16px;
}


    .mud-chip-non-selected:hover:not(.mud-disabled) {
        background-color: #929292 !important;
    }

.custom-grid {
    background-color: #fff; /* Light background similar to the image */
    color: #333;
    border-radius: 20px;
}
    .custom-grid .mud-table-row:hover {
        padding-left: 20px; /* Adjust this value for the indentation */
        transition: padding-left 0.2s ease-in-out;
        background-color: #f0f0f0; /* Optional: Slightly change background color for hover */
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow effect */
        cursor: pointer;
    }
    .custom-grid .mud-table-cell {
        padding: 18px 12px !important;
        border-bottom: 1px solid #e0e0e0;
    }

    .custom-grid .mud-data-grid-header {
        background-color: #2f3e9e; /* Dark blue header */
        color: white;
        font-weight: bold;
    }

    .custom-grid .search-box-product {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    }

.status-badge {
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
}

.mud-data-grid-cell .mud-chip {
    margin: 0;
}

/*
.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    border-radius: 3px !important;   
    margin-bottom: 5px;   
}

    .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense:focus, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense:focus,
    .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense:hover, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense:hover {
        border: none;
        margin-bottom: 5px;       
    }*/

body[data-menu-color=dark] .app-sidebar-menu #sidebar-menu > ul > li > a {
    text-decoration:none
}

    body[data-menu-color=dark] .app-sidebar-menu #sidebar-menu > ul > li > a:hover {
        color: #fff;
        /*add background gradient*/
        background: linear-gradient(90deg, #be6859 0%, #050c36 100%);  
    }
#sidebar-menu > ul > li > a.active {
    color: #fff!important;
    /*add background gradient*/
    background: linear-gradient(90deg, #be6859 0%, #050c36 100%);
}

.mud-table-toolbar{
    border-bottom: 1px solid #e0e0e0;
}

.sectioncontainer {
    background: linear-gradient(45deg, #be6859, #050c36);
    color: white;
    font-family: Arial, sans-serif;
}

.step-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.3s;
    height: 350px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-top: 3.6rem !important;
}

.step-card1 {
    background-image: url(/images/accreditation.png);
}

.step-card2 {
    background-image: url(/images/accreditation.png);
}

.step-card3 {
    background-image: url(/images/accreditation.png);
}

.step-card4 {
    background-image: url(/images/accreditation.png);
}

.step-card:hover {
    transform: scale(1.05);
    border: 1px solid rgba(190, 104, 89, 1);
    cursor: pointer;
}

.bigno {
    font-size: 7em;
    font-weight: bold;
}

.bigtitle {
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
}

/*.bigtitle css for mobile */
@media (max-width: 768px) {
    .bigtitle {
        font-size: 2.5em;
    }
    .accordion-button {
        
        font-size: 20px !important;
        
    }
    .donorh1 {
        font-size: 80px!important;
        font-weight: bolder;
    }

    .donorh3 {
        font-size: 30px!important;
        font-weight: bold;
        margin: 0px!important
    }
}

.donorh1 {
    font-size: 120px; font-weight: bolder;
}
.donorh3 {
    font-size: 40px; font-weight: bold; margin:50px
}

.bgdarkblue {
    background-color: #050c36;
    background: linear-gradient(rgba(5, 12, 54, 0.7), rgba(5, 12, 54, 0.7)), url('/images/Donor-banner.jpg') no-repeat center center fixed;
    background-size: cover;
}

.bgdarkbluevb {
    background-color: #050c36;
    background: linear-gradient(rgba(5, 12, 54, 0.7), rgba(5, 12, 54, 0.7)), url('/images/VB banner.png') no-repeat center center fixed;
    background-size: cover;
}

.bgdarkbluecomplaints {
    background-color: #050c36;
    background: linear-gradient(rgba(5, 12, 54, 0.7), rgba(5, 12, 54, 0.7)), url('/images/Grievance banner.png') no-repeat center center fixed;
    background-size: cover;
}

.bgdarkbluecolor {
    background-color: #050c36;    
}

.accordion{
    
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 24px;
}
.accordion-button {
    background-color:transparent!important;
    color: white;
    border: none;
    font-size: 24px!important;
    font-weight: lighter;
}
.accordion-item {
    border: none!important;
}

.accordion-body {
    font-size: 18px;
    position: relative;
    padding: 10px 20px 70px 75px !important;
    color:#fff
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.793l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")!important;
}

.accordion-body1::before {
    content: "01";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-body2::before {
    content: "02";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-body3::before {
    content: "03";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-body4::before {
    content: "04";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-body5::before {
    content: "05";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-body6::before {
    content: "06";
    position: absolute;
    top: 30%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.accordion-icon {
    width :40px ;margin-right:15px;
}