.select2-container--default .select2-selection--single {
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 0;
    width: 100%;

    background-color: transparent;
    border: 0px !important;
    margin-bottom: 23px;
    color: #939393 !important;
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #939393 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.form-check-input[type=checkbox] {
    padding: 8px;
    margin-right: 10px;
}

.btn-primary {
    background-color: #41496a;
    border-color: #41496a;
}