@charset "UTF-8";
@font-face {
    font-family: 'NeoSans-light';
    src: url('../fonts/Changa/Changa-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('../fonts/Changa/Changa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans-medium';
    src: url('../fonts/Changa/Changa-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

a {
    color: #333;
}

a:hover {
    color: #58b5a7;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
}

body {
    font-family: 'NeoSans';
    direction: rtl;
    text-align: right;
    height: auto;
    min-height: unset;
    position: relative;
}

.home .login-page {
    min-height: 100vh;
}

.form-intro h1.block-title {
    color: #61c7ad;
    font-weight: 700;
    font-size: 22px;
}

.center-content.center-height {
    background: #f7f7f7;
    margin-top: 120px;
    text-align: center;
    padding: 3rem;
    border-radius: 25px;
}

.center-content.center-height p {
    font-size: 16px;
    margin: 0 0 5px;
}

span.decor-01 {
    background: url(../images/drco1.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.decor-02 {
    background: url(../images/drco3.svg);
    position: absolute;
    right: 0;
    top: 0;
    height: 250px;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}

span.decor-03 {
    background: url(../images/drco2.svg);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.login-page .logo {
    margin: 0 0 1rem;
}

.login-page .logo img {
    max-width: 100%;
    height: auto;
    width: 220px;
}

.login-page .logo h1 {
    font-size: 22px;
    font-family: 'NeoSans-medium';
    margin: 0;
}

.login-page .logo h2 {
    font-size: 22px;
    color: #7d7d7d;
    font-weight: 100;
    margin: 9px 0 15px;
}

.login-page .fields-container .field.submit {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .fields-container .field.submit a.btn-round.btn-confirm.btn-big {
    border: 1px solid #50A5A2;
    padding: 10px 70px;
    display: block;
    border-radius: 50px;
    color: #50A5A2;
    font-size: 17px;
    margin-left: 4px;
}

.login-page .img.text-center img {
    width: 300px;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 10vh;
}

i.circular.info.icon.link {
    background: #FFF;
}

.login-page2 .logo {
    margin: 0 0 30px;
}

.login-page2 form#register-form {
    text-align: right;
}

.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
    border-radius: 50px;
}

.ui.form input:not([type]):focus,
.ui.form input[type=text]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=url]:focus,
.ui.form input[type=number]:focus {
    border-radius: 50px;
}

.ui.form .field > label {
    font-weight: 100;
    font-size: 14px;
}

.login-page2 .btn-round {
    background-image: linear-gradient(59deg, #6FE1B6, #50A5A2);
    color: #FFF;
    border: 0;
    padding: 9px 30px;
    border-radius: 50px;
    background-size: 170%;
    transition: .5s;
}

.login-page2 .btn-round:hover {
    background-size: 100%;
}

.ui.form .field {
    color: #f00;
    padding: 0;
    position: relative;
}

.submit a.regs-link {
    display: block;
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 14px;
}

.ui.form .field > span {
    position: absolute;
    left: 15px;
    top: 26px;
    transform: scale(0.7);
}

@font-face {
    font-family: 'NeoSans-light';
    src: url('../fonts/Changa/Changa-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('../fonts/Changa/Changa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans-medium';
    src: url('../fonts/Changa/Changa-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

a {
    color: #333;
}

a:hover {
    color: #58b5a7;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: 100;
}

body {
    font-family: 'NeoSans';
    direction: rtl;
    text-align: right;
    height: auto;
    min-height: unset;
    position: relative;
}

span.decor-01 {
    background: url(../images/drco1.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    width: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

span.decor-02 {
    background: url(../images/drco3.svg);
    position: absolute;
    right: 0;
    top: 0;
    height: 250px;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

span.decor-03 {
    background: url(../images/drco2.svg);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.login-page .logo {
    margin: 0 0 1rem;
}

.login-page .logo img {
    max-width: 100%;
    height: auto;
    width: 220px;
}

.login-page .logo h1 {
    font-size: 22px;
    font-family: 'NeoSans-medium';
    margin: 0;
}

.login-page .logo h2 {
    font-size: 22px;
    color: #7d7d7d;
    font-weight: 100;
    margin: 9px 0 15px;
}

.login-page .fields-container {
    display: flex;
    justify-content: space-around;
}

.login-page .fields-container .field.submit {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .fields-container .field.submit a.btn-round.btn-confirm.btn-big {
    border: 1px solid #50A5A2;
    padding: 10px 70px;
    display: block;
    border-radius: 50px;
    color: #50A5A2;
    font-size: 17px;
    margin-left: 4px;
    position: relative;
}

.login-page .img.text-center img {
    width: 300px;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 10vh;
}

i.circular.info.icon.link {
    background: #FFF;
}

.login-page2 .logo {
    margin: 0 0 30px;
}

.login-page2 .logo img {
    max-width: 190px;
}

.login-page2 form#register-form {
    text-align: right;
}

.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
    border-radius: 50px;
}

.ui.form input:not([type]):focus,
.ui.form input[type=text]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=url]:focus,
.ui.form input[type=number]:focus {
    border-radius: 50px;
}

.ui.form .field > label {
    font-weight: 100 !important;
    font-size: 14px !important;
    display: block !important;
}

.login-page2 .btn-round,
.register .btn-round,
#user-agreement .btn-round,
#register-form .btn-round,
.cpa-modal .btn-round,
div#contact-modal .btn-round {
    background-image: linear-gradient(59deg, #6FE1B6, #50A5A2);
    color: #FFF;
    border: 0;
    padding: 9px 30px;
    border-radius: 50px;
    background-size: 170%;
    transition: .5s;
}

.login-page2 .btn-round:hover,
.register .btn-round:hover,
#user-agreement .btn-round:hover,
#register-form .btn-round:hover,
.cpa-modal .btn-round:hover,
div#contact-modal .btn-round:hover {
    background-size: 100%;
}

#user-agreement .btn-round {
    margin-top: 30px;
}

#user-agreement .btn-round {
    padding: 10px 50px;
    font-size: 16px;
}

.ui.form .field {
    color: #f00;
    padding: 0;
    position: relative;
}

.submit a.regs-link {
    display: block;
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 14px;
}

.ui.form .field > span {
    position: absolute;
    left: 15px;
    top: 26px;
    transform: scale(0.7);
}

section.gray-bar {
    background: #61c7ad;
    padding: 12px 0;
    margin: 0 0 20px;
    color: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    top: 0;
}

section.gray-bar a {
    color: #FFF;
}

div#terms-conditions {
    height: 370px;
    font-size: 16px;
    line-height: 1.9;
    color: #757575;
    margin: 0 0 20px;
}

.register h1,
.register h2,
.register h3 {
    color: #61c7ad;
}

.register ul {
    padding: 0;
    list-style-type: none;
}

.register h1 {
    border-bottom: 1px solid #ccc;
    padding: 44px 0 10px;
    font-size: 25px;
}

.container.register {
    margin-bottom: 8vh;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
    width: 100% !important;
}

.register .ui.form .field > label {
    margin: 0 0 6px !important;
}

.hidde-new-file {
    color: #FFF;
}

h1.block-title p {
    font-size: 17px;
    margin: 7px 0 10px;
    color: #333;
}

.login-page .fields-container .field.submit a.btn-round.btn-confirm.btn-big > span {
    position: absolute;
    transform: scale(0.8);
    right: 8px;
    top: 0px;
}

div#terms-conditions table > thead > tr {
    background: #5ab9a9 !important;
}

div#terms-conditions p span {
    color: #757575 !important;
    font-family: 'NeoSans';
    font-weight: 100;
}

.hidde-new-file {
    background: #66d0b0 !important;
}

ul.dashboard-items.block-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

ul.dashboard-items.block-list > li {
    position: relative;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
}

ul.dashboard-items.block-list > li > a {
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    margin: 0 0 30px;
    border-radius: 50px;
    padding: 4px 12px;
    background: #FFF;
}

ul.dashboard-items.block-list > li > a h2 {
    margin: 0;
    font-size: 17px;
}

ul.dashboard-items.block-list > li > a img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    margin: 0;
}

.content-wrapper {
    margin-top: 4rem;
}

.content-wrapper > h1 {
    margin: 0 0 30px;
    font-size: 19px;
}

.content-wrapper > h1 > span {
    color: #50a5a2;
}

ul.dashboard-items.block-list > li > a figure {
    margin: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    background: #f1f1f1;
    margin-left: 10px;
    border-radius: 50%;
    padding: 10px;
}

div#header-holder {
    background: #f1f1f1;
    height: 100%;
    margin-right: -15px;
    padding: 2.5rem;
    text-align: center;
    min-height: 100vh;
    position: relative;
    padding-top: 3.8rem;
}

div#header-holder .btn-holder {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

button.btn-round.btn-logout:hover {
    background: #65cdb0;
    color: #FFF;
}

.ui.floating.label {
    left: inherit !important;
    right: 80px;
    border-radius: 50%;
}

a.user-avatar {
    height: 210px;
    width: 200px;
    display: block;
    margin: auto;
    border: 2px solid #4fc39e;
    box-shadow: 0px 0px 5px 1px #69d6b2;
    border-radius: 50px;
    background-size: cover !important;
    padding: 10px !important;
}

.main-header-content h2,
.main-header-content h3 {
    font-size: 16px;
    margin: 10px 0 0;
}

.main-header-content h3 {
    margin: 10px 0 10px;
}

button.btn-round.btn-logout {
    display: block;
    width: 90%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    background: 0;
    margin: 0 auto 10px !important;
}

.noty_message {
    text-align: right !important;
}

#user-agreement .content {
    background: #FFF;
    padding: 1rem !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0 6px -1px rgb(0 0 0 / 38%);
}

#user-agreement .title {
    background: #255f81;
    font-family: 'NeoSans' !important;
    padding: 11px;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0 6px -1px rgb(0 0 0 / 38%);
}

