.hidden {
  display: none;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: -1px 0px 0px 0px !important;
  padding: 0;
}

#loading-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), rgba(12, 12, 14, 0.95)),
    linear-gradient(120deg, rgba(12, 12, 14, 0.7), rgba(32, 32, 38, 0.7));
  z-index: 9999;
}

.loading-card {
  background: rgba(12, 12, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px 26px;
  width: 280px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  color: #f3f5f7;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.loading-title {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.loading-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 10px;
}

.loading-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #4cd3c2, #6d8dff);
  transition: width 0.25s ease;
}

.loading-text {
  font-size: 14px;
  margin-bottom: 6px;
}

.loading-detail {
  font-size: 12px;
  color: #aeb5c0;
  letter-spacing: 0.1px;
}

#mindar-container{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.calender2{

  text-align: center;


 
}

  .snackbar-wrapper{
    display:block;
    text-align: center;
    bottom:90px;
    left:10%;
    padding:0px;
    position: fixed;
    right: 10%;
  }
  
  .snackbar{
    display:block;
    background:#222;
    border:#f2f2f2;
    padding:10px 20px 10px 20px;
    font-size: 20px;
    color:#fff;
    font-family:Arial;
    position:relative;
  
    left:0px;
    bottom:-70px;
    transition: bottom 0.5s ease-in-out;
    z-index:9;
  }


  .atcb_text{
    font-size: 10px !important;
  }
