@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900');
/*
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "Inter", sans-serif;
    color: #243143;
}

@media (max-width: 991px) {
    /* Fixed layout */
    .responsive-fixed .main-header,
    .responsive-fixed .main-sidebar,
    .responsive-fixed .left-side {
        position: fixed;
    }

    .responsive-fixed .main-header {
        top: 0;
        right: 0;
        left: 0;
    }

    .responsive-fixed .content-wrapper,
    .responsive-fixed .right-side {
        padding-top: 50px;
    }

    @media (max-width: 767px) {
        .responsive-fixed .content-wrapper,
        .responsive-fixed .right-side {
            padding-top: 100px;
        }
    }
    .responsive-fixed.layout-boxed .wrapper {
        max-width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter", sans-serif;
}

hr {
    border-top: 1px solid #d2d6de;
}

label {
    font-weight: normal;
}

.col-3px-padd {
    padding-left: 3px;
    padding-right: 3px;
}

.row-3px-margin {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.row-3px-margin-left {
    margin-left: -3px !important;
}

.row-3px-margin-right {
    margin-right: -3px !important;
}

.btn-default {
    background-color: #ffffff;
}

.form-group {
    margin-bottom: 10px;
}

.form-group.has-error .form-control {
    background: #fff3f3;
}

.main-header .logo {
    padding: 0;
}

.search-form-magnifying-glass {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: transparent;
}

.small-box h3 {
    font-size: 32px;
}

.small-box p {
    margin-bottom: 0;
}

.small-box:hover {
    color: #0701ff;
}

a {
    color: #0185e6;
}

a:hover {
    color: #0701ff;
}

/*
    MODAL
*/

.modal {
    background: rgba(9, 30, 66, 0.54);
    backdrop-filter: blur(2px);
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog,
.modal.fade:not(.in).right-side .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal-content {
    border-radius: 5px;
}

.modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
}

.form-control:focus {
    border-color: #0185e6;
    box-shadow: none;
}

.btn-primary {
    background-color: #0185e6;
}

/*
    BOX
*/

/*.box-header > .fa,*/
/*.box-header > .glyphicon,*/
/*.box-header > .ion,*/
/*.box-header .box-title {*/
/*font-size: 16px;*/
/*}*/

.box.box-solid > .box-header > .box-tools .btn {
    border: 1px solid;
}

.main-header .sidebar-toggle {
    line-height: 20px;
}

.main-header .navbar .nav > li > a > .label {
    top: 7px;
    right: 5px;
    font-size: 12px;
}

.content-wrapper,
.right-side {
    /*background-color: #f3f0ec;*/
}

.bg-white {
    background-color: #ffffff;
}

.page-title {
    color: #16223e;
    display: inline-block;
}

h4.form-section-title {
    font-size: 16px;
    color: #5177CD;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.dropdown-menu > li > a {
    color: #0185e6;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    border: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    color: #ffffff;
    background-color: #0185e6;
}

.box {
    margin-bottom: 10px;
}

ul.feature-list {
    list-style: none;
}

ul.feature-list li {
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
}

/* custom for DL */
dl {
    margin-bottom: 10px;
}

dd {
    font-weight: bold;
}

dt {
    font-weight: normal;
}

dl.dl-horizontal dt {
    text-align: left;
}

dl.desc-right.dl-horizontal dd {
    text-align: right;
}

dl.dl-horizontal.dl-icons dt {
    text-align: center;
    width: 40px;
}

dl.dl-horizontal.dl-icons dd {
    margin-left: 40px;
}

dl dt {
    color: #555;
}

dl.dl-horizontal.dl-xs dt {
    width: 80px;
}

dl.dl-horizontal.dl-xs dd {
    margin-left: 100px;
}

dl.dl-horizontal.dl-sm dt {
    width: 120px;
}

dl.dl-horizontal.dl-sm dd {
    margin-left: 140px;
}

dl.dl-horizontal.dl-md dt {
    width: 160px;
}

dl.dl-horizontal.dl-md dd {
    margin-left: 180px;
}

dl.dl-horizontal.dl-lg dt {
    width: 200px;
}

dl.dl-horizontal.dl-lg dd {
    margin-left: 220px;
}

dl.dl-horizontal.dl-xl dt {
    width: 240px;
}

dl.dl-horizontal.dl-xl dd {
    margin-left: 260px;
}

/*
    SETTINGS NAV
*/

.nav.nav-stacked {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}

.nav.nav-stacked > li > a {
    border-radius: 3px;
    color: #0185e6;
    border: 1px solid transparent;
    padding: 9px;
}

.nav.nav-stacked > li.active > a {
    font-weight: normal;
    color: #0185e6;
    background-color: #fff;
    border: 1px dotted #0185e6;
}

.nav.nav-stacked > li > a:hover {
    background-color: #fff;
    border: 1px solid #fff;
}


/* SIDEBAR*/


.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu > li > a {
    padding: 12px 8px 12px 8px;
    display: block;
    text-align: center;

    margin: 0px 4px;
    border-radius: 4px;
    font-weight: bold;
}

.sidebar-mini.sidebar-collapse.sidebar-open .main-sidebar .sidebar-menu > li > a,
.sidebar-mini.sidebar-open .main-sidebar .sidebar-menu > li > a {
    text-align: left;
}


.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    font-size: 16px;
}

.sidebar-collapse .sidebar-menu {
    overflow: visible;
}

.sidebar-menu > li.highlighted {
    /*-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);*/
    z-index: 1;
    /*background: #fff;*/
}

.sidebar-menu > li.highlighted:hover :before {
    color: white;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
        background-color: #0185e6;
        color: white;
        margin-left: 10px;
        border-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu > li > a {
        margin: 4px auto;
        width: 42px;
    }

}


/*
    SKILLO ALERT - REQUIRED BOTH ON AUTH AND INTERNAL PAGES
*/

.skillo-alert {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-color: #f4f4f4;
}

.skillo-alert a {
    color: #0185e6;
    text-decoration: none;
}

.skillo-alert.skillo-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.skillo-alert.skillo-alert-warning {
    color: #60492b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.skillo-alert.skillo-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.skillo-alert.skillo-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.skillo-alert.alert-dismissable .close,
.skillo-alert.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -6px;
    color: inherit;
}
