body {
    background: #f8feff;
	font-family: 'Noto Sans Arabic', sans-serif;
}
nav{
	box-shadow: 0px 0px 8px 0px #00000026;
    font-weight: bold;
}
a {
    text-decoration: none;
}
nav .navbar-nav{
	    padding-right: 6rem;
}
nav .navbar-nav li{
    border-bottom: none!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    -webkit-margin-end: 0.5rem!important;
    margin-inline-end: 0.5rem!important;
    -webkit-margin-start: 0.5rem!important;
    margin-inline-start: 0.5rem!important;
    border-radius: 6px!important;
    position: relative;
}
nav .navbar-nav li.active{
    color: #36b0c9;
    background-color: #e8f2fc !important;
}
nav .navbar-nav li.active a,nav .navbar-nav li:hover a,a.navbar-brand:hover{
    color: #36b0c9;
}
._form .buttomcar {
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #5cc6d6;
    background: #5cc6d6;
}
._form .buttomcar:hover{
    background: #5cc6d6;
    border-color: #5cc6d6;
    box-shadow: 0 0 0 2px #fff,0 0 0 4px #36b0c9 !important;
	background: #248aa3;
    border-color: #248aa3;
	}
._form input,._form select{
color:#38428f;
border-radius: 6px;
padding: 13px;
box-shadow: 0px 0px 20px 0px #0000000d;
} 
._form label{
    color: #38428f;
    margin: 13px 15px;
    font-size: 15px;
    font-weight: bold;
}
.m-tb-40,.p-b-40,.p-b-40 {
    margin: 40px 0;
}
.container.p-tb-30.flex-col-c-c {
    padding: 30px;
}
._form .form-row {
    margin-bottom: 20px;
}
#lightSwitch {
    width: 85px;
    height: 40px;
    border: 0px;
    background-color: #ccc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");

}
#lightSwitch:checked {
    background-color: #36b0c9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,1)'/%3E%3C/svg%3E");

}
span.switch-inner.day {
    position: absolute;
    right: 15px;
    top: 10px;
}
span.switch-inner.night {
    position: absolute;
    left: 15px;
    top: 10px;
}

#lightSwitch + span.switch-inner.night {
display:none;
}
#lightSwitch:checked ~ span.switch-inner.night {
display:none !important;
}
#lightSwitch + span.switch-inner.day {
display:none;
}
#lightSwitch:checked + span.switch-inner.day {
display:block !important;
}
.form-check.form-switch {
    position: relative;
}
.container.top_page .page_cont {
    margin: 30px 0px;
}
span.page_name_title {
    color: #5ec0d4;
}
.alert{
	margin: 25px;
	width: 100%;
	border-radius: 15px;
}
.page_box {
        background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
    margin: 30px auto;
    position: relative;
}
footer{
background: #0a2240;
    padding: 25px;
    margin-top: 38px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
footer p{
    margin-bottom: 0px;
    text-align: center;
	}
	[data-bs-theme="dark"] .bg-white {
    background-color: #1e2024 !important;
}
[data-bs-theme="dark"] nav .navbar-nav li.active {
    background-color: #5ea6ed26 !important;
}
[data-bs-theme="dark"] .nav-link,[data-bs-theme="dark"] .page_cont.page_stute h1{
color:#fff;
}
[data-bs-theme="dark"] body{
background-color:#17191c;
}
[data-bs-theme="dark"] .page_box{
background-color:#1e2024;
}
[data-bs-theme="dark"] tr.odd td {
    background-color: #1e2024;
}
[data-bs-theme="dark"] tr.even td {
    background-color: #212529;
}
._form.abr {
    float: left;
}
._form.abr a.buttomcar{
    padding: 0px 20px;
}
.container.page_box:after {
    background-color: initial;
    content: '';
    opacity: 1;
    background-image: radial-gradient(#5ec0d4 2px,hsla(0,0%,100%,0) 0);
    background-size: 18px 18px;
    width: 150px;
    height: 150px;
    display: block;
    z-index: -1;
    position: absolute;
    right: -80px;
    bottom: -80px;
}
.page_cont.page_stute{
	    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
    transition: box-shadow .3s ease-in-out;
    padding: 2.4rem;
    position: relative;
}
[data-bs-theme="dark"] .page_cont.page_stute{
background-color:#1e2024;
}
.page_cont.page_stute:hover{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05),0 -0.5rem 0 0 #5ec0d4;
}
.page_cont.page_stute h1{
    font-size: 18px;
	    font-size: 2rem;
    font-weight: 700;
    color: #17191c;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    transition: color .3s ease-in-out;
}
.page_cont.page_stute h2{
font-size: 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #b7eb8f;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    transition: color .3s ease-in-out;
    text-align: left;
}
.page_cont.page_stute:hover h1{
	color:#5ec0d4;
}

.page_cont.page_stute img{
    width:65px;
    height:65px;
    border-radius: 0.6rem;
}
span.red_nav{
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bolder;
    font-family: none;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-inline: 8px!important;
}
nav .navbar-nav li.active span.red_nav{
    top: -10px;
    left: -10px;
}
span.red_nav._home {
    top: 30px;
    left: 30px;
    font-size: 12px;
    padding: 3px 5px;
}
body.in_loading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: #f0f8ffcf;
    top: 0;
}
.loading_page{
	display:none;
}
body.in_loading .loading_page{
    display: block;
    z-index: 999999;
    position: fixed;
    text-align: center;
    margin: auto;
    transform: translate(0%, 0%);
    width: 100%;
	}
@keyframes ldio-4r0425tiwy {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-4r0425tiwy div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #5ec0d6;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-4r0425tiwy div {
  animation: ldio-4r0425tiwy 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-qnfixana1fp {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.ldio-4r0425tiwy {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-4r0425tiwy div { box-sizing: content-box; }
.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    cursor: not-allowed;
}