.search_equip_wrapper{
    padding: 5px;
}

.search_equip_wrapper input[type="text"]{
    width: 100%;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.search_equip_wrapper input::placeholder{
  color: #646c9a;
}
.kt-aside__brand {
    background-color: #021C25;
}

.kt-aside-menu {
    background-color: #021C25;
}

.kt-aside .kt-aside-menu {
    margin: 0 !important;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link {
    background-color: #F7753B;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__section .kt-menu__section-text {
    color: #fff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon {
    color: #ffffff !important;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link {
    background-color: #F7753B;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-icon {
    color: #fff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon {
    color: #fff;
}

.kt-notification-item-padding-x {
    background: #021C25 !important;
}

.btn-success {
    color: #fff;
    background-color: #021C25;
    border-color: #021C25;
}

.btn-secondary {
    color: #fff;
    background-color: #F7753B;
    border-color: #F7753B;
}

.btn-secondary:hover {
    background-color: #e4e4e4 !important;
}
.btn-primary {
    color: #fff;
    background-color: #021C25;
    border-color: #021C25;
}
.btn-primary:hover{
    border-color: #F7753B;
}

.btn-brand {
    color: #fff;
    background-color: #021C25;
    border-color: #021C25;
}

.btn-brand:not(:disabled):not(.disabled):active,
.btn-brand:not(:disabled):not(.disabled).active,
.show>.btn-brand.dropdown-toggle {
    color: #fff;
    background-color: #021C25;
    border-color: #021C25;
}

.btn-brand:hover {
    color: #fff !important;
    background-color: #F7753B;
    border-color: #F7753B;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #F7753B;
    border-color: #F7753B;
}

.page-link:hover {
    color: #F7753B;
}

.page-link {
    color: #021C25;
}

.btn.btn-label-brand {
    background-color: rgb(8 9 20);
    color: #fff;
    cursor: text !important;
}

a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
    background-color: #F7753B;
    color: #fff !important;
    border-color: #F7753B;
}

.btn-success {
    color: #fff;
    background-color: #021C25 !important;
    border-color: #021C25;
}

.btn-success:hover {
    color: #fff;
    background-color: #F7753B !important;
    border-color: #F7753B;
}

.min-h-screen button {
    color: #fff;
    background-color: #021C25;
    border-color: #021C25;
}

.min-h-screen button:hover {
    color: #fff;
    background-color: #F7753B;
    border-color: #F7753B;
}

.min-h-screen {
    background-color: #021C25;
}

.kt-header-mobile {
    background-color: #021C25 !important;
}


.btn-primary:hover {
    background-color: #F7753B;
    color: #fff;
}

.kt-scrolltop {
    background: #F7753B;
}

.kt-content button {
    /* background-color: #021C25; */
}

.kt-content button:hover {
    background: #F7753B;
}

a:hover {
    color: #F7753B !important;
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title:hover {
    color: #F7753B !important;
}

.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title:active {
    color: #F7753B !important;
}

.kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-text {
    color: #ffffff !important;
}

.kt-aside-close i {
    color: #F7753B !important;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon {
    color: #fff;
}

.kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link>.kt-menu__link-icon {
    color: #fff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__section .kt-menu__section-icon {
    color: #ffffff;
}

.kt-font-success {
    color: #F7753B !important;
}

.page-item button {
    color: #000;
    background-color: #fff;
    border-color: #eee;
}

.page-item button:hover {
    color: #fff !important;
    background-color: #F7753B;
    border-color: #eee;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F7753B;
}


.dropdown-menu>li>a>i,
.dropdown-menu>.dropdown-item:hover>i {
    color: #fff;
}

.dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #F7753B !important;
}
.kt-aside {
    background-color: #021C25;
}

.table-responsive thead tr th .row{
    flex-wrap: unset !important;
}

.kt-aside__brand-aside-toggler .kt-svg-icon{
    filter: invert(1);
}

.sm\:w-full{
    margin-top: 250px;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text {
    color: #fff;
}



/* 19/09/2023 dm */

.table-responsive thead tr th .row{ 
    margin: 0;
}

.table-responsive thead tr th .row button{ 
    margin-top: 0 !important;
    margin-right: 5px;
    padding: 4px 8px;
}


.table-responsive thead tr th .row button:last-child{ 
    margin-right: 0;
}

.dataTables_wrapper .dataTable{ 
    min-width: 910px;
}

/* 19/09/2023 dm */

/* start media query */
@media (max-width:767px) {
    .kt-header-menu-wrapper-close>i {
        color: #F7753B;
    }

    .kt-header-menu-wrapper {
        background: #021C25;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i,
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
        color: #F7753B;
    }

    .kt-header-menu-mobile {
        background-color: #021C25;
    }

    .kt-aside-menu .kt-menu__nav {
        padding: 40px 0;
    }

    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading,
    .kt-header-menu-mobile .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link {
        background-color: #F7753B;
    }

    .kt-header .kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-text {
        color: #ffffff !important;
    }

    .kt-header-menu-mobile .kt-menu__nav {
        padding: 40px 0 40px 0;
    }

    .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
        background: #ffffff38;
    }
}

@media (min-width: 1025px) {
    .kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link>.kt-menu__link-icon {
        color: #fff;
    }
}

