.validation-helper {
    display: none;
}
.error-group .select2-selection, .error-group .select2-selection:focus, .error-group input, .error-group input:focus{
    border: 1px solid  #e15000;
}
.error-group .select2-selection__rendered{
    color: #e15000 !important;
}
.error-group .validation-helper{
    display: block !important;
}

.valid-group i.valid-icon {
    position: absolute;
    right: 1px;
    top: 3px;
    background-image: url(/images/valid-icon.png); /* Fallback */
    background-image: url(/images/valid-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
    background-repeat: no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
    overflow: visible;
}

.valid-group label{
    color: green;
}
.select2-selection {
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: white !important;
    background-image: none !important;
    border: 1px solid #cfcfcf !important;
}

.select2-selection, .select2-selection__rendered{
    height: 50px !important;
}
.select2-selection__arrow{
    position: absolute;
    background-image: url(/images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 9px !important;
    background-color: transparent;
    border: none !important;
    right: 15px !important;
    top: 21px !important;
    width: 16px !important;
    height: 9px !important;
}