﻿body {
    background-color: #f3f6f9;
}

.menu-item button {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    font-weight: 500;
}

.menu .menu-item > .menu-link.active {
    border-left: 3px solid #009ef7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    height: 2rem;
    width: 2rem;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.select2-container--bootstrap5 .select2-dropdown {
    box-shadow: 0 0 50px 0rgba(82,63,105,.15);
    background-color: #fff;
}

.select2-container--bootstrap5 .select2-selection__clear {
    background-color: #181c32 !important;
    top: 40%;
    right: 4rem;
}

    .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
        background-color: #f3f6f9;
        color: #181c32;
        border: 1px solid #e4e6ef;
    }
        .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:active, .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:focus {
            border: 1px solid #f3f6f9;
        }

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #e4e6ef;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #e4e6ef;
    color: #181c32;
}

.select2-container--bootstrap5 .select2-selection__clear:hover {
    background-color: #e4e6ef !important;
}

    .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        background-color: #000000;
    }

        .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
            background-color: #f3f6f9 !important;
        }

    .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
        background-color: #7239ea;
        color: #fff;
        transition: color .2s ease,background-color .2s ease;
    }

    .select2-container--bootstrap5 .select2-selection--multiple {
        overflow: hidden !important;
        height: auto !important;
    }

    .select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
        font-weight: 500;
        font-family: Poppins,Helvetica,sans-serif;
        -webkit-font-smoothing: antialiased;
    }
