body.login_admin:before {
  content: " ";
  background: rgba(31, 31, 31, 0.7);
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
body.login_admin {
  background: url("https://triper.app/media/hotel_room.jpg") no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dashboard-card {
  padding: 22px 20px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
  border: 1px solid #dce1ef;
}

.top_stats_wrapper {
  box-shadow: none;
}

.gap-10 {
  width: 10px;
}
.guest-info {
  /* margin-top: 30px; */
}
.gap10 {
  height: 10px;
}

.gap15 {
  height: 15px;
}

.table > tbody > tr > td {
  white-space: nowrap !important;
}

.sidebar li a i.menu-icon {
  text-align: center !important;
}

.border_left_blue {
  border-left: 5px solid #0d99ff;
}

.border_left_orange {
  border-left: 5px solid #ffa629;
}

.border_left_red {
  border-left: 5px solid #f24822;
}

.border_left_violet {
  border-left: 5px solid #9747ff;
}

.border_left_green {
  border-left: 5px solid #14ae5c;
}

.col-lg-2 {
  min-width: 20%;
}
