/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/10/2022, 12:41:52 PM
    Author     : Rcwongx
body {
    background-color: #e8ecef;
}
*/
.side-menu-custom {
    display: none;
    
    position: fixed;
    left: 0;
    top: 0;
    
    z-index: 1039;
    
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    padding-bottom: 32px;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    box-shadow: 6px 1px 20px rgb(69 65 78 / 10%);

    overflow-y: hidden;
}
.menu-show{
    display: block;
    width: 50%;
}
.side-menu-custom .logo-container-layout {
    display: grid;
    place-items: center;
    
    width: 100%;
    min-height: 65px;
    max-height: 65px;
    border-bottom: 1px solid #e0e0e0;

}

.logo-image {
    width: 85px;
}
/*.menu-items {
    width: 100%;
    height: 100%;
        
    display: flex;
    flex-direction: column;
    padding: 0;
    padding: 16px 0 32px 0;
}

.menu-items ul > a, .menu-items > ul li {
    padding: 0;
    margin: 0;
    margin: 0px 20px 8px 20px;
    text-align: center;
    
}*/

/* END SIDE MENU COMPONENT */

/* START CUSTOM SCROLLBAR */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #c0186f;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #730e42;
}

/* END CUSTOM SCROLLBAR */

/* START NAVBAR COMPONENT */

/*.navbar-custom {
    position: fixed;
    left: 260px;
    top: 0;
    right: 0;
    z-index: 1000;
    
    padding: 0 12px;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1039;
    

    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease 0s;
}*/

/*.navbar-custom .logo {
    height: 28px;
    margin-left: 12px;
}*7


.notifications {
    width: fit-content;
    position: relative;
    margin: 0 24px 0 auto;
}
.notification-icon {
    font-size: 26px;
}
.notification-counter {
    position: absolute;
    bottom: 50%;
    left: 45%;
    
    font-size: 10px;
    background-color: purple;
    border-radius: 50%;
    letter-spacing: 0.1rem;
}
/* END NAVBAR COMPONENT */

/*.page-content-custom {
    padding: 97px 32px 48px 32px;
    height: auto;
    width: 100%;
    
    Top padding = 65px (navbar height + 32px)
    
}*/

.controlador{

}
.controlador_blanco{
    /*top: 5px;*/
    /*position: absolute;*/
    height: 100% !important;
    width: 98% !important;
    background: transparent;

} 

/*@media only screen and (min-width: 1080px) {
    .navbar-custom {
        left: 250px;
    }
    .logo {
        display: none;
    }
    .side-menu-custom {
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .page-content-custom {
        padding-left: 287px;
    }
    .burger-button {
        display: none;
    }
}*/