#user-agreement .title:not(.active) {
    margin-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#user-agreement .title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 30px;
}

div#user-agreement .field {
    margin: 0 0 20px;
}

section#userProfile h1 {
    color: #6bd8b3;
    font-size: 27px;
}

section#userProfile h1 p {
    font-size: 15px;
}

section#userProfile div#registration-info {
    padding: 1rem;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px -2px #000;
    margin: 0 0 14px;
}

.cpa-modal {
    padding: 1rem;
}

.cpa-modal .cpa-modal-header {
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    background: #6ad8b3;
    text-align: center;
    padding: 11px;
    margin-bottom: 15px;
    color: #FFF;
}

.cpa-modal .cpa-modal-header h2 {
    font-size: 20px;
}

.ui.form .inline.fields .wide.field label {
    display: block !important;
    text-align: right !important;
    margin: 0 0 10px;
}

.ui.form .inline.fields .wide.field {
    flex-direction: column;
    align-items: baseline;
}

div#contact-modal .cpa-modal-header {
    padding: 1rem;
    background: #6ad8b3;
    text-align: center;
    padding: 11px;
    margin-bottom: 15px;
    color: #FFF;
}

div#contact-modal .cpa-modal-content {
    padding: 1rem;
}

div#contact-modal .cpa-modal-content textarea#message-script {
    border-radius: 20px;
}

