body {
  background-color: #e6f5ff !important;
}

.MultiSelected {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  &::-webkit-scrollbar {
    display: none;
  }
  background: white;
  z-index: 9;
  top: 40px !important;
  border-radius: 5px;
  box-shadow: 0px 4px 10px #0000001f;
  padding: 10px;
}

.MultiSelectedDrop span {
  margin: 0px 10px;
  line-height: 2;
}

.MultiSelected span {
  margin: 0px 10px;
}
.skillEdit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 10px;
}

.love-serch ul li {
  padding: 10px 5px;
}

.love-serch ul li:hover {
  cursor: pointer;
  /* background-color: rgba(158, 158, 158, 0.18); */
}

.love-serch.row ul {
  position: absolute;
  background: #fff;
  box-shadow: 0px 6px 10px #4444442e;
  max-width: 272px;
  max-height: 450px;
  overflow-y: auto;
  z-index: 999;
  order: 1px solid white;
  border-radius: 10px;
}

.MainLoader {
  height: 100vh;
  background: #0000002e;
  position: fixed;
  width: 100%;
  z-index: 999 !important;
}

.fade.modal.show {
  z-index: 9 !important;
}
.fade.modal-backdrop.show {
  z-index: 0 !important;
}

.fixed-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%; /* Make sure it’s wide enough for the sidebar */
  padding-top: 20px; /* Optional, if you want to add some top padding */
  overflow: hidden;
}

.content-area {
  margin-left: 25%; /* Adjust this value based on your sidebar's width */
  padding-top: 20px; /* Optional, to add some space at the top */
  overflow: auto;
  height: 100vh;
}

.chat-style {
  background: #0d6efd;
  cursor: pointer;
  padding: 8px 9px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #0d6efd;
  color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /*Adds a subtle shadow */
}
.chat-style-active {
  border: 2px solid #198754;
  background-color: #198754;
}

.card-check-box {
  margin-top: 5px;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: right;
  padding-right: 5px;
  cursor: pointer;
}

input#vehicle2 {
  font-size: 27px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#notificationClass {
  color: #fff;
  background: #f90404f7;
  border: 2px;
  border-radius: 20px;
  position: relative;
  height: 28px;
  width: 28px;
  top: -9px;
  text-align: center;
}

#my-typeahead-id {
  position: relative !important;
  top: 0 !important;
}

.m-auto {
  margin: auto !important;
}
.h-32 {
  height: 32px !important;
}

.chat-count {
  color: #fff;
  background: red;
  border: 1px solid red;
  padding: 0px 10px;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: 5px;
}

#main-block{
  background: #fff;
}
.justified-text{
  text-align: justify !important;
}