.hidden {
    display: none;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 16px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    background-color: #99aa3a;
    border: 2px solid #ccc;
    border-radius: 16px;
    display: inline-block;
    padding-left: 3px;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
    content: "\2713";
    color: #333;
    background-color: #fff;
    border: 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--single {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 4px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #99aa3a;
    border-width: 1px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #99aa3a;
    border-width: 1px;
}


.select2-container--default .select2-selection--single {
    border-width: 0px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 0px;
}

.select2-container--open .select2-dropdown--below {
    /* border-radius: 1px;
   box-shadow: 10px 0 10px rgba(0,0,0,10);*/
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: 1px solid #99aa3a;
    border-radius: 5px !important;
    min-height: 45px;
}
    
.select2-container--default .select2-selection--multiple {
    background: transparent !important;
    border: 1px solid #99aa3a;
    border-radius: 5px !important;
    min-height: 45px;
    overflow: hidden !important;
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: transparent;
    color: #333;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    color: #333;
    border: none;
}

.select2-search__field {
    height: 35px !important;
    line-height: 35px !important
}

.select2-container .select2-search--inline {
    height: 35px !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 7px;
    top: 42%;
    width: 0;cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 7px;
    top: 42%;
    width: 0;cursor: pointer
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
}

.age-gender { 
    display: none; 
}

.custom-control-label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px !important;
}