body {

  font-family: 'Cairo' !important;
  background: rgb(223,241,251);
background: -moz-linear-gradient(90deg, rgba(223,241,251,1) 0%, rgba(242,218,254,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(223,241,251,1) 0%, rgba(242,218,254,1) 100%);
background: linear-gradient(90deg, rgba(223,241,251,1) 0%, rgba(242,218,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dff1fb",endColorstr="#f2dafe",GradientType=1);
}

p {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  background: #333951;
  color: #fff;
  transition: all 0.3s;
  text-align: right;
}

  #sidebar.active {
    margin-right: -250px;
  }

  #sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
  }

  #sidebar ul.components {
    padding: 20px 0;
  }

  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }

  #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
  }

    #sidebar ul li a:hover {
      color: #333951;
      background: #f8f9fa;
    }

  #sidebar ul li.active > a,
  #sidebar ul li.active > a,
  a[aria-expanded="true"] {
    color: #fff;
    background: transparent;
  }

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #63646c0d;
}

ul.CTAs {
  padding: 20px;
}

  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.WEBXY-CONTENT {
  background: white;
  border-radius: 10px;
  height: auto;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 30px;
  text-align: right
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: calc(100% - 250px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

  #content.active {
    width: 100%;
  }

#sidebar ul p {
  color: white;
  padding: 10px;
  text-align: center;
}

.btn-info {
  color: #fff;
  background-color: #3bc23b !important;
  border-color: #fff !important;
}

#sidebar .sidebar-header {
  padding: 19px !important;
  background: #333951 !important;
  color: #fff;
}

.list-unstyled {
  padding: 0 !important;
}

.WEBXY-CONTENT h5 {
  font-weight: 700;
  padding: 0 0 20px 0;
}

.btn-primary {
  color: #fff;
  background-color: #3bc23b;
  border-color: #f8f9fa;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #0d0d19;
    border-color: #ffffff;
  }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  padding: 21px;
}

.icon-system {
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn-info {
  color: #fff;
  background-color: #333951 !important;
  border-color: #fff !important;
}

.shourtcut-menu li {
  margin-right: 30px;
  color: black !important;
  font-weight: 700;
}

.form-check-label {
  margin-bottom: 0;
  margin-right: 10px;
}

.validationStyle {
  color: red;
  font-size: 12px;
  font-family: 'cairo', tahoma;
}

.disabledvaldation {
  display: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
}

#sidebar ul li.active > a,
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: transparent;
  font-size: 16.00px;
  border-bottom: 1px dotted #6d7593;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-right: -250px;
  }

    #sidebar.active {
      margin-right: 0;
    }

  #content {
    width: 100%;
  }

    #content.active {
      width: calc(100% - 250px);
    }

  #sidebarCollapse span {
    display: none;
  }

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}


.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  top: 30% !important;
  direction: ltr !important;
}











.idcard {
  width: 341px;
  height: 204px;
  background: #fff;
  border: 2px solid #000;
  margin: 100px auto;
  position: relative;
  padding: 0px 20px;
}

.lableNmae {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px dotted #444;
}

.labledata {
  font-size: 13px;
  color: #444;
}

.Child-photo {
  position: absolute;
  left: -1px;
  top: 3px;
  border: 1px solid;
  width: 85px;
  height: 85px;
  z-index: 111111;
}

.qrcode {
  position: absolute;
  left: -18px;
  top: 97px;
  width: 100px;
  height: 100px;
}

.lableNmaesub {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px dott ed #444;
}

.labledata1 {
  font-size: 11px;
}

.logon {
  position: absolute;
  right: -3px;
  top: 3px;
  border: 2px solid;
  width: 50px;
  height: 50px;
}

.nname {
  margin-right: 10px;
}

.aclass {
  position: absolute !important;
  top: 68px !important;
  left: -20px !important;
}

  .aclass img {
    width: 65px !important;
    margin-top: 10px !important;
    display: block !important;
    margin-top: -28px !important;
    margin-left: 55px !important;
  }

img.logoback {
  width: auto !important;
  height: 150px !important;
  display: block;
  margin: 0 auto;
}




/* Media queries */

@media(min-width:767px) {
}

@media (max-width:768px) {
}

@media (max-width:480px) {


  .WEBXY-CONTENT {
    background: white;
    border-radius: 10px;
    height: auto;
    width: 335px !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    padding: 30px;
    text-align: right;
  }
}
