body {
  background-color: #f2edf3;
}

/* Horizontal Navbar CSS*/
.horizontal-nav {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: relative;
}

.center-horizontal-nav {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo-horizontal-nav {
  width: 18%;
  height: 100%;
  text-align: center;
  float: left;
}

.menu-horizontal-nav {
  width: 80%;
  height: 59px;
  float: left;
  position: relative;
}

.menu-items {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-item {
  text-decoration: none;
  color: black;
  margin-right: 80px;
  float: right;
  font-size: 19px;
  filter: invert(0.6);
}

.menu-item-cabang {
  text-decoration: none;
  color: black;
  margin-right: 80px;
  float: left;
  font-size: 19px;
  filter: invert(0.6);
}

.menu-item-img {
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 80px;
  color: grey;
  filter: invert(0.6);
}

.menu-item-img:hover {
  filter: invert(0);
}

.menu-item-img img {
  width: 100%;
}

.superadmin-container-2 {
  width: 100%;
  display: grid;
  grid-template-columns: 53.5% 53.5%;
}

/* END Horizontal Navbarr CSS */

/* Sidebar CSS */

#sidebar {
  width: 18%;
  background-color: #ffffff;
  height: 100vh;
  float: left;
  color: white;
}

.sidebar-item {
  width: 100%;
  height: 40px;
  padding: 10px;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  border: none;
  background-color: #ffffff;
}

.sidebar-item:nth-child(1) {
  margin-top: 30px;
}

.sidebar-item p {
  text-decoration: none;
  color: #b5b5b5;
  font-size: 18px;
}

.sidebar-item i {
  color: #b5b5b5;
}

.sidebar-item:hover {
  cursor: pointer;
}

.sidebar-item:hover p,
.sidebar-item:hover i {
  color: #6e85b7;
}

#sidebarSA {
  width: 18%;
  background-color: #ffffff;
  height: 200vh;
  float: left;
  color: white;
}

.sidebarSA-item {
  width: 100%;
  height: 40px;
  padding: 10px;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  border: none;
  background-color: #ffffff;
}

.sidebarSA-item:nth-child(1) {
  margin-top: 30px;
}

.sidebarSA-item p {
  text-decoration: none;
  color: #b5b5b5;
  font-size: 18px;
}

.sidebar-item i {
  color: #b5b5b5;
}

.sidebarSA-item:hover {
  cursor: pointer;
}

.sidebarSA-item:hover p,
.sidebarSA-item:hover i {
  color: #6e85b7;
}

.active p,
.active i {
  color: #6e85b7;
}

.active:hover p,
.active:hover i {
  color: #b5b5b5;
}

.sidebar-subitem {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 65px;
  margin-top: 10px;
}

.sidebar-subitem-img {
  width: 25px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  margin-top: 2px;
}

.sidebar-dropdown-item {
  margin-top: -30px;
}

.sidebarSA-subitem {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 65px;
  margin-top: 10px;
}

.sidebarSA-subitem-img {
  width: 25px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  margin-top: 2px;
}

.sidebarSA-dropdown-item {
  margin-top: -30px;
}

/* END Sidebar */

/* Super Admin Home CSS */

.superadmin-container {
  padding: 30px;
}

.dashboard-title {
  width: 100%;
  height: 30px;
  padding: 10px;
  position: relative;
  margin-top: 5px;
}

.dashboard-title-sub:nth-child(2) {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 45px;
  margin-top: 7px;
}

.dashboard-title-sub:nth-child(1) {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #6e85b7;
  padding: 7px;
  border-radius: 15px;
  color: white;
  background-image: linear-gradient(to right, #6e85b7, #9bb1e0);
}

.dashboard-title-sub p {
  font-size: 18px;
}

.dashboard-summary {
  display: grid;
  grid-template-columns: 35% 35% 35%;
}

.dashboard-summary-box {
  width: 90%;
  height: 200px;
  background-color: #6e85b7;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #6e85b7, #9bb1e0);
  padding: 50px;
  color: white;
  transition: transform 0.5s;
}

.dashboard-summary-box:nth-child(2) {
  padding: 50px;
  color: white;
  width: 90%;
  height: 200px;
  background-color: #ac0000;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #ac0000, #ed1f1f);
}

.dashboard-summary-box-5 {
  padding: 50px;
  color: white;
  width: 90%;
  height: 260px;
  background-color: #6e85b7;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #6e85b7, #9bb1e0);
  transition: transform 0.5s;
}

.dashboard-summary-box-3 {
  padding: 50px;
  color: white;
  width: 90%;
  height: 260px;
  background-color: #ac0000;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #ac0000, #ed1f1f);
  transition: transform 0.5s;
}

.dashboard-summary-box-3:hover,
.dashboard-summary-box-5:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.dashboard-summary-box-2:nth-child(1),
.dashboard-summary-box-2:nth-child(3) {
  width: 90%;
  height: 350px;
  background-color: #6e85b7;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  border: 5px solid #ac0000;
  background-color: white;
  padding: 50px;
  color: black;
  transition: transform 0.5s;
}

.dashboard-summary-box-2:nth-child(2) {
  padding: 50px;
  color: white;
  width: 90%;
  height: 350px;
  margin-top: 20px;
  border-radius: 15px;
  margin-left: 10px;
  border: 5px solid #6e85b7;
  background-color: white;
  padding: 50px;
  color: black;
  transition: transform 0.5s;
}

.dashboard-summary-box:hover,
.dashboard-summary-box-2:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.container_4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.container_4_child {
  padding: 10px;
}
/* END Super Admin Home CSS */

/* Crew Home CSS */
#cardHome1 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/cleaning_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 250px;
  color: white;
  transition: transform 0.5s;
  position: relative;
}