div#pay-offline-modal {
    max-height: 200px;
}

div#pay-mada-modal {
    max-height: 280px;
}

div#pay-mada-modal input {
    text-align: left;
    direction: ltr;
}

div#contact-modal {
    max-height: 380px;
}

.ui.selection.dropdown .menu {
    width: 100%;
}

div#confirm-payment-modal,
div#confirm-request-modal {
    text-align: center;
    min-height: fit-content;
}

.noty_message {
    color: #FFF !important;
    background: #60c3ac !important;
}

#registration-info ~ .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: none;
}

.lable-status {
    display: block;
    border-radius: 50px;
    background: #ccc;
    padding: 8px 15px;
    margin: auto;
    color: white;
    text-align: center;
    width: 150px;
}

.lable-status.lable-1 {
    background: #ffc107;
}

.lable-status.lable-2 {
    background: #4caf50;
}

@media (max-width: 768px) {
    .login-page .fields-container {
        flex-direction: column;
    }

    .ui.form .inline.fields .wide.field label {
        margin: 20px 0 20px;
    }

    .login-page .fields-container .field.submit a.btn-round.btn-confirm.btn-big {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
        background: #FFF;
    }

    i.circular.info.icon.link {
        margin-right: 4px;
        margin-left: 0;
        position: relative;
        top: -11px;
    }

    span.decor-01 {
        height: 120px;
    }

    span.decor-02 {
        width: 130px;
    }

    .login-page .logo,
    .login-page2 .logo {
        position: relative;
        z-index: -2;
    }

    .login-page .logo img,
    .login-page2 .logo img {
        max-width: 150px;
    }

    div#terms-conditions {
        height: auto;
    }

    .login-page2 figure {
        display: none
    }

    .container.login-page2 {
        margin-bottom: 0;
    }

    body {
        height: 100%;
        min-width: auto !important;
    }

    div#header-holder {
        min-height: auto;
        margin-right: 0;
        margin-top: 160px;
        height: auto;
    }

    ul.dashboard-items.block-list > li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    ul.dashboard-items.block-list > li > a figure {
        height: 40px;
        width: 40px;
        flex: 0 0 40px;
        margin-left: 0;
        margin-bottom: 9px;
    }

    ul.dashboard-items.block-list > li > a {
        flex-direction: column;
        text-align: center;
        border-radius: 10px;
    }

    span.decor-03 {
        display: none
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:before {
        font-weight: 600;
        min-width: 100px;
        display: inline-block;
        background: #f1f1f1;
        margin-left: 7px;
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:nth-child(1):before {
        content: 'رقم الفاتورة: ';
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:nth-child(2):before {
        content: 'تاريخ الفاتورة: ';
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:nth-child(3):before {
        content: 'المبلغ : ';
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:nth-child(4):before {
        content: 'الحالة: ';
    }

    table.ui.celled.table.tablet.stackable.payment-table > tbody > tr > td:nth-child(5):before {
        content: 'الاجراء: ';
    }

    table.ui.celled.table.tablet.stackable.payment-table > thead {
        display: none;
    }

    .pay-method {
        display: inline-block;
    }

    div#pay-mada-modal {
        max-height: fit-content;
    }

    div#pay-mada-modal input {
        direction: ltr
    }

    div#registration-info {
        height: auto !important;
    }

    .content-wrapper {
        margin: 15px 0 10px;
        text-align: center;
    }

    .center-content.center-height {
        padding: 1rem;
        margin: 10px 0 0;
        margin-left: -15px;
        margin-right: -15px;
        background: #ffe4e4;
        margin-bottom: 10px;
    }

    .form-intro h1.block-title {
        font-size: 16px;
        color: red;
    }

    .center-content.center-height p {
        font-size: 13px;
    }

    .lable-status {
        display: inline-block;
        padding: 1px;
        font-size: 11px;
        width: 90px;
    }
}

.open_efsa7 {
    color: #65c4ad !important;
    font-weight: bold;
}

.ui.form .acf-fields > .acf-field {
    border-top: none;
}

.ui.form .acf-fields.-border {
    border: none;
    background: transparent;
}

/*.af-form.membership-form .acf-fields {*/
/*    position: relative;*/
/*    overflow-y: scroll;*/
/*    height: 400px;*/
/*}*/

ul#notifications li::marker {
    color: #b0b2b1;
    font-size: 28px;

}
ul#notifications li.active::marker {
    color: #67c9ae;
     animation: pulse 2s infinite;
}

