.full-height-background-login {
    height: 100vh;
    background-image: url('../img/other/tech-18050_256.gif');
    background-size: cover;
    background-position: center;
}

.loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9998;
  }

  .seasonalEffect-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
  }
  
  
  .semi-bold {
    font-weight: 600;
  }

  .full-height-background-404 {
    height: 100vh;
    background-image: linear-gradient(#1b5e2080, #4caf5080), url('../img/bg/space.gif');
    background-size: cover;
    background-position: center;
}



.chart-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (max-width: 768px) {
  .chart-container {
    width: 160%;
    height: 100%;
    min-height: 250px;
  }
}

@media (max-width: 480px) {
  .chart-container {
    width: 160%;
    height: 100%;
    min-height: 250px;
  }
}
