/*Fonts Include  */
@font-face {
  font-family: 'font400';
  src: url('../fonts/Tajawal-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Tajawal-Regular.woff') format('woff'),
  url('../fonts/Tajawal-Regular.ttf')  format('truetype'),
  url('../fonts/Tajawal-Regular.svg#Tajawal-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font500';
  src: url('../fonts/Tajawal-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Tajawal-Medium.woff') format('woff'),
  url('../fonts/Tajawal-Medium.ttf')  format('truetype'),
  url('../fonts/Tajawal-Medium.svg#Tajawal-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font700';
  src: url('../fonts/Tajawal-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Tajawal-Bold.woff') format('woff'),
  url('../fonts/Tajawal-Bold.ttf')  format('truetype'),
  url('../fonts/Tajawal-Bold.svg#Tajawal-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*  Start General  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'font400', sans-serif;
}
.btn,a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
:root {
    --blackColor: #16191F;
    --lightGrayColor: #ABACAF;
    --lightGrayColor: #ABACAF;
    --orangeColor: #EC5B00;

    --redColor: #F21E1E;
    --blueColor: #234CC5;
    --darkBlueColor: #021754;
    --yallowColor: #FFB300;

    --trans: all 0.4s ease-in-out;
}

body, html {
    margin: 0px;
    padding: 0px;
    background-color: #EFEFEF;
    font-family: 'font400', sans-serif;
    font-size:16px;
    color: var(--blackColor);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale

}

body {
    overflow-x: hidden;
    position: relative;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    /* font-weight: 900; */
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var{
    direction: rtl;
    text-align: right;
}
.datepicker th{
    font-weight: normal;
    font-family: 'font500',sans-serif;
}



/* style */
.body-content {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  font-family: 'font400',sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  font-family: 'font400',sans-serif;
}

::placeholder {
  font-size: 16px;
  font-family: 'font400',sans-serif;
}
html[dir="rtl"] .datepicker{
    direction: rtl;
}
.custom-select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.131' height='7.126' viewBox='0 0 12.131 7.126'%3E%3Cpath id='Path_563' data-name='Path 563' d='M10895.089,2881.508l-5,5-5-5' transform='translate(-10884.019 -2880.448)' fill='none' stroke='%23282828' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}
/**/

/*general*/

/*general*/
/*buttons*/
.cs-btn-yallow{
  background-color: var(--yallowColor);
  border: 1px solid var(--yallowColor);
  border-radius:5px;
  color: var(--darkBlueColor);
  font-size: 16px;
  -webkit-box-shadow: 0 6px 12px rgb(255,214,48,0.19);
  box-shadow: 0 6px 12px rgb(255,214,48,0.19);
  font-family: 'font500',sans-serif;
}
.cs-btn-yallow:hover{
  background-color: var(--darkBlueColor);
  border-color: var(--darkBlueColor);
  color: #fff;
}
/*buttons*/
/*header*/
.cs-header{
  background-color: #343AA1;
  color: #fff;
}
.h-notifications{}
.logout .text,
.display-type .text,
.h-notifications .text{
  margin-bottom: 0;
  font-size: 20px;
}
.h-notifications .count{
  line-height: 38px;
  background-color: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 13px;
  padding: 0 10px;
  margin-inline-start: 10px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  font-size: 25px;
  font-family: var(--font700),sans-serif;
}
.display-type{
  margin-inline-end: auto;
  margin-inline-start: 25px;
}
.display-type .type{
  margin-inline-start: 10px;
  line-height: 40px;
  height: 40px;
  width: 60px;
  background-color: #fff;
  color: #343AA1;
  border-radius: 13px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.display-type .type.active{
  background-color: #EB6D21;
  color: #fff;
}
.display-type .type svg{
  height: 18px;
  width: auto;
}
.logout{
  color: #fff;
}
.logout:hover{
  color: #EB6D21;
}
.logout .ic{
  margin-inline-start: 10px;
}
.logout .ic svg{
  width: auto;
  height: 18px;
}

/*header*/
/* notifications-section */
.notifications-section{
  margin: 50px 0;
}
.notifications-section.list .col-lg-6{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.notification-item{
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 15px;
}
.notification-item .media{
      flex: 1 1 auto;
}
.notification-item figure{
  padding: 5px 10px;
  margin-bottom: 0;
  flex: 0 0 70px;
}
.notification-item figure img{
    width: 30px;
}
.new-notification-item{
    border: 1px solid #EB6D21;
    background-color: rgba(235, 109, 33, 0.05);
}
.notification-item figure img{}
.notification-item .media-body{}
.notification-item .media-body label{
  font-size: 13px;
  color: #151852;
  font-family: var(--font700),sans-serif;
  margin-bottom: 0px;
}
.notification-item .media-body h3{
  font-family: var(--font700),sans-serif;
  color: #EB6D21;
  font-size: 18px;
    font-weight: bold;
  margin-bottom: 0;
}
.notification-item .note{
  padding-right: 15px;
  border-right: 1px solid #E2E2E2;
  margin-right: 15px;
  flex: 0 1 50%;
}
.notification-item .note label{
  font-size: 17px;
  color: #151852;
  font-family: var(--font700),sans-serif;
  margin-bottom: 0;
}
.notification-item .note p{
  font-size: 16px;
  color: #151852;
  margin-bottom: 0;
}
/* notifications-section */
/* login-page */
.login-page{
  background-color: #fff;
}
.login-page .main-img{
  margin: 0;
}
.login-page .main-img img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.login-page .info{}
.login-page .box{
  max-width: 550px;
  margin: auto;
  background-color: #F8F8F8;
  height: 100vh;
  color: #03052C;
  padding: 25px;
}
.login-page .wrapper{}
.login-page header{
  margin-bottom: 50px;
  text-align: center;
}
.login-page header figure{}
.login-page header figure img{}
.login-page header h1{
  font-size: 26px;
  font-family: var(--font700),sans-serif;
  margin-bottom: 5px;
}
.login-page header h3{
  font-size: 16px;
  font-family: var(--font700),sans-serif;
  margin-bottom: 0;
}
.login-page .title{
  font-size: 31px;
  font-family: var(--font700),sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
.login-page .desc{
  margin-bottom: 30px;
}
.login-page .desc p{
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
}
.login-form {}
.login-form .form-control{
  border-color: #fff;
  background-color: #fff;
  border-radius: 25px;
  height: 50px;
}
.login-form .password{
  position: relative;
}
.login-form .password .view{

}
.login-form .password i.view {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #B3B3B3;
  border-radius: 25px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.login-form .password  i.view:hover{
  color: #EB6D21;
}
.login-form .actions{
  margin-top: 50px;
}
.login-form .actions .btn{
  border-color: #EB6D21;
  background-color: #EB6D21;
  color: #fff;
  border-radius: 25px;
  line-height: 33px;
  font-size: 25px;
  font-family: var(--font700),sans-serif;
}
.login-form .actions .btn:hover{
  border-color: #55a276;
  background-color: #55a276;
  color: #fff;
}
/* login-page */




/* responsive */
@media (min-width: 1600px){
  .notifications-section .col-lg-6 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1240px){
}
@media (max-width: 1199px){
  .notification-item figure{
    flex: 0 0 55px;
  }
  .notification-item .media-body h3{
    font-size: 18px;
  }
  .notification-item .note{
        flex: 0 1 50%;
  }
  .notification-item .note label{
    font-size: 14px;
  }
  .notification-item .note p{
    font-size: 16px;
  }
}
@media (max-width: 1023px){
}
@media (max-width: 991px){
  .logout .text, .display-type .text, .h-notifications .text{
    display: none;
  }
  .login-page .main-img{
    display: none;
  }
  .login-page .info{
    background-image: url('../images/login-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .login-page .box{
    height: auto;
    min-height: 100vh;
  }
  .login-form .actions{
    margin-top: 30px;
  }
  .login-page header{
    margin-bottom: 30px;
  }
}
@media (max-width: 768px){
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}
@media (max-width: 480px){
  .display-type{
    margin-inline-start: 10px;
  }
  .notification-item{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .notification-item .note{
    border-right: none;
    border-top: 1px solid #E2E2E2;
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 479px){

}
@media (max-width: 320px){
}
.parent-name{
    color: #EB6D21;
    font-size: 14px;
    padding: 5px;
}
/* responsive
