.bg-gradient-primary {
    /*background-color: #b27900;*/
    background: linear-gradient(-180deg, #f53d2d, #f63);
    /*background-image: linear-gradient(180deg, #dcb956 10%, #ffc963 100%);*/
    background-size: cover;
}

.btn-gradient-primary {
    color: #ffffff;
    /*background-color: #ffc63c;*/
    background: linear-gradient(-180deg, #f53d2d, #f63);
    /*background-image: linear-gradient(180deg, #dcb956 10%, #ffc963 100%);*/
    background-size: cover;
}

.btn-gradient-primary:hover {
    /*color: #ffffff;*/
    background: #ffffff;
    border: 1px solid #f53d2d;
}

/*.form-control-custom {*/
/*    font-size: 1rem;*/
/*    border-radius: 10rem;*/
/*    padding: 1.5rem 1rem;*/
/*}*/
.btn-custom {
    font-size: 1rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

/*.form-control-custom-form {*/
/*    font-size: 1rem;*/
/*    border-radius: 10rem;*/
/*    padding: 1.2rem 1rem;*/
/*}*/

.form-control {
    font-size: 1rem;
    border-radius: 10rem;
    padding: 0.2rem 1rem;
}

.text-primary-custom {
    color: #f53d2d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f53d2d !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

button.rounded-end {
    border-radius: 0 1.35rem 1.35rem 0;
}