﻿.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    background-color: aliceblue;
}

.form-control {
    /*border:1px solid #fcd672 !important;*/
}
.mb-0-home {
    color: #4a5056;
    font-size: 22px;
}
.auth-bg {
    background-image:url('../images/inicio.png') !important;
    width:100%;
}
.btn-primary {
    background-color: #6cbcd8 !important;
    font-size: 14px;
    font-weight: 600;
    border:none !important;
}
.btn-info {
    background-color: #6cbcd8 !important;
}
.form-label {
    color: #4a5056 !important;
}
.text-muted-home {
    color: #4a5056 !important;
    font-size: 15px;
}
.card-title {
    color: #155365 !important;
    font-size: 20px;
}
.card-header-home {
    margin-left:2px;
}

#sidebar-menu ul li a{
    border-bottom:1px solid #fcd672;
}
.vertical-menu {
    background: #fff !important;
}
.navbar-brand-box {
    background: #fff !important;
}
.bg-soft-light {
    background-color: #fff !important;
}
.env-banner {
    background-color: #ffc107;
    color: #000;
    text-align: center;
    padding: .25rem 0;
    font-weight: bold;
}
.user-dropdown {
    background-color: #fff !important;
    color: #000 !important;
}

.dropdown-menu {
    background-color: #fff !important; /* Fondo blanco sólido */
    color: #000; /* Texto negro para que se vea bien */
}

.dropdown-menu a.dropdown-item {
    color: #000 !important; /* Forzar color del texto de las opciones */
}

.dropdown-menu a.dropdown-item:hover {
    background-color: #f0f0f0 !important; /* Color de fondo al pasar el mouse */
}