.contact-form label {
    font-weight: bold !important;
    margin-top: 9px !important;
    margin-bottom: .2rem !important;
}

.contact-form .theme-input-style {
    margin-bottom: 0 !important;
}

.contact-form .required {
    color: #fb4275;
}

.is-danger {
    border-color: #fb4275 !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    color: #808080 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e0e0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px !important;
}

.mt-10 {
    padding-top: 20px !important;
}

.mt-20 {
    padding-top: 20px !important;
}

.mt-30 {
    padding-top: 20px !important;
}

.mt-50 {
    padding-top: 20px !important;
}

.pt-10 {
    padding-top: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 20px !important;
}

.pt-50 {
    padding-top: 20px !important;
}

hr {
    border-color: #f8f9fa !important;
}

.bolder {
    font-weight: 500;
    color: #fb4275;
}

.info {
    font-weight: 500;
    color: #18bbea !important;
    background-color: rgba(109, 121, 246, 0.1) !important;
}

.btn-sm {
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-center {
    text-align: center !important;
}

.pointer {
    cursor: pointer !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 270px;
    overflow-y: auto;
}

.btn-outline-purple {
    color: #8A2BE2;
    border-color: #8A2BE2;
    border: 1px solid #8A2BE2;
}
.btn-outline-purple:hover {
    color: #FFFFFF;
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 226, 0.5);
}
