@font-face {
    font-family: 'GilroyBlack';
    src: url('/fonts/gilroy/Gilroy-Black.otf');
}

@font-face {
    font-family: 'GilroyBlackItalic';
    src: url('/fonts/gilroy/Gilroy-BlackItalic.otf');
}

@font-face {
    font-family: 'GilroyBold';
    src: url('/fonts/gilroy/Gilroy-Bold.otf');
}

@font-face {
    font-family: 'GilroyBoldItalic';
    src: url('/fonts/gilroy/Gilroy-BoldItalic.otf');
}

@font-face {
    font-family: 'GilroyExtraBold';
    src: url('/fonts/gilroy/Gilroy-ExtraBold.otf');
}

@font-face {
    font-family: 'GilroyExtraBoldItalic';
    src: url('/fonts/gilroy/Gilroy-ExtraBoldItalic.otf');
}

@font-face {
    font-family: 'GilroyHeavy';
    src: url('/fonts/gilroy/Gilroy-Heavy.otf');
}

@font-face {
    font-family: 'GilroyHeavyItalic';
    src: url('/fonts/gilroy/Gilroy-HeavyItalic.otf');
}

@font-face {
    font-family: 'GilroyMedium';
    src: url('/fonts/gilroy/Gilroy-Medium.otf');
}

@font-face {
    font-family: 'GilroyMediumItalic';
    src: url('/fonts/gilroy/Gilroy-MediumItalic.otf');
}

@font-face {
    font-family: 'GilroyRegular';
    src: url('/fonts/gilroy/Gilroy-Regular.otf');
}

@font-face {
    font-family: 'GilroyRegularItalic';
    src: url('/fonts/gilroy/Gilroy-RegularItalic.otf');
}

@font-face {
    font-family: 'GilroySemiBold';
    src: url('/fonts/gilroy/Gilroy-SemiBold.otf');
}

@font-face {
    font-family: 'GilroyBoldItalic';
    src: url('/fonts/gilroy/Gilroy-SemiBoldItalic.otf');
}

@font-face {
    font-family: 'GilroyThin';
    src: url('/fonts/gilroy/Gilroy-Thin.otf');
}

@font-face {
    font-family: 'GilroyThinItalic';
    src: url('/fonts/gilroy/Gilroy-ThinItalic.otf');
}

@font-face {
    font-family: 'GilroyUltraLight';
    src: url('/fonts/gilroy/Gilroy-UltraLight.otf');
}

@font-face {
    font-family: 'GilroyUltraLightItalic';
    src: url('/fonts/gilroy/Gilroy-UltraLightItalic.otf');
}

body {
    font-family: 'GilroyRegular', sans-serif;
}

.font-gilroy-bold {
    font-family: 'GilroyBold', sans-serif;
}

.font-size-title-dashboard {
    font-size: 1.2rem;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 2000;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    border-bottom: 1px solid #d5d5d5;
}

#sidebar ul p {
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    font-size: 14px;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a.active {
    color: #7386D5;
    background: #fff;
}

body.noScroll {
    overflow: hidden;
}

.background-blue {
    background-color: #0D47A1 !important;
}

thead th {
    background-color: #0D47A1 !important;
    color: white;
}

ul.pagination > li.page-item:hover {
    cursor: pointer;
}

ul.pagination > li.page-item.disabled:hover {
    cursor: not-allowed;
}

button[disabled].btn:hover {
    cursor: not-allowed;
}

.badge {
    padding: 0.5rem;
    margin-top: 2px;
    font-weight: 400;
}

input.form-control {
    border: 1px solid #9ea3a7 !important;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:hover {
    background: white;
    border: 1px solid #9ea3a7;
    outline: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: white;
    border: 1px solid #9ea3a7;
    outline: none;
}


.floating-dashboard-card {
    position: absolute;
    right: 5%;
    bottom: -20%;
    min-width: 10rem;
    min-height: 5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 2.5rem;
}

.custom-text-primary {
    color: #4e73df;
}

.custom-text-danger {
    color: #e74a3b;
}

.custom-text-success {
    color: #38c172;
}

.custom-text-warning {
    color: #E8C205;
}


.custom-bg-primary,
.custom-bg-primary:hover {
    background: #4e73df;
    color: white;
    cursor: default;
}

.custom-bg-danger,
.custom-bg-danger:hover {
    background: #e74a3b;
    color: white;
}

.custom-bg-success,
.custom-bg-success:hover {
    background: #38c172;
    color: white;
}

.custom-bg-warning,
.custom-bg-warning:hover {
    background: #E8C205;
    color: white;
}

/* EXTRA SMALL */
@media (min-width: 276px) and (max-width: 575px) {
    .floating-dashboard-card {
        min-width: 6rem;
        min-height: 3.5rem;
        font-size: 2rem;
    }
}

/* SMALL */
@media (min-width: 576px) and (max-width: 767px) {
    .floating-dashboard-card {
        min-width: 14rem;
        min-height: 4rem;
        font-size: 2.5rem;
    }
}
