body {
     font-family: "Rubik", sans-serif;
}

a {
     text-decoration: none;
}

.navbar-brand {
     font-weight: 600;
}

.sb-sidenav-dark {
     background-color: #025e97 !important;
}

.sb-sidenav-footer {
     background-color: #013555 !important;
     color: #ffffff !important;
}

.main {
     background-color: #f8f9fc !important;
}

.img-profile {
     height: 2rem;
     width: 2rem;
}

.dropdown.no-arrow .dropdown-toggle::after {
     display: none;
}

footer {
     background-color: #eaedf5 !important;
}

/* Summernote */
.note-editor .dropdown-toggle::after {
     display: none;
}

.note-editor .note-dropdown-menu {
     box-sizing: content-box;
}

.note-editor .note-modal-footer {
     box-sizing: content-box;
}

hr {
     border-top: 1px dotted #000;
}