﻿@charset "UTF-8";

/*dark mode*/

.text-primary {
    color: #52aba2 !important;
}

.text-accent1 {
    color: #296483 !important;
}

.text-accent2 {
    color: #00594F !important;
}

.text-accent3 {
    color: #C7C8C9 !important;
}

.bg-primary {
    background-color: #52aba2 !important;
}

.bg-accent {
    background-color: #296483 !important;
}

.bg-accent-2 {
    background-color: #00594F !important;
}

.bg-accent-3 {
    background-color: #C7C8C9 !important;
}

.bg-light-primary {
    background-color: rgba(31, 174, 162, 0.25);
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-light-grey {
    background-color: #f0f0f0 !important;
}

.bg-vlight-primary {
    background-color: rgba(31, 174, 162, 0.2);
}

.primary-color {
    color: #52aba2;
    background-color: transparent !important;
}

.accent-color {
    color: #296483;
}


/*
.primary-gradient {
    background-image: linear-gradient("To Left , $primaryColor , $accentColor");
}

.primary-gradient-top {
    background-image: linear-gradient("To top , $primaryColor , $accentColor1");
}*/

.white-color {
    color: #ffffff;
}

.main-background-color {
    background-color: #F9FDFF;
}

.grey-color {
    color: #aaa;
}

.grey-Dark-Color,
.text-dark-grey {
    color: #777 !important;
}

.black-color {
    color: #212529;
}

.danger-color {
    color: #ff3547;
}

.background-primary-light {
    background-color: rgba(31, 174, 162, 0.25);
}

.background-primary-vlight {
    background-color: rgba(31, 174, 162, 0.2);
}

.background-primary-mid {
    background-color: rgba(31, 174, 162, 0.5);
}

.background-primary-color {
    background-color: #52aba2;
}

.background-accent-color {
    background-color: #296483;
}

.background-white-color {
    background-color: #ffffff;
}

.background-black-color {
    background-color: #212529;
}

.background-grey-color {
    background-color: #aaa;
}

.background-light-grey-color {
    background-color: #f2f2f2;
}

.background-vlight-grey-color,
.bg-vlight-grey-color {
    background-color: #f0f0f0;
}

.background-secondary-color {
    background-color: #F8FFF6;
}

.bg-grey {
    background-color: #ddd;
}

.bg-accent1 {
    background-color: #296483 !important;
}

.bg-accent2 {
    background-color: #00594F !important;
}

.bg-accent3 {
    background-color: #C7C8C9 !important;
}

.bg-light-accent {
    background-color: rgba(41, 100, 131, 0.3) !important;
}

.rgba-primary-light,
.bg-primary-light {
    background-color: rgba(31, 174, 162, 0.25) !important;
}

.rgba-primary-mid {
    background-color: rgba(31, 174, 162, 0.5) !important;
}

.rgba-primary-dark {
    background-color: #0B2559 !important;
}


/*@mixin primaryGradient {
    background-image: linear-gradient(To top, $primaryColor, $accentColor1);
}*/

@font-face {
    font-family: "DroidKufiRegular";
    src: url("../fonts/ar/DroidKufiRegular.eot");
    src: url("fonts/DroidKufiRegular.eot") format("embedded-opentype"), url("../fonts/ar/DroidKufiRegular.woff2") format("woff2"), url("../fonts/ar/DroidKufiRegular.woff") format("woff"), url("../fonts/ar/DroidKufiRegular.ttf") format("truetype"), url("../fonts/ar/DroidKufiRegular.svg#DroidKufiRegular") format("svg");
}

@font-face {
    font-family: "DroidKufiBold";
    src: url("../fonts/ar/DroidKufiBold.eot");
    src: url("../fonts/ar/DroidKufiBold.eot") format("embedded-opentype"), url("../fonts/ar/DroidKufiBold.woff2") format("woff2"), url("../fonts/ar/DroidKufiBold.woff") format("woff"), url("../fonts/ar/DroidKufiBold.ttf") format("truetype"), url("../fonts/ar/DroidKufiBold.svg#DroidKufiBold") format("svg");
}

@font-face {
    font-family: "GillSansLight";
    src: url("../fonts/en/GillSansLight.eot");
    src: url("../fonts/en/GillSansLight.eot") format("embedded-opentype"), url("../fonts/en/GillSansLight.woff2") format("woff2"), url("../fonts/en/GillSansLight.woff") format("woff"), url("../fonts/en/GillSansLight.ttf") format("truetype"), url("../fonts/en/GillSansLight.svg#GillSansLight") format("svg");
}

@font-face {
    font-family: "GillSansReg";
    src: url("../fonts/en/GillSansReg.eot");
    src: url("../fonts/en/GillSansReg.eot") format("embedded-opentype"), url("../fonts/en/GillSansReg.woff2") format("woff2"), url("../fonts/en/GillSansReg.woff") format("woff"), url("../fonts/en/GillSansReg.ttf") format("truetype"), url("../fonts/en/GillSansReg.svg#GillSansReg") format("svg");
}

@font-face {
    font-family: "GillSansbold";
    src: url("../fonts/en/GillSansbold.eot");
    src: url("../fonts/en/GillSansbold.eot") format("embedded-opentype"), url("../fonts/en/GillSansbold.woff2") format("woff2"), url("../fonts/en/GillSansbold.woff") format("woff"), url("../fonts/en/GillSansbold.ttf") format("truetype"), url("../fonts/en/GillSansbold.svg#GillSansbold") format("svg");
}

all {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@-webkit-keyframes hero-octonaut {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes hero-octonaut {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes hero-octonaut-up-down {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes hero-octonaut-up-down {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes hero-octonaut-down-up {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes hero-octonaut-down-up {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.rounded-pill {
    border-radius: 100rem;
}

.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.alert {
    position: absolute;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    z-index: 1031;
    width: 100%;
}

.modal-content.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.modal-content.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media only screen and (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .h-sm-100 {
        height: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .position-md-fixed {
        position: fixed;
    }
}

.right-0 {
    left: 0;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.border-primary {
    border-color: #52aba2 !important;
}

.en-ar-font {
    font-family: 'GillSansReg';
}

.footer-vector {
    background-image: url("../../images/Vector.png");
    position: absolute;
    bottom: 0;
    width: 100%;
}

.linear-transition {
    /*background-image: linear-gradient("To right , $primaryColor , $primaryColor") !important;*/
    background-color: #52aba2;
    -webkit-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

.QA-content .btn:focus,
.QA-content .btn:hover,
.QA-content .btn:active {
    border-color: transparent !important;
    text-align: right;
}

.gradientColor:hover {
    -webkit-transition: 300ms background-position ease-in-out;
    transition: 300ms background-position ease-in-out;
}

button.btn.collapsed {
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .Background-Vector {
        width: 100%;
        position: absolute;
        bottom: 295px;
        z-index: -1;
    }
}

@media only screen and (max-width: 767px) {
    .Background-Vector {
        width: 100%;
        position: absolute;
        bottom: 530px;
        z-index: -1;
    }
}

@media only screen and (max-width: 850px) {
    .custom-height {
        height: 290px !important;
        background-color: #f2f2f2;
    }
}


/*Tabs*/

.tab-wrap {
    -webkit-transition: 0.3s -webkit-box-shadow ease;
    transition: 0.3s -webkit-box-shadow ease;
    transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
}

.tab {
    display: none;
}

    .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
        position: relative;
        top: 0;
        z-index: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
        position: relative;
        top: 0;
        z-index: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
        position: relative;
        top: 0;
        z-index: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
        position: relative;
        top: 0;
        z-index: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
        opacity: 1;
        -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
        position: relative;
        top: 0;
        z-index: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:first-of-type:not(:last-of-type) + label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tab:not(:first-of-type):not(:last-of-type) + label {
        border-radius: 0;
    }

    .tab:last-of-type:not(:first-of-type) + label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tab:checked + label {
        background-color: #fff;
        -webkit-box-shadow: 0 -1px 0 #fff inset;
        box-shadow: 0 -1px 0 #fff inset;
        cursor: default;
        border-bottom: 5px solid #52aba2;
    }

        .tab:checked + label:hover {
            -webkit-box-shadow: 0 -1px 0 #fff inset;
            box-shadow: 0 -1px 0 #fff inset;
            background-color: #fff;
        }

    .tab + label {
        -webkit-box-shadow: 0 -1px 0 #eee inset;
        box-shadow: 0 -1px 0 #eee inset;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: #333;
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
        text-align: center;
        background-color: #f2f2f2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
        transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
        transition: 0.3s background-color ease, 0.3s box-shadow ease;
        transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
    }

        .tab + label:hover {
            background-color: #f9f9f9;
            -webkit-box-shadow: 0 1px 0 #f4f4f4 inset;
            box-shadow: 0 1px 0 #f4f4f4 inset;
        }

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    right: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 6px;
}


/*Stepper*/

.stepper {
    /*    .lead {
          font-size: 1.1rem;
      }*/
}

    .stepper .line {
        width: 2px;
        background-color: lightgrey !important;
    }


/*Side Floating Button
*/

.font-slider-controls {
    /*    margin: 0 12px 12px 0;
  */
    direction: rtl;
}

.font-slider-container {
    position: absolute;
    top: 20%;
    left: 5%;
}

.font-slider {
    background: white;
    border-radius: 4px;
    /*    box-shadow: 0 3px 10px #999;
  */
    line-height: 8px;
    max-width: 140px;
    opacity: 0.01;
    padding: 15px 40px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9;
    direction: rtl;
}

    .font-slider:after {
        bottom: 99%;
        right: 8%;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        content: " ";
        height: 0;
        margin-left: -10px;
        position: absolute;
        pointer-events: none;
        width: 0;
    }

.font-slider-container:focus .font-slider,
.font-slider-container:focus-within .font-slider,
.font-slider-container:hover .font-slider {
    opacity: 1;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
    /* this removes the transition delay so the slider will be visible while the other styles transition */
    z-index: 9999;
}

.font-slider__range {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 65px;
    z-index: 9;
}

    .font-slider__range::-webkit-slider-runnable-track {
        background: #eaeae9;
        border: none;
        border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 5px;
        cursor: pointer;
        width: 100%;
    }

    .font-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        -webkit-box-shadow: -1px 1px 3px #bbb;
        box-shadow: -1px 1px 3px #bbb;
        background-color: #52aba2;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        cursor: pointer;
        margin-top: -4px;
    }

    .font-slider__range:focus {
        outline: none;
    }

        .font-slider__range:focus::-webkit-slider-runnable-track {
            background: #eaeae9;
        }

input[type=range]::-ms-thumb {
    border: none;
    border-radius: 50%;
    background: #52aba2;
    height: 16px;
    width: 16px;
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    height: 5px;
    width: 100%;
}

input[type=range]::-ms-fill-lower {
    background: #eaeae9;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #eaeae9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ddd;
}

.font-small,
.font-large {
    color: #e6c03a;
    -webkit-font-kerning: none;
    font-kerning: none;
}

.font-small {
    font-size: 12px;
}

.font-large {
    font-size: 30px;
}

.range-min,
.range-max {
    position: absolute;
    bottom: 14px;
}

.range-min {
    left: 16px;
    color: #555;
    font-size: 12px;
}

.range-max {
    right: 16px;
    color: #555;
    font-size: 12px;
}

.adsImage {
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 767px) {
    .adsImage {
        height: 300px;
        width: 300px !important;
    }
}

@media only screen and (min-width: 768px) {
    .text-md-left {
        text-align: right !important;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DroidKufiBold';
}

.font-weight-bold {
    font-family: 'DroidKufiBold' !important;
    font-weight: normal !important;
}

.font-weight-normal {
    font-family: 'DroidKufiRegular';
    font-weight: normal !important;
    line-height: 24px;
}

label.font-weight-bold {
    font-family: 'DroidKufiBold';
    font-weight: normal !important;
}

.section-title {
    font-family: 'DroidKufiBold';
    font-size: 1.5rem;
}

.titleResponsive {
    text-align: right;
}

@media only screen and (max-width: 880px) {
    .titleResponsive {
        text-align: center;
    }

    .text-sm-center {
        text-align: center;
    }
}

.form-control {
    font-size: 13px;
}

    .form-control:focus,
    .btn:focus {
        border-color: #52aba2;
        -webkit-box-shadow: 0 0 0 0.2rem #F8FFF6;
        box-shadow: 0 0 0 0.2rem #F8FFF6;
    }

button:focus {
    outline: 1px dotted;
    outline: 5px auto #52aba2;
}

.btn {
    font-size: 0.8rem;
    padding: 0.54rem 1.5rem;
    border: 2px solid transparent;
    border-radius: 0.25rem !important;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16);*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 50rem !important;
    font-family: 'DroidKufiBold';
}

.btn-primary {
    border-color: #52aba2;
    background-color: #52aba2 !important;
}

    .btn-primary:hover {
        -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        border-color: #52aba2;
        background-color: #52aba2 !important;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active,
    .btn-primary:active {
        border-color: #52aba2 !important;
    }

    .btn-primary:not([disabled]):not(.disabled).active,
    .btn-primary:not([disabled]):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #52aba2 !important;
        border-color: #52aba2;
    }

.btn-danger:hover,
.btn-secondary:hover {
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
}

.btn[class*=btn-outline-] {
    padding: 0.48rem 1.5rem;
}

.btn-accent1 {
    border-color: #296483;
    background-color: #296483 !important;
    color: #fff;
}

    .btn-accent1:hover {
        -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        border-color: #296483;
        background-color: #296483 !important;
    }

    .btn-accent1:hover,
    .btn-accent1:focus,
    .btn-accent1.active,
    .btn-accent1:active {
        border-color: #296483 !important;
        color: #fff;
    }

.btn-outline-accent1 {
    border: 2px solid #296483 !important;
    background-color: transparent;
    color: #296483 !important;
    border-radius: 50rem !important;
}

    .btn-outline-accent1:hover,
    .btn-outline-accent1:focus,
    .btn-outline-accent1.active,
    .btn-outline-accent1:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #296483 !important;
        color: #fff !important;
        background-color: #296483;
    }

.btn-accent2 {
    border-color: #00594F;
    background-color: #00594F !important;
    color: #fff;
}

    .btn-accent2:hover {
        -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        border-color: #00594F;
        background-color: #00594F !important;
    }

    .btn-accent2:hover,
    .btn-accent2:focus,
    .btn-accent2.active,
    .btn-accent2:active {
        border-color: #00594F !important;
        color: #fff;
    }

.btn-accent3 {
    border-color: #C7C8C9;
    background-color: #C7C8C9 !important;
    color: #fff;
}

    .btn-accent3:hover {
        -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        border-color: #C7C8C9;
        background-color: #C7C8C9 !important;
    }

    .btn-accent3:hover,
    .btn-accent3:focus,
    .btn-accent3.active,
    .btn-accent3:active {
        border-color: #C7C8C9 !important;
        color: #fff;
    }

.dt-buttons {
    margin-bottom: 1rem;
}

    .dt-buttons button {
        font-size: 0.8rem;
        padding: 0.3rem 1.2rem;
        margin-left: 0.25rem;
        border: 1px solid transparent;
        border-radius: 0.25rem !important;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
        cursor: pointer;
        -webkit-appearance: button;
    }

    .btn-outline-primary,
    .dt-buttons .buttons-copy,
    .dt-buttons .buttons-print,
    .dt-buttons .buttons-csv,
    .dt-buttons .buttons-excel {
        border: 1px solid #52aba2 !important;
        color: #52aba2 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

        .btn-outline-primary:hover,
        .btn-outline-primary:focus,
        .btn-outline-primary.active,
        .btn-outline-primary:active,
        .dt-buttons .buttons-copy:hover,
        .dt-buttons .buttons-copy:focus,
        .dt-buttons .buttons-copy.active,
        .dt-buttons .buttons-copy:active,
        .dt-buttons .buttons-print:hover,
        .dt-buttons .buttons-print:focus,
        .dt-buttons .buttons-print.active,
        .dt-buttons .buttons-print:active,
        .dt-buttons .buttons-csv:hover,
        .dt-buttons .buttons-csv:focus,
        .dt-buttons .buttons-csv.active,
        .dt-buttons .buttons-csv:active,
        .dt-buttons .buttons-excel:hover,
        .dt-buttons .buttons-excel:focus,
        .dt-buttons .buttons-excel.active,
        .dt-buttons .buttons-excel:active {
            border-color: #52aba2 !important;
            color: #fff !important;
            background-color: #52aba2 !important;
        }

.btn-outline-secondary {
    border: 1px solid #999 !important;
    background-color: transparent !important;
    color: #666 !important;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary.active,
    .btn-outline-secondary:active {
        -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.12) !important;
        border-color: #999 !important;
        color: #666 !important;
    }

.btn-accent {
    background-color: #296483;
    color: #ffffff;
}

.btn-secondary {
    background-color: #999 !important;
    border-color: #999 !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.active,
    .btn-secondary:active,
    .btn-secondary:not([disabled]):not(.disabled).active,
    .btn-secondary:not([disabled]):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        border-color: #777 !important;
        background-color: #777 !important;
    }

.btn.btn-link {
    color: #52aba2 !important;
}

    .btn.btn-link[data-dismiss=modal] {
        color: #212529 !important;
        text-decoration: none;
    }

.btn-white {
    background-color: #ffffff;
    color: #52aba2;
    font-size: 15px;
}

    .btn-white:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

.btn-outline {
    background-color: #ffffff;
    font-size: 15px;
    border: 1px solid #52aba2;
    color: #52aba2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-outline:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

.search-button {
    position: absolute;
    left: 30px;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #aaa;
    cursor: pointer;
}

    .search-button:focus {
        outline: none;
    }

.filter button {
    margin: 0;
    margin-top: 23px;
}

.btn.btn-sm {
    font-size: 12px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: #52aba2;
    cursor: pointer;
    background-color: rgba(31, 174, 162, 0.25);
    border-radius: 0.25rem;
    padding: 0.57rem 0.5rem;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 1px;
        min-height: 1px;
        font-size: 13px;
        text-align: left;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        display: block;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    .btn-file label {
        cursor: pointer;
        padding-top: 0;
        margin-bottom: 0;
    }

    .btn-file .fa-upload {
        margin: auto;
        margin-right: 5px;
        cursor: pointer;
    }


/*a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #329e63!important;
}*/

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    border-color: #52aba2 !important;
    color: #52aba2 !important;
}

#TopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 50px;
    /* Place the button at the bottom of the page */
    left: 50px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #52aba2;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    /* Some padding */
    font-size: 18px;
    /* Increase font size */
    width: 50px;
    height: 50px;
}

    #TopBtn:hover {
        background-color: #555;
        /* Add a dark-grey background on hover */
    }


/*Start Chatbot Style*/

.chatbot-toggler {
    position: fixed;
    bottom: 50px;
    right: 35px;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #52aba2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}

body.show-chatbot .chatbot-toggler {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 11;
}

.chatbot-toggler span {
    color: #fff;
    position: absolute;
}

    .chatbot-toggler span:last-child,
    body.show-chatbot .chatbot-toggler span:first-child {
        opacity: 0;
    }

body.show-chatbot .chatbot-toggler span:last-child {
    opacity: 1;
}

.chatbot {
    position: fixed;
    right: 35px;
    bottom: 110px;
    width: 420px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

body.show-chatbot .chatbot {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 11;
}

.chatbot header {
    padding: 16px 0;
    position: relative;
    text-align: center;
    color: #fff;
    background: #52aba2;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .chatbot header span {
        position: absolute;
        right: 15px;
        top: 50%;
        display: none;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.chatbot .chatbox {
    overflow-y: auto;
    height: 400px;
    padding: 30px 20px 100px;
    direction: ltr;
    position: relative;
}

.chatbot:where(.chatbox, textarea)::-webkit-scrollbar {
    width: 6px;
}

.chatbot:where(.chatbox, textarea)::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 25px;
}

.chatbot:where(.chatbox, textarea)::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.chatbox .chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.chatbox .outgoing {
    margin: 20px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chatbox .incoming span {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: default;
    text-align: center;
    line-height: 32px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: white;
    border-radius: 4px;
    margin: 0 10px 7px 0;
}

.chatbox .chat p {
    white-space: pre-wrap;
    padding: 12px 16px;
    border-radius: 10px 10px 0 10px;
    max-width: 75%;
    color: #fff;
    font-size: 0.95rem;
    background: #52aba2;
}

.chatbox .incoming p {
    border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
    color: #721c24;
    background: #f8d7da;
}

.chatbox .incoming p {
    color: #000;
    background: #f2f2f2;
    margin-bottom: 0px;
}

.chatbot .chat-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 3px 20px;
    border-top: 1px solid #ddd;
}

.chat-input textarea {
    height: 55px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    max-height: 180px;
    padding: 15px 15px 15px 0;
    font-size: 0.95rem;
}

.chat-input span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #52aba2;
    cursor: pointer;
    height: 55px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*    visibility: hidden;
  */
    font-size: 1.35rem;
}

.chat-input textarea:valid ~ .customSendButton span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 490px) {
    .chatbot-toggler {
        right: 20px;
        bottom: 50px;
    }

    .chatbot {
        right: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
        width: 100%;
    }

        .chatbot .chatbox {
            height: 90%;
            padding: 25px 15px 100px;
        }

        .chatbot .chat-input {
            padding: 5px 15px;
        }

        .chatbot header span {
            display: block;
        }
}

.chatTags {
    width: 100%;
    padding: 30px 20px;
}


/*Share Button*/

.btn-share {
    --btn-color: $primaryColor;
    position: relative;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: white;
    background: none;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 2px 8px rgba(82, 171, 162, 0.32));
    filter: drop-shadow(0 2px 8px rgba(82, 171, 162, 0.32));
    -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .btn-share::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #52aba2;
        border-radius: 24px;
        -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .btn-share .btn-text,
    .btn-share .btn-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .btn-share .btn-text {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .btn-share .btn-icon {
        margin-right: 8px;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .btn-share .social-icons {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style-type: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .btn-share .social-icons li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .btn-share .social-icons li a {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                vertical-align: middle;
                -webkit-transform: translateY(55px);
                transform: translateY(55px);
                -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            }

                .btn-share .social-icons li a:hover {
                    opacity: 0.5;
                }

    .btn-share:hover::before {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .btn-share:hover .btn-text,
    .btn-share:hover .btn-icon {
        -webkit-transform: translateY(-55px);
        transform: translateY(-55px);
    }

    .btn-share:hover .social-icons li a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .btn-share:hover .social-icons li:nth-child(1) a {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .btn-share:hover .social-icons li:nth-child(2) a {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .btn-share:hover .social-icons li:nth-child(3) a {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }


/*dark mode button*/

.darkmode {
    --base-color: #070b1d;
    --base-variant: #101425;
    --text-color: #ffffff;
    --secondary-text: #a4a5b8;
    --primary-color: #3a435d;
    --accent-color: #0071ff;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: Poppins;
}

body {
    min-height: 100vh;
    background-color: var(--base-color);
    color: var(--text-color);
}

header,
section {
    padding: 70px min(50px, 7%);
}

section {
    background-color: var(--base-variant);
}


/*p {
    margin: 10px 0 20px 0;
    color: var(--secondary-text);
}*/


/*dark mode button*/

.darkmode {
    --base-color: #070b1d;
    --base-variant: #101425;
    --text-color: #ffffff;
    --secondary-text: #a4a5b8;
    --primary-color: #3a435d;
    --accent-color: #0071ff;
}

* {
    margin: 0;
    padding: 0;
}

button.themeTransition {
    background-color: white;
    border: none;
    padding: 0.8em 2em;
    color: white;
    border-radius: 4px;
    font: inherit;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.cta-button {
    background-color: var(--accent-color);
}

#theme-switch {
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    left: 20px;
}

    #theme-switch svg:last-child {
        display: none;
    }

.darkmode #theme-switch svg:first-child {
    display: none;
}

.darkmode #theme-switch svg:last-child {
    display: block;
}


/*sideFloatingButton*/

.whats-float {
    position: fixed;
    -webkit-transform: translate(108px, 0px);
    transform: translate(108px, 0px);
    top: 20%;
    right: -30px;
    width: 185px;
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    direction: ltr;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

:dir(rtl) .whats-float {
    -webkit-transform: translate(-108px, 0px);
    transform: translate(-108px, 0px);
}

    :dir(rtl) .whats-float:hover {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.whats-float:hover {
    color: #FFFFFF;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

    .whats-float:hover i {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

a:hover .mainIcon svg g path {
    fill: white;
}

.search-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 38px;
    width: 38px;
    border-style: none;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    border-radius: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #52aba2;
    padding-left: 40px;
    color: #fff;
}

    .input-search::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }

    .input-search::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }

    .input-search:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }

    .input-search::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }

    .input-search::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
    }

.btn-search {
    width: 38px;
    height: 38px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

    .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
        transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
    }

.input-search:focus {
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

@media screen and (max-width: 46.0625em) {
    .column {
        width: 100%;
        min-width: auto;
        min-height: auto;
        padding: 1em;
    }

        .column p {
            text-align: right;
            font-size: 1.5em;
        }

        .column:nth-child(2) {
            -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
        }
}

.DarkLightFloatButton {
    cursor: pointer;
    position: fixed;
    -webkit-transform: translate(108px, 0px);
    transform: translate(108px, 0px);
    top: 30%;
    right: -30px;
    width: 185px;
    overflow: hidden;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    direction: ltr;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

    .DarkLightFloatButton a span {
        color: white;
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 10px;
        position: absolute;
        line-height: 16px;
        font-weight: bolder;
    }

    .DarkLightFloatButton i {
        font-size: 30px;
        color: white;
        line-height: 30px;
        padding: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        text-align: center;
    }

    .DarkLightFloatButton:hover {
        color: #FFFFFF;
    }

        .DarkLightFloatButton:hover i {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
        }

img {
    -o-object-fit: cover;
    object-fit: cover;
}

table tr td,
table tr th {
    font-size: 13px;
    vertical-align: middle;
}

table.border-0 tr td,
table.border-0 tr th {
    border: 0;
}

table thead tr th {
    font-family: 'DroidKufiBold';
}

table input.form-control {
    width: auto;
}

table a {
    color: #52aba2 !important;
}

table button,
table .btn-outline {
    margin: 0 !important;
    padding: 0.2rem 0.8rem !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    table button:hover,
    table button.active,
    table button:active,
    table button:focus,
    table .btn-outline:hover,
    table .btn-outline.active,
    table .btn-outline:active,
    table .btn-outline:focus {
        color: #ffffff !important;
        opacity: 0.8;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    table .btn-outline:hover,
    table .btn-outline.active,
    table .btn-outline:active,
    table .btn-outline:focus {
        color: #ffffff !important;
        background-color: #52aba2 !important;
        opacity: 0.8;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

a.action,
button.action {
    padding: 0.2rem 0.4rem !important;
    border-radius: 0.25rem;
    height: 25px;
    text-align: center;
    width: 25px;
    color: #ffffff !important;
    font-size: 12px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

    a.action svg,
    button.action svg {
        vertical-align: middle;
    }

table.table a.btn.btn-primary {
    color: #fff !important;
}

.Installment-table thead th {
    background-color: #F8FFF6;
}

.Installment-table thead tr th:last-of-type,
.Installment-table tbody tr td:last-of-type {
    text-align: left;
    max-width: 200px;
}

.Installment-table tbody tr:last-of-type td,
.Installment-table tbody tr:last-of-type th {
    color: #52aba2;
    font-size: 15px;
    font-family: 'DroidKufiBold';
}

.middle-table-cell tr td,
.middle-table-cell tbody tr th {
    vertical-align: middle;
}

table tr td select {
    padding: 0 !important;
    height: auto !important;
    width: 100px !important;
    margin: auto;
}

.fit-width {
    width: 1px;
    white-space: nowrap;
}

.filter input,
.filter select {
    font-size: 12px;
    line-height: 22px !important;
    color: #333;
}

td.withDownload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.AttachmentSection {
    width: 100%;
    position: relative;
}

    .AttachmentSection .NationalID {
        /*text-align:right;*/
        position: absolute;
        top: 0;
        left: 20px;
        right: 0;
    }

    .AttachmentSection div {
        display: inline-block;
    }

    .AttachmentSection .Download {
        /*text-align:left;*/
        height: 23px;
        width: 37px;
        position: absolute;
        top: 0;
        left: 18px;
        right: auto;
    }

.pagination .page-item.active .page-link {
    background-color: #52aba2;
    color: #fff !important;
}

    .pagination .page-item.active .page-link:hover {
        background-color: #52aba2;
    }

.deleteRow {
    position: absolute;
    left: -26px;
    height: 26px;
    width: 26px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    display: none;
}

tr:hover td > .deleteRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: 0.5rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    font-size: 0.8rem;
    left: 16px;
}

table thead th.icons-table.sorting:after,
table thead th.icons-table.sorting_asc:after,
table thead th.icons-table.sorting_asc_disabled:after,
table thead th.icons-table.sorting_desc:after,
table thead th.icons-table.sorting_desc_disabled:after,
table thead th.icons-table.sorting:before,
table thead th.icons-table.sorting_asc:before,
table thead th.icons-table.sorting_asc_disabled:before,
table thead th.icons-table.sorting_desc:before,
table thead th.icons-table.sorting_desc_disabled:before {
    display: none;
}

.clearing#divProcessing label {
    margin-top: 33px;
}

.dt-buttons {
    text-align: left;
}

.pagination .page-item.disabled .page-link {
    color: #868e96 !important;
}

.users h6 a {
    color: #212529;
    text-decoration: none;
}

.login-container .card {
    background-color: rgba(255, 255, 255, 0.95);
}

.card {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .card .card-body {
        padding: 1.25rem 2rem;
    }

.QList .card-header {
    background-color: #fff;
}

.QList .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: right;
    color: #52aba2;
    white-space: normal;
    padding-right: 0;
    border: none;
}

.QList .btn-link:hover,
.QList .btn-link:focus {
    color: #52aba2;
    text-decoration: none;
    border: none;
}

.QList .collapse .collapse {
    background-color: rgba(31, 174, 162, 0.1);
}

.QList button[aria-expanded=true] + .fa-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.QList .card-header h5 {
    position: relative;
}

.QList .fa-chevron-down {
    position: absolute;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #aaa;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.QList .accordion .accordion .btn {
    font-size: 0.75rem;
}

.QList .accordion .accordion .card,
.QList .accordion .accordion .card-header {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.QList .accordion .accordion .fa-chevron-down {
    font-size: 0.9rem;
}

.QList .accordion .accordion .card-body {
    padding: 1rem 3rem;
    font-size: 0.8rem;
}

.QList .accordion .accordion .card-header {
    padding: 0.5rem 1.25rem;
}

.QList .accordion-button {
    font-size: 0.8rem;
}

    .QList .accordion-button:not(.collapsed) {
        color: #296483;
        background-color: rgba(31, 174, 162, 0.2);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
    }

.Q-new-design a {
    color: #296483;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .Q-new-design a .colorful-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .Q-new-design a .white-icon {
        display: none;
    }

    .Q-new-design a:hover,
    .Q-new-design a:focus,
    .Q-new-design a:active {
        color: #fff;
    }

        .Q-new-design a:hover h5,
        .Q-new-design a:focus h5,
        .Q-new-design a:active h5 {
            color: #fff;
        }

        .Q-new-design a:hover .main-bg,
        .Q-new-design a:focus .main-bg,
        .Q-new-design a:active .main-bg {
            background-color: #296483;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .Q-new-design a:hover .colorful-icon,
        .Q-new-design a:focus .colorful-icon,
        .Q-new-design a:active .colorful-icon {
            display: none;
        }

        .Q-new-design a:hover .white-icon,
        .Q-new-design a:focus .white-icon,
        .Q-new-design a:active .white-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.blackGradient {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, right bottom, from(transparent), to(#52aba2));
    background: linear-gradient(to bottom, transparent 0%, #52aba2 100%);
}

.carouselImage {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .carouselImage {
        max-height: 250px;
    }
}

.accordion-button:not(.collapsed) {
    color: #296483;
    background-color: rgba(41, 100, 131, 0.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10" stroke="%23296483" stroke-width="2" stroke-linecap="round"/></svg>');
    }

.accordion-button:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.left {
    width: 100%;
    padding: 20px;
}

.calendar {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #212529;
    border-radius: 5px;
    background-color: #fff;
}


    /* set after behind the main element */


    /*.calendar::before,
.calendar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 97%;
    border-radius: 0 5px 5px 0;
    background-color: #d3d4d6d7;
    transform: translateY(-50%);
}*/

    .calendar::before {
        height: 94%;
        right: calc(100% + 12px);
        background-color: rgb(153, 153, 153);
    }

    .calendar .month {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.2rem;
        font-weight: 500;
        text-transform: capitalize;
    }

        .calendar .month .prev,
        .calendar .month .next {
            cursor: pointer;
        }

            .calendar .month .prev:hover,
            .calendar .month .next:hover {
                color: var(--primary-clr);
            }

    .calendar .weekdays {
        width: 100%;
        margin-top: 1.5rem;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*    padding: 0 20px;
  */
        font-size: 1rem;
        font-weight: 500;
        text-transform: capitalize;
    }

.weekdays div {
    width: 14.28%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar .days {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*    padding: 0 20px;
  */
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

    .calendar .days .day {
        width: 14.28%;
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        color: var(--primary-clr);
        border: 1px solid #f5f5f5;
        font-family: sans-serif;
    }

        .calendar .days .day:nth-child(7n+1) {
            border-right: 2px solid #f5f5f5;
        }

        .calendar .days .day:nth-child(7n) {
            border-left: 2px solid #f5f5f5;
        }

        .calendar .days .day:nth-child(-n+7) {
            border-top: 2px solid #f5f5f5;
        }

        .calendar .days .day:nth-child(n+29) {
            border-bottom: 2px solid #f5f5f5;
        }

        .calendar .days .day:not(.prev-date, .next-date):hover {
            color: #fff;
            background-color: #52aba2;
        }

    .calendar .days .prev-date,
    .calendar .days .next-date {
        color: #b3b3b3;
    }

    .calendar .days .active {
        position: relative;
        font-size: 2rem;
        color: #fff;
        background-color: #52aba2;
    }

        .calendar .days .active::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            -webkit-box-shadow: 0 0 10px 2px var(--primary-clr);
            box-shadow: 0 0 10px 2px var(--primary-clr);
        }

    .calendar .days .today {
        font-size: 2rem;
    }

    .calendar .days .event {
        position: relative;
    }

        .calendar .days .event::after {
            content: "";
            position: absolute;
            bottom: 10%;
            right: 50%;
            width: 75%;
            height: 6px;
            border-radius: 30px;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            background-color: #52aba2;
        }

    .calendar .days .day:hover.event::after {
        background-color: #212529;
    }

    .calendar .days .active.event::after {
        background-color: #212529;
        bottom: 20%;
    }

    .calendar .days .active.event {
        padding-bottom: 10px;
    }

.calendar .goto-today {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    /*    padding: 0 20px;
  */
    margin-bottom: 20px;
    color: var(--primary-clr);
}

    .calendar .goto-today .goto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid var(--primary-clr);
    }

        .calendar .goto-today .goto input {
            /*    width: 100%;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: var(--primary-clr);
  border-radius: 5px;*/
        }

    .calendar .goto-today button {
        /*    padding: 5px 10px;
  border: 1px solid var(--primary-clr);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: var(--primary-clr);*/
    }

        .calendar .goto-today button:hover {
            /*    color: #fff;
  background-color: var(--primary-clr);*/
        }

    .calendar .goto-today .goto button {
        border: none;
        border-right: 1px solid var(--primary-clr);
        border-radius: 0;
    }

.container .right {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.right .today-date {
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    /*    align-items: center;
  justify-content: space-between;*/
    /*    padding: 0 40px;
  padding-left: 70px;*/
    /*    margin-top: 50px;
  */
    /*margin-bottom: 20px;*/
    text-transform: capitalize;
}

    .right .today-date .event-day {
        font-size: 2rem;
        font-weight: 500;
    }

    .right .today-date .event-date {
        font-size: 1rem;
        font-weight: 400;
        color: #878895;
    }

.events {
    width: 100%;
    height: 100%;
    /*    max-height: 600px;
  */
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .events .event {
        position: relative;
        width: 100%;
        min-height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        color: #fff;
        background: -webkit-gradient(linear, right top, left top, from(#52aba2), to(transparent));
        background: linear-gradient(-90deg, #52aba2, transparent);
        cursor: pointer;
    }


        /* even event */


        /*.events .event:nth-child(even) {
    background: transparent;
}*/

        .events .event .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            pointer-events: none;
        }

            .events .event .title .event-title {
                font-size: 1rem;
                font-weight: 400;
                margin-right: 20px;
            }

        .events .event i {
            color: var(--primary-clr);
            font-size: 0.5rem;
        }

        .events .event:hover i {
            color: #fff;
        }

        .events .event .event-time {
            font-size: 0.8rem;
            font-weight: 400;
            color: #fff;
            margin-right: 15px;
            pointer-events: none;
        }


        /* add tick in event after */

        .events .event::after {
            content: "✓";
            position: absolute;
            top: 50%;
            left: 0;
            font-size: 3rem;
            line-height: 1;
            display: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0.3;
            color: var(--primary-clr);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .events .event:hover::after {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.add-event {
    /*    width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #878895;
  border: 2px solid #878895;
  opacity: 0.5;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;*/
}


/*.add-event:hover {
    opacity: 1;
}

.add-event i {
    pointer-events: none;
}*/

.events .no-event {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: right;
    font-size: 1.5rem;
    font-weight: 500;
    color: #212529;
}

.add-event-wrapper {
    position: absolute;
    bottom: 100px;
    right: 50%;
    width: 50%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff !important;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

    .add-event-wrapper.active {
        min-height: 325px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.add-event-header {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .add-event-header .close {
        font-size: 1rem;
        cursor: pointer;
    }

        .add-event-header .close:hover {
            color: var(--primary-clr);
        }

    .add-event-header .title {
        font-size: 1.2rem;
        font-weight: 500;
    }

.add-event-body {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*.add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}*/


/*.add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
}*/

.event-time-from,
.event-name,
.event-time-to {
    font-family: 'DroidKufiRegular';
}

.add-event-body .add-event-input input::-webkit-input-placeholder {
    color: #ddd;
}

.add-event-body .add-event-input input::-moz-placeholder {
    color: #ddd;
}

.add-event-body .add-event-input input:-ms-input-placeholder {
    color: #ddd;
}

.add-event-body .add-event-input input::-ms-input-placeholder {
    color: #ddd;
}

.add-event-body .add-event-input input::placeholder {
    color: #ddd;
}

.add-event-body .add-event-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .add-event-body .add-event-input input:focus::-webkit-input-placeholder {
        color: var(--primary-clr);
    }

    .add-event-body .add-event-input input:focus::-moz-placeholder {
        color: var(--primary-clr);
    }

    .add-event-body .add-event-input input:focus:-ms-input-placeholder {
        color: var(--primary-clr);
    }

    .add-event-body .add-event-input input:focus::-ms-input-placeholder {
        color: var(--primary-clr);
    }

    .add-event-body .add-event-input input:focus::placeholder {
        color: var(--primary-clr);
    }

.add-event-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f5f5f5;
}


    /*.add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}*/

    .add-event-footer .add-event-btn:hover {
        background-color: transparent;
        color: var(--primary-clr);
    }


/* media queries */

@media screen and (max-width: 1000px) {
    body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    /*    .container {
          min-height: 100vh;
          flex-direction: column;
          border-radius: 0;
      }
  */
    .container .left {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }

    .container .right {
        width: 100%;
        height: 100%;
        /*        padding: 20px 0;
    */
    }

    .calendar::before,
    .calendar::after {
        top: 100%;
        right: 50%;
        width: 97%;
        height: 12px;
        border-radius: 0 0 5px 5px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .calendar::before {
        width: 94%;
        top: calc(100% + 12px);
    }
    /*    .events {
      padding-bottom: 340px;
  }*/
    .add-event-wrapper {
        bottom: 100px;
    }
}

@media screen and (max-width: 500px) {
    .calendar .month {
        height: 75px;
    }

    .calendar .weekdays {
        height: 50px;
    }

    .calendar .days .day {
        height: 40px;
        font-size: 0.8rem;
    }

        .calendar .days .day.active,
        .calendar .days .day.today {
            font-size: 1rem;
        }
    /*
  .right .today-date {
      padding: 20px;
  }*/
}

@media only screen and (max-width: 767px) {
    .w-sm-100 {
        width: 100%;
    }

    .add-event-wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
    .add-event-wrapper {
        width: 80%;
    }
}

.credits {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #b38add;
}

    .credits a {
        text-decoration: none;
        font-weight: 600;
    }

        .credits a:hover {
            text-decoration: underline;
        }

.card {
    color: #212529;
}

.form-group label {
    margin-bottom: 0.3rem;
}

.form-control {
    color: #212529;
    font-size: 16px;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #5fc2bf !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #52aba2;
}

.custom-control-label::before {
    border: 1px solid #aaa;
}

.mdl-textfield__label {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.mdl-textfield__input {
    font-family: 'DroidKufiRegular';
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #52aba2;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.mdl-textfield__label:after {
    background-color: #52aba2;
}

.inline-buttons {
    margin-bottom: 20px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.requiredLabel:after {
    content: " * ";
    display: inline-block;
    color: red;
}

.topLabels label {
    vertical-align: top;
}

select {
    border-color: #ced4da;
    background-color: #fff;
    border-radius: 4px;
}


/* Switch */

HTML CSS Result EDIT ON .switch {
    font-size: 14px;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

    .switch input + label {
        position: relative;
        min-width: 3rem;
        border-radius: 1.9rem;
        height: 1.9rem;
        line-height: 1.9rem;
        display: inline-block;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        text-indent: 4.3rem;
    }

        .switch input + label::before,
        .switch input + label::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 3rem;
            bottom: 0;
            display: block;
        }

        .switch input + label::before {
            left: 0;
            background-color: #dee2e6;
            border-radius: 1.9rem;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

        .switch input + label::after {
            top: 3.2px;
            right: 4px;
            left: auto;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            background-color: white;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

    .switch input:checked + label::before {
        background-color: #52aba2;
    }

    .switch input:checked + label::after {
        margin-right: 1.9rem;
    }

    .switch input:focus + label::before {
        outline: none;
        -webkit-box-shadow: 0 0 0 0.2rem #F8FFF6;
        box-shadow: 0 0 0 0.2rem #F8FFF6;
    }

    .switch input:disabled + label {
        color: #868e96;
        cursor: not-allowed;
    }

        .switch input:disabled + label::before {
            background-color: #e9ecef;
        }

.switch.switch-sm {
    font-size: 13px;
}

    .switch.switch-sm input + label {
        min-width: 3rem;
        height: 1.4rem;
        line-height: 1.8rem;
        text-indent: 4.3rem;
    }

        .switch.switch-sm input + label::before {
            width: 3rem;
        }

        .switch.switch-sm input + label::after {
            width: 1rem;
            height: 1rem;
        }

    .switch.switch-sm input:checked + label::after {
        margin-right: 1.5rem;
    }

.switch.switch-lg {
    font-size: 15px;
}

    .switch.switch-lg input + label {
        min-width: 3rem;
        height: 1.76rem;
        line-height: 1.9rem;
        text-indent: 4.3rem;
    }

        .switch.switch-lg input + label::before {
            width: 3rem;
        }

        .switch.switch-lg input + label::after {
            width: 1.8rem;
            height: 1.8rem;
            height: 1.8rem;
        }

    .switch.switch-lg input:checked + label::after {
        margin-right: 1.9rem;
    }

.switch + .switch {
    margin-right: 1rem;
}


/*****/

#editor {
    resize: vertical;
    overflow: auto;
    line-height: 1.5;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0;
    min-height: 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 16px;
    margin: 0 auto;
    font-size: 14px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

    #editor:focus {
        border-color: rgba(31, 174, 162, 0.2);
        -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 174, 162, 0.2);
        box-shadow: 0 0 0 0.2rem rgba(31, 174, 162, 0.2);
        outline: 0 none;
    }

#editControls {
    border: 1px solid #ddd;
    border-radius: 0.25rem 0.25rem 0 0;
}

#editparent a.btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    color: #212529;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#editparent .btn-xs {
    padding: 0.25em 0.75em;
    font-size: 0.8rem;
}

#editparent .btn-default {
    border-color: #d9d9d9;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ffffff), to(#f2f2f2));
    background-image: linear-gradient(#ffffff, #f2f2f2);
}

    #editparent .btn-default:hover {
        background: -webkit-gradient(linear, right top, right bottom, from(#f2f2f2), to(#e6e6e6));
        background: linear-gradient(#f2f2f2, #e6e6e6);
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #52aba2;
}


/* ****************** */

.calendars-month th,
.calendars-month td {
    font-size: 0.6rem;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--open .select2-dropdown {
    left: 0;
    right: auto;
}

.select2-container .select2-selection--single {
    border-color: #ced4da !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.custom-file .custom-file-label {
    color: #52aba2;
    background-color: rgba(31, 174, 162, 0.25);
    border: none;
    line-height: 2;
}

    .custom-file .custom-file-label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        background-color: #52aba2;
        color: #ffffff;
        cursor: pointer;
        height: calc(2.25rem + 2px);
        line-height: 2;
    }

    .custom-file .custom-file-label.download-btn::after {
        content: "\f019";
    }

    .custom-file .custom-file-label.upload-btn::after {
        content: "\f093";
    }

.field-validation-valid {
    display: none;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(31, 174, 162, 0.5);
}

input.transparent {
    background-color: rgba(255, 255, 255, 0.7);
}

    input.transparent:active,
    input.transparent:focus {
        background-color: rgba(31, 174, 162, 0.25);
    }

.calendars-month-header,
.calendars-month-header select,
.calendars-month-header input {
    background-color: #fff !important;
    color: #52aba2;
}

.calendars-nav {
    background-color: #52aba2;
}

.calendars-ctrl {
    background-color: #00594F;
}

.calendars-month td .calendars-today {
    background-color: rgba(31, 174, 162, 0.25);
}

.calendars-month td .calendars-highlight {
    background-color: #52aba2;
    color: #fff !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled=disabled] {
    color: #fff;
    background-color: #aaa !important;
    border-color: #aaa !important;
    cursor: default !important;
}

.advancedSearch[aria-expanded=true] svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
    border: none !important;
}

.auto-complete-icon {
    left: 18px;
    top: 34px;
    color: #777;
}

.ui-widget.ui-widget-content {
    overflow-y: auto;
    max-height: 200px;
}

.form-control {
    height: calc(1.5em + 0.75rem + 9px);
}

.custom-control-label::before {
    top: 0.15rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.15rem + 2px);
}

.form-floating .form-control,
.form-floating .form-select {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background-color: transparent;
    background-position: left 1.75rem;
}

    .form-floating .form-control:focus,
    .form-floating .form-select:focus {
        border-color: #52aba2;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        border-width: 2px;
    }


/*Search field*/


/*
.container .searchInput {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}*/


/*
.search-box input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 15px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    font-family: unset;
}*/

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.search-box .resultBox {
    display: none;
    max-height: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.search-box.active .resultBox {
    padding: 10px 8px;
    display: block;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-height: 120px;
    overflow-y: auto;
    cursor: pointer;
}

.resultBox a {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: pointer !important;
    border-radius: 3px;
    width: 100%;
}

.search-box.active .resultBox a {
    display: block;
    z-index: 2000;
}

.resultBox a:hover {
    background: #efefef;
}

.input-search:not(:focus) .resultBox {
    display: none;
}

.resultBox {
    background-color: white;
}

.form-floating {
    color: #212529;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-background-clip: text;
        -webkit-text-fill-color: #212529;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s;
        -webkit-box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
        box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
        text-align: right;
    }

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    text-align: right;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
    text-align: right;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    text-align: right;
}

#home-carousel.carousel {
    height: calc(100vh - 80px);
}

.carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 400px;
}

.carousel-caption {
    position: absolute;
    right: 9.5%;
    bottom: 0;
    left: 9.5%;
    z-index: 10;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .carousel-caption .h1-responsive {
        font-size: 350%;
        font-family: 'DroidKufiBold';
        text-align: right;
        line-height: 150%;
    }

    .carousel-caption p {
        max-width: 30%;
        font-size: 130%;
        line-height: 26px;
        text-align: right;
        color: #f2f2f2;
    }

.carousel-indicators {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    direction: rtl !important;
    bottom: 80px;
    left: auto;
    right: 0;
    width: 100px;
    margin-right: 9%;
    margin-left: 9%;
}

    .carousel-indicators li {
        margin: 0 15px;
    }

        .carousel-indicators li.active::before {
            position: absolute;
            top: -7px;
            right: -7px;
            bottom: auto;
            display: block;
            width: 24px;
            height: 24px;
            background: transparent;
            border: 1px solid #fff;
            border-radius: 50%;
        }

.question-bg {
    background-image: url("../images/home/question.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.services .rounded-circle {
    width: 90px;
    height: 90px;
}

    .services .rounded-circle img {
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        max-width: 60px;
    }

.services .chevron-left {
    margin-top: 40px;
}

.services .rounded {
    height: 200px;
}

    .services .rounded img {
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        max-width: 60px;
    }

.tcb-product-slider .carousel-control {
    width: 5%;
}

.side-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .side-icons .services-icon {
        padding: 9px;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 1.5rem 0 0 1.5rem;
        margin-bottom: 0.25rem;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .side-icons .services-icon img {
            width: 100%;
        }

#process,
#servicesCont,
#aboutEdaat {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    left: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #52aba2;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    font-size: 18px;
    /* Increase font size */
}

    #myBtn:hover {
        background-color: #555;
        /* Add a dark-grey background on hover */
    }

#carousel-services {
    direction: rtl;
}

@media (min-width: 768px) {
    #carousel-services {
        /* show 3 items */
        /* left or forward direction */
        /* farthest right hidden item must be abso position for animations */
        /* right or prev direction */
    }

        #carousel-services .carousel-item.col-md-3 {
            width: 25%;
        }

        #carousel-services .carousel-inner .active,
        #carousel-services .carousel-inner .active + .carousel-item,
        #carousel-services .carousel-inner .active + .carousel-item + .carousel-item,
        #carousel-services .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
            display: block;
        }

        #carousel-services .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
        #carousel-services .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
        #carousel-services .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
        #carousel-services .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
            -webkit-transition: none;
            transition: none;
        }

        #carousel-services .carousel-inner .carousel-item-next,
        #carousel-services .carousel-inner .carousel-item-prev {
            position: relative;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        #carousel-services .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: absolute;
            top: 0;
            left: -25%;
            z-index: -1;
            display: block;
            visibility: visible;
        }

        #carousel-services .carousel-inner .active.carousel-item.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            right: -25%;
        }

        #carousel-services .active.carousel-item-left + .carousel-item-next.carousel-item-left,
        #carousel-services .carousel-item-next.carousel-item-left + .carousel-item,
        #carousel-services .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
        #carousel-services .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
        #carousel-services .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: relative;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }

        #carousel-services .carousel-inner .carousel-item-prev.carousel-item-right {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            display: block;
            visibility: visible;
        }

        #carousel-services .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
        #carousel-services .carousel-item-prev.carousel-item-right + .carousel-item,
        #carousel-services .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
        #carousel-services .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
        #carousel-services .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: relative;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }
}

@media only screen and (max-width: 1024px) {
    #home-carousel.carousel {
        height: 500px;
    }

    .carousel-caption .h1-responsive {
        max-width: 70%;
    }

    .carousel-caption p {
        max-width: 70%;
    }

    .carousel-item img {
        width: 170px;
    }

    #process,
    #servicesCont,
    #aboutEdaat {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-caption .h1-responsive {
        max-width: 100%;
        font-size: 250%;
    }

    .carousel-caption p {
        max-width: 100%;
    }

    #carousel-services .carousel-item.col-md-3 {
        width: 100%;
    }

    .carousel-indicators {
        bottom: 10px;
        right: auto;
        left: auto;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .services .chevron-left {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/*.info-card{
    height:300px;
}*/

.welcome-title {
    z-index: 0;
}

@media only screen and (max-width: 12100px) {
    .welcome-title {
        z-index: -1;
    }
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.side-menu-parent {
    background-color: #0B2559;
}


/* Admin side menu */

.side-menu {
    height: 100vh;
    width: 280px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*position: fixed;*/
    z-index: 99;
    top: 0;
}

    .side-menu .dropdown-toggle::after {
        height: 100%;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 18px;
        right: auto;
        bottom: 0;
        position: absolute;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        color: #51555d;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .side-menu .nav a {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.6rem 2rem;
        margin-bottom: 1px;
        padding-left: 0;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .side-menu .nav a svg {
            opacity: 0.6;
            margin-left: 5px;
            width: 2rem;
        }

        .side-menu .nav a.category-label {
            color: rgba(255, 255, 255, 0.6);
            margin-top: 1rem;
            text-transform: uppercase;
            letter-spacing: 1.6px;
        }

        .side-menu .nav a[aria-expanded=true] {
            color: rgb(255, 255, 255);
        }

        .side-menu .nav a:hover {
            background-color: #0C2E6E;
        }

        .side-menu .nav a.active {
            color: rgb(255, 255, 255);
            font-family: 'DroidKufiBold';
            background-color: #0C2E6E;
        }

            .side-menu .nav a.active svg {
                opacity: 1;
                margin-left: 5px;
                width: 2rem;
            }

    .side-menu .nav ul a {
        padding: 0.8rem 3.3rem;
        padding-left: 0;
        color: rgba(255, 255, 255, 0.8);
    }

        .side-menu .nav ul a[aria-expanded=true] {
            background-color: #f0f0f0;
            color: rgb(255, 255, 255);
        }

            .side-menu .nav ul a[aria-expanded=true] + ul {
                background-color: transparent;
            }

                .side-menu .nav ul a[aria-expanded=true] + ul a {
                    background-color: transparent;
                }

                    .side-menu .nav ul a[aria-expanded=true] + ul a:hover {
                        background-color: rgba(0, 171, 132, 0.2);
                    }

        .side-menu .nav ul a.active {
            color: #212529;
            font-family: 'DroidKufiBold';
        }

    .side-menu .nav-item.show .nav-link svg,
    .side-menu .nav a:hover svg {
        color: #52aba2;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #52aba2;
    border-color: #dee2e6 #dee2e6 #fff;
}

.gridViewStyle a {
    font-size: 1.2rem;
    color: #a2a2a2;
}

    .gridViewStyle a.active,
    .gridViewStyle a[aria-selected=true] {
        color: #52aba2;
    }


/* .side-menu .nav a.active, .side-menu .nav ul a.active, .side-menu .nav ul a[aria-expanded="true"] + ul a.active {
    color: $accentColor;
    font-family: 'Bahij_TheSansArabicBold';
    background-color: $primaryVeryLight;
}*/

.side-menu {
    padding: 1.5rem 0;
}

    .side-menu .nav.vertical-nav-menu ul {
        -webkit-transition: all 400ms;
        transition: all 400ms;
        padding: 0 2rem 0 0;
        position: relative;
    }

        .side-menu .nav.vertical-nav-menu ul:before {
            content: "";
            height: 100%;
            opacity: 1;
            width: 2px;
            background: rgba(31, 174, 162, 0.2);
            position: absolute;
            right: 23px;
            top: 0;
            border-radius: 15px;
        }

        .side-menu .nav.vertical-nav-menu ul a:hover {
            color: #52aba2;
            background: rgba(31, 174, 162, 0.2);
        }

        .side-menu .nav.vertical-nav-menu ul a.active,
        .side-menu .nav.vertical-nav-menu ul a.selected-menu {
            color: #52aba2;
            background: rgba(31, 174, 162, 0.2);
            font-family: 'DroidKufiBold';
        }

    .side-menu .nav.vertical-nav-menu li a {
        display: block;
        line-height: 2.4rem;
        height: 2.4rem;
        padding: 0 10px 0 1.5rem;
        position: relative;
        border-radius: 0.25rem;
        color: #212529;
        white-space: nowrap;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin: 0.1rem 0;
        cursor: pointer;
    }

        .side-menu .nav.vertical-nav-menu li a i {
            opacity: 0.5;
        }

        .side-menu .nav.vertical-nav-menu li a.active {
            font-family: 'DroidKufiBold';
            color: #52aba2;
            background: rgba(31, 174, 162, 0.2);
        }

        .side-menu .nav.vertical-nav-menu li a[aria-expanded=false] {
            color: #212529;
            background: transparent;
        }

            .side-menu .nav.vertical-nav-menu li a[aria-expanded=false]:hover {
                color: #212529;
                background: rgba(31, 174, 162, 0.2);
            }

        .side-menu .nav.vertical-nav-menu li a:hover {
            color: #212529;
            background: rgba(31, 174, 162, 0.2);
        }

        .side-menu .nav.vertical-nav-menu li a[aria-expanded=true] {
            color: #212529;
            font-family: 'DroidKufiBold';
            background: transparent;
        }

            .side-menu .nav.vertical-nav-menu li a[aria-expanded=true]:hover {
                color: #212529;
                background: rgba(31, 174, 162, 0.2);
            }

            .side-menu .nav.vertical-nav-menu li a[aria-expanded=true].dropdown-toggle::after {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            .side-menu .nav.vertical-nav-menu li a[aria-expanded=true].active {
                color: #212529;
                font-family: 'DroidKufiBold';
                background: transparent;
            }

                .side-menu .nav.vertical-nav-menu li a[aria-expanded=true].active:hover {
                    color: #212529;
                    background: rgba(31, 174, 162, 0.2);
                }

        .side-menu .nav.vertical-nav-menu li a:hover,
        .side-menu .nav.vertical-nav-menu li a.active {
            cursor: pointer;
        }

            .side-menu .nav.vertical-nav-menu li a:hover i,
            .side-menu .nav.vertical-nav-menu li a.active i {
                opacity: 1;
            }

    .side-menu .nav.vertical-nav-menu i {
        width: 30px;
        margin-left: 7px;
        height: 30px;
        display: inline-block;
    }

.notifications-navbar {
    z-index: 1;
}

    .notifications-navbar ul.navbar-nav li.nav-item {
        cursor: pointer;
        border-radius: 0.25rem;
    }

        .notifications-navbar ul.navbar-nav li.nav-item:hover {
            background-color: #296483;
        }

@media only screen and (min-width: 1200px) {
    .side-menu {
        width: 320px;
    }

    .inner-main-div {
        width: calc(100% - 280px);
        margin-right: 280px;
    }
}

.nav-item.x-close {
    display: none;
}

.brand-mob {
    display: none;
}

.brand-web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

@media (max-width: 1200px) {
    .brand-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: -1;
        top: 0;
        padding: 1.2rem 1.5rem !important;
        padding: 1.2rem 0 !important;
    }

    .brand-web {
        display: none;
        z-index: -1;
    }

    .navbar {
        top: 0;
        z-index: 1 !important;
    }

        .navbar .container {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
            padding: 0;
        }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #navbarSupportedContent {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background-color: #52aba2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-top: 0;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

        #navbarSupportedContent .navbar-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            padding: 2rem;
            text-align: center;
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            height: 100%;
        }

            #navbarSupportedContent .navbar-nav .nav-item.add-border::after {
                content: none;
            }

            #navbarSupportedContent .navbar-nav .nav-link {
                font-size: 20px;
            }

                #navbarSupportedContent .navbar-nav .nav-link svg {
                    font-size: 1.2rem;
                }

        #navbarSupportedContent.show {
            left: 0;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        #navbarSupportedContent .nav-item.x-close {
            display: list-item;
        }

    .navbar-expand-lg #navbarSupportedContent .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-brand img {
        max-width: 160px;
    }

    .navbar-nav a img {
        margin-bottom: 0;
        max-width: 30px;
    }

    .notificationsBar {
        width: 100%;
    }

        .notificationsBar .nav-item {
            width: 16.66667%;
            position: initial;
        }

    .dropdown-menu {
        border: none;
        background-color: #fff;
        color: #fff;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
        font-size: 0.7rem;
    }

    .dropdown-item {
        color: #666;
    }
}

@media (max-width: 700px) {
    .brand-mob {
        padding: 1.2rem 1.5rem !important;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.customTabs {
    background-color: #52aba2;
}

.nav-link.customTabs {
    color: #52aba2;
}

.list-unstyled a.text-dark:hover {
    color: #52aba2 !important;
}

.haveSVG.nav-link.active svg g path {
    fill: white;
}

.admin {
    background-color: #FAFBFD;
    overflow: hidden;
}

    .admin .inner-main-div {
        top: 40px;
        padding-right: 380px;
        padding-left: 30px;
        background: none;
        direction: rtl;
        height: calc(100vh - 65px);
    }

.login-container .login {
    border-left: 1px solid #eee;
}

    .login-container .login img,
    .login-container .register img {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .login-container .login a:hover img,
    .login-container .register a:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

@media only screen and (max-width: 767px) {
    .login-nav {
        /*position:absolute !important;*/
    }

    .login-container {
        background-attachment: fixed;
        padding-top: 35px;
        padding-bottom: 35px;
        /*min-height: 100%;*/
        position: relative;
    }

        .login-container .login {
            border-left: none;
        }

    .login img,
    .register img {
        width: 100px !important;
    }
}

.inner-main-div {
    height: 100vh;
    width: calc(100% - 280px);
    margin-right: 280px;
    background-color: #F3F6F9;
}

    .inner-main-div .main-panel {
        padding: 2.5rem;
    }

    .inner-main-div .main-header {
        background-image: url("../images/inners/innerBackground.png");
        background-repeat: no-repeat;
        -o-object-fit: cover;
        object-fit: cover;
        background-size: cover;
        height: 124px;
    }

    .inner-main-div .main-section {
        height: calc(100vh - 124px);
        background-color: #ffffff;
        overflow-y: auto;
        /*.scroll-div{
      overflow-y:auto;
      height: 100%;
      width: 100%;
  }*/
    }

    .inner-main-div .main-footer {
        /*height: 10%;*/
        border-top: 1px solid #eee;
        background-image: url("../images/inners/innerBackground.png");
        background-repeat: no-repeat;
        -o-object-fit: cover;
        object-fit: cover;
        background-size: cover;
    }

@media only screen and (max-width: 767px) {
    .inner-main-div .main-footer,
    .inner-main-div .main-section,
    .inner-main-div .main-header {
        /*height: auto;*/
    }

    .inner-main-div .main-header {
        height: 130px;
    }

    .main-section {
        height: calc(100vh - 130px);
    }
}

.payment-method a img {
    opacity: 0.5;
    height: 23px;
}

.payment-method a {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .payment-method a:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .payment-method a:hover img {
            opacity: 0.7;
        }

    .payment-method a.active {
        border-color: #52aba2 !important;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .payment-method a.active img {
            opacity: 1;
        }

@media only screen and (min-width: 1200px) {
    .inner-main-div {
        width: calc(100% - 320px);
        margin-right: 320px;
    }
}

.main-scrollable-section {
    /*    transition: all .4s ease-in-out;
  */
    background-image: url("../images/Circle.svg");
    background-position-y: calc(100% - 295px);
    background-size: 100%;
    background-repeat: no-repeat;
}

    .main-scrollable-section::before {
        content: "";
        width: 100%;
        height: 300px;
        background-image: url("../images/bg-white.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        display: block;
        position: absolute;
        top: -300px;
    }

    .main-scrollable-section .top-content {
        width: 100%;
        height: 300px;
        position: absolute;
        top: -300px;
    }

.QA-icon {
    width: 70px;
}

.start-card,
.end-card {
    height: 175px;
}

    .start-card .title,
    .end-card .title {
        width: 175px;
        height: 175px;
        text-align: center;
    }

    .start-card .card,
    .end-card .card {
        background-color: #f2f2f2;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

    .start-card.active,
    .end-card.active {
        width: auto;
    }

        .start-card.active .card,
        .end-card.active .card {
            background-color: #52aba2;
            color: #fff;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .start-card .card,
    .end-card .card {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .start-card .brief,
    .end-card .brief {
        height: 175px;
        width: calc(100% - 175px);
        display: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .start-card .brief.show,
        .end-card .brief.show {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .start-card .carousel-item-next,
    .start-card .carousel-item-prev,
    .start-card .carousel-item.active,
    .end-card .carousel-item-next,
    .end-card .carousel-item-prev,
    .end-card .carousel-item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .start-card .carousel-control-next,
    .start-card .carousel-control-prev,
    .end-card .carousel-control-next,
    .end-card .carousel-control-prev {
        width: 30%;
    }

    .start-card .carousel-control-prev-icon,
    .end-card .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .start-card .carousel-control-next-icon,
    .end-card .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

@media only screen and (min-width: 1024px) {
    .QA-content {
        padding-right: 120px;
    }
}

@media only screen and (max-width: 1100px) {
    .main-scrollable-section::before {
        height: 180px;
        top: -178px;
        z-index: 0;
    }

    .main-scrollable-section .top-content {
        height: 180px;
        top: -180px;
        z-index: 0;
    }

    .QA-icon {
        width: 45px;
    }

    .start-card,
    .end-card {
        height: 230px;
    }

        .start-card .title,
        .end-card .title {
            width: 140px;
            height: 230px;
            text-align: center;
        }

        .start-card .brief,
        .end-card .brief {
            height: 230px;
            width: calc(100% - 180px);
        }
}

@media only screen and (max-width: 767px) {
    .main-scrollable-section {
        background-position-y: calc(100% - 550px);
    }
}

@media only screen and (max-width: 980px) {
    .start-card .brief,
    .end-card .brief {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .start-card,
    .end-card {
        height: unset;
    }

        .start-card .title,
        .end-card .title {
            height: unset;
        }

    .custom-height {
        height: 100% !important;
    }
}

.side-menu-cust .side-menu {
    background-color: rgba(31, 174, 162, 0.2);
    height: 100vh;
    top: 0;
    position: relative;
    overflow-y: hidden;
}

    .side-menu-cust .side-menu .nav a[aria-expanded=true] {
        background-color: rgba(31, 174, 162, 0.2);
    }

        .side-menu-cust .side-menu .nav a[aria-expanded=true] + ul {
            background-color: rgba(31, 174, 162, 0.2);
        }

    .side-menu-cust .side-menu .nav a.active[aria-expanded=true] {
        background-color: rgba(31, 174, 162, 0.2);
    }

        .side-menu-cust .side-menu .nav a.active[aria-expanded=true] + ul {
            background-color: rgba(31, 174, 162, 0.2);
        }

    .side-menu-cust .side-menu .nav-link.active {
        background-color: rgba(31, 174, 162, 0.2);
    }

    .side-menu-cust .side-menu .nav-item.show .nav-link,
    .side-menu-cust .side-menu .nav a:hover {
        background-color: rgba(31, 174, 162, 0.2);
    }

    .side-menu-cust .side-menu .nav ul a {
        padding: 0.2rem 2.3rem;
    }

.cnpInstallmentingCheckoutWrapper {
    position: relative;
}

.cnpInstallmentingCheckoutHeader {
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.cnpInstallmentingCheckoutLeft {
    width: 240px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.cnpInstallmentingCheckoutRight {
    width: 50%;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.cnpInstallmentingCheckoutOrange {
    font-size: 110%;
    color: rgb(255, 60, 22);
    font-weight: bold;
}

div.wpwl-wrapper,
div.wpwl-label,
div.wpwl-sup-wrapper {
    width: 100%;
}

div.wpwl-group-expiry,
.wpwl-container.wpwl-container-card div.wpwl-group-brand {
    width: 30%;
    float: right;
}

div.wpwl-group-cvv {
    width: 68%;
    float: right;
    margin-right: 2%;
}

div.wpwl-group-cardHolder,
div.wpwl-sup-wrapper-street1,
div.wpwl-group-expiry {
    clear: both;
}

div.wpwl-sup-wrapper-street1 {
    padding-top: 1px;
}

.wpwl-container.wpwl-container-card div.wpwl-wrapper-brand {
    width: auto;
}

div.wpwl-sup-wrapper-state,
div.wpwl-sup-wrapper-city {
    width: 32%;
    float: right;
    margin-left: 2%;
}

div.wpwl-sup-wrapper-postcode {
    width: 32%;
    float: right;
}

div.wpwl-sup-wrapper-country {
    width: 66%;
}

.wpwl-container.wpwl-container-card div.wpwl-wrapper-brand,
.wpwl-container.wpwl-container-card div.wpwl-label-brand,
.wpwl-container.wpwl-container-card div.wpwl-brand {
    display: none;
}

div.wpwl-group-cardNumber {
    width: 60%;
    float: right;
    font-size: 13px;
}

.wpwl-container.wpwl-container-card div.wpwl-group-brand {
    width: 40%;
    float: left;
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.wpwl-container.wpwl-container-card div.wpwl-brand-card {
    width: 65px;
}

.wpwl-container.wpwl-container-card div.wpwl-brand-custom {
    margin: 0px 5px;
    background-image: url("https://oppwa.com/v1/paymentWidgets/img/brand.png");
}

.wpwl-registration {
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wpwl-group-registration {
    border-radius: 0.25rem;
}

.wpwl-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.wpwl-button-pay {
    border-color: #3b845c;
    background-color: #3b845c !important;
    font-size: 13px;
    padding: 0.6rem 2.14rem;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin: 0.375rem;
    border: 0;
    border-radius: 0.125rem;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.wpwl-form {
    margin: 0 0 0 auto;
    max-width: 40em;
}

.wpwl-wrapper-registration .btn-danger {
    width: auto !important;
    padding: 5px 15px;
    font-size: 12px;
}

.wpwl-button-pay {
    float: right;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DroidKufiRegular';
    min-height: 100vh;
    direction: rtl;
    font-size: 0.85rem;
    text-align: right;
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    padding-top: 60vh;
}

@media only screen and (min-width: 1921px) {
    body {
        padding-top: 70vh;
    }
}

body.home-body {
    padding-top: calc(92vh + 300px);
}

input {
    font-family: revert;
}

.page-link,
a {
    color: #52aba2;
}

    .page-link:hover,
    a:hover {
        color: #296483;
    }

        .page-link:hover h5,
        a:hover h5 {
            color: #296483;
        }

.inner-pages + .container {
    padding-top: 5rem;
}

@media only screen and (max-width: 1100px) {
    body {
        padding-top: 36vh;
    }

        body.home-body {
            padding-top: calc(92vh + 180px);
        }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 38vh;
    }

    .seperator {
        display: block;
    }
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ddd;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

* {
    overflow-wrap: break-word;
}

.fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 1024px) {
    .mobileAlert {
        display: none;
    }

    .webContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 1023px) {
    .webContent {
        display: none;
    }

    .mobileAlert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.homeIcon {
    background-image: url("../images/home.svg");
}

.navbar-brand {
    padding: 0;
}

.navbar {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.2rem 2.5rem;
    background-color: #fff;
}

    .navbar .nav-link {
        color: #ffffff;
        border-bottom: 2px solid transparent;
        /*background-color: transparent !important;*/
    }

        .navbar .nav-link:hover,
        .navbar .nav-link:focus,
        .navbar .nav-link.active {
            /*color: $accentColor !important;
  border-bottom: 2px solid $accentColor;*/
            /*background-color: transparent !important;*/
        }

    .navbar .navbar-nav .nav-item.add-border::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-item.add-border .nav-link {
        display: inline-block;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link.active {
        font-weight: bold;
    }

    .navbar .dropdown-menu {
        right: auto;
        left: 0;
        width: 300px;
    }

        .navbar .dropdown-menu a {
            padding: 7px 10px;
            font-size: 12px;
        }

    .navbar .btn.btn-sm {
        padding: 0.5rem 0;
        width: 100px;
    }

.main-menu {
    padding-right: 80px;
}

.navbar {
    /*border-bottom: 1px solid #eee;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    width: 100%;
    background-color: #fff;
    /*padding: 0 34px;*/
}

    .navbar .nav-link {
        color: #ffffff;
        border-bottom: 2px solid transparent;
        /*background-color: transparent !important;*/
        /*  &:hover, &:focus, &.active {
      color: $accentColor !important;
      border-bottom: 2px solid $accentColor;
      background-color: transparent !important;
  }
    */
    }

    .navbar .notify-badge {
        left: 10px;
        top: 0;
        padding: 0.18rem;
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

.notifications .dropdown-menu {
    width: 300px;
}

.notifications #notificationsBodyItems {
    max-height: 250px;
    overflow-y: auto;
}

.notifications .dropdown-item {
    white-space: normal !important;
    margin-bottom: 0.25rem;
}

    .notifications .dropdown-item:hover,
    .notifications .dropdown-item:focus,
    .notifications .dropdown-item.active,
    .notifications .dropdown-item:active {
        background-color: rgba(31, 174, 162, 0.5);
    }

    .notifications .dropdown-item.new {
        background-color: rgba(31, 174, 162, 0.2);
    }

        .notifications .dropdown-item.new:hover,
        .notifications .dropdown-item.new:focus,
        .notifications .dropdown-item.new.active,
        .notifications .dropdown-item.new:active {
            background-color: rgba(31, 174, 162, 0.5);
        }

        .notifications .dropdown-item.new .notificatin-text {
            font-family: 'DroidKufiBold' !important;
        }

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .navbar .nav-link {
        font-size: 14px;
    }

    .navbar .navbar-collapse {
        background-color: #fff;
        margin-top: 10px;
        padding: 0 10px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .navbar.navbar-dark .breadcrumb .nav-item .nav-link,
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
    }

    .admin .navbar {
        height: auto;
        z-index: 98;
    }

    .admin .main-menu {
        padding-right: 0;
    }

    .admin .inner-main-div {
        top: 0;
        margin-right: 0;
        padding: 1rem;
        overflow-y: visible;
    }
}

@media only screen and (max-width: 767px) {
    .admin .side-menu {
        width: 80%;
    }

    .admin .notifications .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .navbar .navbar-collapse {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        /*
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    padding: 1rem 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #eee;
    flex-direction: column;
    right: 0;
    left: 0;
    top: 75px; */
    }

    .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-brand img {
        width: 100px;
    }

    .navbar .navbar-collapse .dropdown-menu {
        background-color: transparent;
        border: none;
    }

    .navbar .navbar-collapse .dropdown-item {
        padding: 0.25rem 1.5rem;
    }

    .navbar .navbar-collapse .dropdown-toggle {
        position: relative;
    }

        .navbar .navbar-collapse .dropdown-toggle::after {
            /* display: flex; */
            margin-right: 0.255em;
            top: 17px;
            height: 0.255em;
            /* align-items: center; */
            vertical-align: 0.255em;
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            border-top: 0.3em solid;
            border-left: 0.3em solid transparent;
            border-bottom: 0;
            border-right: 0.3em solid transparent;
        }

    .user-menu .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

footer {
    width: 100%;
    padding: 1.2rem 2.5rem;
}

    footer.footer-copyright {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 0.5rem 2.5rem;
    }

    footer ul li {
        margin-bottom: 5px;
        color: #777;
    }

    footer .page-link,
    footer a {
        color: #52aba2 !important;
        text-decoration: none;
    }

        footer .page-link:hover,
        footer .page-link.active,
        footer .page-link:focus,
        footer a:hover,
        footer a.active,
        footer a:focus {
            color: #52aba2 !important;
        }

    footer a {
        padding-left: 20px;
    }

    footer img {
        max-height: 25px;
        max-width: 55px;
    }

@media only screen and (max-width: 768px) {
    footer {
        /*   a {
           padding-right: 10px;
           padding-left: 10px;
       }*/
    }

        footer img {
            max-height: 25px;
            max-width: 30px;
            margin-bottom: 10px;
        }
}

footer {
    font-size: inherit !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DroidKufiRegular';
    min-height: 100vh;
    direction: rtl;
    font-size: 0.85rem;
    text-align: right;
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    padding-top: 60vh;
}

@media only screen and (min-width: 1921px) {
    body {
        padding-top: 70vh;
    }
}

body.home-body {
    padding-top: calc(92vh + 300px);
}

input {
    font-family: revert;
}

.page-link,
a {
    color: #52aba2;
}

    .page-link:hover,
    a:hover {
        color: #296483;
    }

        .page-link:hover h5,
        a:hover h5 {
            color: #296483;
        }

.inner-pages + .container {
    padding-top: 5rem;
}

@media only screen and (max-width: 1100px) {
    body {
        padding-top: 36vh;
    }

        body.home-body {
            padding-top: calc(92vh + 180px);
        }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 38vh;
    }

    .seperator {
        display: block;
    }
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ddd;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

* {
    overflow-wrap: break-word;
}

.fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 1024px) {
    .mobileAlert {
        display: none;
    }

    .webContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 1023px) {
    .webContent {
        display: none;
    }

    .mobileAlert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.homeIcon {
    background-image: url("../images/home.svg");
}
