﻿:root {
  --animate-delay: 0.5s;
  --bs-primary: #056a37;
  --bs-primary-hover: #38a16c;
  --bs-secondry: #bb8d2d;
  --bs-secondry-hover: #cea243;
  --bs-bog-bg: #e8e8e8;
  --bs-white: #fff;
  --bs-bog-border-color: rgba(0, 0, 0, 0.125);
  --bs-bog-box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
  --bs-bog-linear-gradient: linear-gradient(0deg, rgba(19, 106, 54, 1) 0%, rgba(45, 159, 91, 1) 100%);
  --bs-bog-linear-gradient-light: linear-gradient(0deg, rgb(216, 216, 216) 0%, rgb(245, 245, 245) 100%);
  --bs-input-border: #abb9ad;
  --bs-iput-bg: #fff;
  --bs-inpout-color: #464646;
  --bs-focus-shadow: 0 0 0 0.25rem rgb(35 139 40 / 25%);
  --bs-focus-border: #83bd8c;
  --bs-white-gradient: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  --bs-text-shadow: 2px 2px 10px #353535;
  --bs-bog-font: "bog-font";
  --bs-bog-font-b: "bog-font-bold";
  --bs-bog-dark-bg: #444444;
  --bs-bog-br: 0.5rem;
  --bs-bog-box-shadow-hover: rgba(65, 69, 88, 0.1) 0px 7px 18px 0px, rgba(0, 0, 0, 0.2) 0px 6px 10px 0px;
}


/*FONTS*/

@font-face {
    font-family: 'bog-font';
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidKufi-Regular.woff') format('woff'),
         url('../fonts/DroidKufi-Regular.ttf') format('truetype'),
         url('../fonts/droidroidkufi-regular.svg#droid_arabic_kufiregular') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'bog-font-bold';
    src: url('../fonts/ge_ss_two_ligh.tot');
    src: url('../fonts/ge_ss_two_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ge_ss_two_light.woff') format('woff'),
         url('../fonts/ge_ss_two_light.ttf') format('truetype'),
         url('../fonts/ge_ss_two_light.svg#ge_ss_twolight') format('svg');
    src: url("../fonts/GE_SS_Two_Light.otf") format("opentype");
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'MOHAND';
    src: url('../fonts/mohammad_bold_art_1.eot');
    src: url('../fonts/mohammad_bold_art_1.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mohammad_bold_art_1.woff') format('woff'),
         url('../fonts/mohammad_bold_art_1.ttf') format('truetype'),
         url('../fonts/mohammad_bold_art_1.svg#mohammad_bold_art_1regular') format('svg');
     src: url("../fonts/mohammad_bold_art_1.ttf") format("opentype");
    /*font-weight: normal;
    font-style: normal;*/

}
/*FONTS*/


body {
  direction: rtl !important;
  text-align: right;
  min-height: calc(79vh - 70px);
  background-color: var(--bs-white);
  background-image: url(../img/bg_login_top.jpg);
  margin: 0;
  padding: 0;
   background-repeat: no-repeat;
  font-family: var(--bs-bog-font);
}
header {
    position: relative;
    z-index: 9999;
}

.btn-link {
  background: none !important;
  border: none;
  cursor: pointer;
}

.btn-link:focus {
  background: none !important;
  border: none;
  cursor: pointer;
}

.transition-effect {
  transition: 0.3s all ease;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
  font-size: 120%;
  font-weight: 700;
}

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: 700;
}

.form-group.required .control-label:after {
  content: " *" !important;
  color: red !important;
}

.notyf__toast {
  max-width: auto !important;
  min-width: 600px !important;
}
.notyf__icon {
  margin-left: 13px;
}
.bg-dark {
  /* background-color: #136936 !important; */
  padding: 0;
  background-color: #252525;
  background-image: url(../pattern-10.png);
  background-size: 50px;
  color: var(--bs-white);
  margin-bottom: 30px;
}

.footer {
  background-color: #252525;
  /*background-image: url(../pattern-10.png);*/
  background-size: 50px;
  color: var(--bs-white);
  bottom: 0;
  position: fixed;
  width: 100%;
}

.overlay {
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.center-div {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}

.spinner {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.8;
}

.inner-div {
  border-radius: 15px;
  margin: auto;
  padding: 2%;
  width: 150px;
}

/*.container {"bog-font-bold"
    background-color: var(--bs-white);
    padding: 15px;
    min-height: calc(69vh - 70px);
    overflow-x: hidden;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    min-width: 992px !important;
    
}*/

#content .container {
  background-color: var(--bs-white);
  padding: 15px;
  overflow-x: hidden;
  margin-top: 10px;
  border: 1px solid var(--bs-bog-border-color);
  box-shadow: var(--bs-bog-box-shadow);
  border-radius: 10px;
}
.logo-container {
  max-width: 1140px;
  min-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  border-radius: 10px;
}

.centered {
  justify-content: center;
  align-items: center;
  height: inherit;
  min-height: calc(69vh - 70px);
}

.services {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    max-width: 100%;
    width: calc(100% - 60px);
}
    .services .transition-effect {
        width: 100%;
        cursor: pointer;
    }

    .service-item {
        min-height: 200px;
        background: #136936;
        margin: 10px;
        max-width: 250px;
        min-width: 200px;
        cursor: pointer;
        /* flex-shrink: 1; */
    }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    align-content: center;
    grid-gap: 30px;
    width:100%;
}
    .services-grid .transition-effect {
        min-height: 100%;
        transition: 0.2s;
       
    }
        .services-grid .transition-effect:hover
        {
           transform:scale(1.1);
        }
        .services-grid .transition-effect .main-links-title {
            text-align: center;
            padding: 3px;
        }
        .services-grid .transition-effect .main-links-icon
        {
            font-size:30px;
        }
        .services-grid .transition-effect:hover .main-links-title {
            padding: 3px;
        }
    .inline-form {
        width: 10%;
        display: inline;
        cursor: pointer;
    }

.btn-primary {
  /*background-color: var(--bs-primary);*/
  background-color: #084838;
  color: white;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: var(--bs-primary);
        color: white;
    }
.btn-secondary {
    background-color: #a99b78;
    color: white;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        background-color: var(--bs-secondry);
        color: white;
        border: 1px solid var(--bs-secondry) !important;
    }

h4:before {
  font-family: FontAwesome;
  content: "\f0d9";
  padding: 10px;
  width: 10px;
  display: inline;
}

/*main-links*/
.main-links a {
  background-color: #126c37;
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  color: var(--bs-white) !important;
  text-align: center;
}

.main-links a:hover {
  background-color: #0a5027;
}

.main-links span {
  display: block;
}

