@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.nav_bar {
  background: linear-gradient(to right, #415486, #112456) !important;
  height: 84px !important;
}

/* .selected-btn::before {
    content: "•";
    font-size: 24px;
    margin-right: 8px; 
  } */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


@font-face {
  font-family: 'Proxima-Nova-Rg';
  src: url('./proxima_nova_reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font {
  font-family: 'Proxima-Nova-Rg', sans-serif;
}

* {
  font-family: 'Proxima-Nova-Rg', sans-serif;
}

#searchInput::placeholder {
  color: #acaaaa;
  opacity: 1;
}


.sidebar {
  /* height: 100%;
  width: 0;
  position: fixed;
  z-index: 1; */
  /* top: 0; */
  /* left: 0; */
  /* background-color: #111; */
  /* overflow-x: hidden; */
  transition: 0.5s;
  /* padding-top: 60px; */
}

/* .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
} */

/* .sidebar a:hover {
  color: #f1f1f1;
} */

/* .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
} */

.openbtn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 26px;
  background-color: #455381;
  border-radius: 5px;
}
.self-service-btn {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.5s ease;
  display: none;
}

.Internal-crm-btn {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.5s ease;
  display: none;
}

/* 
.openbtn:hover {
  background-color: #444;
} */

/* #main {
  transition: margin-left .5s;
  padding: 16px;
} */

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
} */

.hidden-scroll-bar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
}

.hidden-scroll-bar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

#floatingBox {
  position: fixed;
  top: 345px;
  left: 63px;
  background: white;
  width: 80px;
  height: 40px;
  z-index: 999999;
  display: none; /* Hidden by default */
}