body,html{
	height: 100%;
	width: 100%;
}
.main-container{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-container > .login,
.main-container > .hero-body{
	height: auto;
	width: 100%;
	max-width: 400px;
	min-width: 300px;
}

.form-inline{
	display: inline-flex;
}
select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-bottom: 12px;
            font-size: 16px;
        }

/* General navbar styles */
.custom-navbar {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
}

/* Hover effect for navbar links */
.navbar-link:hover, .navbar-item.hover-effect:hover {
    background-color: rgb(240, 38, 38);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(233, 4, 4, 0.3);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

/* Button hover effect */
.buttons .button:hover {
    background-color: rgb(243, 100, 81);
    color: rgb(248, 248, 248);
    transform: translateY(-3px);
    box-shadow: 0px 4px 8px rgba(248, 0, 12, 0.3);
}

.control .button:hover {
    background-color: rgb(243, 100, 81);
    color: rgb(255, 255, 255);
    transform: translateY(-3px);
    box-shadow: 0px 4px 8px rgba(238, 1, 1, 0.3);
}

/* ACTUALIZAR ADMINISTRADOR */

.notification-custom-red {
    background-color: #fcebea !important;  /* Rojo muy claro */
    color: #cc1f1a !important;             /* Rojo fuerte */
    border: 1px solid #cc1f1a;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.notification-custom-success {
    background-color: #fff5f5 !important;
    color: #1a1a1a !important;
    border: 1px solid #cc1f1a;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
