/*
    DEMO STYLE
*/



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    position: fixed;
    border-radius: 0;
    /* margin-bottom: 40px; */
    /* border-bottom-right-radius: 8px; */
    width: 100% !important;
    height: 56px !important;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.container {
    margin-left: 40px !important;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 80px;
    position: fixed;
    top: 56px;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    font-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.10' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

#sidebar.active {
    width: 250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #4285F4;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #4285F4;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4285F4;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/* #content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 70px;
    right: 0;
} */
#content {
    /* margin-top: 70px; */
    /* width: calc(100% - 250px); */
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    /* position: absolute; */
    /* top: 70px; */
    right: 0;
}

/* #content.active {
    width: 100%;
} */

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        /* margin-left: -250px; */
    }
    #sidebar.active {
        /* margin-left: 0px; */
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        /* display: none; */
    }
    /* #content {
       
        left: 100px !important;
   } */

 
}
.name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;  
    letter-spacing: 0.0015em; 
    color: #0D47A1; 
    flex: none;
    order: 0;
    flex-grow: 0;
}
.correo {
    width: 119px;
    height: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;   
    letter-spacing: 0.004em;    
    color: #6E91C7; 
    flex: none;
    order: 1;
    flex-grow: 0;
}

.col-lg-12 {
    padding-right: 0px !important;
    padding-left: 4px !important;
}

.wrapper-fixed {
    display: block;
    justify-content: flex-start;
}
.navbar-container {
    width: 100%;
    height: 56px;
}
.sidebar-content {
    width: 100%;
    height: 100%;
    display: flex;
}
.sidebar-conatiner {
    width: 80px;
    height: 100%;
    background: #0D47A1;
}
.sidebar-conatiner.active {
    width: 350px;
}