﻿@font-face {
    font-family: 'CoconNextRegular';
    src: url('../../fonts/Cocon/CoconNextRegular.eot');
    src: url('../../fonts/Cocon/CoconNextRegular.eot') format('embedded-opentype'), url('../../fonts/Cocon/CoconNextRegular.woff') format('woff'), url('../../fonts/Cocon/CoconNextRegular.ttf') format('truetype'), url('../../fonts/Cocon/CoconNextRegular.svg#CoconNextRegular') format('svg');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../../fonts/Lato-Regular.eot');
    src: url('../../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../../fonts/Lato-Regular.woff') format('woff'), url('../../fonts/Lato-Regular.ttf') format('truetype'), url('../../fonts/Lato-Regular.svg#CoconNextRegular') format('svg');
}

body {
    padding: 0;
    margin: 0;
    background: #EAEAEA;
    font-family: 'Lato-Regular';
}

    body.rtl {
        direction: rtl;
        font-family: 'CoconNextRegular';
        text-align: right;
    }

        body.rtl .img-fluid {
            transform: scalex(-1);
        }

.QuranNav {
    background-color: #9AEAD8;
    padding: 0.8125rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lbtnSetEnglish {
    font-family: 'Lato-Regular';
}

.formrow {
    background: #FFF;
    box-shadow: 1px 1px #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
}

    .formrow label {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        margin: 0;
    }

.custom-select {
    background: url(../../images/dropdown-arrow-select.jpg) no-repeat calc(100% - 10px) 0px;
    padding: 0;
    height: 21px;
    font-size: 17px;
    font-weight: bold;
    background-size: 11px;
}

body.rtl .custom-select {
    background-position: left 0 !important;
}
body.rtl #coursesettings .custom-select {
    background-position: 5px 12px !important;
    padding: 5px 5px 5px 25px;
    height: 31px;
    border-radius: 0;
    border: 1px solid #ced4da !important;
    background: url(../../images/dropdown-arrow-select.jpg) no-repeat;
    font-weight: normal !important;
    font-size: 12px;
}
.btnSubmit, .email-mobile a {
    border-radius: 0;
    min-width: 150px;
    background: #283E4E;
    border: none;
}

.email-mobile a {
    text-decoration: none;
    color: #FFF !important;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: .25rem;
    cursor: pointer;
}

.email-mobile label { 
    margin: 0 !important;
}

.email-mobile + .SoftwareContainer .VerificationInputBody {
    background: #FFF;
    border-radius: .25rem;
}

    .email-mobile + .SoftwareContainer .VerificationInputBody p {
        font-size: 0.85rem;
    }

    .email-mobile + .SoftwareContainer .VerificationInputBody h3 {
        font-size: 1.50rem;
    }

    .email-mobile + .SoftwareContainer .VerificationInputBody img {
        max-width: 70px;
        margin-bottom: 30px;
    }

#CourseSettings h3 {
    font-size: 20px;
}

#CourseSettings .border-top {
    border-top: 2px solid #C5CECF !important;
}

#CourseSettings h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #004D40;
}

.LangChanger a {
    cursor: pointer;
}

.container-fluid {
    max-width: 1540px;
}

.img-fluid {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.close {
    float: left !important;
}

#CourseSettings .border-top {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    #CourseSettings .border-top > .col-12 {
        padding: 0 !important;
    }

.VerificationBtnBody button {
    background-color: #f7eda5;
    color: #000;
    border-radius: 0;
    border: 1px solid;
    width: 15%;
    margin-top: -25px;
}
.halqa-form label {
width:170px;
}
.white-box {
background:#FFF;
}
    .white-box .formrow {
    background:none;box-shadow:none;padding:0 !important;min-height:unset;
    }
        .white-box .formrow label {
        color:#054C3E;font-weight:normal;font-size:15px;
        }
    .white-box h3 {
        font-size:1.25rem;padding-bottom:10px;border-bottom-width:2px
    }
#SurahSelection span:nth-child(2), #AssignmentLength span:nth-child(2) {
display:inline-block;width:80px;
} 
#SurahSelection select, #AssignmentLength select {
width:220px;
}
@media screen and (max-width:767px) {
    .email-mobile + .SoftwareContainer .VerificationInputBody .clsInputAlert {
        text-align: center;
    }

        .email-mobile + .SoftwareContainer .VerificationInputBody .clsInputAlert .form-control {
            max-width: 370px;
            margin: 0 auto;
        }
}

@media screen and (max-width:576px) {
    .email-mobile a {
        min-width: 100px;
        font-size: 12px;
        margin: 0 auto;
    }
}