@font-face {
    font-family: DroidKufi;
    src: url("../fonts/helvetica/DroidKufi-Regular.ttf");
}

body {
    font-family: DroidKufi, sans-serif;
    font-weight: 400;
    background-color: #f0f0f0;
    font-size: 14px;
}

.form-control,
button,
.add_button {
    border-radius: 0.15rem !important;
    height: 40px;
}

.kt-content {
    padding: 15px;
}

.btn-logout {
    border: 0;
    background-color: transparent;
    height: auto;
    color: inherit;
    padding: 0;
}

.kt-checkbox.kt-checkbox--solid>span:after {
    border: solid #424242;
}


.kt-checkbox>span:after {
    border: solid #424242;
}


.kt-header__topbar-user img {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50% !important;
    object-fit: fill;
    max-height: 40px !important;

}


.removes_buttons,
.remove_button,
.remove_button2 {
    margin-top: 25px;
    height: 42px;
}

.removes_buttons i,
.remove_button i,
.remove_button2 i {
    font-size: 16px !important;
    line-height: 30px;
    text-align: center;
    padding: 0 !important;
}

.dropdown-menu.dropdown-menu-lg {
    width: 220px;
}

.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler i {
    height: 26px;
    width: 26px;
    margin-left: -2px;
    font-size: 16px;
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link .kt-menu__link-icon i {
    color: #ffffff;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon i {
    margin-right: -2px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

i.kt-menu__ver-arrow {
    font-size: 15px !important;
}

.kt-aside-close {
    border-radius: 0;
}

.kt-subheader {
    height: 80px !important;
}


.kt-nav-top a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 18px;
    border-radius: 100px;
    background-color: rgba(77, 89, 149, 0.06);
    display: inline-block;
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .1rem;
}

.kt-portlet .kt-portlet__body {
    padding: 40px 20px;
}


.kt-form__actions button {
    padding: 12px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-size: 1rem;
}

.dataTables_wrapper .row:first-of-type {
    margin-bottom: 20px;
}

.dataTables_wrapper .row:last-of-type>div:first-of-type {
    order: 2;
}

.dataTables_wrapper .row:last-of-type>div:last-of-type {
    order: 1;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item>.page-link {
    border-radius: .1rem;
}

.btn-index-add {
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.btn-index-add i {
    font-size: 14px;
}

.kt-portlet__head-title {
    position: relative;
}

.kt-portlet__head-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #b78b33;
    left: 0;
    bottom: -28px;
}

.kt-portlet .kt-portlet__head {
    min-height: 70px;
}

button.kt-menu__link-text {
    border: 0;
    background-color: transparent;
}

@media (max-width: 1024px) {
    .kt-header-mobile--fixed .kt-header-mobile {
        height: 80px;
    }

    .kt-header-mobile--fixed .kt-wrapper {
        padding-top: 80px;
    }
}

@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 70px;
    }

    .kt-header--fixed.kt-subheader--fixed .kt-subheader {
        top: 0;
    }
}



.tooltip-inner {
    background-color: #fff;
    color: #6c7293;
    font-size: 12px;
    font-family: DroidKufi, sans-serif !important;

}

.kt-portlet .kt-portlet__head {
    display: flex;
    align-items: center;
}

.toast .toast-message {
    font-size: 1rem;

}

#toast-container>div.rtl {
    padding: 10px 50px 12px 15px;
    line-height: 40px;
}

.toast {
    max-width: 350px;
}

#toast-container>div {
    width: 350px;
}

.invalid-feedback {
    width: initial;
}

.btn-outline-primary:hover {
    color: #fff !important;
    cursor: pointer;
}



