﻿.contactForm .formContainer .txtBar input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

.contactForm .formContainer .txtBar input[type=radio] {
    -webkit-appearance: radio !important;
}

.contactForm .formContainer .txtBar input[type=tel] {
    width: 100%;
    border: 1px solid #54585a;
    padding: 12px 10px;
}


.contactForm .formContainer .txtBar input[type=number] {
    width: 100%;
    border: 1px solid #54585a;
    padding: 12px 10px;
}


.genderRadioBtns label {
    display: inline-block !important;
    width: 30% !important;
}

.dropdownlistClass {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input:lang(ar) ~ .custom-file-label::after {
    content: "البحث عن الملف";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 11rem 0.375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}




.custom-file-input:lang(en) ~ .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-input:lang(ar) ~ .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    content: "البحث عن الملف";
}



.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.contactForm.noon_uiform .custom-file-input {
    display: block !important;
    position: absolute;
}

.input-validation-error {
    border-color: red !important;
}

.contactForm.noon_uiform .field-validation-error:lang(ar) {
    color: red;
    padding: 4px 0px;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    right: 15px;
}

.margin20 {
    margin-bottom: 20px !important;
}

.message-wrapper {
    text-align: center;
}

.input-validation-error2 {
    color: red !important;
}