.main-links-icon {
  font-size: 60px;
  padding: 12px 10px;
  width: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.main-links-title {
  padding: 0px 15px;
  text-align: right;
  transition: 0.3s;
}

.form-group.required .control-label:after {
  content: " *" !important;
  color: red !important;
}
/* New Design 2022*/
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: var(--bs-bog-font-b);
  letter-spacing: -1px;
}
.animBog {
  transition: 0.3s ease-in-out;
}
nav.bg-bog {
  /*background-color: #555;*/
  background-image: linear-gradient(to right, rgba(0,255,0,0),rgba(0,255,255,1));
  background-image: url("../img/pattern-10.png");
  background-size: 50px;
  color: var(--bs-white);
  margin-bottom: 30px;
  padding: 0;
}
    nav.bg-bog .nav-link {
        color: var(--bs-white);
        font-size: 14px;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

nav.bg-bog .nav-link-text {
  font-family: var(--bs-bog-font-b);
  /*background-color: var(--bs-primary);*/
  background-color: #0c7564;
  padding: 5px 10px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 0.25rem;
  border: 2px solid var(--bs-primary-hover);
}
nav.bg-bog .nav-link-text:hover {
  background-color: var(--bs-primary-hover);
}
nav.bg-bog .nav-link-text .bi {
  font-size: 20px;
  margin-left: 12px;
  line-height: 20px;
  font-weight: 700;
}
nav.bg-bog .nav-link-text:hover .bi {
  margin-left: 6px;
  margin-right: 6px;
}
nav.bg-bog .navbar-nav .nav-link {
  position: relative;
}
nav.bg-bog .navbar-nav .nav-link:not(.logout)::before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--bs-white);
  transform: translate(-50%, 0%);
  transition: 0.2s ease-in-out;
}
nav.bg-bog .navbar-nav .nav-link:hover::before {
  width: 100%;
}
nav.bg-bog .navbar-nav .nav-link.logout {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
nav.bg-bog .navbar-nav .nav-link.logout:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary) !important;
}
nav.bg-bog .navbar-nav .nav-link.logout::after {
  margin-right: 0;
}
nav.bg-bog .navbar-nav .nav-link.logout:hover::after {
  border-top: 0.3em solid var(--bs-primary);
}
/*.dropdown:hover .dropdown-menu {
  display: block !important;
}*/
footer {
  background-color: #084838;
  background-image: url("../img/w-logo.png"); 
  background-repeat: repeat-y;
  background-size: 80px;
  color: var(--bs-white);
}
.flex-center {
  align-items: center;
  align-content: center;
}
.float-section {
  min-height: calc(100vh - 316px);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bs-white);
  border: 1 solid var(--bs-bog-border-color);
  box-shadow: var(--bs-bog-box-shadow);
}
.bg-card-gradient {
  background-image: var(--bs-bog-linear-gradient-light);
  background-size: 50%;
  position: relative;
  min-height: 530px;
}
    .bg-card-gradient::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-image: url(../img/login_bg.jpg);
        background-size: 880px;
        left: 0;
        top: 0;
        opacity: 0.9;
        background-position: -240px;
        background-repeat: no-repeat;
    }

.bg-card-gradient_school {
  background-image: var(--bs-bog-linear-gradient-light);
  background-size: 50%;
  position: relative;
  min-height: 530px;
}
.bg-card-gradient_school::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-image: url(../img/img-04-2.png);
        background-size: 880px;
        left: 0;
        top: 0;
        opacity: 0.9;
        background-position: -240px;
        background-repeat: no-repeat;
    }

.sign {
  width: 120px;
  height: 120px;

  position: relative;
  z-index: 0;
}
.sign::before {
  content: "";
  background-color: var(--bs-white);
  opacity: 0.3;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  z-index: -1;
  border-radius: 100%;
}
.sign::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 170%;
  height: 170%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url("../img/logo_css.png");
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-inpout-color);
  background-color: var(--bs-iput-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-input-border);
  box-shadow: var(--bs-bog-box-shadow);
  position: relative;
  border-radius: var(--bs-bog-br);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bs-focus-border);
  box-shadow: var(--bs-focus-shadow);
}
.form-select {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
  );
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-focus-border);
}
.login-form {
    max-width: 330px;
    width: calc(100% - 60px);
}
    .login-form .login-form
    {
        width:100%;
    }
.btn {
     border: 1px solid transparent;
     box-shadow: var(--bs-bog-box-shadow);

    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.575rem 0.75rem;
    border-radius: var(--bs-bog-br);
}
.dropdown-menu .btn {
    background-color: transparent;
    box-shadow:none;
    border-radius: 0;
}
    .dropdown-menu .btn:hover {
        border: 1px solid transparent;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin:0 8px;
}
.dropdown-menu .user-fullname {
    margin-bottom: 5px;
    font-size: 20px;
    color:var(--bs-white);
}
.dropdown-menu .user-pos {
    font-size: 10px;
    padding: 2px 0px;
    color: var(--bs-white);
}
.btn i {
    margin-left: 0.5rem;
    transition: 0.3s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  width: 0px;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
  /* inset: -1px;
  --_g: conic-gradient(at 50% 25%, rgb(0 0 0/68%) 75%, #0000 0) no-repeat;
  background-image: var(--_g) 0 calc(34% - var(--_p, 0%)) / 50.1% 400;
  transition: 05s linear; */
}
.btn:hover {
  border: 1px solid var(--bs-input-border);
  box-shadow: var(--bs-bog-box-shadow-hover);
}
.btn:hover i {
  margin-left: 0.75rem;
}
.btn.value::after {
  transform: scale(-1);
}
.btn:hover::after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  filter: brightness(3);
  /* --_p: 134%; */
}
.forget-pass {
  text-decoration: none;
  color: var(--bs-primary);
  transition: 0.3s ease-in-out;
  font-family: var(--bs-bog-font-b);
}
.forget-pass:hover {
  color: var(--bs-primary-hover);
  text-decoration: underline;
}
.text-shadow {
  text-shadow: var(--bs-text-shadow);
}
.main-links-icon img {
  display: inline-block;
  max-width: 80px;
  height: 60px;
  transition: 0.3s;
}
.transition-effect {
  text-decoration: none;
  color: var(--bs-primary);
  font-family: var(--bs-bog-font-b);
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: var(--bs-bog-br);
  box-shadow: var(--bs-bog-box-shadow);
  width: 100%;
  margin: 15px 0;
}
.transition-effect::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: var(--bs-white);
  top: 0;
  left: 0;
  content: "";
  opacity: 1;
  z-index: -1;
  opacity: 1;
}
.transition-effect:hover {
  color: var(--bs-primary-hover);
  box-shadow: var(--bs-bog-box-shadow-hover);
}
.transition-effect:hover::before {
  color: var(--bs-white);
  opacity: 0.9;
}
.transition-effect:hover .main-links-title {
  padding: 0px 20px 0 10px;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-white);
  position: relative;
  margin: 0;
  font: inherit;
  color: var(--bs-primary);
  width: 0.8em;
  height: 0.8em;
  border: 0.15em solid var(--bs-primary);
  border-radius: 50%;
  transform: translateY(-0.075em);
  position: relative;
  place-content: center;
  margin-left: 16px;
  
}
input[type="radio"]:checked {
  border: 0.15em solid var(--bs-white);
}
    input[type="radio"]::before {
        content: "";
        width: 0.75em;
        height: 0.75em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--bs-white);
        /* Windows High Contrast Mode */
        background-color: var(--bs-white);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.1s;
        outline: max(3px, 0.15em) solid var(--bs-primary);
        outline-offset: max(2px, 0.15em);
        width: 0.85em;
        height: 0.85em;
    }

    input[type="radio"]:checked::before {
        box-shadow: inset 1em 1em var(--bs-primary);
        outline: max(3px, 0.15em) solid var(--bs-primary);
        outline-offset: max(2px, 0.15em);
        background-color: var(--bs-white);
        z-index: 999;
        width: 0.85em;
        height: 0.85em;
    }
