.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .slider {
  background-color: #46ac2e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@font-face {
  font-family: "FlyChamArabic";
  src: url("/All-Genders-Regular-v4.otf") format("opentype");
}

body {
  font-family: FlyChamArabic, Montserrat, Helvetica, Arial, sans-serif;
}
.body-bg {
  margin: 0;
  /* font-size: 0.875rem; */
  font-weight: normal;
  line-height: 1.5;
  /*  background-image: url("/img/Aeroplane.jpg"); */
  /*  background-image: url("/img/login/newyear.jpg"); */
  /* background-image: url("/img/bg6.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.padding-header {
  padding-top: 50px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(100vh - 55px);
  overflow-y: scroll;
}
.navbar {
  background-color: #054e72;
  color: #baa981;
  border: 0px;
}
.navbar a {
  color: #fff;
}
.dropdown-menu.show {
  position: absolute;
}
.dropdown-menu.show a {
  color: #054e72;
}
.sidebar {
  background: linear-gradient(to bottom, #033e5a, #054e72);
  border-color: #5093c9;
}
.sidebar li,
.sidebar ul li {
  /* border-left-width: 1px; */
  /* border-left-style: solid; */
  border: 1px solid #5093c9;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #00253c;
}
.text-danger {
  color: crimson;
}
