/* Estilos personalizados */
html,body{
}

body{
	padding-bottom: 70px !important; 
}

h1{
	font-size: 1.50rem !important;
}
h2{
	font-size:  1.125rem !important;
}
h3{
	font-size: 1rem !important;	
}
h4{
	font-size: 0.875rem !important;
}
h5{
	font-size: 0.75rem !important;
}
h6{
	font-size: 0.625rem !important;
}
p{
	font-size: 1rem !important;
}

.btn-block {
    display: block;
    width: 100%;
}

/* */

.mynav{
    color: #fff;
}

.mynav li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 8px 5px;
}

.mynav li a.active{
    background: rgba(255,255,255,0.2);
}

.mynav li a:hover{
    background: rgba(255,255,255,0.2);
}

.mynav li a i{
    width: 25px;
    text-align: center;
}

.notification-badge{
    background-color: rgba(255,255,255,0.7);
    float: right;
    color: #222;
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 2px;
}


/* Colores personalizados */
.custom-bg{
	background-color: #fbfbfb !important;
}

nav-link{
	color: #fff;
}

/* Custumizacion general */
*,
::after,
::before {
    box-sizing: border-box;
}



h3 {
    /*font-size: 1.2375rem;*/
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

li {
    /*list-style: none;*/
}

/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    /*box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);*/
    z-index: 1111;
}

/* Sidebar collapse */
#sidebar.collapsed {
    margin-left: -264px;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.25rem;
    font-weight: 600;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.sidebar-item{
	list-style: none;
}
.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */
@media (min-width:768px) {
	.content {
		width: auto;
	}
}

/** COLORES DE LA APP **/
.red{
	color: rgb(238, 32, 46) !important;
}
.yellow{
	color:rgb(255, 255, 0) !important;
}
.black{
	color: rgb(35, 31, 32) !important;
}
.grey_one{
	color: rgb(92, 93, 96) !important;
}
.grey_two{
	color: rgb(120, 130, 133) !important;
}
.grey_three{
	color: rgb(167, 169, 172) !important;
}
.active_menu{
	color: #007bff !important;
}

.custom-bg {
	background-color: #f7f7f7;
}