/*.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #f63132 !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: #f63132 !important;
    background-color: rgba(246, 49, 50, 0.16) !important;
}

a {
    color: #f63132;
}

.btn-primary {
    color: #fff;
    background-color: #f63132;
    border-color: #f63132;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f63132;
    border-color: #f63132;*/
    /* box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4); */
/*}

.form-control:focus, 
.form-select:focus {
    border-color: #f63132 !important;
}

.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #f63132;
}*/

:focus {
  outline: none !important;
}

.menu .app-brand.demo {
    height: auto;
    margin-top: 0;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

textarea {
    resize: none !important;
}

/*FIX*/

.dataTables_paginate > .pagination {
    float: right;
    align-items: center;
}

.table tbody td[colspan] {
    padding: 2.5em;
}

.datepicker { z-index: 10000 !important; }

.text-right {
    text-align: right;
}

.div-table {
    overflow: auto;
}

*[disabled],
*[readonly] {
    cursor: not-allowed !important;
}

.open > .menu-link {
    font-weight: 600;
}