html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.control-label{
    font-weight: bold;
    font-size: small;
    height:5px;
}
.topbar {
    height: 3.375rem;
}
.modal-loading .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}
body {
    background: #F5F7FA;
    font-family: 'Segoe UI', sans-serif;
}

/* SIDEBAR */
.datvs-sidebar {
    background: linear-gradient(
        180deg,
        #4A5B6D 0%,
        #3B4A5A 100%
    );
    width: 250px;
    min-height: 100vh;
    box-shadow: 2px 0 20px rgba(0,0,0,.08);
}

.datvs-sidebar .sidebar-brand {
    color: white;
    height: 75px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.datvs-sidebar .sidebar-heading {
    color: #D6DEE8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 1rem;
    margin-top: 20px;
}

/* MENU */
.datvs-sidebar .nav-link {
    color: #F8FAFC;
    margin: 4px 10px;
    padding: 12px 14px;
    border-radius: 12px;
    transition: .2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.datvs-sidebar .nav-link i {
    width: 18px;
    opacity: .9;
}

.datvs-sidebar .nav-link:hover {
    background: rgba(255,255,255,.10);
}

.datvs-sidebar .nav-link.active {
    background: white;
    color: #3B4A5A;
    font-weight: 600;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.datvs-sidebar .nav-link.active i {
    color: #4F8EF7;
}

/* DIVIDERS */
.sidebar-divider {
    border-color: rgba(255,255,255,.08);
}

/* TOPBAR */
.topbar.datvs {
    background: rgba(255,255,255,.95) !important;
    border-bottom: 1px solid #E8EDF3;
    height: 70px;
}

.topbar h4 {
    font-weight: 600;
    color: #2D3748;
}

/* USER PHOTO */
.img-profile {
    width: 38px;
    height: 38px;
}

/* CONTENT */
.container-fluid {
    padding: 28px;
}

.datvs-badge {
    font-size: 14px;
    padding: 6px 9px;
}