input[type="radio"] + span {
  margin-left: 26px;
}
.icon-item {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  font-size: 1.675rem;
  box-shadow: var(--bs-bog-box-shadow);
  color: var(--bs-white);
}
.flex-1 {
  flex: 1;
}
.alert {
  box-shadow: var(--bs-bog-box-shadow);
}
    .alert ul {
        counter-reset: section;
        list-style:none;
    }
        .alert ul li {
            counter-increment: section-counter;
            position: relative;
            margin-bottom: 0.7em;
            font-size: 12px;
        }
            .alert ul li::before {
                content: counter(section-counter) "." ;
                position: absolute;
                top: -7px;
                right: -2.5em;
                /* background: var(--bs-primary);
            color: var(--bs-white);*/
                color: var(--bs-primary);
                width: 2em;
                height: 2em;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
                font-family: "bog-font-bold";
                /*  border: 2px solid var(--bs-white);*/
            }
            .alert ul li::after {
                content: "";
                position: absolute;
                top: 0px;
                right: -2.5em;
                border-bottom:2px solid var(--bs-primary);
                color: var(--bs-white);
                width: 20px;
                height: 15px;
                
                border-radius: 3px;
                
            }
    .alert .validation-summary-errors ul li::before {
        /*content: counter(section-counter) ".";*/
        content:"";
        position: absolute;
        top: -7px;
        right: -2.5em;
        /* background: var(--bs-primary);
            color: var(--bs-white);*/
        color: #dc3646;
        width: 0em;
        height: 0em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        font-family: "bog-font-bold";
        /*  border: 2px solid var(--bs-white);*/
    }
    .alert .validation-summary-errors ul li::after {
        content: "";
        position: absolute;
        top: 0px;
        right: -2.5em;
        border-bottom: 0px solid #dc3646 !important;
        color: var(--bs-white);
        width: 0px;
        height: 0px;
        border-radius: 3px;
    }
    .alert .validation-summary-errors ul {
        padding-inline-start: 0px;
    }


    .bg-bog-secondry {
        background-color: var(--bs-secondry);
    }
.bg-bog-primary {
  background-color: var(--bs-primary);
}
.large-text {
  font-size: 2rem;
  width: auto;
  height: auto;
  padding: 7px 16px;
}
.large-sm-text {
  font-size: 1.5rem;
  width: auto;
  height: auto;
  padding: 7px 16px;
}
.hometitle {
  line-height: 3rem;
}
h3.hometitle {
  font-size: 1.75rem;
  color: var(--bs-primary);
}
h5.hometitle {
  font-size: 1.5rem;
  color: var(--bs-secondry);
}
.navbar-toggler-humburger-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 2px solid var(--bs-primary-hover) !important;
  background-color: var(--bs-primary) !important;
}

.navbar-toggler-humburger-icon:focus,
.navbar-toggler-humburger-icon:hover {
  background-color: var(--bs-primary) !important;
}

.navbar-toggle-icon {
  position: relative;
  height: 0.125rem;
  width: 1.25rem;
  transition: all 0.2s ease-in-out;
  display: block;
  top: -0.3125rem;
  padding-right: 0;
}

.navbar-toggle-icon .toggle-line {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-white);
}

.navbar-toggle-icon:after,
.navbar-toggle-icon:before {
  content: "";
  position: absolute;
  height: 0.125rem;
  background-color: var(--bs-white);
  left: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  width: 100%;
}

.navbar-toggle-icon:before {
  top: 0.3125rem;
}

.navbar-toggle-icon:after {
  top: 0.625rem;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(5 106 55 / 25%);
}
.modal-body {
  padding: 1rem 0 !important;
}
.modal-content {
  padding: 1rem !important;
}
.logged-out-page
{
    color:var(--bs-primary);
}/**/
.login-form .form-check .form-check-input {
   margin-top:8px;
   cursor:pointer;
}
/**/
@keyframes hovereff {
    0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}
.card-Unify {
    width: calc(100% - 64px);
    padding: 15px;
    position: relative;
    
    background:var(--bs-bog-bg);
    word-wrap: break-word;
    background-color: var(--bs-white);
    border: 1 solid var(--bs-bog-border-color);
    box-shadow: var(--bs-bog-box-shadow);
    margin:30px auto;
}
    .card-Unify h5 {
        color: var(--bs-primary);
        padding:10px;
    }
    .card-Unify ul
    {
        list-style:none;
    }
        .card-Unify ul li
        {
            padding:7px 0;
        }
.logged-out-page h1 {
    font-family: var(--bs-bog-font-b);
    color: var(--bs-primary);
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 0.25rem;
    padding: 15px;
}

    .logged-out-page h1::before {
        content: "\F1C2";
        font-family: bootstrap-icons !important;
        font-size: 26px;
        display: flex;
        border-radius: 50px;
        background-color: var(--bs-primary);
        color: var(--bs-bog-bg);
        width: 60px;
        height: 60px;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        box-shadow:var(--bs-bog-box-shadow);
        margin-bottom:15px;
        padding-right:5px;
    }
#dvIamLogin > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: var(--bs-bog-box-shadow);
    background: #e8e8e8;
    padding: 0px 10px;
    text-align: right;
    font-size: 12px;
    color: var(--bs-primary);
    transition: 0.3s;
    border-radius: 7px;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #e8e8e8;
}
    #dvIamLogin > a::before {
        content: "";
        min-width: 1%;
        min-height: 30px;
        display: inline-block;
        background-size: contain;
        /*margin-left: 10px;*/
        transition: 0.3s;
    }
    #dvIamLogin > a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--bs-white);
        width: 0px;
        height: 100%;
        opacity: 0;
        transition: 0.3s ease-in-out;
        z-index: -1;
    }
    #dvIamLogin > a:hover {
        color: var(--bs-primary-hover);
        box-shadow: var(--bs-bog-box-shadow-hover);
        border: 1px solid #b2b2b2;
    }
        #dvIamLogin > a:hover::before
        {
            margin-left:1px;
        }
        #dvIamLogin > a:hover::after {
            opacity: 0.5;
            width: 100%;
            height: 100%;
            filter: brightness(3);
        }



