﻿
@import "controls.css";
@import "header.css";
@import "footer.css";
@import "alert.css";
@import "modal.css";
@import "password.css";

@font-face {
    font-family: 'PLEX-Regular';
    src: url('../Fonts/IBM-Plex/IBMPlexSansArabic-Regular.ttf') format('ttf'),
         url('../Fonts/IBM-Plex/IBMPlexSansArabic-Regular.ttf') format('woff'),
         url('../Fonts/IBM-Plex/IBMPlexSansArabic-Regular.ttf') format('woff2');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PLEX-Medium';
    src: url('../Fonts/IBM-Plex/IBMPlexSansArabic-Medium.ttf') format('ttf'), url('../Fonts/IBM-Plex/IBMPlexSansArabic-Medium.ttf') format('woff'), url('../Fonts/IBM-Plex/IBMPlexSansArabic-Medium.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PLEX-Bold';
    src: url('../Fonts/IBM-Plex/IBMPlexSansArabic-Bold.ttf') format('ttf'), url('../Fonts/IBM-Plex/IBMPlexSansArabic-Bold.ttf') format('woff'), url('../Fonts/IBM-Plex/IBMPlexSansArabic-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}


body,
html {
    height: 100%;
    background-color: #FCFCFC;
}
body {
    font-size: 14px;
    font-family: PLEX-Regular;
    display:flex;
    flex-direction:column;
}
body , ul ,li ,div, a,p,h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0
}
ul,ol{
    list-style:none
}
a{
    text-decoration:none;
    cursor:pointer;
}
.wrapper {
    padding: 32px 0 110px;
}



.mainCard {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(112, 188, 126, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* min-height: 640px; */
    padding: 96px 45px 66px;
}
.mainCard .mainCard-body {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}
.mainCard .mainCard-body .title {
    font-family: "PLEX-Bold";
    line-height: 81px;
    font-size: 32px;
    color: #102212;
}
.mainCard .mainCard-body .desc {
    font-family: "PLEX-Medium";
    color: #949598;
    text-align: center;
    font-size: 16px;
    line-height: 28px; 
}


.section-wrapper {
    margin-top: 50px;
}
.section-title {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.section-title .fa-regular {
    color: #3E4541;
    font-size: 32px;
}
.section-title .title {
    font-family: "PLEX-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #1B8354;
    text-transform: capitalize;
}
.section-title .sec-title {
    font-family: "PLEX-Bold";
    font-size: 24px;
    line-height: 38px;
    color: #102212;
}
.thr-title {
    font-family: "PLEX-Medium";
    font-size: 22px;
    line-height: 38px;
    color: #1B8354;
}


.back {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    color: #3E4541;
}
.back:hover {
    color: #1B8354;
}
.back .fa-regular {
    margin-right: 12px;
}
.forget-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3E4541;
}
.forget-pass .forget-pass-link .fa-regular {
    font-size: 16px;
    margin-right: 8px;
}
.forget-pass .forget-pass-link {
    font-size: 12px;
    color: #3E4541;
    font-family: "PLEX-Medium";
}


.section-wrapper .input-checkbox label {
    font-size: 12px;
    font-family: "PLEX-Medium";
}

.section-actions{
    margin:40px 0 20px;
}
.section-actions .btn{
    margin-bottom:20px;
}
.section-actions .btn:last-child {
        margin-bottom: 0;
    }

.create-acctount {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949598;
    font-size: 16px;
    line-height: 24px;
    gap: 0 5px;
}
.create-acctount .text {
    margin-right: 5px;
}
.create-acctount .link {
    color: #3E4541;
    font-family: 'PLEX-Bold';
    text-decoration:underline
}





.changeNum,
.changeEmail {
    font-family: 'PLEX-Bold';
    font-size: 16px;
    line-height: 24px;
    color: #494949;
    text-decoration: underline;
    display: flex;
    justify-content: center;
}
.changeNum:hover,
.changeEmail:hover {
    color: #1B8354;
}

.text-danger {
    color: #D14242 !important;
}

.text-dark {
    color: #333e48
}


/*#div_nationality > div > span:nth-child(2) {
    display: none;
}*/



.text-primary-color {
    color: #102212 !important;
}
.mb-20{
    margin-bottom:20px !important;
}




[dir=rtl] .back .fa-regular {
    margin-right: 0;
    margin-left: 12px;
}

[dir=rtl] .forget-pass .forget-pass-link .fa-regular {
    margin-right: 0;
    margin-left: 8px;
}

[dir=rtl] .create-acctount .text {
    margin-right: 0;
    margin-left: 5px;
}


@media(max-width:1200px) {
    .container {
        max-width: 96%;
    }
}

@media(max-width:992px) {
    .hidden-md {
        display: none !important;
    }
}

@media(max-width:540px) {
    .step-title {
        display: flex;
        flex-direction: column;
    }
}


