@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* style for scroll bar  */
@layer utilities {
  /* Hide scrollbar for Chrome, Safari and Opera */
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar:hover {
  cursor: pointer;
}
::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #8dfec4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #263238;
}
/* ----- * ----- */
.JosefinSans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
}
.Montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
#navBar {
  position: sticky;
  top: 0;
}
#menu-dropdown {
  position: absolute;
  top: 5.5rem;
  width: 100%;
  color: #263238;
  font-weight: 700;
  font-size: 18px;
  display: none;
}

/* #layerBtn:disabled i:hover {
  background: none !important;
}
#layerBtn:disabled i:hover{
  background: none !important;
} */

.no-change {
  background: #61C8FF;
  color: #61C8FF;
}

.Erosion 
{
  background: #cc3300;
  color:#cc3300;
}

.Deposition {
  background: #ffff00;
  color: #ffff00;
}

/* #chartDiv {
  border: 1px solid black;
  height: 90%;
  margin-top: 8px;
  overflow: scroll;
 
} */

ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  /* Smooth rotation */
}

.darkGreenBtn {
  background-color: #263238;
  color: #8dfec4;
 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 4px 8px;
  font-weight: 600;
   margin: 0 8px;
  font-weight: 700;
  margin-left: 0px ;
  
 
}

.darkGreenBtn:hover {
  background-color: #617076;
  color: #8dfec4;
}

.grayBtn {
  background-color: #617076;
  color: #8dfec4;
 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 4px 0px;
}

.lightGreenBtn {
  color: #263238;
  background-color: #8dfec4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 4px 8px;
  margin: 4px 8px;
  font-weight: 700;
  margin-left: 0px !important;
}

.lightGreenBtn:hover {
  background-color: #617076;
  color: #8dfec4;
}