#dvIamLoginSingle.btn-only > a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: var(--bs-bog-box-shadow);
    background: #e8e8e8;
    padding: 30px 10px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-primary);
    transition: 0.3s;
    border-radius: 7px;
    margin-top: 1.5rem;
    position: relative;
    overflow: visible;
    z-index: 2;
    border: 1px solid #e8e8e8;
    min-width: 250px;
}

    #dvIamLoginSingle.btn-only > a::before {
        content: "";
        min-width: 64px;
        min-height: 64px;
        display: inline-block;
        background: url('../img/nafaz-logo.png') no-repeat center;
        background-size: contain;
        margin-top: 10px;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    #dvIamLoginSingle.btn-only > a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--bs-white);
        width: 0px;
        height: 100%;
        opacity: 0;
        transition: 0.3s ease-in-out;
        z-index: -1;
    }

    #dvIamLoginSingle.btn-only > a:hover {
        color: var(--bs-primary-hover);
        box-shadow: var(--bs-bog-box-shadow-hover);
        border: 1px solid #c8c8c8;
    }

        #dvIamLoginSingle.btn-only > a:hover::before {
            transform: scale(1.3);
        }

        #dvIamLoginSingle.btn-only > a:hover::after {
            opacity: 0.5;
            width: 100%;
            height: 100%;
            filter: brightness(3);
        }

.dropdown-menu.user-logout-dropdown {
    position: absolute;
    background-color: #5d5d5d;
    left: 50%;
    transform: translate(-50%, 0px);
    min-width: 350px;
    z-index: 1000;
    padding: 15px 0px;
    top: auto;
    right: auto;
}
.user-logout-dropdown .dropdown-item
{
    color:var(--bs-white);
    cursor:pointer;
}
    .user-logout-dropdown .dropdown-item:hover,
    .user-logout-dropdown .dropdown-item:active
    {
        background-color:var(--bs-bog-dark-bg);
    }
