body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.error {
    color: red;
    font-weight: normal;
    font-style: italic;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif !important;
}

h1,
.h1 {
    font-size: 2.5em;
}

h2,
.h2 {
    font-size: 2em;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 1.8em;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.5em;
}

h5,
.h5 {
    font-size: 1em;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 0.75em;
    line-height: 1;
}

p {
    font-size: 14px;
}

a {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.text-primary,
a.text-primary,
.btn.text-primary {
    color: #0B71C3 !important;
}

.nav-link,
.dropdown-item {
    color: #0B71C3 !important;
    ;
}

.dash {
    height: 90vh !important;
}

.dash .nav .nav-item .nav-link {
    font-size: 1.2em;
    font-weight: 600;
    border-left: 6px solid transparent;
}

.dash .nav .nav-item .nav-link .lni {
    font-size: 30px;
    vertical-align: text-bottom;
}

.dash .nav .nav-item.active .nav-link {
    border-left: 6px solid #83CCB1;
}

.card {
    border-radius: 5px;
    box-shadow: rgb(69 90 100 / 8%) 0px 1px 20px 0px;
    border: none;
    margin-bottom: 30px;
}

.card-block {
    padding: 1.25rem;
}

.text-warning {
    color: #f9c189 !important;
}

.bg-warning {
    background-color: #f9c189 !important;
}

.card-block .icons span i {
    font-size: 24px;
    color: #000;
    font-weight: 900;
}

.card-footer .icons span i {
    font-size: 20px;
    color: #fff;
}

.bg-primary {
    background-color: #0B71C3 !important;
}

.bg-secondary {
    background-color: #83CCB1 !important;
}

#my-pie-chart {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background: conic-gradient(white 0.00%, #00CCD0 0.00% 33%, #fd6073 33% 67%);
}

.text-danger {
    color: #fd6073 !important;
}

.bg-danger {
    background-color: #fd6073 !important;
}

.text-success {
    color: #00CCD0 !important;
}

.bg-success {
    background-color: #00CCD0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0B71C3;
    border-color: #0B71C3
}

.btn-primary:hover {
    color: #fff;
    background-color: #0B71C3;
    border-color: #0B71C3
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0B71C3;
    border-color: #0B71C3;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0B71C3;
    border-color: #0B71C3
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0B71C3;
    border-color: #0B71C3
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-group label {
    font-size: 1em;
}

.form-group input {
    line-height: 2;
}

.book-icons {
    font-size: 36px;
}