* {
    font-family: 'Poppins', sans-serif !important;
}

html, body {
    padding: 0;
    margin: 0;
  }

  body{
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      to right,
      var(--roblox-secondary-color) 0%,
      var(--roblox-secondary-color) 20%,
      white 20%,
      white 100%
    );
  }


  aside {
    min-height: 100vh;
    min-width: 220px;
    max-width: 220px;
  }

  main {
    width: 100%;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }

  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

  #ROBLOX_IMG {
    position: fixed;
    width: 150px;
    margin-top: 1.5rem;
    margin-left: 1rem;
    border-radius: 0.375rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .alert-header {
    margin-top: 1.5rem;
    background-color: var(--roblox-primary-color);
    border-color: var(--roblox-primary-color);
    color: white;
    font-size: 24px;
    font-weight: 500;
  }

  .stats-card {
    background: white;
    color: #333;
    border: 2px solid var(--roblox-primary-color);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    font-size: 15px;
    font-weight: 500;
  }

  .title-card {
    color: var(--roblox-primary-color);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .subtitle-card {
    color: #333;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
  }

  .stat-number {
    font-size: 15px;
    font-weight: 500;
    font-size: 28px;
  }

  .stat-section {
    padding: 0.75rem;
    width: calc((100% / 5) - 0.1px);
    border-right: 1px solid var(--roblox-primary-color);
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .stat-section.visit {
    width: calc((100% / 6) - 0.1px);
  }

  .game  .stat-section {
    width: calc((100% / 6) - 0.1px);
  }

  .stat-section:last-child {
    border-right: 1px solid transparent;
  }


  #line_chart{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .visits-time {
    font-weight: 500;
    color: var(--roblox-primary-color);
    border-color: var(--roblox-primary-color);
    border-radius: 0;
  }

  .visits-time:hover, .visits-time:active, .visits-time.active  {
    color: white;
    background-color: var(--roblox-primary-color);
    border-color: var(--roblox-primary-color);
  }

  .google-visualization-tooltip-item {
    white-space: nowrap;
  }


#range  {
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid var(--roblox-primary-color);; 
    width: 100%;
    color:var(--roblox-primary-color);
    font-size: 0.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }


  .daterangepicker .ranges li.active {
    background-color: var(--roblox-primary-color);
    color: #fff;
  }
  .daterangepicker .ranges li:hover,   .daterangepicker .ranges li.active {
    background-color: var(--roblox-primary-color);
    color: #fff;
  }

  .applyBtn {
    background-color: var(--roblox-primary-color);
    border-color: var(--roblox-primary-color);
  }

  .daterangepicker .drp-buttons .btn:hover {
    background-color: var(--roblox-primary-color);
    border-color: var(--roblox-primary-color);
    color: white;
  }