.main-links-icon:has(.fa-ceo) svg
{
    display:none;
}
.main-links-icon:has(.fa-ceo):before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23056a37' d='M26.3 16.6c0.1 0.1 0.2 0.1 0.3 0.1c1.1 0 2.3 0.2 3.4 0.4c1.3 0.2 2.4 0.6 3.6 1c0.5 0.2 0.9 0.4 1.4 0.6c0.9 0.4 1.8 0.8 2.8 0.6c0.1 0.1 0.2 0.1 0.3-0.1c0.6-0.1 1.1-0.3 1.6-0.5c1.4-0.4 2.5 0.1 2.7 1.5c0.1 0.8-0.5 1.5-1.3 1.8c-0.6 0.2-1.2 0.5-1.9 0.6c-0.2 0-0.2 0.1-0.1 0.3c0.4 0.6 0.7 1.2 1 1.8c0.4 0.8 0.9 1.6 1.3 2.4c0.3 0.6 0.6 1.1 0.9 1.7c0.4 0.8 0.9 1.6 1.3 2.4c0.4 0.7 0.8 1.5 1.2 2.2c0.1 0.2 0.2 0.3 0.5 0.3c0.2 0 0.4 0 0.6 0c0.4 0 0.6 0.4 0.6 0.7c-0.3 1.3-1 2.2-2.1 3c-0.5 0.4-1.1 0.8-1.7 1c-0.6 0.3-1.3 0.5-2 0.6c-0.6 0.2-1.2 0.3-1.9 0.3c-0.1 0-0.2-0.1-0.2 0c-1.3 0.1-2.6 0-3.8-0.2c-1.1-0.3-2.3-0.6-3.3-1.3c-0.6-0.4-1.1-0.8-1.6-1.2c-0.6-0.6-1.1-1.4-1.2-2.3c-0.1-0.2 0.1-0.5 0.4-0.6c0.1 0.1 0.1 0.1 0.2 0c0.2 0 0.4 0 0.6 0c0.3 0 0.4-0.1 0.5-0.3c0.6-1.1 1.2-2.2 1.8-3.4c0.7-1.3 1.4-2.5 2-3.8c0.5-1 1.1-2.1 1.7-3.1c0.2-0.3 0.1-0.3-0.2-0.4c-0.8-0.1-1.6-0.3-2.4-0.5c-0.9-0.2-1.7-0.6-2.6-0.9c-0.7-0.1-1.3-0.2-1.7-0.5c-0.3-0.1-0.5-0.1-0.8-0.1c-0.3-0.1-0.7-0.2-1.1-0.1c-0.1 0-0.1 0-0.1 0.1c0 0.1 0 0.2 0 0.3c0 6.9 0 13.9 0 20.8c0 0.1 0 0.2 0 0.3c0.1 0.3 0.3 0.1 0.5 0.2c0.5 0.1 1 0.3 1.4 0.6c0.5 0.4 0.8 0.8 0.9 1.4c0 0.1 0.1 0.2 0.1 0.2c0.1 0.2-0.2 0.4 0.1 0.5c0.9 0 1.8 0 2.8 0c0.1 0.1 0.3 0 0.5 0c1.5 0.4 2.3 1 2.6 2.4c0 0.1 0 0.2 0 0.4c0 0 0 0-0.1 0.1c-0.1 0-0.2 0-0.3 0c-7.6 0-15.2 0-22.9 0c-0.1 0-0.2 0-0.3 0c0 0 0 0-0.1-0.1c-0.1-0.9 0.8-2.4 1.8-2.6c0.1 0 0.3-0.2 0.4-0.1c0.1 0.1 0.1 0 0.2-0.1c1.1 0 2.2 0 3.3 0c0.2 0 0.3 0 0.3-0.3c0-1 0.9-2.1 1.9-2.4c0.3-0.1 0.6-0.2 0.9-0.2c0.1 0 0.2 0 0.1-0.2c0-0.1 0-0.1 0-0.2c0-6.9 0-13.9 0-20.9c0-0.1 0-0.2 0-0.2c0-0.1 0-0.1-0.1-0.1c-0.8-0.1-1.6 0.1-2.3 0.3c-1.4 0.4-2.8 1-4.2 1.4c-0.6 0.1-1.1 0.3-1.7 0.3c-0.5 0-0.5 0.1-0.3 0.5c0.6 1.1 1.2 2.1 1.7 3.2c0.5 1 1 1.9 1.5 2.9c0.5 0.9 1 1.7 1.4 2.6c0.3 0.5 0.5 1 0.8 1.6c0.1 0.2 0.3 0.4 0.5 0.3c0.2 0 0.3 0 0.5 0c0.4 0 0.6 0.4 0.6 0.7c-0.3 1.3-1 2.2-2.1 3c-0.5 0.4-1.1 0.8-1.7 1c-0.6 0.3-1.3 0.5-2 0.6c-0.6 0.2-1.2 0.3-1.9 0.3c-0.1 0-0.2-0.1-0.2 0c-1.3 0.1-2.6 0-3.8-0.2c-1.1-0.3-2.3-0.6-3.3-1.3C4 37.1 3.5 36.7 3 36.3c-0.6-0.6-1.1-1.4-1.2-2.3c0.1 0 0.3-0.3 0.5-0.4c0.1 0.1 0.1 0.1 0.2 0h0.1c0.7 0.1 1-0.2 1.3-0.8c0.5-1.1 1.1-2.2 1.7-3.2c0.4-0.8 0.9-1.6 1.3-2.4C7.2 26.4 7.6 25.8 8 25c0.3-0.6 0.6-1.2 1-1.8c0.2-0.3 0.1-0.6-0.3-0.6c-0.7-0.1-1.4-0.3-2-0.7c-1.2-0.7-1.2-2.3 0.1-3c0.6-0.3 1.2-0.3 1.7 0c0.8 0.4 1.6 0.5 2.4 0.5s1.5-0.3 2.3-0.7c1.4-0.7 2.9-1.2 4.5-1.6c0.9-0.2 1.8-0.3 2.6-0.4c0.6-0.1 1.1-0.1 1.7-0.1c0.5 0 1 0 1.5-0.1c-0.1-0.1-0.2-0.1-0.3-0.1c-1-0.4-1.7-1.2-1.9-2.2c0 0 0 0 0.1-0.1c0 0 0 0-0.1 0c0-0.5-0.1-1 0.2-1.4c0.4-0.8 0.9-1.5 1.8-1.7c0.1 0 0.3-0.1 0.4-0.1c0.4 0.1 0.8-0.1 1.2 0.1c1.2 0.2 2 0.9 2.2 2l0.1 0.1c0 0.4 0 0.8 0 1.1c-0.2 0.6-0.5 1.2-1 1.6c-0.3 0.2-0.6 0.4-0.9 0.5c-0.1 0-0.2 0.1-0.4 0.1c-0.1-0.1-0.3-0.1-0.4 0c0.2 0.1 0.3 0.2 0.4 0C25.2 16.6 25.7 16.6 26.3 16.6z M33.1 33.4c-0.1 0-0.2 0.1-0.1 0.2c0 0.1 0.1 0 0.1 0c0.5 0 1 0 1.5 0c2.4 0 4.8 0 7.1 0h0.1c0 0 0-0.1-0.1-0.1c-0.1-0.4-0.3-0.7-0.5-1c-0.6-1.1-1.2-2.2-1.8-3.3c-0.6-1.1-1.2-2.2-1.8-3.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2 0-0.1 0.1-0.2 0.2c-0.3 0.5-0.5 1-0.8 1.5c-0.5 0.8-0.9 1.6-1.4 2.4c-0.3 0.6-0.7 1.2-1 1.8C33.6 32.2 33.4 32.8 33.1 33.4z M6.5 33.6c0.5 0 1 0 1.5 0c2.4 0 4.8 0 7.1 0h0.1c0 0 0-0.1-0.1-0.1c-0.1-0.4-0.3-0.7-0.5-1c-0.6-1.1-1.2-2.2-1.8-3.3c-0.6-1.1-1.2-2.2-1.8-3.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2 0-0.1 0.1-0.2 0.2c-0.3 0.5-0.5 1-0.8 1.5C9.4 28.2 9 29 8.5 29.8c-0.3 0.6-0.7 1.2-1 1.8c-0.3 0.6-0.7 1.1-0.9 1.7C6.5 33.3 6.4 33.4 6.5 33.6C6.4 33.6 6.4 33.6 6.5 33.6z'/%3E%3Cpath fill='%23056a37' d='M47.9 10.5c-0.2 1-0.7 1.8-1.2 2.7c-0.4 0.9-0.8 1.7-1.3 2.6c-0.3 0.5-0.8 0.7-1.3 0.8c-1 0.1-1.8-0.5-2.6-0.9c-0.9-0.4-1.7-0.9-2.6-1.3c-0.6-0.3-1.2-0.7-1.9-1c-0.7-0.3-1.4-0.6-2-1c-0.9-0.7-1.3-1.8-0.6-3c0.4-0.6 0.7-1.4 1-2.1c0.1-0.2 0-0.3-0.2-0.5c-1-0.9-2.4-1.4-3.8-1.7c-0.9-0.2-1.8-0.4-2.7-0.6c-1-0.1-1.9-0.3-2.9-0.3c-0.4-0.3-0.9-0.1-1.3-0.1c-0.5 0-0.9 0-1.4 0c-1.3 0-2.6 0-4 0.2c-1.2 0.2-2.4 0.4-3.6 0.7C14.8 5.3 14 5.7 13 6c0 0-0.1 0-0.1 0.1c-0.8 0.2-0.7 0.2-0.4 1c0.3 0.7 0.7 1.4 1 2.1c0.2 0.3 0.4 0.6 0.4 1c0.1 1-0.4 1.7-1.3 2.2c-0.6 0.4-1.3 0.6-2 1c-0.6 0.3-1.2 0.6-1.7 0.8c-0.8 0.4-1.6 0.8-2.5 1.2c-0.6 0.3-1.2 0.7-1.8 0.8c-0.9 0.2-1.8 0-2.3-1s-1-2.1-1.5-3.2C0.6 11.2 0.2 10.5 0 9.8c0.1-0.6 0.1-1.3 0.3-1.9s0.4-1 0.8-1.4c0.4-0.5 1-0.8 1.6-1.1c0.5-0.3 1-0.5 1.6-0.8s1.3-0.6 2-0.8C7.1 3.5 8.1 3.2 9 2.8c0.9-0.3 1.8-0.6 2.7-0.9c0.8-0.3 1.6-0.5 2.4-0.6c0.8-0.2 1.7-0.4 2.5-0.5c1-0.2 2.1-0.2 3.1-0.5c0.3-0.1 0.5-0.1 0.8-0.1c2.1-0.1 4.2 0 6.2 0c0.9 0 1.7 0.1 2.6 0.3c0.5 0.1 1 0.1 1.5 0.2c0.8 0.2 1.7 0.3 2.5 0.5s1.6 0.4 2.3 0.6c1.1 0.3 2.1 0.6 3.2 1c1 0.4 2 0.8 3 1.3c1.4 0.7 2.7 1.4 4 2.3c0.4 0.3 0.8 0.5 1.2 0.8c0.6 0.5 1 1.2 1.2 2c0 0.1-0.1 0.2 0.1 0.3c0 0.3 0 0.5 0 0.8C47.8 10.2 47.9 10.3 47.9 10.5z M3.6 14.5c0.2 0 0.4-0.1 0.6-0.2c0.8-0.4 1.5-0.7 2.3-1.1c1-0.5 2-0.9 3-1.4c1.1-0.5 2.1-1 3.2-1.5c0.3-0.1 0.4-0.4 0.3-0.7c-0.1-0.3-0.4-0.3-0.6-0.2c-0.4 0.1-0.8 0.3-1.1 0.5c-1.1 0.5-2.3 1-3.4 1.6c-1 0.5-2 1-3 1.4c-0.5 0.2-0.9 0.4-1.4 0.7c-0.2 0.1-0.4 0.3-0.3 0.6C3.2 14.3 3.4 14.5 3.6 14.5z M35.9 9.5c-0.2 0-0.4 0-0.5 0.3c-0.1 0.2 0 0.4 0.2 0.6c0.1 0.1 0.2 0.1 0.3 0.2c0.9 0.4 1.7 0.9 2.6 1.3c1.1 0.5 2.2 1.2 3.4 1.7c0.7 0.4 1.5 0.7 2.2 1.1c0.2 0.1 0.4 0.2 0.7 0.1c0.2 0 0.3-0.1 0.4-0.3c0-0.2 0.1-0.4-0.2-0.5c-0.5-0.2-0.9-0.5-1.4-0.7c-0.6-0.3-1.2-0.6-1.8-0.9c-0.9-0.5-1.8-0.9-2.7-1.4c-0.6-0.3-1.2-0.6-1.8-0.9C36.8 9.9 36.4 9.6 35.9 9.5z'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (max-width: 1300px) {
    .dropdown-menu.user-logout-dropdown {
        left: 0;
        transform: translate(0, 0px);
    }
}
@media only screen and (max-width: 1200px) {
    .services {
        width: calc(100% - 10px);
    }
    .main-links-icon {
        font-size: 40px;
        width: 60px;
    }

    .logo {
        margin: 2.5rem 0 !important;
    }

    .main-links-title {
        font-size: 14px;
    }
    .main-links-icon img
    {
        max-width:40px;
    }
    .card-body
    {
        padding-bottom:30px !important;
    }
    .bg-card-gradient
    {
        margin-bottom:-30px;
    }
	.bg-card-gradient_school
    {
        margin-bottom:-30px;
    }
    .form-check {
        font-size: 14px;
    }
    nav.bg-bog .nav-link-text, .nav-item {
        font-size: 12px;
    }
            .dropdown-menu {
                font-size: 12px;
                border:0;
            }
            /*.dropdown-menu .dropdown-item
            {
                padding:.01rem 0;
            }*/
            nav.bg-bog .navbar-nav .nav-link.logout:hover::after {
                border-top: 0.3em solid var(--bs-white);
            }
            nav.bg-bog .navbar-nav .nav-link.logout {
                padding-left: 0;
                padding-right: 0;
            }
            h5.hometitle {
                text-align: center;
                padding: 0 10px;
            }
            .alert-info
            {
                margin-left:16px;
                margin-right:16px;
            }
            .navbar-nav
            {
                margin-bottom:0 !important;
            }
            .dropdown-menu
            {
                background:none;
            }
            /*.dropdown-item, nav.bg-bog .navbar-nav .nav-link.logout:hover {
                color: var(--bs-white) !important;
                background-color:transparent !important;
            }*/
}
@media only screen and (max-width: 992px) {
    .dropdown-menu.user-logout-dropdown {
        position: static;
        max-width: 100%;
        left: auto;
        transform: translate(0, 0);
        background-color: transparent;
        padding: 0 0 15px 0;
    }
        .dropdown-menu.user-logout-dropdown .dropdown-item {
            padding: 0.25rem 0rem;
        }
        nav.bg-bog .navbar-nav .nav-link.logout:hover {
            color: var(--bs-white) !important;
            background-color: transparent;
        }
}
    @media only screen and (max-width: 768px) {
        #dvIamLoginSingle.btn-only {
            min-width: calc(100% - 32px);
            margin-bottom: 6rem;
        }

            #dvIamLoginSingle.btn-only > a {
                padding: 10px 10px;
                min-width: auto;
            }

        .bg-card-gradient {
            min-height: auto;
            padding-top: 0rem !important;
            padding-bottom: 0rem !important;
            margin-bottom: 0px;
        }
	   .bg-card-gradient_school {
            min-height: auto;
            padding-top: 0rem !important;
            padding-bottom: 0rem !important;
            margin-bottom: 0px;
        }

        .transition-effect {
            max-width: none;
        }

        .notyf__toast {
            min-width: auto !important;
        }

        .bg-card-gradient::before {
            background-size: cover;
            background-position: 0;
        }
		.bg-card-gradient_school::before {
            background-size: cover;
            background-position: 0;
        }
        .bg-card-gradient > div {
            flex: 1 1;
        }
		 .bg-card-gradient_school > div {
            flex: 1 1;
        }
        .bg-card-gradient .light {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
        }
		.bg-card-gradient_school .light {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
        }
        .bg-card-gradient .text-shadow {
            flex: 1 1;
        }
		.bg-card-gradient_school .text-shadow {
            flex: 1 1;
        }
        .sign {
            width: 60px;
            height: 60px;
            margin-bottom: 12px !important;
            padding-top: 12px !important;
            margin-left: 40px;
        }

        #content {
            padding-top: 0rem !important;
            padding-bottom: 0rem !important;
            margin-bottom: 0rem !important;
            min-height: calc(100vh - 120px);
        }

        .text-shadow {
            text-align: right;
            font-size: 100%;
            line-height: normal;
            margin: 0 !important;
        }



        .navbar-toggler-humburger-icon {
            width: 35px;
            height: 35px;
        }

        nav.bg-bog {
            margin-bottom: 0;
        }

        #content .container {
            margin-top: 10px;
            padding: 0 15px;
        }

        .logged-out-page {
            min-height: 30vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
    }

    @media only screen and (max-width: 460px) {
        .nav-link {
            padding: 0.5rem 0rem;
        }

        .services a {
            flex-direction: column !important;
            justify-content: center !important;
        }

        .main-links-title {
            padding: 0 0 15px 0 !important;
            text-align: center;
        }

        .card-Unify {
            width: 100%;
        }
    }

    @media only screen and (max-width: 330px) {
        nav.bg-bog .nav-link-text {
            font-size: 10px;
        }

        .login-form {
            max-width: auto;
        }
    }

    @media only screen and (max-width: 300px) {
        nav.bg-bog .nav-link-text {
            font-size: 0px;
        }

            nav.bg-bog .nav-link-text .bi {
                margin-left: 0;
            }
    }
	
	
	.main-links-icon:has(.fa-moeen)::before
{
    content:"";
    width:40px;
    height:30px;
    z-index: 999;
    display:inline-block;
    /* background-size: initial; */
    /* position:absolute; */
    background-image:url('https://sso.bog.gov.sa/idp/img/Eservice_Moeen.svg');
    background-size: cover;
    transition:0.3s;
   
    
}
.main-links-icon:has(.fa-moeen)>svg
{
    display:none;
    opacity:0;
}
.main-links-icon:has(.fa-moeen)
{
    position: relative;
    z-index:1;
    
}

