﻿div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
.brand-logo img {
    max-height: 40px !important;
    max-width: 260px !important
}

.btn-focus {
    color: #fff;
    background-color: #9816f4;
    border-color: #9816f4;
}

.tbtn {
    padding: .3rem .6rem;
}

.btn.btn-sm i.nom, .btn-group-sm > .btn i.nom {
    padding-left: 0;

}

.tbtn i.nom {
        margin:0;
    }

.btn > i {
    line-height: 0;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    font-weight: 600;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
/*over dark*/
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #002C4C;
}
.table thead th, .table thead td {
    font-weight: 600;
}
h3, .h3 {
     font-size: 1.6rem;
     font-weight: 500;
}

.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__title {
  
    font-weight: 600;
    color: #003c68;
}


.table-hover tbody tr:hover {
    background-color: rgba(0, 74, 127, 0.1);
}

.kt-widget14 .kt-widget14__legends .kt-widget14__legend {
    display: block;
    align-items: center;
}
    .kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__bullet {
        width: 1.9rem;
        height: 0.45rem;
        border-radius: 1.1rem;
        display: block;
        margin-top: .2rem;
        margin-bottom: .4rem;
    }
    .kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__stats {
       
         padding-right: 0; 
    }

.kt-bg-accent {
    background-color: #00c5dc !important;
}
.kt-bg-warning {
    background-color: #ffb822 !important;
}

.kt-bg-focus {
    background-color: #9816f4 !important;
}


.kt-font-focus {
    color: #9816f4 !important;
}
.kt-font-accent {
    color: #00c5dc !important;
}

.kt-subheader .kt-subheader__main .kt-subheader__title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #646c9a;
}

.kt-portlet__head-text {
    line-height: 60px;
    font-size: 1rem;
    font-weight: 600;
}

.nav-tabs.nav-tabs-line .nav-link {
    padding: 12px 10px; 
    margin-top: 20px;
}

.kt-notification .kt-notification__item:after {
    content: "\f111";
}
.kt-font-bold {
    font-weight: 600 !important;
}

.rotate180 {
    transform: rotate(180deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.btn.btn-sm i, .btn-group-sm > .btn i {
    padding-left: 0;
}

.customlabel {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.5rem;
}


.col-5__row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-5__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-5 {
    padding-left: 10px;
    padding-right: 10px;
}


@media (max-width: 360px) {
    .col-5 {
        flex: 1 0 100%;
    }
}

@media (max-width: 767px) {
    .col-5 {
        flex: 1 0 50%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.kt-widget14__content h2 svg {
    margin-left: -4px;
    width: 150px;
    height: 150px;

    position: absolute;
    bottom: 10px;
    left: 10px;
}

.kt-font-info h2 svg g [fill] {
    fill: rgba(85, 120, 235, 0.25);
}
.kt-font-warning h2 svg g [fill] {
    fill: rgba(255, 184, 34, 0.25);
}
.kt-font-success h2 svg g [fill] {
    fill: rgba(10, 187, 135, 0.25);
}


.border-bottom-accent {
    border-bottom: 3px solid #00c5dc !important;
}

.border-bottom-brand {
    border-bottom: 3px solid #5d78ff !important;
}

.border-bottom-focus {
    border-bottom: 3px solid #9816f4 !important;
}

.border-bottom-danger {
    border-bottom: 3px solid #f4516c !important;
}

.apexcharts-text {
    font-family: 'PalneX', 'DinNextArabic', Cairo !important;
}