* {
    direction: rtl !important;
}

* {
    font-family: Cairo-Light;
}

@font-face {
    font-family: 'Cairo-Light';
    src: url('../fonts/Cairo-Light.ttf');
}

.layout-fixed .main-sidebar {
    right: 0;
}


/* start card  */

.card {
    direction: rtl !important;
    margin-right: 15PX;
}

.card-footer button {
    float: left;
}


/* end card */


/*print */

.body-print {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page {
    width: 210mm;
    min-height: 297mm;
    padding: 20mm;
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 1cm;
    border: 1px gray solid;
    height: 257mm;
    outline: 2cm white solid;
}

.size-print {
    width: 100%;
    height: 20mm;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}


/*/print*/


/*print page */

.non-display {
    display: none;
}

@media print {
    a {
        display: none;
    }
    .non-display {
        display: block;
    }
    .non-distable {
        display: none;
    }
}


/*/print page */


/*font icons*/

.div-icon.a {
    text-decoration: none;
}


/*end font icons*/


/* start of table */

table {
    margin-right: 15px;
}


/* end of table */


/* start of login */

.brand-image {
    float: right;
}

.login-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.fontrag {
    font-family: Cairo-Light;
}

.brand-text {
    font-family: Cairo-Light;
    color: #ffffff;
    font-size: 15px;
}

.brand-text-login {
    font-family: Cairo-Light;
    color: #444345;
    font-size: 17px;
    text-shadow: 1px 1px 4px #5a5a5a;
}

.login-box-msg {
    color: #F47521;
    font-weight: 800;
}


/* end of login */

.content-wrapper,
.main-footer,
.main-header {
    margin-left: 0px;
    margin-right: 250px;
}

.mr-auto-navbav {
    margin-right: auto!important;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
    right: 15px;
    left: auto;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    left: 1rem;
    right: auto;
}

.nav-sidebar .nav-link>.right:nth-child(2),
.nav-sidebar .nav-link>p>.right:nth-child(2) {
    left: 2.2rem;
    right: auto;
}

.small-box .icon>i {
    left: 15px;
    right: auto;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
        margin-left: 0!important;
    }
}

@media (max-width: 767.98px) {
    .main-sidebar,
    .main-sidebar::before {
        box-shadow: none !important;
        margin-right: -250px;
    }
    .content-wrapper,
    .content-wrapper::before,
    .main-footer,
    .main-footer::before,
    .main-header,
    .main-header::before {
        margin-right: 0;
    }
    .sidebar-open .main-sidebar,
    .sidebar-open .main-sidebar::before {
        margin-right: 0;
    }
}


/*student exam code style*/

.code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
    background-color: white;
    box-shadow: 1px 1px 10px #333;
    border-radius: 8px;
}

.holder .span {
    padding: 0px 30px;
}

.code p {
    margin: 20px 0 60px;
    text-align: center;
    width: 100%;
}

.code form {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.code form input[type="text"] {
    border: none;
    border-bottom: 1px solid rgb(161, 160, 160);
    width: 150px;
    outline: none;
    margin-left: 15px;
    font-family: Cairo-Light;
}

.code form input[type="submit"] {
    background-color: #371777;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-family: Cairo-Light;
}


/* End student exam code style*/


/*student exam style*/

.header .container {
    display: flex;
    align-items: center;
    padding: 15px;
}

.header .container .icon {
    background-color: #eee;
    padding: 10px;
}

.header .container p {
    margin-left: 30px;
    font-size: 22px;
}

.header .container p span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: rgb(145, 145, 145);
}

.header .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .count {
    padding: 15px 20px;
    margin-left: 20px;
}

#timer {
    margin-left: 10px;
    margin-right: 20px;
}

.progress {
    position: relative;
    background-color: rgba(255, 255, 255, 0.788);
    height: 4px;
    margin: 10px 30px;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #000;
}

.progress #progress {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #371777;
    border-radius: 6px;
}

.questions>div p {
    direction: rtl;
    /* padding: 30px; */
    font-size: 20px;
}

.choice {
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
}

.choice div {
    /* padding: 20px; */
}

.choice div label {
    margin-left: 10px;
    font-size: 18px;
}

.hide {
    display: none;
}

.buttons {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.buttons #back {
    background-color: #371777;
    border: none;
    cursor: pointer;
    color: white;
    padding: 15px 20px;
}

.buttons #next,
#submit {
    background-color: #371777;
    border: none;
    cursor: pointer;
    color: white;
    padding: 15px 20px;
}

#submit {
    display: none;
}

