body {
    background: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.container-actions-payments{
    position: relative;
}
.container-actions-payments i.bi-trash-fill{
    font-size: 15px !important;
    top: 25px;
    right: 20px;
    display: none;
}
.container-actions-payments:hover i{
    display: inline;
}

.flatpicker, .flatpicker-birth{
    cursor: pointer;
}

.text-pixell {
    color: #242da3 !important;
}

.shadow-px {
    box-shadow: 0 15px 20px rgb(0 0 0 / 5%);
    border: dashed 1px #f5f5f5;
}

td {
    vertical-align: middle;
}

.text-muted{
    color: #8a8e9f !important;
}

.aside {
    background: linear-gradient(45deg, #060826, #1b1e50);
}

.aside.aside-dark .aside-logo, .aside-dark .menu .menu-item .menu-link.active, .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    background-color: #0d103e;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    color: #7e8299;
}

table.dataTable.table-striped>tbody>tr.odd {
    --bs-table-accent-bg: rgb(243 243 243 / 35%) !important;
}

.text-orange {
    color: #ff9900!important;
}

.bg-light-orange {
    background-color: #fff4e1!important;
}

.text-hover-orange:hover {
    transition: color .2s ease,background-color .2s ease;
    color: #ff9900!important;
}

.badge-light-orange {
    color: #f77f03;
    background-color: #fff7e8;
}

.aside .menu-sub .menu-link {
    background: #090c3054;
}

.value-hide {
    display: none;
}

.ql-toolbar.ql-snow {
    background: #f5f8fa
}

.badge-light-purpple {
    color: #9b18ab;
    background-color: #fdefff;
}

.modal-dialog {
    max-width: 750px;
}

.no-results {
    background: transparent !important;
    cursor: auto !important;
}

.no-results .menu-title {
    color: #9899ac !important;
}

.icon-methods {
    width: auto;
    height: 25px;
    max-width: 60px;
    border-radius: 5px;
}

.modal-header .btn-icon{
    background: #f6f6f6;
}

.modal-header .btn-icon span {
    font-weight: 700;
    color: gray;
}

.fade-hover-icon{
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  z-index: 999;
}

.div-datas:hover .fade-hover-icon, .div-icons:hover .fade-hover-icon{
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in;
}

.dataTables_wrapper label, .dataTables_info {
    font-weight: 500 !important;
    color: #a1a5b7 !important;
}

.card {
    border: solid 2px white;
}

.custom-shadow .col{
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

.daterangepicker {
    font-family: 'Montserrat', sans-serif !important;
}


[role="application"] {
    height: 200px !important;
}

.tox-menubar, .tox .tox-edit-area__iframe, .tox-statusbar {
    background: #f5f8fa75  !important;
}

.tox-toolbar__primary {
    background: #1650800d !important;
}

.tox-menubar, .tox-statusbar, .tox-editor-header,  .tox-toolbar-overlord, .tox-toolbar__primary, .tox-editor-container div, .tox.tox-tinymce{
    border: none !important;
}

.tox.tox-tinymce {
    border: solid #f3f6f9 1px !important;
}

.tox-mbtn__select-label{
    font-weight: 600!important;
}

.tox-editor-header{
    border-bottom: solid 1px #f3f6f9 !important;
}

.tox-statusbar__branding {
    display: none !important;
}

.img-gray {
    filter: grayscale(100%);
    transition: all 0.2s;
}

.img-gray:hover {
    filter: grayscale(0%);
}

/* .fw-bolder {
    font-weight: 700 !important;
} */

.add-progress {
    background-color: #1a1e54 !important;
    box-shadow: 5px 5px 15px #0000002e;
    border: dashed 1px #e3e3e3;
    transition: all 0.2s;
}

.add-progress, .btn-zoom {
    transition: all 0.2s;
}

.add-progress:hover, .btn-zoom:hover {
    scale: 1.1 !important;
}

.select-march {
    transition: all 0.5s ease;
    background-color: #f9f9f9;
    cursor: pointer;
}

.select-march:hover {
    background-color: #1a1e54 !important;
    box-shadow: 5px 5px 15px #0000002e;
}

.select-march:hover p {
    color: white !important;
}

.select-march-selected {
    background-color: #1a1e54 !important;
    box-shadow: 5px 5px 15px #0000002e;
}

.select-march-selected p {
    color: white !important;
}

.container-notifications-alert{
    flex-wrap: nowrap;
}
@media (max-width: 1390px) {
    .container-fast-access-btn > div:last-child{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.circular-progress-bar {
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-progress-bar svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: transparent;
    stroke-width: 12px;
    transform: rotate(270deg);
}

.circular-progress-bar svg.cor {
    stroke-dasharray: 377;
    transform-origin: center;
}

.circular-progress-bar svg.purple-empty-line{
    stroke: #F8F6FF;
}
.circular-progress-bar svg.danger-empty-line{
    stroke: #FFF5F8;
}
.circular-progress-bar svg.success-empty-line{
    stroke: #D7F9EF;
}

.circular-progress-bar svg.cor.purple{
    stroke: #5C47C4;
}
.circular-progress-bar svg.cor.danger{
    stroke: #F1416C;
}
.circular-progress-bar svg.cor.success{
    stroke: #0BB783;
}

.color-success{
    color: #0BB783;
}

.color-danger{
    color: #F1416C !important;
}

.color-warning{
    color: #F9A62A;
}
.font-weight-title{
    font-weight: 600;
}

.title-card{
    font-size: 20px;
}

.background-secondary{
    background-color: #F5F8FA;
}
.container-multi-edit-floating{
    position: fixed;
    bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border: 1px solid #F2F2F2;
    width: min-content;
    height: 45px;
    display: none;
}
.container-multi-edit-floating.show{
    display: flex;
    align-items: center;
}
.container-multi-edit-floating .dropdown-toggle,
.container-multi-edit-floating input,
.container-multi-edit-floating label{
    color: #918899;
}
.container-multi-edit-floating .dropdown-toggle::after{
    display: none;
}
.container-multi-edit-floating input{
    outline: none;
    border: none;
}

.rounded{
    border-radius: 6px;
}
.rounded-left{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.rounded-right{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-file-group button{
    border: #0BB783 dashed 1px !important;
    color: #0BB783 !important;
}

.nav-link-custom{
    padding: 0px !important;
    border: 0px !important;
    color: #5E6278 !important;
}
.nav-link-custom.active{
    color: #00A3FF !important;
}
.row-delete{
    background-color: rgba(241, 65, 108, 0.09);
}
.tooltip-inner {
    max-width: 500px !important;
    text-align: justify;
}

.form-control.flatpicker:disabled{
    background-color: #f3f3f3 !important;
}