<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&amp;display=swap');
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #71748d;
    background-color: #efeff6;
    -webkit-font-smoothing: antialiased;
}
.hidden {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #3d405c;
}
h5 {
    font-size: 15px;
    line-height: 26px;
}
h4.sidebar-title {
	color: #71748d;
}
.text-bold {
    font-weight: 600!important;
}
img.avatar {
    height: 3rem;
    border-radius: 20px;
}
a.icon {
	color: #3d405c;
}
a.noul {
    text-decoration: none;
}
.text-right {
	text-align: right;
}
body.login {
	display: flex;
}
.login-container {
    width: 100%;
    max-width: 375px;
    padding: 15px;
    margin: auto;
}
.login-logo {
	padding-top: 10px;
    padding-bottom: 10px;
}
.card {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0px 1px 2px 1px rgb(154 154 204 / 22%);
}
.card-header {
	background-color: #fff;
}
.left-sidebar {
    position: fixed;
    width: 264px;
    height: 100%;
    overflow: auto;
    background-color: #041530;
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    transition: all 0.3s ease;
    z-index: 1;
}
.left-sidebar .nav-link[data-toggle="collapse"] {
    position: relative;
    display: flex;
    align-items: center;
}
.left-sidebar .nav-link[data-toggle="collapse"]::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.left-sidebar .nav-link[data-toggle="collapse"][aria-expanded="false"]:after {
    transform: rotate(-90deg);
}
.left-sidebar .nav-link[data-toggle="collapse"]:after {
    transition: transform .35s ease, opacity .35s ease;
    opacity: .5;
}
.left-sidebar .navbar-nav {
    width: 100%;
}
.left-sidebar .navbar {
    padding: 14px;
}
.left-sidebar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px;
	margin-bottom: 3px;
    color: #71789e;
    transition: 0.3s;
}
.left-sidebar .nav-link i {
    font-size: 14px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
}
.left-sidebar .submenu {
    padding-left: 12px;
    padding-right: 12px;
    background: #041530;
}
.left-sidebar .submenu .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 12px;
    transition: 0.3s;
}
.left-sidebar .navbar-nav .nav-link:focus,
.left-sidebar .navbar-nav .nav-link.active {
    background-color: #3c5580;
    color: #fff;
    border-radius: 2px;
}
.left-sidebar .navbar-nav .nav-link:focus,
.left-sidebar .navbar-nav .nav-link:hover {
    background-color: #3c5580;
    color: #fff;
    border-radius: 2px;
}
.left-sidebar .submenu .nav .nav-item .nav-link:hover {
    color: #3d405c;
    border-radius: 2px;
    background-color: transparent;
}
.left-sidebar .navbar-toggler {
    background-color: #2e3b60;
	display: none;
}
.navbar-toggler {
    padding: .25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 25px;
}
.collapsed {
    margin-bottom: 0px;
}
.dropdown-menu .dropdown-item {
    padding: 8px 25px;
}
.page-wrapper {
    min-height: 100%;
    position: relative;
    left: 0;
    margin-left: 264px;
}
.page-body {
    padding: 30px 30px 60px 30px;
}
.page-header {
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 10px;
}
label.col-form-label {
	color: #3d405c;
}
select.form-control:read-only {
    background-color: #fff;
}
select.form-control:disabled {
	background-color: #e9ecef;
}
.thumb {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}
.thumb-selected {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    filter: brightness(0.5);
}
.attachment-text:hover {
    color: red;
    cursor: pointer;
}
.dropzone-ext {
    border: 2px dashed #dedede;
    border-radius: 5px;
    margin-bottom: 8px;
}
.dropzone-ext i {
    font-size: 5rem;
}
.dz-preview, .dz-file-preview {
    display: none;
}
.single-blog .blog-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
  .single-blog .blog-content {
    padding: 0 25px 25px;
    margin-top: -18px;
    position: relative;
    border: 1px;
    border: 2px solid rgba(100, 111, 135, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 0;
}
.single-blog .blog-content .blog-text .blog-title {
    font-size: 22px;
    color: #293651;
    font-weight: 600;
    margin-top: 25px;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .single-blog .blog-content .blog-text .blog-title {
        font-size: 18px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog .blog-content .blog-text .blog-title {
        font-size: 22px;
    }
}
.single-blog .blog-content .blog-text .text {
    margin-top: 20px; 
}
footer {
    border-top: 1px solid rgba(152, 166, 173, .2);
    padding: 14px 30px 14px;
    color: #71748d;
    background-color: #fff;
    width: 100%;
    position: absolute;
	bottom: 0px;
}
@media only screen and (max-width: 768px) {
	.left-sidebar {
		width: 100%;
		height: fit-content;
		position: relative;
		top: 0;
		right: 0;
	}
	.left-sidebar .navbar-toggler {
		display: block;
	}
	.page-wrapper {
		margin-left: 0;
	}
}
.ring {
    display: inline-block;
}
.ring:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 50%;
    border: 3px solid #71748d;
    border-color: #71748d transparent #71748d transparent;
    animation: ring 1.2s linear infinite;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
  
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.185);
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.185);
    border-radius: 10px;
}</pre></body></html>