@tailwind base;
@tailwind components;
@tailwind utilities;


.toggle-line{
  height: 3px;
  width: 100px;
  position: absolute;
  top:27px;
  left: 10px;
  background-color: #00B6AA;
  transition: .3s ease-in-out;
}
.move-line{
  left: 120px;
}
.move-line2{
  left: 235px;
}
.move-line3{
  left: 365px;
}
.move-2next{
  left: 235px;
  width: 170px;

}

.loader-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.2);
  z-index: 9999;
}