/************************
  DARK THEME
*************************/
.basicpopup-overlay {
    background: #000;
    opacity: 0.7;
}

.basicpopup-content {
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    max-height: 80%;
    overflow-y: auto;
    background: #FFF;
}

.popup-title {
    background: #49afcd;
    width: 100%;
    padding: 15px 35px;
    font-size: 23px;
    color: #fff;
}

#jux-form .popup-title {
    width: 100%;
    background: #428BCA;
    padding: 15px;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 5px;
}

.popup-body {
    padding: 30px;
    padding-bottom: 45px;
    max-height: 600px;
    overflow-y: auto;
}

.form-field {
    margin-bottom: 15px;
}

.form-field.captcha-field .field-input{
    display: flex;
}

.form-field .field-label {
    margin-bottom: 3px;
    font-size: 14px;
}

.form-field .field-input textarea,
.form-field .field-input input {
    width: 100%;
}

a#btn-open {
    float: left;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #112855;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

a#btn-open:hover {
    background: #2f96b4;
}



.jRate {
    position: relative;
    direction: rtl;
}

.jRate input[type="radio"] {
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 9999;
    display: none !important;
}

.jform_vote {
    text-align: left;
    margin-top: 10px;
}

.jform_vote label {
    font-size: 0;
}

.jform_vote .fa-star:before,
.jform_vote .fa-star:before,
.jform_vote .fa-star:before,
.jform_vote .fa-star:before,
.jform_vote .fa-star:before {
    color: rgb(192, 187, 187);
    font-size: 20px;
    transition: all 0.4s ease;
}

.intro.fa-star:before {
    color: #fdc418;
    font-size: 20px;

}

.jform_vote>.fa-star:hover:before,
.jform_vote>.fa-star:hover~.fa-star:before {
    color: #fdc418;
}

.formsubmit .submit {
    background: #112855;
}

.formsubmit .submit:hover {
    background-color: #2f96b4;
    border-color: #2f96b4;
}
