/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/assets/styles/custom-css-styles.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.nav-scrollbar {
  overflow-y: auto;
}

.nav-scrollbar::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
  height: 0px;
}

/* Style the scrollbar track */
.nav-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Light gray track */
  border-radius: 10px;
}

/* Style the scrollbar thumb (the draggable part) */
.nav-scrollbar::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Gray thumb */
  border-radius: 10px;
}

/* Change the thumb color when hovered */
.nav-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker thumb when hovered */
}


.map-scrollbar {
  overflow-y: auto;
}

.map-scrollbar::-webkit-scrollbar {
  width: 7px;
  /* Width of the scrollbar */
  height: 0px;
}

/* Style the scrollbar track */
.map-scrollbar::-webkit-scrollbar-track {
  background-color: #CCCCCC;
  /* Light gray track */
  border-radius: 10px;
}

/* Style the scrollbar thumb (the draggable part) */
.map-scrollbar::-webkit-scrollbar-thumb {
  background-color: #16232E;
  /* Gray thumb */
  border-radius: 10px;
}

/* Change the thumb color when hovered */
.map-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #16232E;
  /* Darker thumb when hovered */
}


.ant-notification-notice-wrapper {
  border-radius: 0 !important;
}

.wordSpace {
  word-spacing: 6px;
}


/* custom css styles */
.custom-checkbox {
  font-size: 14px;
  color: #141414;
}
