﻿@font-face {
    font-family: Tajwal;
    src: url(fonts/Tajawal-Regular.ttf);
}


html, body {
    font-family: 'Helvetica Neue',system-ui, Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    background: url("img/background.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    direction: rtl;
}
@media screen and (max-width:990px) {
    .container {
        max-width: 960px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: larger;
}

a {
    text-decoration: none !important;
}

.navbar {
    /* background-color: #26976f;*/
    /*background-color: #2e9f92;
    color: white;*/
    /*  overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1;*/
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 35% !important;
    margin-bottom: 0;
    list-style: none;
}
.nav-item {
    position: relative;
    margin: 0px 20px 0px 0px !important;
    padding: 4px;
    text-align: center;
}
.btn-login {
    background-color: #098b80;
    padding: 3px 15px 5px 15px;
    border-radius: 8px;
    text-align: center;
}

.btn-register {
    background-color: #1857a1;
    padding: 3px 15px 5px 15px;
    border-radius: 8px;
}
.navbar-brand {
    color: white !important;
}

.navbar > .container {
    display: contents !important;
}
.cardlogin {
    background-color: transparent;
    border-radius: 28px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 15px !IMPORTANT;
    direction: ltr;
    text-align: right;
    background: #ffffff8c;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
}

    .cardlogin .card-body {
        color: white;
    }


        .cardlogin .card-body Label {
            color: #000022;
        }

.footerl {
    padding-top: 10px;
    
}

.alert {
    direction: rtl;
}

.cardH {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: #35855fe0;*/
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 24px !IMPORTANT;
    border-bottom-left-radius: 0px !IMPORTANT;
    border-bottom-right-radius: 0px !IMPORTANT;
    color: white;
    text-align: center;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-right: 0px;
}
/*.datepicker-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

    .datepicker-input::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }*/

.sp {
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
}

.loader {
    width: 60px;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }

    33% {
        content: 'Loading.';
    }

    67% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}


.sidebar[b-lk1vpi3fzi] {
    background-image: linear-gradient( 180deg, #2aa9a2 0%, #0d8d86 70%);
}


.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-color: transparent !important;
}


.nav-tabs .nav-link.active {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
}




/* KEYFRAMES */

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5,.5,.5, 360deg);
    }

    to {
        transform: rotate3d(0deg);
    }
}

@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }

    25% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-135deg);
    }

    75% {
        transform: rotate(-225deg);
    }

    100% {
        transform: rotate(-315deg);
    }
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: .25;
        transform: scale(.75);
    }
}

/* GRID STYLING */

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    /* background-color: #1d2630;
    display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

/* SPINNING CIRCLE */

.leo-border-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63,249,220);
    background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
    animation: spin3D 1.8s linear 0s infinite;
}

.leo-core-1 {
    width: 100%;
    height: 100%;
    background-color: #37474faa;
    border-radius: 50%;
}

.leo-border-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(251, 91, 83);
    background: linear-gradient(0deg, rgba(251, 91, 83, 0.1) 33%, rgba(251, 91, 83, 1) 100%);
    animation: spin3D 2.2s linear 0s infinite;
}

.leo-core-2 {
    width: 100%;
    height: 100%;
    background-color: #1d2630aa;
    border-radius: 50%;
}

/* ALTERNATING ORBITS */

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63,249,220);
    background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
    border-radius: 50%;
}

/* X-ROTATING BOXES */

.configure-border-1 {
    width: 115px;
    height: 115px;
    padding: 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fb5b53;
    animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}

.configure-border-2 {
    width: 115px;
    height: 115px;
    padding: 3px;
    left: -115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(63,249,220);
    transform: rotate(45deg);
    animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}

.configure-core {
    width: 100%;
    height: 100%;
    background-color: #1d2630;
}

/* PULSE BUBBLES */

.pulse-container {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pulse-bubble {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3ff9dc;
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}

.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}

/* SOLAR SYSTEM */

.solar-system {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orbit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fafbfC;
    border-radius: 50%;
}

.earth-orbit {
    width: 165px;
    height: 165px;
    -webkit-animation: spin 12s linear 0s infinite;
}

.venus-orbit {
    width: 120px;
    height: 120px;
    -webkit-animation: spin 7.4s linear 0s infinite;
}

.mercury-orbit {
    width: 90px;
    height: 90px;
    -webkit-animation: spin 3s linear 0s infinite;
}

.planet {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3ff9dc;
}

.sun {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffab91;
}

.leo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blue-orbit {
    width: 165px;
    height: 165px;
    border: 1px solid #91daffa5;
    -webkit-animation: spin3D 3s linear .2s infinite;
}

.green-orbit {
    width: 120px;
    height: 120px;
    border: 1px solid #91ffbfa5;
    -webkit-animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
    width: 90px;
    height: 90px;
    border: 1px solid #ffca91a5;
    -webkit-animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    -webkit-animation: spin3D 10s linear 0s infinite;
}

.w1 {
    transform: rotate3D(1, 1, 1, 90deg);
}

.w2 {
    transform: rotate3D(1, 2, .5, 90deg);
}

.w3 {
    transform: rotate3D(.5, 1, 2, 90deg);
}

