﻿.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    height: auto !important;
    min-width: 250px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #ffffff !important;
        font-family: 'Satoshi', sans-serif;
        font-size: 1em;
        padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%);
        right: 1rem !important;
        height: auto !important;
    }

.select2-dropdown {
    background-color: #17103E !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1E184B !important;
}

.select2-results__option {
    color: #cccccc;
}

.reports-table tbody tr:nth-child(even) {
    background-color: #112c4e !important;
}