
@font-face{font-family:"BahijTheSansArabic-ExtraLight";font-style:normal;font-weight:normal;src:url("../fonts/BahijTheSansArabic-ExtraLight.eot?#iefix") format("embedded-opentype"),url("../fonts/BahijTheSansArabic-ExtraLight.woff") format("woff"),url("../fonts/BahijTheSansArabic-ExtraLight.ttf") format("truetype"),url("../fonts/BahijTheSansArabic-ExtraLight.svg#BahijTheSansArabic-ExtraLight") format("svg")}
.journal-contribution-title h1 {
    font-family: 'BahijTheSansArabic-Bold';
    font-size: 1.9em;
    margin: 0 0 30px;
    line-height: 40px;
    color: #3C3C3C;
}
.journal-contribution-section-title h2 {
    font-size: 1.5em;
    margin: 0 0 20px;
    line-height: 30px;
    color: #3C3C3C;
}
.journal-contribution input:hover, .journal-contribution textarea:hover {
    border-color: #a79f4d !important;
}
.form-group-title {
    margin-bottom: 5px;
    display: inline-block;
    color: #272727;
}
.form-group-checkbox td, .custom-control.custom-radio {
    margin-bottom: 5px;
    display: flex;
    gap: 8px;
}
.journal-contribution .form input[type='submit'] {
    height: 44px;
}
label.custom-control-label {
    padding: 0;
    margin: 0;
    font-family: 'BahijTheSansArabic-ExtraLight';
    line-height: 1.4;
    max-width: calc(100% - 24px);
}
.custom-control-input input[type=radio] {
    accent-color: #a79f4d;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.custom-control-input input[type=radio]:checked {
    border-color: #a79f4d;
}
.custom-control-input input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #a79f4d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.form-group-checkbox input[type=checkbox] {
    accent-color: #a79f4d;
 
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
	top: -1px;
}
.form-group-checkbox input[type=checkbox]:checked {
    border-color: #a79f4d;
    background: #a79f4d;
}
.form-group-checkbox input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -50%) rotate(45deg);
}
.submit-success {
    background: #ceefce;
    color: #1e611e;
    padding: 9px;
    text-align: center;
    border: 1px solid #1e611e;
}
@media (max-width: 991px) {
    .journal-contribution-title h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
        font-family: 'BahijTheSansArabic-Bold';
    }
    .journal-contribution-section-title h2 {
        font-size: 1.3em;
        line-height: 26px;
        margin-bottom: 18px;
        font-family: 'BahijTheSansArabic-Bold';
    }
}
@media (max-width: 767px) {
.journal-contribution .errors {
    margin-bottom: 20px;
}
.journal-contribution .form input[type='submit'] {
    height: 38px;
}
    .journal-contribution-title h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .journal-contribution-section-title h2 {
        font-size: 1.2em;
        line-height: 24px;
        margin-bottom: 15px;
    }
}