:root {
    --c-color: #767fc4;
}

html {
    font-size: 12px;
}

@media (min-width: 576px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-image: radial-gradient(farthest-side ellipse at 10% 0, #ffffff 50%, #dddddd);
}

.menu-color {
    background-color: #4f4272;
    color: aliceblue;
    border-color: aliceblue;
}

.header-color {
    background-color: var(--c-color);
    color: aliceblue;
}

.nav-tabs .nav-link.active {
    background-color: #e2e7ef;
}

.border-top-custom {
    border-top: .25rem solid var(--c-color) !important
}

.border-left-custom {
    border-left: .25rem solid var(--c-color) !important
}

.border-bottom-custom {
    border-bottom: .25rem solid var(--c-color) !important
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark {
    border-bottom: .25rem solid #5a5c69 !important
}

.text-xs {
    font-size: .8rem;
}

.text-lg {
    font-size: 1.2rem
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-gray-100 {
    color: #f8f9fc !important
}

.bg-gray-100 {
    background: #f8f9fc !important
}

.text-gray-200 {
    color: #eaecf4 !important
}

.bg-gray-200 {
    background: #eaecf4 !important
}

.text-gray-300 {
    color: #dddfeb !important
}

.bg-gray-300 {
    background: #dddfeb !important
}

.text-gray-400 {
    color: #d1d3e2 !important
}

.bg-gray-400 {
    background: #d1d3e2 !important
}

.text-gray-500 {
    color: #b7b9cc !important
}

.bg-gray-500 {
    background: #b7b9cc !important
}

.text-gray-600 {
    color: #858796 !important
}

.bg-gray-600 {
    background: #858796 !important
}

.text-gray-700 {
    color: #6e707e !important
}

.bg-gray-700 {
    background: #6e707e !important
}

.text-gray-800 {
    color: #5a5c69 !important
}

.bg-gray-800 {
    background: #5a5c69 !important
}

.text-gray-900 {
    color: #3a3b45 !important
}

.bg-gray-900 {
    background: #3a3b45 !important
}

.text-custom {
    color: var(--c-color) !important
}

.bg-custom {
    background: var(--c-color) !important
}
