/* Welcome container */

:root {
  --primary-blue: #0397fe;
  --secondary-blue: #0052d3;
  --primary-red: #ff7357;
  --primary-brown: #f9cbbb;
  --secondary-brown: #af8664;
  --default-gray: #c8c8c8;
}
::-webkit-scrollbar {
  /* for horizontal scrollbar */
  width: 5px !important;
  /* for vertical scrollbar */
  height: 5px !important;
}
.btn:hover {
  opacity: 0.5;
}
.btn-primary {
  background-color: var(--secondary-blue) !important;
}

#header img {
  max-height: 84px !important;
  max-width: 280px !important;
  position: absolute !important;
  top: -9px;
  left: -14px;
  transition: left 0.5s;
}

.welcome-container {
  padding: 40px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon-container {
  background: var(--secondary-blue);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.selected {
  font-weight: bold;
  opacity: 0.5;
  background-color: #ececec;
}

.submenu-selected {
  font-weight: bold;
  opacity: 0.5;
  background-color: #ececec;
}
.icon-font {
  color: #fff;
  margin: 0;
}
.welcome-info {
  margin-left: 20px;
}
.welcome-text {
  margin: 0;
  font-size: 14px;
}

.main-menu {
  padding-left: 13px;
}

.zmdi-card-travel::before,
.zmdi-home::before {
  background-image: url("/weship_icons/RGSLhome-menubar.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
}

.zmdi-shopping-basket::before {
  background-image: url("/weship_icons/RGSLorders-menubar.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
}

.zmdi-local-shipping::before {
  background-image: url("/weship_icons/RGSLshipments-menubar.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
}

.zmdi-money::before {
  background-image: url("/weship_icons/RGSLwallet-menubar.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
}

.zmdi-accounts-add::before {
  background-image: url("/weship_icons/RGSLcustomers-menubar.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
}

.table-container {
  /* max-height: 690px; */
  overflow-y: auto;
  overflow-x: auto;
}
.table-container table th {
  top: 0;
  position: sticky;
}

@media screen and (max-width: 1279px) {
  #header img {
    top: -9px;
    left: 40px;
  }
}

@media screen and (max-width: 415px) {
  .user-sess {
    display: none;
  }
}