#cardHome2 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/repair_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 250px;
  color: white;
  transition: transform 0.5s;
  position: relative;
}

#cardHome3 {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/repaint_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 250px;
  color: white;
  transition: transform 0.5s;
  position: relative;
}

#cardHome1:hover,
#cardHome2:hover,
#cardHome3:hover {
  cursor: pointer;
  transform: scale(1.05);
}

#cardHome1 h3,
#cardHome2 h3,
#cardHome3 h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* END Crew Home CSS */

/* Crew Cleaning */
#cardWaiting,
#cardOnProcess,
#cardExit,
#cardDone,
#cardReady {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 176px;
  color: white;
  transition: transform 0.5s;
  position: relative;
}
#cardWaiting {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/cleaning_bg.jpg");
}

#cardOnProcess {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/on_process.jpg");
}

#cardDone {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/done.jpg");
}

#cardReady {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/pickup.jpg");
}

#cardExit {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.308),
      rgba(0, 0, 0, 0.308)
    ),
    url("/img/exit.jpg");
}

#cardWaiting:hover,
#cardOnProcess:hover,
#cardReady:hover,
#cardExit:hover,
#cardDone:hover {
  cursor: pointer;
  transform: scale(1.05);
}

#cardWaiting h3,
#cardOnProcess h3,
#cardExit h3,
#cardDone h3,
#cardReady h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* End Crew Cleaning */
.gmbr {
  width: 100px;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.inv-grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-items {
  margin: 10px;
}

.card {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.sidebarbtn {
  width: 100%;
  height: 70px;
}

.centerimg {
  margin: auto;
  width: 100%;
  height: 80px;
  text-align: center;
  margin-top: 10px;
}

.logomenu > img {
  width: 140px;
}

.crew_menu_button {
  width: 200px;
  height: 150px;
  background-color: rgb(37, 103, 190);
  border-radius: 25%;
}

.crewhome {
  width: 100%;
  text-align: center;
}

.crewhome_child > img {
  width: 40%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.crew_menu_button > a.crew_menu_button_a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  position: relative;
}

a.crew_menu_button_a > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.crew_menu_button_a:hover {
  background-color: rgb(47, 113, 212);
  border-radius: 35%;
}

/* Add Invoice CSS */

.add_invoice {
  padding: 30px;
}

.grid-container-5 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

/* End Add Invoice CSS */

/* Home User */
.bg-image {
  /* Add the blur effect */
  background-image: linear-gradient(
      to right,
      rgb(255, 255, 255),
      rgba(2, 2, 2, 0)
    ),
    url("/img/bg_home_user.jpg");
  width: 100%;
  height: 400px;
  background-size: cover;
  color: white;
  padding: 20px;

  /* Full height */
  height: 500px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-image h2 {
  color: black;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 50px;
  font-size: 50px;
}

#search_home {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 50px;
  font-size: 50px;
  width: 40%;
  padding-top: 120px;
}

@media screen and (max-width: 600px) {
  #search_home {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 50px;
    font-size: 50px;
    width: 80%;
    padding-top: 120px;
  }
}

/* Position text in the middle of the page/image */
.home_bg {
}

.history_form {
  display: grid;
  grid-template-columns: 25% 25%;
}

#card_login,
#card_register {
  color: black;
}

.form_register {
  display: grid;
  grid-template-columns: 45% 45%;
}

.btnlogin {
  background-color: white;
  border: none;
  color: blue;
  text-decoration: none;
}

.btnlogin:hover {
  color: black;
  cursor: pointer;
}

.outlet_head {
  width: 100%;
  text-align: center;
}

.outlet_body h5 {
  display: inline-block;
  background-color: #ac0000;
  color: white;
  padding: 10px;
  width: 200px;
}
/* END home user */

/* Super admin CSS */

.table_tr {
}

/* END super admin CSS */