.main-links-icon:has(.fa-khabeer)::before
{
    content:"";
    width:35px;
    height:45px;
    z-index: 999;
    display:inline-block;
    /* background-size: initial; */
    /* position:absolute; */
    background-image:url('https://sso.bog.gov.sa/idp/img/khabeer-logo.svg');
    background-size: cover;
    transition:0.3s;
   
    
}
.main-links-icon:has(.fa-khabeer)>svg
{
    display:none;
    opacity:0;
}
.main-links-icon:has(.fa-khabeer)
{
    position: relative;
    z-index:1;
    padding: 4px 10px;
}


.main-links-icon:has(.fa-judgeJobs) svg {
    display: none;
}

.main-links-icon:has(.fa-judgeJobs):before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23156D37;%7D%0A%3C/style%3E%3Cpath class='st0' d='M510.4,507.3c-1.7,3.1-4.4,4.2-7.8,4.2c-21.9,0-43.8,0-65.7,0c-142.5,0-284.9,0-427.4,0c-4.3,0-7.4-1.4-9.1-5.3 c0-0.1-0.3-0.1-0.4-0.2v-5c5.7-9.3,11.4-18.6,17.2-27.9c10-16,20-32.1,30-48.1c0.4-0.7,0.8-1.4,0.8-2.3c-0.1-13-0.1-26.1-0.1-39.1 c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5 c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-10.1,0.1-20.2,0.1-30.4c0-19,0-38-0.1-57c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5 c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5 c0-0.9,0.1-1.8,0.1-2.7c0-16.5,0-33,0-49.4c0-1,0.1-1.9,0.5-2.8c1.8-4,5.2-4.6,9-4.5c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0 c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.7,0,5.3,0,8,0.1 c1.8,0.1,3.6,0.3,5.1,1.4c3.1,2.2,4.1,5.8,2.8,9.7c-0.9,2.7-4.2,4.9-7.4,4.9c-10.8,0-21.6,0-32.5,0c-1.6,0-2,0.4-2,2 c0.1,9.1,0,18.1,0,27.2c0,18.9,0.1,37.8,0.1,56.7c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5 c0,6.8-0.1,13.6-0.1,20.4c0,19,0,38,0.1,57c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5 c0,2.5,0,5,0,7.5c-0.4,1.7,0.2,2.4,1.9,1.9c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c0.9,0,1.8,0.1,2.7,0.1c34.2,0,68.3,0,102.5,0c17.4,0,34.7,0,52.1-0.1c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c0.9,0,1.8,0.1,2.7,0.1c20.9,0,41.7,0,62.5,0c17.4,0,34.7-0.1,52.1-0.1c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c10.1,0,20.3,0,30.5,0.1 c1.2,0,1.5-0.3,1.5-1.5c-0.1-10.2-0.1-20.3-0.1-30.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5 c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5 c0-6.8,0.1-13.6,0.1-20.4c0-19,0-38-0.1-57c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5 c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-10.6,0-21.3,0.1-31.9 c0-1.8-0.9-1.5-2-1.5c-10.5,0-21-0.1-31.4,0.1c-3.6,0.1-7-2.9-8-5.9c-1.1-3.5,0.8-7.2,4.1-9.3c2.2-1.3,4.5-0.6,6.8-0.9 c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c2.5,0,5,0,7.5,0c0.5,0.6,1.3,0.6,2,0.6c1.1,1,2.3,2,3.4,3c0.2,0.5,0.5,1,0.7,1.4c0.7,2.3,0.3,4.7,0.5,7c0,0.8,0,1.7,0,2.5 c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,10.1-0.1,20.2-0.1,30.4c0,19,0,38,0.1,57c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,10.1-0.1,20.2-0.1,30.4 c0,19,0,38,0.1,57c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0.2,0.9,0.7,1.6,1.3,2.1c0.3,0.7,0.5,1.4,0.9,2c7,11.2,14,22.4,21,33.7 c7.7,12.4,15.2,24.8,22.9,37.2C511.4,501.3,512.1,504.2,510.4,507.3z'/%3E%3Cpath class='st0' d='M391.6,98.9c0.1-4-1.1-7-4-9.9c-13.3-13.1-26.3-26.4-39.4-39.7c-11.3-11.3-22.6-22.6-33.8-34 c-4.5-4.5-9-9.1-13.6-13.6c-0.8-0.8-2-1.2-3.1-1.8H132.3c-3.1,1.5-6.5,2.6-8.7,5.5c-0.5,0.7-1.1,1.3-1.7,2c-0.5,1.3-1.1,2.6-1.6,4 c-0.8,2.6-0.3,5.3-0.5,8c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5 c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,1.7,0.1,3.5,0.1,5.2c0,5.6,3.2,8.7,8.7,8.7c43.5,0,86.9,0,130.4,0c0.9,0,1.8,0.1,2.7,0.1c0.8,0,1.7,0,2.5,0 c19.2,0,38.4-0.1,57.7-0.1c20.4,0,40.8,0,61.2,0c5.2,0,8.5-3.3,8.5-8.5C391.5,117.9,391.4,108.4,391.6,98.9z M363.7,88.2 c0,0-0.1-0.1-0.1-0.1h0v0c-0.7,0.1-1.3,0.2-1.9,0.2c-18.6,0-37.1,0-55.7,0c-1.5,0-2.3-0.1-2.3-2.1c0.1-19.1,0.1-38.1,0.1-57.2v-0.9 c0.3-0.2,0.5-0.4,0.8-0.6c2.3,2.5,4.4,5.1,6.8,7.5c17.1,17.2,34.2,34.3,51.2,51.5c0.1,0.1,0.3,0.3,0.5,0.4c0.1,0,0.1,0.1,0.2,0.2 c0.2,0.2,0.4,0.5,0.4,0.9h0c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0C363.8,88.1,363.7,88.2,363.7,88.2z'/%3E%3Cpath class='st0' d='M381.8,167.9c-35.6-0.2-71.3-0.1-106.9-0.1c-0.9,0-1.8,0.1-2.7,0.1c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0 c-0.8,0-1.7,0-2.5,0c-19,0-37.9-0.1-56.9-0.1c-24.9,0-49.7,0-74.6,0c-3.9,0-7.6-2.8-8.3-6.1c-0.8-4.1,1.4-7.9,5.4-9.6 c1.1-0.5,2.3-0.3,3.4-0.3c38.6,0,77.2,0,115.8,0c0.9,0,1.8,0,2.7-0.1c0.8,0,1.7,0,2.5,0c18.1,0,36.2,0.1,54.3,0.1 c23.4,0,46.9,0,70.3,0c0.9,0,1.8,0,2.7-0.1c0.8,0,1.7,0,2.5,0c2.3,0.2,4.7-0.2,7,0.5c0.5,0.2,1,0.5,1.4,0.7c1,1.1,2,2.3,2.9,3.4 c0.1,0.7,0.1,1.4,0.6,2C391.9,165,387.4,167.9,381.8,167.9z'/%3E%3Cpath class='st0' d='M391.6,265.7c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-10.4-0.2-20.8,0-31.2c0.1-4.3-2.5-8.8-8.7-8.8 c-23.4,0-46.9,0-70.3,0c-19,0-37.9,0-56.8-0.1c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-18.7,0-37.4,0.1-56.1,0.1 c-19.9,0-39.9,0-59.8,0c-0.5,0-1,0-1.5-0.1c-2.9,1.2-4.9,3.2-6.1,6.1c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,6.6,0.1,13.1,0.1,19.7c0,19.2-0.1,38.5-0.1,57.7c0,0.8,0,1.7,0,2.5 c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5 c0,0.8,0,1.7,0,2.5c0,2.5,0,5,0,7.5c0,0.8,0,1.7,0,2.5c0,0.9,0.1,1.8,0.1,2.7c-0.2,7.7,7.6,15.3,15.4,15.3c21.9-0.1,43.7-0.1,65.6,0 c19,0,37.9,0,56.9,0.1c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c0.8,0,1.7-0.1,2.5-0.1c31.3,0,62.5,0,93.8,0 c3.3,0,6.6-0.4,9.8-0.2c5.6,0.4,13.2-5,14.4-10.9c0.5-0.7,0.4-1.6,0.5-2.3c-0.5-2,0.5-3.9,0.4-5.9c-0.1-4.8,0-9.6,0-14.5 c0-19.2,0.1-38.4,0.1-57.6c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5 c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5C391.6,267.4,391.6,266.5,391.6,265.7z M278.4,339.7c-1.6,2.8-4.3,3.9-7.5,3.9 c-4.3,0-8.7,0.1-13-0.1c-1.8-0.1-2.4,0.3-2.4,2.2c0.2,4.3,0.2,8.7,0,13c-0.3,4.9-1.9,7.3-6.5,8.6c-4.1,1.1-9.2-2.5-9.4-6.8 c-0.1-3.5,0-7,0-10.5c0-0.8,0-1.7,0-2.5c-0.2-4-0.2-4-4.3-4c-4.1,0-8.3,0-12.4,0c-3.8-0.1-9.1-5.2-7-10c0.8-3.5,2.4-6.9,4.6-9.5 c4.7-5.5,8.2-11.8,11.3-18.2c2.6-5.5,6.6-10,9.6-15.2c2.3-4.1,9.6-3.7,12.4,0.2c0.7,1,1.2,2.1,1.8,3.2c1,1.6,1.9,3.3,2.9,4.9 c0.4,0.7,0.9,1.4,1.3,2.1c0.9,1.5,1.8,3,2.6,4.5c0.5,0.2,0.5,0.6,0.6,1c1,1.6,1.9,3.2,2.9,4.9c0.5,0.7,0.9,1.4,1.3,2.1 c0.9,1.5,1.8,3,2.6,4.5c0.5,0.2,0.5,0.6,0.6,1c2.4,3.9,4.7,7.7,7.1,11.6C279.8,333.6,280.2,336.7,278.4,339.7z M322.1,319.7 c-10-0.2-20-0.1-30,0c-1.6,0-2.4-0.5-3.3-2c-2.6-4.6-5.4-9.1-8.4-14h2.9c12.6,0,25.3,0,37.9,0c1.9,0,2.3-0.5,2.3-2.3 c-0.1-11.7,0-23.5,0-35.2c-0.1-0.8-0.1-1.6-0.1-2.5c-2,0-4-0.1-5.9-0.1c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0 c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0 c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0 c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0-7.5,0 c-0.8,0-1.7,0-2.5,0c-2.5,0-5,0.1-7.5,0.1c0,12.7,0,25.4-0.1,38.2c0,1.8,0.8,1.8,2.1,1.8c8.2,0,16.5,0,25,0c-2.4,4-4.9,7.7-6.9,11.6 c-1.8,3.6-4.1,4.8-8.1,4.5c-4.9-0.4-9.8,0.1-14.7-0.2c-3.3-0.2-6.2-2.1-8.5-4.5c-2.9-2.9-4.8-6.4-4.8-10.7c0-8.7,0-17.5,0.1-26.2 c0-0.8,0-1.7,0-2.5c0-2.5,0-5,0-7.5c0-0.8,0-1.7,0-2.5c-0.5-3.8,0.2-7.4,2.5-10.5c1.1-2.2,2.7-3.8,4.9-4.9c3.2-2.1,6.7-3,10.5-2.6 c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0 c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0c2.6-0.1,5,0.4,7.4,1.2 c0.4,0.1,0.9,0.1,1.1,0.5c1.9,0.7,3.4,1.9,4.5,3.6c0.8,0.2,1.2,0.8,1.4,1.5c2.1,3.3,3,6.9,3,10.8c0,12.2-0.1,24.5,0,36.7 C339.8,312.6,332,319.9,322.1,319.7z'/%3E%3Cpath class='st0' d='M391.5,192.8c-0.5,4-3.8,7-8,7c-11.8,0-23.6,0-35.5,0h-76.1c-0.6,0-1.2,0.1-1.7,0.1c-0.8,0-1.7,0-2.5,0 c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-0.9,0-1.8-0.1-2.7-0.1c-20.8,0-41.7,0-62.5,0c-17.4,0-34.7,0.1-52.1,0.1c-0.8,0-1.7,0-2.5,0 c-2.5,0-5,0-7.5,0c-0.8,0-1.7,0-2.5,0c-1.9,0.2-3.4-0.8-4.9-1.6c-0.5-0.5-1-1-1.5-1.5c-2.9-5.4-1.6-10,3.4-12.4 c1.3-0.6,2.6-0.5,3.9-0.5c37.9,0,75.9,0,113.8,0c0.9,0,1.8-0.1,2.7-0.1c0.8,0,1.7,0,2.5,0c2.5,0,5,0,7.5,0c0.8,0,1.7,0,2.5,0 c18.1,0,36.2,0.1,54.3,0.1c20.1,0,40.2,0,60.3,0c0.9,0,1.8-0.1,2.7-0.1c0.8,0,1.7,0,2.5,0c2.7,0.4,5.4-0.4,8.1,0.5 C389.7,185.5,392,188.8,391.5,192.8z'/%3E%3Cpath class='st0' d='M257.4,327.5h-19.6c3.4-5.4,6.2-10.9,9.8-15.9c0.3,0.2,0.6,0.5,0.9,0.7c0.6,1.6,1.5,3,2.6,4.3 c0.1,0.6,0.4,1.1,0.9,1.5c0.7,1.6,1.6,3.1,2.6,4.5c0.1,0.6,0.4,1.1,0.9,1.5C255.6,325.4,256.7,326.2,257.4,327.5z'/%3E%3C/svg%3E%0A");
}

.main-links-icon:has(.fa-tanfeeth)::before {
    content: "";
    width: 55px;
    height: 45px;
    z-index: 999;
    display: inline-block;
    /* background-size: initial; */
    /* position:absolute; */
    background-image: url('https://sso.bog.gov.sa/idp/img/tanfeeth-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.main-links-icon:has(.fa-tanfeeth) > svg {
    display: none;
    opacity: 0;
}

.main-links-icon:has(.fa-tanfeeth) {
    position: relative;
    z-index: 1;
    padding: 4px 10px;
}
