/* HOME */
.gradient-cardg {
    background-image: linear-gradient(90deg, #3f2f4c, #297e4b) !important;
    color: white !important;
}

/* MAIN HEADER */

#b-dashboard-sec {
    background-color: #f8f8f8;
    padding-bottom: 35px;
}

.icon-large {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
}


.portal-title {
    font-size: 25px;
    font-weight: bold;
}

.portal-subtitle {
    font-size: 20px;
    font-weight: bold;
}
    .custom-marquee {
        display: inline-block;
        width: 40%; 
        color: blue;
        font-weight: bold;
    }
    
    .marquee-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }


/* ABOUT SCD */
.scd-hover-effect {
            transition: transform 0.3s ease, filter 0.3s ease; 
        }

.scd-hover-effect:hover {
		transform: scale(1.1); 
		filter: brightness(0.8); 
	}


/* GRIEVANCE CSS */
#btn_grievance {
    background-color:rgb(174, 135, 192) ;
    color: white ;
    border: none ;
    transition: background-color 0.3s ease ;
}

#btn_grievance:hover {
    background-color: #2d1938 ; 
    color: #ffffff ;
    cursor: pointer ;
}