@font-face {
    font-family: NeoArabic;
    src: url("./../fonts/NeoSansArabic.ttf");
}
@font-face {
    font-family: NeoMediumArabic;
    src: url("./../fonts/Neo Sans Arabic Medium.ttf");
}
.NeoArabic-regular{
    font-family: NeoArabic;
}
.NeoMediumArabic{
    font-family: NeoMediumArabic;
}
.f-25{
    font-size: 25px!important;
}
.f-20{
    font-size: 20px!important;
}
.f-19{
    font-size: 19px!important;
}
.f-18{
    font-size: 18px!important;
}
.f-17{
    font-size: 17px!important;
}
.f-16{
    font-size: 16px!important;
}
.f-15{
    font-size: 15px!important;
}
.f-14{
    font-size: 14px!important;
}
.f-13{
    font-size: 13px!important;
}
.f-12{
    font-size: 12px!important;
}
.f-11{
    font-size: 11px!important;
}

.f-10{
    font-size: 10px!important;
}

.f-9{
    font-size: 9px!important;
}


.line-1{
    line-height: 1;
}
*{
    direction: rtl;
    text-align: right;
    font-family: NeoArabic;
}
a,a:focus,a:hover{
    text-decoration: none;
    color: inherit;
}
button:focus{
    outline: none;
}
html, body{
    /*min-height: 100vh !important;*/
    /*background: #ebebeb;*/
    padding: 0!important;
    color: #000
}
.main-color{
    color:#25A727
}

.sec-color{
    color:#1A2135
}
.third-color{
    color:#22282D
}
.main-btn{
    background: #25A727!important;
    color: #fff;
    border-radius: 4px!important;
    padding: .6rem;
    display: inline-block;
}

.sec-btn{
    background: #F5F5F5;
    /*background: #F5F5F5!important;*/
    color: #fff;
    border-radius: 4px!important;
    padding: .6rem;
    display: inline-block;
    border: 1px solid #B2BEDA;
}
.main-bg{
    background: #25a727!important;
}

.sec-bg{
    background: #F5F5F5!important;
}
.main-border{
    border:2px solid #25a727;
}
.main-btn:focus,.main-btn:hover{
    background: #25A727!important;
    color: #fff;
}
.login-page{overflow: hidden}
.main-btn img{
   float: right;
}
nav{
    top:0;
    right: 0;
    z-index: 999;
}
.sec-btn{
    border: 1px solid #979797;
    border-radius: 4px!important;
    padding: .6rem;
    color:#000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sec-btn:hover:not(.no-effect){
    border: 1px solid #979797;
    padding: .6rem;
    background: #0DAE91!important;
    color:#fff!important;
}
.content{
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100vw;
    height: inherit;
    padding-top: 81px;
    /*min-height: 100vh;*/
}
.btn-green{
    background: #25A727 !important;
    border-radius: 4px;
}

/**/
.login-page{
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    /*overflow: hidden;*/
}
.form-control:focus{
    /*border-color: #25A727;*/
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(37, 167, 39, 1);
}

.form-group:focus-within label {
    color: #25A727;
}
/***********/
#progressbar li{
    display: inline-block;
}
#progressbar li {
    padding: 10px;
}
#progressbar li a{
    display: flex;
    align-items: center;
    position: relative;
}
#progressbar li a span:first-child{
    background: #fff;
    color: #95989A;
    border:1px solid #95989A;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
#progressbar li a span:last-child{
    color: #95989A;
    font-size: 12px;
    padding-right: 10px;
    font-family: NeoMediumArabic;
}
#progressbar li.active a span:first-child{
    background: #25A727;
    color: #fff;
    border:1px solid #25A727;
}
#progressbar li.active a span:last-child{
    color: #25A727;
}


#progressbar li.completed a span:first-child{
    background: #fff;
    color: #25A727;
    border:1px solid #25A727;
}
#progressbar li.completed a span:last-child{
    color: #000000;
}
.rules-items{
    list-style-type: square;
}
.rules-items li{
    color: #000000;
    margin: 15px 0;
    font-family: NeoMediumArabic;
    font-size: 14px;
}
.form-control {
    height: calc(3.25rem + 2px);
}
.profile-pic-con{
    background: #0000001F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-pic-con img.placeholder{
    width: 20px;
    height: 20px;
}
.profile-pic-con img:not(.placeholder){
    width: 100%;
    height: 100%;
}
.text-black{
    color: #000;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    display: none;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #00000099;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #25A727;
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label:before{
    border: 1px solid #25A727;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #25A727;

}
[type="radio"]:checked + label {
    color: #25A727;
}
.upload-btn{
    background: #4A71AE12;
    border: 1px solid rgba(74, 113, 174, .8);
    border-radius: 0;
    padding: 10px 25px;
    font-size: 12px;
}
.upload-btn span{
    display: inline-block;
    margin-right: 5px;
}

/*****************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.switch:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    right: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    background-image: url("../images/site/x.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    background-size: 100% 100%;
    cursor: pointer;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    background-image: url("../images/site/x.svg");
    background-repeat: no-repeat;
    background-position: center;

}
.slider:after {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    /*background-color: white;*/
    -webkit-transition: .4s;
    transition: .4s;
    background-image: url("../images/site/check.svg");
    background-repeat: no-repeat;
    background-position: center;
}
input:checked + .slider {
    background-color: #25A727;
}

input:focus + .slider {
    box-shadow: 0 0 1px #25A727;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.active-tap{
    display: block!important;
}
i{
    font-style: initial;
}
.pointer-none{
    pointer-events: none
}
.done-con {
    background: #E8F9E8;
    border: 1px solid #0AA06E;
}