.three-quarter-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #fb5b53;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin .5s linear 0s infinite;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    line-height: 60px;
    text-align: center;
}
    .footer .container{
        padding:0px !important;
    }
    /* Center the loader */
    #loader {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 119px;
        height: 120px;
        margin: 0px 0 0 -126px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        /* -webkit-animation: spin 2s linear infinite; */
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.backloader {
    background-color: #0e03032e;
    position: absolute;
    left: 7%;
    top: 10%;
    z-index: 1;
    width: 97% !IMPORTANT;
    height: 96%;
    margin: -71px 0 0 -76px;
    border: 8px solid #afb4b41a;
    border-radius: 14px;
}

.and {
    vertical-align: middle;
    padding-top: 2%;
    text-align: center !important;
}


/*Counter Style*/
.divcounter {
    font-family: Tajwal;
}

.counter {
    font-family: Tajwal;
    color: #fff;
    background: #fff;
    text-align: center;
    /*width: 50%;*/
    padding: 25px 30px 10px;
    margin: 0 auto;
    border-radius: 30px 0;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}

    .counter:before {
        content: "";
        /*background: #51d658;*/
        border-radius: 15px 0 30px 0;
        box-shadow: inset 0 4px 8px rgba(0,0,0,0.15);
        position: absolute;
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 27px;
        z-index: -1;
    }

    .counter .counter-icon {
        font-size: 35px;
        margin: 0 0 10px;
        transform: rotateX(0deg);
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-icon {
        transform: rotateX(360deg);
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    .counter h3 {
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    .counter .counter-value {
        color: #666;
        background: #fff;
        font-size: 33px;
        font-weight: 600;
        text-align: right;
        line-height: 60px;
        width: 100%;
        height: 50px;
        padding: 0 15px;
        margin: 0 0 0 -20px;
        display: block;
        border-radius: 12px;
    }

    .counter.pink:before {
        background-color: #FF5D94;
    }


    .counter.info:before {
        background-color: #66aeca;
    }

    .counter.warning:before {
        background: #e8ddb7;
    }

    .counter.warning {
        color: #02847a;
    }

    .counter.danger:before {
        background: #ca667e;
    }



@media screen and (max-width:990px) {
         .counter {
        margin-bottom: 40px;
    }
}




.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #342e2e82;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}


.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #faf9f9;
    text-shadow: 0 1px 0 #fff;
}


/*

*/

.counter-dash {
    color: #eb3b5a;
    font-family: 'Muli', sans-serif;
    width: 179px;
    height: 184px;
    text-align: center;
    border-radius: 78%;
    padding: 69px 20px 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    float: left;
}

}

.counter-p {
    padding: 15px;
}

.counter-dash:before,
.counter-dash:after {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.counter-dash:after {
    background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.counter-dash .counter-icon {
    color: #fff;
    background: linear-gradient(45deg,#B81242 49%, #D74A75 50%);
    font-size: 33px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

    .counter-dash .counter-icon i.fa {
        transform: rotateX(0deg);
        transition: all 0.3s ease 0s;
    }

.counter-dash:hover .counter-icon i.fa {
    transform: rotateX(360deg);
}

.counter-dash h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.counter-dash .counter-value {
    font-size: 30px;
    font-weight: 700;
}

.counter-dash.orange {
    color: #F38631;
}

    .counter-dash.orange:after,
    .counter-dash.orange .counter-icon {
        background: linear-gradient(45deg,#F38631 49%,#F8A059 50%);
    }

.counter-dash.green {
    color: #88BA1B;
}

    .counter-dash.green:after,
    .counter-dash.green .counter-icon {
        background: linear-gradient(45deg,#88BA1B 49%,#ACD352 50%);
    }

.counter-dash.blue {
    color: #5DB3E4;
}

    .counter-dash.blue:after,
    .counter-dash.blue .counter-icon {
        background: linear-gradient(45deg,#5DB3E4 49%,#7EBEE1 50%);
    }

@media screen and (max-width:990px) {
    .counter-dash {
        margin-bottom: 40px;
    }
}

/*////login icons/////*/
.art {
    color: white;
    padding: 0 0 0 0;
    transition: 0.2s;
}

    .art i {
        font-size: 4.44em;
    }
    .art img {
        width: 100px;
    }
    .art h6 {
        margin: 0;
        padding: 0em 0.7em 0.7em 0.7em;
        color: #00864c;
        transition: 0.2s;
        font-size: 14px;
    }
#account .text-danger {
    margin: 0;
    color: #fff900 !important;
}
@media (min-width: 1200px)
h2, h2 {
    /*font-size: 1.0rem !Important;*/
}


@media only screen and (max-width: 480px) {
    .Forgetpassword {
        width: 80px !important;
        height:60px;
    }
    .card-footer{
        padding:0px;
    }
    .footerl {
        padding-top: 0px;
    }
    .cardH {
         padding: 0px !important;
     }
    .card-body{
        padding:0 10px 3px 10px;
    }
    .cardH p {
        margin-bottom: 0px;
        font-size:small;
    }
    #forgot-password h6{
        font-size:smaller;
        padding-bottom:5px;
    }
    .navbar-light .navbar-toggler {
        background-color:white;
    }
    }