body {
    background-color: #222222 !important;
}

.skin-black .main-header .navbar {
    background-color: #222222 !important;
}

.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    background-color: #222222 !important;
}

.skin-black .main-header .logo {
    background-color: #222222 !important;
    border-right: 0 !important;
}

.skin-black .wrapper.popup {
    background: none !important;
}

.bg-popup {
    background: none !important;
}

.box {
    border-radius: 10px !important;
}

.box-body {
    background: white !important;
    border-radius: 10px !important;
}

.fancybox__container {
    --fancybox-bg: none !important;
    z-index: 999999;
}

.fancybox__content {
    padding: 0 !important;
    background: none !important;
    width: 90% !important;
    min-height: 30% !important;
}

.fancybox__content > .f-button.is-close-btn {
    top: 16px !important;
    right: 8px !important;
    --f-button-bg: #222222 !important;

    background-color: #222222 !important;
    display: none;
}

.box-popup {
    border-radius: 10px !important;
    border-top: none !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.popup-blur {
    z-index: -1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

.navbar {
    display: block !important;
}

.navbar-fixed {
    position: fixed !important;
    top: 0;
    border-width: 0 0 1px;
    width: 100%;
    padding-right: 245px;
    padding-top: 1.2em;
    padding-bottom: 0.5em;
    padding-left: 8px;
    background: #222222 !important;
}

.fixed .content-wrapper {
    padding-top: 8px !important;
}

.fixed .content-popup {
    padding-top: 8px !important;
}

.navbar-custom-menu {
    float: right;
    background-color: #dddddd;
    padding: 5px;
    border-radius: 12px;
}

.navbar-custom-menu .navbar-nav > li > a {
    border-left: 0px !important;
}

.navbar-custom-menu a {
    color: #000 !important;
    background-color: #dddddd !important;
}

.dropdown-menu.show {
    border: 0px solid !important;
    top: 8px !important;
}

.dropdown-item {
    padding: 0.25rem .8rem !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    padding: 0 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #dddddd !important;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}


input[type="image"]::before, img::before {
    content: attr(alt) !important;
    unicode-bidi: isolate;
}

.main-header .navbar {
    margin-left: 0px !important;
}

.main-header .navbar-fixed {
    background: #A0A0A0 !important;
    min-height: 4em !important;
}

.main-header .logo img {
    padding: 4px;
    object-fit: contain;
    margin: 0 auto;
}

.main-sidebar {
    padding-top: 22px !important;
}

img {
    vertical-align: middle;
    border-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 300px;
    }
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300
}

.login-logo a, .register-logo a {
    color: #444
}

.login-page, .register-page {
    background: #d2d6de
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px
    }
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 20px;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px
}

.social-auth-links {
    margin: 10px 0
}

.row.form-row {
    padding-left: 20px !important;
}

.sidebar-fixed {
    left: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 900px;
    position: fixed;
}

.content-wrapper {
    margin-top: 12px;
}

.dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #EEEEEE !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub-menu > li {

    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;

}

.footer {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-width: 0 0 1px;
}

.form-check-inline .form-check-input {
    margin-left: 3px !important;
}

.custom-file-input.selected:lang(en)::after {
    content: "" !important;
}

.hidden {
    display: none !important;
}

hr {
    border-top: 1px solid rgb(204, 196, 196) !important;
}

.sidebar-menu > li > a {
    text-transform: uppercase !important;
    padding-top: 8px !important;
    padding-right: 5px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
}

.activemenu {
    background-color: #286ad2 !important;
    color: #fff;
}

.activemenu a:hover {
    background-color: #286ad2 !important;
    color: #fff;
}

.card-header {
    background-color: transparent !important;
    border-top-left-radius: 1.25em !important;
    border-top-right-radius: 1.25em !important;
}

.card-footer {
    background-color: #f8f8f8 !important;
    border-top: 0px solid !important;
    border-bottom-left-radius: 1.25em !important;
    border-bottom-right-radius: 1.25em !important;
}

.card {
    border: none !important;
    border-radius: 10px !important;
}

.card-link:link, .card-link:visited {
    color: #fff !important;
}

.card-link:hover {
    color: #d6d6d6 !important;
}

.padbot {
    padding-bottom: 15px;
}

.img-fluid {
    max-width: 200% !important;
}

.box.box-primary {
    border-top-color: #222 !important;
}

.box-background {
    background-color: #222222 !important;
    border-top: none !important;
}

.content {
    background-color: #222222 !important;
    padding-top: 5.6em;
}

.content-wrapper {
    background-color: #222222 !important;
}

.content-header {
    position: fixed;
    background-color: #222222 !important;
    width: 100%;
    padding-top: 3px !important;
}

.main-footer {
    background-color: #222222 !important;
    color: #a0a0a0 !important;
    border-top: none !important;
    max-height: 100px;
    font-size: 0.8em;
}

.status-success {
    border-color: #00a65a;
    border-style: solid;
    border-radius: 8px;
}

.status-warning {
    border-color: #ec971f;
    border-style: solid;
    border-radius: 8px;
}

.status-error {
    border-color: #a94442;
    border-style: solid;
    border-radius: 8px;
}

.bc-white {
    border-color: #fff !important;
}

.btn-primary-disabled {
    background-color: #A0A0A0 !important;
    border-color: #A0A0A0 !important;
}

.text-app {
    color: #222222 !important;
}

.bg-app {
    background-color: #222222 !important;
}

.alert {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: .5rem;
    padding: 0 !important;
    width: 100% !important;
}

.qtip {
    font-size: 12px !important;
}

.qtip-default {
    border-color: #FFFFFF !important;
    background: #000000 !important;
    color: #FFF !important;
}

.img-fluid-100 {
    max-width: 100% !important;
}

.lh-1 {
    line-height: 1.1 !important;
}

.app-autocomplete {
    height: 2.6em;
    font-size: 1em;
    border-radius: 0.3em;
    padding-top: 0.3em;
    border-style: none;
}

.ui-menu {
    padding-top: 6px !important;
}

.table td, .table th {
    border-top: none !important;
}

tr.border-top {
    border-top: 1px solid #ffffff !important;
}

.bootstrap-select {
    min-height: 36px !important;
}

.dropdown-toggle::after {
    height: 21px;
}

.th-fixed {
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: var(--mdb-datatable-border-color) 0px 1px;
    background-color: var(--mdb-datatable-thead-fixed-cell-background-color);
}

.content-fixed {
    overflow: auto !important;
    height: 800px !important;
}

@media (min-width: 576px) {
    .content-fixed {
        overflow: auto !important;
        height: 200px !important;
    }
}

@media (min-width: 768px) {
    .content-fixed {
        overflow: auto !important;
        height: 300px !important;
    }
}

@media (min-width: 992px) {
    .content-fixed {
        overflow: auto !important;
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .content-fixed {
        overflow: auto !important;
        height: 600px !important;
    }
}

@media (min-width: 1900px) {
    .content-fixed {
        overflow: auto !important;
        height: 800px !important;
    }
}

@media (min-width: 2200px) {
    .content-fixed {
        overflow: auto !important;
        height: 1200px !important;
    }
}
