@charset "UTF-8";
body  {
    background-color: AntiqueWhite;
}
.nav-link {
    font-size: 14px !important;
    color:yellow;
}  
.dropdown-item {
    font-size: 14px !important;
    background-color: rgba(102, 178, 255, 0.443);
    color:blue;
}
.alert {
    font-size: 12px !important;
}
/* ============ desktop menus view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: white}
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
    }	
    /* ============ desktop view .end// ============ */
    /* ============ small devices ============ */
    @media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    }	
    /* ============ small devices .end// ============ */
    .bg-carta {
        background-color: rgba(240, 234, 154, 0.30);
        border: solid 0.1em;
        border-color: rgb(206, 203, 203);
    }
    .bg-avales {
        background-color: rgba(119, 119, 116, 0.3);
    }
