/* 


@media only screen and (max-width: 690px) {
    #main {
        max-width: 100%;
        max-height: 100%;
    }

    #left_side {
        width: calc(100% - 20px);
        margin-left: 0px;
        margin-top: 0px;
    }

    #top_left {
        display: block;
        width: calc(100% - 20px);
        height: 100%;
    }


    #left_side_wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
        display: block;
    }

    #menu {
        width: calc(100% - 20px);
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #left_side_scrollable {
        display: none !important;
    }

    #center_side {
        height: 120px;
        width: calc(100% - 158px);
    }

    #settings_bg_wrapper {
        float: right;
        margin-right: -148px;
        margin-top: -120px;
        height: 110px;
    }

    #settings_bg {
        height: 110px;
    }

    .connection-icons {
        width: 110px;
        margin-left: 0px;
    }

    .connection-icons-custom {
        margin-top: 0px;
    }

    .connection-div {
        height: 110px;
        width: 110px;
        margin-right: 10px;
    }

    #listening-to-spotify {
        width: calc(100% - 20px);
    }
    #listening-to-spotify-content {
        display: block;
    }
    #listening-to-spotify-info {
        width: calc(100% - 180px);
        margin-top: -140px;
        margin-left: 160px;
        height: 130px;
        justify-content: left;
    }

    #listening-to-spotify-cover {
        height: 150px;
        width: 150px
    }

    #play-on-spotify-link {
        width: fit-content;
        padding-right: 10px;
        height: 40px;
        background-color: var(--modal_background);
        margin-left: 170px;
        margin-top: -54px;
        margin-right: 10px;
    }

    #play-on-spotify-button {
        font-size: 20px;
    }

    #spotify-listen-to {
        display: inline;
        margin-left: -90px;
        font-size: 20px;
      }
    #account_wrapper {
        display: none;
    }
    #accounts2 {
        margin-right: -10px;
        display: flex;
        overflow-y: hidden;
    }

    #account_wrapper2 {
        display: flex;
    }

    #friends2 {
        display: flex;
    }

    #right_side {
        width: 100%;
        height: fit-content;
    }

    #status_border {
        margin-top: -54px;
    }

    #main_wrapper {
        margin: 10px;
        overflow-y: scroll;
        height: calc(100% - 20px);
        border-radius: 8px;
        display: block;
        overflow-x:hidden;
    }

    #tester {
        height: 120px;
        width: 100%;
    }

    #preloader_tester {display: none !important;}

    #not_implemented {
        display: block;
    }

    #left_side_scrollable {
        margin-left: 10px;
        margin-top: 0px;
    }


    .activity-container {
        display: flex;
    }
    
  .activity-image-container {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .activity-name {
    display: none;
  }

  .activity-name2 {
    display: block;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-image {
    width: 150px;
    height: 150px;
    border-radius: 8px;
  }

  .activity-info {
    width: calc(100% - 200px);
    height: 150px;
    border-radius: 8px;
    background-color:var(--item_background);
    font-size: 30px;
    justify-content: left;
    align-items: center;
    display: flex;
    margin-left: 160px;
    position: absolute;
  }

  #activity-info {
    margin: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .activity-name  {
    margin-top: 0px;
  }

  .activity-details  {
    margin-top: 10px;
    margin-top: -45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .state-container  {
    margin-top: -45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .activity-time  {
    margin-top: -45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
    font-weight: bold;
  }
  }

@media screen and (max-width: 460px){
    #play-on-spotify-link {
        width: calc(100% - 10px);
        margin-top: 5px;
        margin-left: 0px;
        background-color: var(--item_background);
    }

    #listening-to-spotify-info {
        margin-top: -200px;
        justify-content: center;
    }

    #listening-to-spotify {
        height: 200px !important;
    }

    #listening-to-spotify-song {
        word-break:keep-all;
        white-space: break-spaces;
        max-height: 66px;
        font-size: 22px;
    }

    #listening-to-spotify-artist {
        margin-top: -46px;
    }
}

@media screen and (max-width: 410px){
    #play-on-spotify-link {
        width: calc(100% - 10px);
        margin-top: 5px;
        margin-left: 0px;
        background-color: var(--item_background);
    }

    #listening-to-spotify-info {
        margin-top: -150px;
        justify-content: center;
        margin-left: 110px;
        width: calc(100% - 130px);
        height: 80px;
    }
    
    #listening-to-spotify-cover {
        height: 100px;
        width: 100px;
    }
    #listening-to-spotify {
        height: 150px !important;
    }

    #listening-to-spotify-song {
        white-space:nowrap;
        font-size: 22px;
    }

    #listening-to-spotify-artist {
        margin-top: -46px;
    }

    .activity-image {
        width: 100px;
        height: 100px;
        border-radius: 8px;
      }
    .activity-info {
        height: 100px;
        margin-left: 110px;
        width: calc(100% - 150px);
        font-size: 26px;
    }

    .activity-details {
        margin-top: -40px;
    }

    .activity-time {
        margin-top: -40px;
    }

    .state-container {
        margin-top: -40px;
    }

    .activity-time {
        font-size: 22px;
    }
}

@media screen and (max-width: 308px){
    #listening-to-spotify {
        display: none !important;
    }

    #discord-activity-section {
        display: none !important;
    }
} */