/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'PP Gosha Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PP Gosha Sans Regular'), url('/fonts/PPGoshaSans-Regular.woff') format('woff');
}
    

@font-face {
    font-family: 'PP Gosha Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Gosha Sans Bold'), url('/fonts/PPGoshaSans-Bold.woff') format('woff');
}

.container {
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #4E52CB;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.background-content{
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 28px;
}

.header-content{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.34);
    border-radius: 32px;
    font-family: 'PP Gosha Sans Bold';
    color: #fff;
}

.header-content .logo{
    width: 140px;
    margin-bottom: 20px;
}

.header-content h5{
    font-size: 15px;
}

.mode-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  .label {
    font-weight: bold;
    font-size: 16px;
    color: white;
  }
  
  .label-active {
    color: #ffd700;
  }
  
  .toggle {
    width: 60px;
    height: 30px;
    background-color: #1e1e50;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
  }
  
  .toggle::before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #ffd700;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.3s;
  }
  
  .toggle.active::before {
    left: 34px;
  }

  .download-button {
    background-color: #9aff61;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .button-live {
    background-color: #FFE001;
    border: none;
    border-radius: 30px;
    padding: 6px 21px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .bg-image{
    padding: 16px 18px;
    border-radius: 16px;
    background: #000;
    margin-top: 22px;
  }