@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Khula:wght@300;400;600;700;800&family=Overpass:wght@100;200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');
body,
div,
h4,
h5,
p,
td,
th,
small,
ul,
ol,
li,
form,
input,
select,
.selectpicker,
textarea,
button,
.btn,
span,
.badge,
.tabulator,
#historytable {
    font-family: 'Quicksand'!important;
    font-weight: 400;
}

h1,
h2,
h3 {
    font-family: 'Quicksand' !important;
    font-weight: 200 !important;
}

input,
textarea,
select,
.selectpicker,
label {
    font-weight: 500!important;
    color: #454748!important;
}

.form-control::placeholder,
.select2-selection__placeholder,
.select2-selection__rendered {
    color: #454748!important;
    opacity: 1;
    font-family: 'Quicksand'!important;
    font-weight: 500!important;
}

.loader {
    position: fixed!important;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.loadergif {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0d6efd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar div {
    font-size: 12px !important;
}

.form {
    border: 1px solid #ccccccd4;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    background: #fbfbfb;
}

.text-bold {
    font-weight: 700;
}

.fs-10 {
    font-size: 10pt;
}

.fs-11 {
    font-size: 11pt;
}

.fs-12 {
    font-size: 12pt;
}

.fs-13 {
    font-size: 13pt;
}

.fs-14 {
    font-size: 14pt;
}

.fs-15 {
    font-size: 15pt;
}

.pointer {
    cursor: pointer;
}

.select2 {
    width: 100%!important;
}

#checkedintable th {
    font-weight: 700 !important;
}

#checkedintable th,
#checkedintable td {
    font-size: 9pt !important;
}

.tabulator-header-filter>input {
    font-size: 9pt !important;
}

.form-control.is-searching {
    border-color: #ddd;
    padding-right: calc(1.49em + 1rem);
    background-image: url("../img/spinners/spinner1.svg");
    background-repeat: no-repeat;
    background-position: right calc(0.3725em + 0.25rem) center;
    background-size: calc(0.745em + 0.5rem) calc(0.745em + 0.5rem);
}

.nav-left {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin-bottom: 20px;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;
}

.nav-left.active {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 100px;
}

.nav-left-item {
    height: 70px;
}

.menubar {
    width: 25px;
    height: 25px;
    font-size: 1rem;
    cursor: pointer;
}

.btn-select {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}

.btn-round {
    border-radius: 30px !important;
    font-weight: bold !important;
}
