.form-group label {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
}
label .required {
    color: red;
    font-size: 14px;
}
.wpma-register-event-form .form-group span.input-error {
    color: red;
    font-size: 13px;
    position: relative;
    top: -6px;
}
.wpma-register-event-form .form-group input:not([type=radio]), .wpma-register-event-form .form-group input:not([type=checkbox]), .form-group select, .form-group textarea {
    border-radius: 10px;
    background-color: #F3BF2E12;
    border: 1px solid #e7e7e7;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    padding: 0 20px;
    outline: none;
    margin-bottom: 10px;
    text-align: left;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
}
.wpma-register-event-form input::-webkit-input-placeholder,
.wpma-register-event-form select::-webkit-input-placeholder,
.wpma-register-event-form textarea::-webkit-input-placeholder {
    color: currentColor;
}

/* Form Submit Btn */
.form-btn {
    margin-top: 30px;
}
.form-btn input[type=button] {
    background-color: #CD436F;
    color: #fff;
    font-size: 15px;    
    font-weight: 600;
    display: block;
    line-height: 1em;
    padding: 16px 20px;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.form-btn input[type=button]:hover, .form-btn input[type=button]:focus {
    background-color: #F3BF2E;
}

/* Form Radio Btn */
.wpma-register-event-form .form-radio [type="radio"]:checked,
.wpma-register-event-form .form-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.wpma-register-event-form .form-radio [type="radio"]:checked + label,
.wpma-register-event-form .form-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    width: auto;
}
.wpma-register-event-form .form-radio [type="radio"]:checked + label:before,
.wpma-register-event-form .form-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.wpma-register-event-form .form-radio [type="radio"]:checked + label:after,
.wpma-register-event-form .form-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F3BF2E;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wpma-register-event-form .form-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.wpma-register-event-form .form-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.your-area-section .form-row .county-select {
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
}

.form-group select.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
}

/* Multiselect Dropdown */
.multiselect-dropdown .select2.select2-container {
    width: 100% !important;
}
.multiselect-dropdown .selection .select2-search,
.multiselect-dropdown .select2-container--default .select2-selection--multiple ul li::before {
    display: none;
}
.multiselect-dropdown .select2.select2-container .select2-selection.select2-selection--multiple {
    border: 1px solid #e7e7e7 !important;
    background-color: #F3BF2E12 !important;
    border-radius: 10px !important;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px !important;
    font-weight: 500;
    outline: none;
    transition: all 250ms ease-in-out;
    letter-spacing: 0.01em;
    padding: 9px 16px 8px !important;
    margin-bottom: 8px;
    min-height: 55px;
    min-width: 100%;
    width: 100%;
}
.multiselect-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #CD436F;
    border-color: #CD436F;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 30px 4px 10px;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    line-height: normal;
    word-break: break-all;
    box-sizing: border-box;
    position: relative;
}
.multiselect-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #e7e7e7c9;
    border-right: none;
    border-radius: 0;
    color: #fff;
    margin-right: 8px !important;
    padding-left: 4px !important;
    position: absolute;
    right: 4px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.multiselect-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent;
    opacity: 0.8;
}
.multiselect-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding-right: 0;
}