
@import "../../vendor/icons/icofonts.css";

*, html, body, div, p, a, button, span {
    font-family: 'Inter', sans-serif;
    position: relative;
}

.svg-invert,
.menu-icon .svg-pp {
    filter: invert(1);
}
.bullet:after {
    content: '';
}
.img-radius {
    border-radius: 50%;
}
#kt_aside_toggle:hover .svg-pp {
    filter: invert(0);
}
.card .card-header {
    align-items: center;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) th,
.table:not(.table-sm):not(.table-md):not(.dataTable) td {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table th {
    font-weight: bold;
}
.-table {
    padding: 1.2rem !important;
}
.tooltip .tooltip-inner {
    background-color: #141b1e;
    color: #ffffff;
}
.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
    height: 42px;
    position: relative;
}
#kt_toolbar_container .page-title {
    max-width: 60%;
}

#kt_toolbar {
    height: auto;
    padding: 15px 0 5px;
}
.table-title-primary {
    background-color: #373748 !important;
    color: #ffffff !important;
    font-weight: bold
}

.modal-header {
    padding: 15px;
    align-items: center;
}
.modal-header .modal-title {
    margin-bottom: 0 !important;
}
.modal-backdrop.fade.show {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: .7 !important;
    height: 100%;
}
.table-with-input tbody td input,
.table-with-input tbody td select {
    min-width: 250px;
}
.btn-logout {
    display: flex;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat !important;
}
.select-arrow-white,
.appearance-white {
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
main::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: #767676;
}
.fsize-15 {
    font-size: 15px;
}
.element-collapse:not(.collapsed) span.fa:before {
    content: "\f068";
}
.table-fixedbar {
    height: calc(100vh - 155px) !important
}
.btn-float {

}

@media (max-width: 992px) {
    #kt_toolbar_container {
        overflow: scroll;
    }
    .header-content-buttons {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .header-content-buttons a {
        margin-right: 5px;
    }
}
