@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    background: #fafafa;
    font-family: 'Poppins', sans-serif;
    height: 100% !important;
}

p {
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

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

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 15px 10px;
    height: 100%;
}

.navbar-btn {
    border: none;
    box-shadow: none;
    outline: none !important;
}

.line {
    border-bottom: 1px dashed #ddd;
    height: 1px;
    margin: 40px 0;
    width: 100%;
}

i,
span { display: inline-block; }


.wrapper {
    align-items: stretch;
    display: flex;
}

#sidebar {
    background: #3a6591;
    color: #fff;
    max-width: 250px;
    min-width: 250px;
    transition: all 0.3s;
}

#sidebar.active {
    max-width: 80px;
    min-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h4,
#sidebar.active .CTAs { display: none; }

#sidebar.active .sidebar-header strong { display: block; }

#sidebar ul li a { text-align: left; }

#sidebar.active ul li a {
    font-size: 0.85em;
    padding: 20px 10px;
    text-align: center;
}

#sidebar.active ul li a i {
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    margin-right: 0;
}

#sidebar.active ul ul a { padding: 10px !important; }

#sidebar.active .dropdown-toggle::after {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    bottom: 10px;
    right: 50%;
    top: auto;
    transform: translateX(50%);
}

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

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

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

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

#sidebar ul li a:hover {
    background: #fff;
    color: #3a6591;
}

#sidebar ul li a i { margin-right: 10px; }

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

#sidebar ul li.active > a:hover {
    background: #fff !important;
    color: #3a6591;
}

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

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

ul ul a {
    background: #3a6591;
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs { padding: 20px; }

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

a.download {
    background: #fff;
    color: #2B4764;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

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

.content {
    min-height: 100vh;
    padding: 20px;
    transition: all 0.3s;
    width: 100%;
}

.content2 {
    padding: 20px;
    transition: all 0.3s;
    width: 100%;
}