@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
#top-head {
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    min-height: 52px;
    padding: 0 8px;
    font-size: 0.85rem;
}
.navbar-logo {
    background-color: #222a30;
    margin-left: -12px;
}

#left-col {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    z-index: 2;
    transition: height 0.3s ease-out;
}
#left-col ul.uk-nav-default > li > a {
    padding: 8px 20px;
    border-left: 2px solid transparent;
    transition: all 0.15s ease-out;
}
#left-col ul.uk-nav-default li.uk-nav-header {
    padding: 20px 20px 8px 20px;
}
#left-col ul.uk-nav-default > li > a:hover,
#left-col ul.uk-nav-default > li.uk-open > a {
    border-left: 2px solid #39f;
    padding-left: 30px;
    color:red;
    background-color: rgba(0, 0, 0, 0.1);
}
#left-col ul.uk-nav-default li .uk-nav-sub {
    padding-left: 34px;
}
#left-col .uk-dropdown.user-drop {
    min-width: 160px;
    max-width: 160px;
    padding: 0.75rem;
}
#left-col .uk-dropdown.user-drop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 1);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}

.uk-active .item {
    background-color: #f05423;
    color: rgba(255, 255, 255, 1);
}

.left-content-box {
    padding: 0.75rem 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: -1px;
}
.left-nav-wrap {
    padding-bottom: 60px;
}
.content-box-dark {
    background-color: rgba(0, 0, 0, 0.09);
}
.text-light {
    font-weight: 200;
    font-size: 1.25rem;
}
.bar-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 15px 0;
    background-color: #222a30;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    width: 240px;
}
.left-logo {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
}
.custom-logo {
    height: 32px;
}
.profile-img {
    width: 60px;
    margin: 0 auto 10px auto;
    display: block;
}
.panel-icons {
    margin: 0 4px;
}
.uk-tooltip {
    background-color: white;
    color: #242c33;
    box-shadow: 0 2px 12px rgba(50, 50, 50, 0.1);
}
#content {
    margin-top: 0px;
    padding: 30px 0 0 0;
    margin-left: 0;
    transition: margin 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 960px) {
    #content {
        margin-left: 240px;
    }
    #top-head {
        left: 240px;
    }
}
#top-head [class*="uk-navbar-dropdown-bottom"] {
    margin-top: 0;
}
.search-field {
    width: 140px;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.search-field:focus {
    width: 200px;
    border-color: #fff !important;
}
.uk-card {
    box-shadow: none;
}
.uk-heading-primary {
    letter-spacing: -0.032em;
    font-weight: 300;
}
.uk-card {
    transition: box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.uk-progress {
    height: 3px;
    margin-bottom: 0.5rem;
    background-color: rgba(0, 0, 0, 0.23);
}
* + .uk-progress {
    margin-top: 0.25rem;
}
.uk-progress.warning::-webkit-progress-value {
    background-color: #faa05a;
}
.uk-progress.warning::-moz-progress-bar {
    background-color: #faa05a;
}
.uk-progress.warning::-ms-fill {
    background-color: #faa05a;
}
.uk-progress.success::-webkit-progress-value {
    background-color: #32d296;
}
.uk-progress.success::-moz-progress-bar {
    background-color: #32d296;
}
.uk-progress.success::-ms-fill {
    background-color: #32d296;
}
.chart-container {
    position: relative;
    height: 300px;
    margin: 0 auto;
}
.dataTables_length .uk-form-small,
.dataTables_filter .uk-form-small {
    border-radius: 5px;
}
body {
    background-color:white;
    font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: "Roboto", sans-serif !important;
}

.heart{
    fill: pink !important;
    }
    
.uk-text-black{
    color: black  !important;
}
.uk-background-primary {
    background-color: #f05423 !important;
}
.uk-background-secondary {
    background-color: #18c1c7 !important;
}
.uk-background-muted {
    background-color: #fbfcfc !important;
}

.uk-text-line{text-decoration:line-through}

.uk-text-primary {
    color: #ff9600 !important;
}
.uk-text-secondary {
    color: black  !important;
}
.uk-text-white {
    color:rgba(255, 255, 255, 1);
}
.uk-text-wheigth-500 {
    font-weight: 500;
}
.uk-padding-samll {
    padding: 15px;
}
.uk-padding-small-x {
    padding: 0 15px;
}
.uk-padding-medium-x {
    padding: 7px 50px;
}
.uk-padding-medium-y {
    padding: 50px 15px;
}
.uk-padding-left-remove {
    padding-left: 0;
}
.uk-border {
    border: 1px solid #e5e5e5;
}
.uk-border-bottom {
    border-bottom: 1px solid #2c3b4e;
}
.uk-border-rounded {
    border-radius: 5px;
}
.uk-border-rounded-top {
    border-radius: 5px 5px 0 0;
}
.uk-margin-bottom {
    margin-bottom: 30px !important;
}
.uk-margin-bottom-small {
    margin-bottom: 15px !important;
}
.uk-margin-left-remove {
    margin-left: 0;
}
.uk-width-2-4 {
    width: 50%;
}
.uk-width-2-4\@xl {
    width: 50%;
}
.uk-width-2-4\@l {
    width: 50%;
}
.uk-width-2-4\@m {
    width: 50%;
}
.uk-width-2-4\@s {
    width: 50%;
}
.uk-button-primary {
    background-color: #F15424;
}

.uk-button-primary :active , .uk-button-primary ::selection , .uk-button-primary :focus   {
    background-color: #F15424 !important;
}
.uk-text-primary {
    color: #F15424;
}
/*# sourceMappingURL=style.min.css.map */