.buttons #next i {
    margin-left: 10px;
}

textarea {
    width: 100%;
}

.cash,
.Bank-transfer,
.Machine-Bank-Transfer {
    transition: 0.8s;
}

select.rounded {
    border: 1px solid #ced4da;
}


/* login */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    font-size: 1.6rem;
    overflow-x: hidden;
}

a {
    color: #2196f3;
    text-decoration: none;
}

.row.login {
    flex-direction: row-reverse;
    text-align: left;
    flex-direction: column-reverse;
}


/* .container {
    display: grid;
    grid-template-rows: minmax(min-content, 100vh);
    grid-template-columns: repeat(2, 50vw);
} */

.login-page {
    background-image: linear-gradient(90deg, #fff, #eeeeee75);
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    background-image: linear-gradient(90deg, #fff, #eeeeee75);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.heading-secondary {
    font-size: 3rem;
}

.heading-primary {
    font-size: 5rem;
    text-align: left;
}

.span-blue {
    color: #2196f3;
}

.signup-container,
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.signup-container {
    /* width: 100vw; */
    background: #fff;
    padding: 10rem 10rem;
    align-items: center;
    justify-content: flex-start;
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
}

.signup-form {
    max-width: 45rem;
    width: 100%;
}

.text-mute {
    color: #aaa;
}

.input-text {
    font-family: inherit;
    font-size: 1.8rem;
    padding: 3rem 5rem 1rem 2rem;
    border: none;
    border-radius: 2rem;
    background: #eee;
    width: 100%;
    text-align: left;
    direction: ltr !important;
}

.input-text:focus {
    outline-color: #2196f3;
}

.btn {
    padding: 2rem 3rem;
    border: none;
    background: #2196f3;
    color: #fff;
    border-radius: 1rem;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    font-size: inherit;
}

.btn-login {
    align-self: flex-end;
    width: 100%;
    margin-top: 2rem;
    box-shadow: 0 5px 5px #00000020;
    font-size: 19px;
}

.btn-login:active {
    box-shadow: none;
}

.btn-login:hover {
    background: #2180f9;
}

.inp {
    position: relative;
}

.label {
    pointer-events: none;
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: #00000070;
    font-weight: 500;
    font-size: 1.8rem;
    transition: all 0.2s;
    transform-origin: left;
    color: #2196f3;
}

.input-text:not(:placeholder-shown)+.label,
.input-text:focus+.label {
    top: 0.7rem;
    transform: scale(0.75);
}

.input-text:focus+.label {
    color: #2196f3;
}

.input-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: #00000070;
}

.input-icon-password {
    cursor: pointer;
}

.btn-google {
    color: #222;
    background: #fff;
    border: solid 1px #eee;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px #00000020;
}

.btn-google img {
    width: 3rem;
    margin-right: 1rem;
}

.login-wrapper {
    max-width: 45rem;
    width: 100%;
}

.line-breaker .line {
    width: 50%;
    height: 1px;
    background: #eee;
}

.line-breaker {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    margin: 3rem 0;
}

.line-breaker span:nth-child(2) {
    margin: 0 2rem;
}

.welcome-container {
    background: #eeeeee75;
    grid-column: 2 / 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10rem;
}

.lg {
    font-size: 6rem;
}

.welcome-container img {
    width: 100%;
    transform: translateY(50px);
}

@media (max-width :576px) {
    .row.login {
        text-align: left;
        flex-direction: column-reverse;
    }
    .signup-container {
        padding: 50px;
    }
}

@media (min-width :576px) {
    .row.login {
        text-align: left;
        flex-direction: column-reverse;
    }
    .signup-container {
        padding: 50px;
    }
}

@media (min-width :768px) {
    .row.login {
        flex-direction: row-reverse;
        text-align: left;
        /* flex-direction: column-reverse; */
    }
    .signup-container {
        padding: 20px;
    }
}

@media (min-width :992px) {}

@media only screen and (max-width: 700px) {
    html {
        font-size: 54.5%;
    }
}

@media only screen and (max-width: 600px) {
    .signup-container {
        padding: 5rem;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 48.5%;
    }
    .input-text:not(:placeholder-shown)+.label,
    .input-text:focus+.label {
        top: 0.6rem;
        transform: scale(0.75);
    }
    .label {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 1200px) {
    .signup-container {
        grid-column: 1 / 3;
        grid-row: 1/3;
    }
    .welcome-container {
        /* display: none; */
    }
}


/* //login */


/* end student exam style*/


/* end student exam style*/
