@charset "UTF-8";
/*
Custom CSS for Pride app
*/

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}
.header-background{
    background-color:#FFFFFF !important;
}

select2-container--default.select2-container--focus
.select2-selection--multiple, .select2-container--default.select2-container--focus
.select2-selection--single, .select2-container--default.select2-container--open
.select2-selection--multiple, .select2-container--default.select2-container--open
.select2-selection--single{
    border-color: transparent;
    color: #B5B5C3;
    opacity: 1;
}

.select2-container--default .select2-selection--single{
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    height: auto !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.25rem !important;
    padding-top: 0.7rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25%;
}