@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Body */
body {
  font-family: almarai, 'Lato', sans-serif;
  overflow-x: hidden;
  background-color: #f5f7f8;
  direction: rtl !important;
}

/* ******** */

/* Offset */
.offset::before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/* SIDEBAR */
#sidebar-wrapper {
  z-index: 10;
  position: fixed;
  width: 250px;
  overflow-x: hidden;
  float: right;
  transition: 0.5s;
  background: #192C49;
  top: 0;
  bottom: 0;
  right: 0;
}
.logo img{
  width: 60%;
  height: 60%;
  border-radius: 25%;
}
/* *********** */
/* Main Content */
#main-content-wrapper {
  width: 100%;
  /* position: fixed; */
  float: right;
  padding-bottom: 40px;
}

/* *********** */
#wrapper.menuToggled #sidebar-wrapper {
  width: 0px;
  transition: 0.5s;
}

#wrapper #main-content-wrapper {
  padding-right: 250px;
  transition: 0.5s;
}

#wrapper.menuToggled #main-content-wrapper {
  padding-right: 0px;
}

/* *********** */
/* sidebar styling */
.sidebar-nav-1 {
  padding: 10px;
  list-style: none;
}

.sidebar-nav-1 li {
  text-indent: 30px;
  line-height: 40px;
}

.sidebar-nav-1 li a {
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.sidebar-nav-1 li a:hover {
  background: #0e1214;
  font-weight: 300;
  transition: 0.3s;
}

.sidebar-nav-1 .active {
  font-weight: 700 !important;
  border-right: 8px solid #fff;
}

/* *********** */

.navbar {
  /*background: rgb(47, 167, 214) !important;*/
  background: #192C49 !important;
}

.menu-toggle {
  color: #fff;
  font-size: 28px;
  transition: 0.3s;
}

.menu-toggle:hover {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.hide {
  display: none;
}

.treeview-menu {
  list-style: none;
  background: rgb(243, 243, 243);
  width: 100%;
  max-width: 100%;
}

.treeview-menu .open {
  display: block;
  transition: 400ms;
}

.treeview-menu li {
  text-indent: 20px;
  line-height: 40px;
}

.treeview-menu li a {
  display: block;
  text-decoration: none;
  color: black;
  font-weight: 400;
  transition: 0.3s;
}

.treeview-menu li a:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  #sidebar-wrapper {
    z-index: 10;
    position: fixed;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    float: right;
    transition: 0.5s;
    background: #192C49;
    top: 0;
    right: 0;
    bottom: 0;
  }

  /* *********** */
  /* Main Content */
  #main-content-wrapper {
    width: 100%;
    position: absolute;
    float: right;
  }

  /* *********** */
  #wrapper.menuToggled #sidebar-wrapper {
    width: 25vh;
    transition: 0.5s;
  }

  #wrapper #main-content-wrapper {
    padding-right: 0px;
    transition: 0.5s;
  }

  #wrapper.menuToggled #main-content-wrapper {
    padding-right: 25vh;
  }
}

.flip {
  transform: rotate(-360deg);
}

.card {
  text-align: right;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125),
    0 1px 3px rgba(0, 0, 0, .2);
  border-radius: none !important;
  border-top: 3px solid #367fa9;
  list-style-type: none !important;
}

.box-border-primary {
  border-top: 3px solid #0D6EFD;
}

.box-border-info {
  border-top: 3px solid #0DCAF0;
}

.box-border-secondary {
  border-top: 3px solid #6C757D;
}

.card-header {
  background-color: white;
  border-bottom: 1px solid #f4f4f4 !important;
}

.card-footer {
  background-color: white;
  border-top: 1px solid #f4f4f4 !important;
}

.btn {
  margin-right: 3px;
  border-radius: 10px !important;
  border: none;
}

.label-b {
  font-weight: bold;
}

.bor-der {
  border: solid 3px #367fa9 !important;
  width: 10%;
  border-radius: 5px;
}

.hr-sm {
  border: solid 3px #367fa9 !important;
  width: 5%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .btn {
    transform: scale(.80);
    margin-right: -15px;
  }

  .btn-row {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 575px) {
  label {
    text-align: left;
  }
}

.sub-text {
  font-size: 10px !important;
  margin-left: 100px !important;
}

td {
  text-align: center;
  vertical-align: middle;
}


.drag-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.board {
  position: relative;
}

.board-column {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  z-index: 1;
  height: 600px !important;
}

.board-column.muuri-item-releasing {
  z-index: 2;
}

.board-column.muuri-item-dragging {
  z-index: 3;
  cursor: move;
}

.board-column-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.board-column-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  color: black;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .board-column-header {
    text-indent: -1000px;
  }
}

.board-column-content-wrapper {
  position: relative;
  padding: 8px;
  height: calc(100vh - 90px);
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}

.board-column-content {
  position: relative;
  min-height: 100%;
}

.board-item {
  position: absolute;
  width: calc(100% - 16px);
  margin: 8px;
}

.board-item.muuri-item-releasing {
  z-index: 9998;
}

.board-item.muuri-item-dragging {
  z-index: 9999;
  cursor: move;
}

.board-item.muuri-item-hidden {
  z-index: 0;
}

.board-item-content {
  position: relative;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 17px;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .board-item-content {
    text-align: center;
  }

  .board-item-content span {
    display: none;
  }
}

.dataTables_filter {
  float: left;
}

.search-radio{
  float: left!important;
}

@media (max-width: 767px){
  .search-radio{
    float: right!important;
  }
}
.navbar-nav .nav-item .nav-link {
    color: white;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: yellow;
}
