@media screen and (max-width: 2500px) {
    .content {
        max-width: 1500px;
        margin: 0;
        margin-left: auto;
    }

    .stream-content {
        margin: 0;
        margin-left: auto;
    }

    .stream-page-container {
        max-width: 1500px;
        margin: 0;
        margin-left: auto;
    }

    .stream-chat {
        position: relative;
    }
}

@media screen and (max-width: 1900px) {
    .content {
        max-width: 1250px;
        margin-left: 350px;
    }

    .category_list {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .category .description {
        padding: 5px
    }

    .stream-container {
        height: 400px;
    }

    .video .tags {
        display: inline-block;
        gap: 10px;
        line-height: 25px;
    }

    .tags a {
        text-wrap: nowrap;
    }
}

@media screen and (max-width: 1600px) {
    .category .description p {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .category_stream {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .stream-page-container {
        max-width: 1250px;
        margin-left: 350px;
    }

    .stream-chat {
        width: 300px;
        height: 60vh;
    }

    .stream-content {
        padding-right: 0;
    }

    .star .info {
        overflow: hidden;
    }

    .streamer_avatar {
        width: 26px;
        height: 26px;
    }

    .verify-button {
        font-size: 10px;
    }

    .stream-container {
        height: 320px;
        grid-template-columns: 48% 48%;
    }

    .loading-progress {
        bottom: 33px;
    }

    .sidebar {
        max-width: 250px;
    }

    .star {
        gap: 20px;
    }

    .star .info div {
        width: 100%;
        max-width: 80%;
    }

    .content {
        max-width: 1250px;
        margin-left: 280px;
    }

    .stream-page-container {
        margin-left: 280px;
    }

    .stream-name {
        font-size: 14px;
    }

    .streamer-header img {
        width: 42px;
        height: 42px;
    }

    .streamer-details h3 {
        font-size: 16px;
    }

    .subscriber-count {
        font-size: 12px;
    }

    .nav a {
        font-size: 14px;
    }

    .nav a svg {
        width: 20px;
        height: 20px;
    }

    .recommendation .bottom span {
        font-size: 14px;
    }

    .recommendation .bottom img {
        width: 24px;
        height: 24px;
    }

    .recommendation .bottom p {
        font-size: 12px;
    }

    .category .description p {
        font-size: 14px;
    }

    .category .description span {
        font-size: 12px;
    }

    .tags a {
        font-size: 10px;
    }



    .name_stream {
        font-size: 16px;
    }

    .streamer-avatar {
        width: 40px;
        height: 40px;
    }

    .streamer-name {
        font-size: 16px;
    }

    .stats-item {
        font-size: 12px;
    }

    .stream-title {
        font-size: 16px;
    }

    .streamer-profile {
        gap: 10px;
    }

    .streamer-stats {
        gap: 10px;
    }

    .logo svg {
        width: 36px;
        height: 36px;
    }

    .logo p {
        font-size: 20px;
    }

    .logo {
        gap: 10px;
    }

    header .buttons a:first-child {
        font-size: 14px;
    }

    header .buttons a:last-child {
        font-size: 14px;
    }

    .star .info div span {
        font-size: 10px;
    }

    .category_section a {
        font-size: 14px;
    }

    .category_section p {
        font-size: 20px;
    }

    .footer-logo svg {
        width: 42px;
        height: 42px;
    }

    .footer-logo h2 {
        font-size: 20px;
    }

    .footer-column h4 {
        font-size: 14px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .category_list .category:nth-child(8) {
        display: none;
    }

    .streamer-info .streamer-stats {
        flex-direction: column;
        gap: 3px !important;
    }

    .category_list .category:last-child {
        display: none;
    }
}


@media screen and (max-width: 1000px) {
    .sidebar {
        display: none;
    }

    header .input {
        display: none;
    }

    header {
        padding: 20px 5%;
    }

    .content {
        margin: 0;
    }

    .stream-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .stream-container {
        height: 500px;
    }

    .stream-name {
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .preview .streamer-profile {
        width: 100%;
        overflow: hidden;
    }

    .loading-spinner {
        width: 80px;
        height: 80px;
    }

    .category_list .category:nth-child(8) {
        display: flex;
    }

    .playlist {
        grid-template-columns: 1fr;
    }

    .loading-logo svg {
        height: 60px;
        width: 60px;
    }

    .footer-links {
        gap: 50px;
    }

    .stream-page-container {
        margin: 0;
    }

    .stream-chat {
        display: none;
    }

    .stream-content {
        width: 90%;
        padding: 10px;
    }

    .loading-logo img {
        width: 60px;
        height: 60px;
    }

    .stream-video-container {
        width: 100%;
        height: 40vh;
    }
}