ul#notifications {
    margin-top: 31px;
}

ul#notifications li.active {
    list-style: disc;

}
ul#notifications li.active {
    list-style: disc;

}
ul#notifications li {
    padding: 15px;
    font-size: 15px;
    list-style: circle;
}
/*ul#notifications li.active::before {*/
/*    !*content: "";*!*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background: transparent;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    z-index: -1;*/
/*    border: 1px solid;*/
/*    border-radius: 100%;*/
/*    float: right;*/
/*    left: 48px;*/
/*    bottom: 10px;*/
/*    border-color: #67c9ae;*/
/*    animation: pulse 2s infinite;*/
/*}*/
.em.em-calendar .em-cal-nav .month-nav {
     direction: ltr!important;
}
ul#events-menu {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    list-style: none;
    margin-top: 43px;
}

ul#events-menu li a {
    font-size: 18px;
    background: #f5f5f5;
    border-radius: 10px;
    color: #444242;
    padding: 15px;
}


ul#events-menu li.active a {
    background: #66c7ae;
    color: #fff;
}

ul#events-menu li a:hover {
    background: #66c7ae;
    color: #fff;
    transition: all 0.3s;
}
.events-content {
    margin: 49px 0px;
}
.events-warp .em.em-calendar .em-cal-nav .month {
    text-align: center!important;
    font-size: 20px;
    margin: 15px 0px;
}
.em.em-calendar.size-small section.em-cal-head.em-cal-week-days.em-cal-days.size-small.size-medium{
    display: none!important;
    visibility: hidden!important;
}
.em.em-calendar.size-small section.em-cal-head.em-cal-week-days.em-cal-days.size-large{
    visibility: visible!important;
    display: grid!important;
    font-size: 10px;
}
/*.events-warp  .em.em-calendar.size-small .size-large:not(.size-small), .em.em-calendar.size-small .size-medium:not(.size-small) {*/
/*    display: grid!important;*/
/*    !* visibility: hidden; *!*/
/*    font-size: 10px!important;*/
/*}*/
/*.events-warp .em.em-calendar.size-small section.em-cal-days{*/
/*    !*visibility: hidden!important;*!*/
/*    !*display: none!important;*!*/
/*}*/
.em.em-calendar.size-small .em-cal-day-date.colored a {
    background: #e8e8e8!important;
 }
