select.form-control {
    padding-left: 0.4rem !important;
}

/* CUSTOM SELECT2 */
.select2-selection--single{
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-selection--multiple{
    height: 50px !important;
}
textarea{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
/* CUSTOM SELECT2 */
.mask {
    background: #ffeacc !important;
    background: -webkit-linear-gradient( to top, rgba(255, 234, 204, 0.8), rgba(232, 62, 140, 0.8) ) !important;
    background: linear-gradient( to top, rgba(255, 234, 204, 0.8), rgba(232, 62, 140, 0.8) ) !important;
}