@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Barlow', sans-serif;
    user-select: none;  
    appearance: none!important;
    border: none!important;
    outline: none!important;
}

body, html {
    background-color: #001121;
    background: linear-gradient(to top right, rgba(0, 10, 30, 1), #001121);
}

body.sidebar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

a, a:hover {
    text-decoration: none;
}

.btn {
    box-shadow: none!important;
}

.pageContainer {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0px!important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle .avatar {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    width: 37px;
    height: 37px;
    margin-bottom: -8px;
}

    .dropdown-toggle .avatar img {
        width: 100%;
        height: 100%;
    }

.navbar-right .nav-link i{
    margin-right: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: removes slight dropdown jump */
}

.notifIndicator {
    min-width: 20px;
    background: oklch(68.0113% 0.158303 276.934902 / 1);
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding-left: 4px;
    padding-right: 4px;
}

.dropdown-menu {
    background: #0d1a2b;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px) saturate(130%);
    border: none;
    outline: none;
    border-radius: 10px !important;
    z-index: 1000;
    appearance: none;
    min-width: 179px;
}

.dropdown-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.dropdown-item {
    background: rgba(255, 255, 255, 0.0)!important;
    margin-left: 7px;
    width: calc(100% - 14px);
    border-radius: 7px;
    padding: 6px 10px;
    font-weight: 600;
    color: white;
    transition: all 0.23s ease-in-out;
}

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.025)!important;
    }

    .dropdown-item.logout {
        color: #ff4757!important;
    }
/* Favourite Song Section */
.favouriteSongBox {
    width: 100%;
    min-height: 70px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.favouriteSongBox::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.favouriteSongBox-image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.favouriteSongBox-image img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.favouriteSongBox-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.favouriteSongBox-blur img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    filter: blur(50px) saturate(130%);
    opacity: 0.2;
}

.favouriteSongBox-title {
    padding-left: 60px;
    color: white;
    position: relative;
    z-index: 100;
    width: calc(100% - 50px);
}

.favouriteSongBox-title-title {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.favouriteSongBox-title-artist {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    font-weight: 500;
    margin-top: 1px;
    letter-spacing: 0.2px;
}
        .dropdown-item i {
            opacity: 0.7;
            margin-top: 1px;
        }

        .dropdown-item.logout i {
            color: #ff4757!important;
        }

.dropdown-toggle .username {
    display: inline-block;
    vertical-align: top;
}

.nav-item.no-padding, .nav-item.no-padding .nav-link {
    padding-left: 1px;
    padding-right: 1px;
    background: rgba(0, 0, 0, 0)!important;
}

.nav-link {
    transition: all 0.23s ease-in-out;
}

.nav-item:not(.register):hover .nav-link {
    color: white!important;
}

@media (min-width: 1250px) {
    .pageContainer {
        width: 1250px;
    }
}
/*
.pageContainerFull {
    width: 100%!important;
}*/

.navbar {
    position: fixed;
    width: 100%;
    z-index: 50;
    padding-bottom: 11px;
    z-index: 100000;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0)!important;
}

body.sidebar-open .navbar-toggler {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse .navbar-nav.ml-auto {
        padding-left: 15px;
    }
    
    .navbar-collapse .navbar-nav.ml-auto .dropdown-toggle .avatar {
        margin-left: 8px;
    }
}

.close-sidebar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
    transition: transform 0.2s ease;
}

.close-sidebar:hover {
    transform: rotate(90deg);
}

.close-sidebar {
    display: none;
}

@media (max-width: 991.98px) {
    .close-sidebar {
        display: block;
    }
}

.navbar-toggler {
    z-index: 1001;
    border: none !important;
    padding: 0.5rem 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}


.navbar-collapse {
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        padding: 3.5rem 1.5rem 1.5rem;
        background: #001121;
        background: linear-gradient(to bottom, #000a1e, #001121);
        z-index: 1000;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
    }
    
    .navbar-collapse.show {
        left: 0;
    }
    
    .navbar-nav {
        flex-direction: column !important;
        width: 100%;
    }
    
    .navbar-nav .nav-item {
        width: 100%;
        margin: 0.25rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-radius: 6px;
    }
    
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0.25rem;
        background: rgba(255, 255, 255, 0.05);
        border: none;
    }
    
    .navbar-nav .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.5rem 1.5rem;
    }
    
    .navbar-nav .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    
    .navbar-collapse.show ~ .navbar-toggler {
        opacity: 0;
        pointer-events: none;
    }
    
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    
    .navbar-blurred {
        position: relative;
        z-index: 1001;
    }
}

.navbar.blurred {
    background: rgba(255, 255, 255, 0.045) !important;
    backdrop-filter: blur(70px) saturate(130%);
    box-shadow: inset 0 -1px 0 0px rgba(255, 255, 255, 0.045);
}

.navbar-brand img {
    height: 33px;
    margin-top: 5px;
    margin-left: 0px;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 460px;
    background-image: -webkit-radial-gradient(top, circle cover, rgba(20, 30, 50, 1) 0%, #001121 80%);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 85px;
    box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .hero-section {
        height: 510px;
    }
}
  
  .blur-overlay {    
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: blur(50px) saturate(170%);
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
  }
  
  .hero-section .content {
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .hero-section .text {
    padding-left: 0px;
    padding-top: 15px;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  }


  .hero-section .text .artist {
    color: rgba(255, 255, 255, 0.65);
    font-size: 17px;
    font-weight: 500;
    margin-top: 2px;
    letter-spacing: 0.2px;
  }

  
  .hero-section .text .track {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.2px;
  }

  
.controls {
    width: fit-content;
    height: 70px;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    display: block;
}

    .controls .toggleBtn {
        width: 50px;
        height: 50px;
        transition: all 0.23s ease-in-out;
        box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        text-align: center;
        color: rgba(255, 255, 255, 0.75)!important;
        font-size: 27px;
        padding-top: 4px;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
    }

        .controls .toggleBtn:not(.noBg) {
            color: white!important;
        }

        .controls .toggleBtn.noBg {
            margin-left: 10px;
            margin-right: 10px;
            font-size: 18px;
            padding-top: 12px;
            background: rgba(255, 255, 255, 0) !important;
        }

        .controls .toggleBtn:hover {
            cursor: pointer!important;
            background: white;
            color: black!important;
        }

            .controls .toggleBtn.noBg:hover {
                color: white !important;
            }

        .toggleBtn i {
            transition: all 0.23s ease-in-out;
        }

        .toggleBtn.likeDJ.liked i {
            transform: scale(1.5)!important;
            color: #ff4757!important;
        }

        .toggleBtn.toggleRadio {
            backdrop-filter: blur(10px);
        }

        .toggleBtn.likeDJ.unlikeable {
            opacity: 0.75;
        }

            .toggleBtn.likeDJ.unlikeable:hover {
                cursor: not-allowed;
            }

form {
    overflow-x: hidden;
}

.hero-section .stats {
    position: relative;
    z-index: 100;
}

    .hero-section .stats .avatar {
        width: 110px;
        height: 110px;
        border-radius: 100%;
        position: relative;
        margin: 0 auto;
        display: block;
        z-index: 50;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.56), 0 0 0 0px #04070f;
    }

        .hero-section .stats .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: 15px;
            z-index: 100;
            border-radius: 100%;
        }

        .hero-section .stats .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

    .hero-section .stats .text {
        display: block;
        text-align: center;
        vertical-align: top;
    }

.nav-item {
    padding: 0px 9px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.23s ease-in-out;
    margin-left: 8px;
    position: relative;
    margin-top: 4px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

    .nav-item:hover {
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }

    .nav-item.dropdown:hover {
        background: rgba(0, 0, 0, 0)!important;
    }
    
    .nav-item a {
        color: rgba(255, 255, 255, 0.7)!important;
        letter-spacing: 0.2px;
    }

    .nav-item:hover a {
        color: white;
    }

    .nav-item.register {
        background: rgba(255, 255, 255, 1)!important;
    }

        .nav-item.register a {
            color: black!important;
        }

    .nav-item i {
        vertical-align: top;
        line-height: 1.5;
        margin-right: 4px;
        font-size: 16px;
        margin-top: 1px;
    }
/*
.miniPlayer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: rgba(47, 47, 47, 0.3);
    backdrop-filter: blur(20px) saturate(130%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
    background-image: -webkit-radial-gradient(top, circle cover, #002345 0%, #00070F 80%);
}

    .miniPlayer .stats {
        padding-top: 13px;
    }

    .miniPlayer .stats .avatar {
        width: 55px;
        height: 55px;
        border-radius: 100%;
        position: relative;
        z-index: 50;
        display: inline-block;
        vertical-align: top;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.56), 0 0 0 0px #04070f;
    }

        .miniPlayer .stats .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .miniPlayer .stats .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: 8px;
            z-index: 100;
            border-radius: 100%;
        }

    .miniPlayer .stats .text {
        display: inline-block;
        vertical-align: top;
        z-index: 50;
        position: relative;
        padding-left: 10px;
    }

        .miniPlayer .stats .text .track {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 0.2px;
        }

        .miniPlayer .stats .text .artist {
            color: rgba(255, 255, 255, 0.65);
            font-size: 15px;
            font-weight: 500;
            margin-top: 1px;
            letter-spacing: 0.2px;
        }
*/
.footer {
    width: 100%;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.0);
}

    .footerContent {
        min-height: 200px;
    }

    .favouriteSongBox-remove {
        width: 40px;
        height: 40px;
        background: white;
        color: black;
        border-radius: 100%;
        position: absolute;
        right: 10px;
        z-index: 50;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

        .favouriteSongBox-remove i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .footerCredits {
        width: 100%;
        min-height: 105px;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
        position: relative;
    }

        .footerCredits .left {
            font-weight: 500;
            font-family: 'Barlow', sans-serif;
            color: rgba(255, 255, 255, 1);
            padding-top: 28px;
        }

        .footerCredits span {
            text-transform: uppercase;
            letter-spacing: 0.2px;
            opacity: 0.7;
            font-weight: 600;
            font-size: 13px;
            margin-top: 3px;
        }

    .socialLink {
        display: inline-block;
        vertical-align: top;
        border-radius: 34px;
        position: relative;
        color: rgba(255, 255, 255, 0.7);
        width: 49px;
        font-size: 21px;
        text-align: center;
        height: 49px;
        padding-top: 8px;
        margin-top: 29px;
        margin-right: 0px;
        transition: all 0.23s ease-in-out;
    }

        .socialLink:hover {
            cursor: pointer;
            color: white;
        }

        .socialLink:last-child {
            margin-right: 0px!important;
        }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

.page {
    width: 100%;
    position: relative;
}


@media (max-width: 768px) {
    .ui-pnotify {
        right: 4px!important;
        width: calc(100% - 8px)!important;
        margin-top: -31px!important;
    }
}

.brighttheme {
    border-radius: 7px;
}

.ui-pnotify-title {
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

.ui-pnotify-text {
    margin-top: -5px;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 400;
}

.brighttheme.ui-pnotify-container {
    padding: 14px;
}

.brighttheme-icon-closer, .brighttheme-icon-sticker {
    display: inline-block;
    font-size: 20px;
    margin-right: -3px;
}

.ui-pnotify-sticker {
    display: none;
}

.brighttheme-error {
    background: #eb4d4b;
}

.card-danger {
    color: #ff4757;
    background: #ff475720!important;
    font-weight: 600;
    padding: 12px;
}

    .card-danger i {
        display: inline-block;
        vertical-align: top;
    }

.card-info {
    color: #1e90ff;
    background: #1e90ff20!important;
    font-weight: 600;
    padding: 12px;
}

    .card-info i {
        display: inline-block;
        vertical-align: top;
    }

@keyframes zoomUp {
    from {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

input {
    box-shadow: none!important;
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    margin-left: 1px;
    margin-right: 1px;
}

.tooltip {
    z-index: 1000;
}

.tooltip .arrow {
    display: none!important;
}

.tooltip .tooltip-inner {
    background: rgba(10, 10, 10, 0.8);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px) saturate(130%);
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
}
.heart-container {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    display: inline-block;
    vertical-align: top;
    right: -140px;
    bottom: 30px;
}

.floating-heart {
    position: absolute;
    font-size: 48px;
    animation: floatUp 4s ease-out forwards;
    opacity: 0;
    z-index: 10000;
    transform: translateX(0) translateY(0) scale(0.3) rotate(0deg);
    margin-right: 30px;
}

@keyframes floatUp {
    0% {
        opacity: 0.4;
        transform: translateX(0) translateY(0) scale(0.3) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: translateX(var(--drift-x, 0px)) translateY(-50vh) scale(1.1) rotate(var(--rotate, 0deg));
    }
    100% {
        opacity: 0;
        transform: translateX(calc(var(--drift-x, 0px) * 1.5)) translateY(-100vh) scale(1) rotate(var(--rotate, 0deg));
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .spin {
    animation: spin 4s linear infinite;
  }

  .toggleBtn input {
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    outline: none;
    -webkit-transition: .2s;
    margin-top: 11px;
    transition: opacity .2s;
    margin-left: 10px;
  }

  .toggleBtn input::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 14px; /* Set a specific slider handle width */
    height: 14px; /* Slider handle height */
    background: white; /* Green background */
    border-radius: 100%;
    cursor: pointer; /* Cursor on hover */
  }

  input, select, textarea {
    box-shadow: none!important;
    border: none!important;
    appearance: none!important;
    outline: none!important;
  }


  .volslider {
    margin-left: 15px!important; 
    width: auto!important;
  }
  .recentlyPlayed {
    border-radius: 7px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.recentlyPlayed:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.recentlyPlayed .playPreview:hover {
    cursor: pointer;
}

.row.no-gutters > .custom--column {
    padding-left: 0px;
    padding-right: 0px;
}

.row.no-gutters > .custom--column:first-child {
    padding-left: 0 !important;
}

.row.no-gutters > .custom--column:last-child {
    padding-right: 0 !important;
}


.recentlyPlayed .track {
    color: rgb(255, 255, 255);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.recentlyPlayed .artist {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    font-weight: 500;
    margin-top: 1px;
    letter-spacing: 0.2px;
}

    .recentlyPlayed .avatar {
        width: 65px;
        height: 65px;
        overflow: hidden;
        border-radius: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 12px;
        position: relative;
    }

        .recentlyPlayed .avatar img {
            width: 100%;
            height: 100%;
        }

        .recentlyPlayed .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: 10px;
            z-index: 100;
            border-radius: 100%;
        }

        .recentlyPlayed .playPreview {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            opacity: 0;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 101;
            text-align: center;
            color: white;
            font-size: 34px;
            transition: all 0.23s ease-in-out;
        }

            .recentlyPlayed:hover .playPreview {
                opacity: 1;
            }

            .recentlyPlayed .playPreview.playing {
                opacity: 1;
            }

            .recentlyPlayed .playPreview i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

.reactions-container {
    position: relative;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    overflow: hidden;
    color: white;
}

.reactions-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('<?=$data["image"];?>') no-repeat center center;
    background-size: cover;
    filter: blur(12px) brightness(0.6);
    z-index: 0;
}

.reactions-container > * {
    position: relative;
    z-index: 1;
}

.reactions-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reactions-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.reaction-button {
    position: relative;
    background: rgba(0, 123, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 60px;
    justify-content: center;
    backdrop-filter: blur(8px) saturate(140%);
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.reaction-button:hover {
    transform: translateY(-2px);
    background: rgba(0, 123, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.reaction-button.active {
    background: #007bff;
    border-color: #007bff;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.reaction-emoji {
    font-size: 18px;
}

.reaction-count {
    font-size: 12px;
    font-weight: 600;
}

.reaction-increment {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #28a745;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    animation: bounce 0.5s ease;
    pointer-events: none;
}

@keyframes bounce {
    0% { transform: translateY(0px) scale(0.8); opacity: 0; }
    50% { transform: translateY(-10px) scale(1.1); opacity: 1; }
    100% { transform: translateY(-5px) scale(1); opacity: 1; }
}

.contentTitle {
    width: 100%;
    display: block;
    font-weight: 600;
    color: white;
    font-size: 22px;
    margin-bottom: 15px;
}

.trending {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .trending {
        height: 100px;
        margin-bottom: 20px;
    }
}

    .trending .banner img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .trending .banner.active img {
        opacity: 1;
    }

    .trending::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        content: ' ';
        display: block;
    }
    
    .trending .bannerProgress {
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.35);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
        position: absolute;
        backdrop-filter: blur(20px) saturate(130%);
        bottom: 0;
        left: 0;
    }

        .trending .bannerProgress .bar {
            height: 4px;
            background: oklch(68.0113% 0.158303 276.934902 / 1);
            border-radius: 50px;
        }

    .trending .bannerDotContainer {
        position: absolute;
        bottom: -5px;
        left: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        .trending .bannerDotContainer .dot {
            width: 40px;
            height: 5px;
            background: rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
            border-radius: 5px;
            backdrop-filter: blur(20px) saturate(130%);
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            transition: all 0.23s ease-in-out;
        }

            .trending .bannerDotContainer .dot:last-child {
                margin-right: 0px!important;
            }

            .trending .bannerDotContainer .dot:hover {
                background: rgba(255, 255, 255, 0.5);
                cursor: pointer;
            }

            .trending .bannerDotContainer .dot.selected {
                background: rgba(255, 255, 255, 1)!important;
            }

        /*
.upcomingShow {
    width: 100%;
    height: 79.5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20.5px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

    .upcomingShow:last-child {
        margin-bottom: 0px;
    }
*/

.upcomingShows {
    width: 100%;
    height: 94px;
    padding-top: 1px;
    margin-top: 21px !important;
    background: rgba(0, 0, 0, 0.05);
    background: #020c1e;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.025) !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.025) !important; */
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 100;
    display: block;
}

.badge-secondary {
    background: oklch(68.0113% 0.158303 276.934902 / 1);
}

.recentlyPlayed .badge {
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    padding: 4px 8px;
    margin-top: -21px;
    z-index: 10;
    margin-bottom: 12px;
}

.pageDivider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.0);
    margin-top: 13px;
    margin-bottom: 13px;
}

.upcomingShows {
    padding: 0px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.upcomingShows .pageContainer {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 10px;
}

.contentTitle i {
    opacity: 0.6;
    font-size: 21px;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 6px;
}

label {
    font-weight: 600;
}

.showBox {
    min-width: 302px;
    height: 70px;
    background: rgba(255, 255, 255, 0.025);
    color: white;
    display: flex;
    border-radius: 10px;
    flex-shrink: 0;
    margin-top: 12px;
    margin-bottom: 6px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    transition: all 0.23s ease-in-out;
    backdrop-filter: blur(10px);
}

    .showBox.clickable:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.1);
    }

    .showBox .avatar {
        width: 50px;
        height: 50px;
        position: relative;
        border-radius: 100%;
        display: inline-block;
        vertical-align: top;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 11px;
    }

        .showBox .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

        .showBox .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
            border-radius: 100%;
        }

        .showBox .avatar.blur {
            filter: blur(50px);
            position: absolute;
        }

    .showBox .text {
        display: inline-block;
        vertical-align: top;
        padding-top: 8px;
        padding-left: 10px;
    }

        .showBox .presenter {
            font-weight: 600;
            font-size: 19px;
        }

        .showBox .details {
            font-weight: 500;
            color: rgba(255, 255, 255, 0.8);        
        }

.weeklyChart {
    width: 100%;
    background: rgba(255, 255,255, 0.05);
    border-radius: 10px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05)!important;
    overflow: hidden;
}

    .weeklyChart .entry {
        width: 100%;
        min-height: 66px;
        padding-bottom: 8px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
    }

        .weeklyChart .entry:last-child {
            border-bottom: none!important;
        }
      
    .weeklyChart .entry.first {
        height: 100px;
    }

    .weeklyChart .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .weeklyChart .blur img {
            width: 100%;
            filter: blur(20px) saturate(130%);
            opacity: 0.05;
            height: 600px;
            position: absolute;
            top: -100px;
            object-fit: cover;
        }

    .weeklyChart .avatar {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 12px;
    }

        .weeklyChart .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .weeklyChart .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: 7px;
            z-index: 100;
            border-radius: 100%;
        }

    .weeklyChart .entry.first .avatar {
        width: 65px;
        height: 65px;
    }

        .weeklyChart .entry.first .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: 10px;
            z-index: 100;
            border-radius: 100%;
        }

    .weeklyChart .text {
        color: white;
        padding-left: 69px;
        padding-top: 5px;
        z-index: 100;
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 50px);
    }

        .weeklyChart .track {
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: 600;
            height: 28px;
            overflow: hidden;
            letter-spacing: 0.2px;        
        }

        .weeklyChart .artist {
            color: rgba(255, 255, 255, 0.65);
            font-size: 15px;
            font-weight: 500;
            margin-top: 1px;
            letter-spacing: 0.2px;
        }

        .weeklyChart .rating {
            display: inline-block;
            vertical-align: top;
            position: relative;
            z-index: 100;
            text-align: center;
            font-size: 25px;
            display: none;
            color: white;
            padding-top: 14px;
        }

            .weeklyChart .rating i {
            }

            .weeklyChart .rating .fa-arrow-trend-up {
                color: #2ed573;
            }
            .weeklyChart .rating .fa-arrow-trend-down {
                color: #ff4757;
            }
            .weeklyChart .rating .fa-minus {
                color: #ffa502!important;
            }

        .weeklyChart .entry.first .text {
            padding-left: 91px;
            padding-top: 9px;
        }

        .weeklyChart .entry.first .rating {
            padding-top: 32px;
        }

        .weeklyChart .badge {
            font-size: 13px;
            font-weight: 600;
            border-radius: 50px;
            padding: 4px 8px;
            z-index: 10;
            background: transparent!important;
            text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        }

.discordwidget {
    width: 100%;
    height: 281px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
}

    .discordwidget .member {
        display: block;
        width: 100%;
        color: rgb(255, 255, 255, 1);
        font-weight: 600;
        position: relative;
        z-index: 2;
    }

        .discordwidget .member::after {
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            content: ' ';
            border-radius: 100%;
            margin: 15px;
            margin-top: 18px;
        }

        .discordwidget .member.dnd::after {
            background: #ff4757;
        }
        .discordwidget .member.online::after {
            background: #2ed573;
        }
        .discordwidget .member.idle::after {
            background: #ffa502;
        }

    .discordwidget .member img {
        border-radius: 100%;
        margin-right: 5px;
        position: relative;
    }

    .discordwidget .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.15;
    }

        .discordwidget .blur img {
            width: 100%;
            height: 100%;
            filter: blur(70px) saturate(130%);
        }

        .discordwidget .logo {
            width: 150px;
            height: 30px;
            margin-top: 10px;
            margin-bottom: 10px;
            position: relative;
        }

            .discordwidget .logo img {
                width: 100%;
            }

            .discordwidget .onlineMembers {
                color: rgb(255, 255, 255);
                font-weight: 600;
                position: relative;
                text-transform: uppercase;
                opacity: 0.3;
                font-size: 14px;
            }

                .discordwidget .badge {
                    font-size: 13px;
                    font-weight: 600;
                    border-radius: 50px;
                    padding: 4px 8px;
                    margin: 0 auto;
                    width: fit-content;
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 10;
                    margin-top: 24px;
                    margin-right: 15px;
                }

                .discordwidget .divider {
                    width: calc(100% + 30px);
                    height: 1px;
                    background: rgba(255, 255, 255, 0.05);
                    position: relative;
                    margin-left: -15px;
                    margin-top: 16px;
                    margin-bottom: 10px;                
                }

                .discordwidget .scroll {
                    height: calc(100% - 130px);
                    padding-bottom: 10px;
                    overflow-y: scroll;
                }

                .discordwidget .btn {
                    position: absolute;
                    bottom: 15px;
                    width: calc(100% - 30px);
                    left: 15px;
                    background-color: #5865F2;
                    border-radius: 7px;
                    border: none;
                    font-weight: 600;
                    padding: 10px;
                    z-index: 10;
                }

                    .discordwidget .btn:hover {
                        cursor: pointer;
                    }

.newsArticlePreview {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.23s ease-in-out;
}

    .newsArticlePreview::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        z-index: 56;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

   .articleImage {
    transition: background-size 0.3s ease-in-out, filter 0.3s ease-in-out; /* Transition only for background-size and filter */
}

.newsArticlePreview:hover {
    background: rgba(255, 255, 255, 0.1);
}

.newsArticlePreview:hover .articleImage {
    filter: brightness(140%);
}


    .newsArticlePreview .articleImage.normal {
        z-index: 55;
        position: relative;
    }

    .newsArticlePreview .articleImage.blurred {
        position: absolute;
        filter: blur(50px) saturate(130%);
        opacity: 0.35;
    }

    .newsArticlePreview .articleText {
        z-index: 100;
    }

    .newsArticlePreview.inline .articleImage.normal {
        width: 176px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        position: absolute;
    }

    .newsArticlePreview.inline .articleText {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding-left: 190px;
        z-index: 60;
    }

.newsArticlePreview .articleImage {
    width: calc(100% - 0px);
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 0.8;
    transition: all 0.23s ease-in-out;
}

.articleImage.blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(50px) saturate(130%);
    opacity: 0.25;
}

.articleTextContain {
    min-height: 90px;
}

@media (max-height: 768px) {
    .articleTextContain {
        min-height: 140px;
    }
}

.zfix {
    z-index: 55;
    position: relative;
}

    .newsArticlePreview:hover {
        cursor: pointer;
    }

        .newsArticlePreview .articleText {
            color: white;
            z-index: 55;
            position: relative;
            padding: 10px 13px;
        }

        .newsArticlePreview .articleText .articleTitle {
            color: rgb(255, 255, 255);
            font-size: 19px;
            font-weight: 600;
            letter-spacing: 0.2px;
        }

        .newsArticlePreview .articleText .articleDescription {
            color: rgba(255, 255, 255, 0.65);
            font-size: 15px;
            font-weight: 500;
            margin-top: 1px;
            letter-spacing: 0.2px;
            max-height: 67.5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* Adjust depending on your line height */
            -webkit-box-orient: vertical;
        }


        .articleCreatorAvatar {
            display: inline-block;
            vertical-align: top;
            width: 30px;
            height: 30px;
            position: relative;
            border-radius: 100%;
            overflow: hidden;
        }

            .articleCreatorAvatar img {
                width: 100%;
                height: 100%;
            }

            .articleCreatorAvatar::after {
                content: ' ';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: inherit;
                box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
            }

        .articleCreatorName {
            display: inline-block;
            vertical-align: top;
            font-weight: 500;
            position: relative;
            padding-top: 3px;
            padding-left: 6px;
        }

        .articleDivider {
            width: calc(100% + 26px);
            height: 1px;
            background-color: rgba(255, 255, 255, 0.0);
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: -13px;
        }

.adspace {
    width: 100%;
    height: 173px;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 30px;
    color: white;
    overflow: hidden;
}

    .adspace::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        border-radius: inherit;
    }

    
    .adspace .bannerDotContainer {
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

        .adspace .bannerDotContainer .dot {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
            border-radius: 5px;
            backdrop-filter: blur(20px) saturate(130%);
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 7px;
            transition: all 0.23s ease-in-out;
        }

            .adspace .bannerDotContainer .dot:last-child {
                margin-right: 0px!important;
            }

            .adspace .bannerDotContainer .dot:hover {
                background: rgba(255, 255, 255, 0.5);
                cursor: pointer;
            }

            .adspace .bannerDotContainer .dot.selected {
                background: rgba(255, 255, 255, 1)!important;
            }

@media (min-width: 768px) {
    .after3 {
        margin-bottom: 0px!important;
    }
}

.rpWrapper {
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}

.inputGroup {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 10px;
    padding: 10px 12px;
}

    .inputGroup i {
        position: relative;
        color: rgba(255, 255, 255, 0.5);
        font-size: 19px;
    }

    .inputGroup input, .inputGroup select {
        width: calc(100% - 30px);
        appearance: none;
        border: none;
        outline: none;
        color: rgba(255, 255, 255, 1)!important;
        background: rgba(255, 255, 255, 0.0)!important;
        padding: 0px!important;
        padding-left: 6px!important;
    }

    .inputGroup .second {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

        .inputGroup .second.green {
            color: #2ed573!important;
            display: block;
        }

        .inputGroup .second.red {
            color: #ff4757!important;
            display: block;
        }

.pagination {
    display: block;
}

.onboarding-item {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    transition: all 0.23s ease-in-out;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    padding-left: 68px;
}

    .onboarding-item:last-child {
        margin-bottom: 0px;
    }

    .onboarding-item:hover {
        cursor: pointer;
        background: #5865F225!important;
    }

        .onboarding-item:hover .onboarding-icon {
            background: #5865F2!important;
        }

    .onboarding-icon {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.15);
        display: inline-block;
        vertical-align: top;
        transition: all 0.23s ease-in-out;
    }

        .onboarding-icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
            color: white!important;
            text-decoration: none!important;
        }

    .onboarding-title-main {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 25px;
        margin-top: -50px;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .onboarding-item .onboarding-text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 0px);
    }

        .onboarding-text .onboarding-title {
            color: rgba(255, 255, 255, 1);
            font-weight: 600;
        }

        .onboarding-text .onboarding-desc {
            color: rgba(255, 255, 255, 0.75);
            font-weight: 500;
        }

    .pagination .btn {
        text-align: center;
        border-radius: 50px!important;
        margin: 0px 10px;
        width: 36px;
        height: 36px;
        font-weight: 600;
        background: rgba(255, 255, 255, 0)!important;
    }

        .pagination .btn:hover {
            background: rgba(255, 255, 255, 0.05)!important;
            cursor: pointer;
            color: white!important;
        }

        .pagination .disabled {
            background: rgba(0, 0, 0, 0)!important;
            box-shadow: none!important;
        }

    .pagination .btn.active {
        background: #fff!important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05)!important;
        color: black!important;
    }

.newsArticle {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.newsArticle::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 0;
    left: 0;
}

    .newsArticle .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        filter: blur(50px) saturate(130%);
        opacity: 0.5;
    }

    .newsArticle .picture {
        width: 274px;
        height: 170px;
        border-radius: 10px;
        position: relative;
        margin: 15px;
        display: inline-block;
        vertical-align: top;
    }

        .newsArticle .picture::after {
            content: ' ';
            display: block;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 20px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0;
            left: 0;
        }

    .newsArticle .pictureInline {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 350px);
        z-index: 100;
        position: relative;
        height: 197px;
    }
    
    @media (max-width: 768px) {
        .newsArticle .pictureInline {
            width: 100%;
            display: block;
            height: auto;
            padding: 15px;
            box-sizing: border-box;
        }
    }

        .newsArticle .articleTitle {
            color: rgb(255, 255, 255);
            font-size: 25px;
            font-weight: 600;
            letter-spacing: 0.4px;
            margin-bottom: 15px;
        }
        
        @media (max-width: 768px) {
            .newsArticle .articleTitle {
                word-wrap: break-word;
                overflow-wrap: break-word;
                width: 100%;
                margin-top: 50px;
                font-size: 22px;
            }
        }

        .newsArticle .articleDescription {
            color: rgba(255, 255, 255, 0.65);
            font-size: 17px;
            font-weight: 500;
            margin: 15px 0 25px 0;
            letter-spacing: 0.2px;
            line-height: 1.5;
        }
        
        @media (max-width: 768px) {
            .newsArticle .articleDescription {
                word-wrap: break-word;
                overflow-wrap: break-word;
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .newsArticle .articleDescription {
                font-size: 16px;
                margin: 10px 0 20px 0;
            }
        }

        .newsArticle .centerY {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

        .pageDivider.visible {
            background: rgba(255, 255, 255, 0.05);
        }

        <style>
/* Wrapper around the article content */
.article-content {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Headings */
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #111;
}

/* Paragraphs */
.article-content p {
  margin-bottom: 20px;
}

/* Images */
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
}

/* Blockquotes */
.article-content blockquote {
  margin: 30px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 5px solid #007BFF;
  font-style: italic;
  color: #555;
}

/* Lists */
.article-content ul,
.article-content ol {
  margin: 20px 0 20px 40px;
}

.article-content li {
  margin-bottom: 10px;
}

/* Links */
.article-content a {
  color: #007BFF;
  text-decoration: none;
}

.article-content a:hover {
  text-decoration: underline;
}

/* Tables */
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.article-content th,
.article-content td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.article-content thead {
  background-color: #f1f1f1;
}

/* Miscellaneous */
.article-content hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #ddd;
}


.cookieConsent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    background: rgba(0, 0, 0, 0.6);
}

    .cookieConsent .cookieConsentBar {
        position: fixed;
        bottom: 0;
        margin: 20px;
        width: 888px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        border-radius: 15px;
        background: #001121;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px) saturate(130%);
        color: white;
    }

    .cookieConsent .left {
        float: left;
        width: calc(100% - 300px);
    }

    .cookieConsent .button {
        width: 200px;
        padding: 10px 14px;
        border-radius: 50px;
        text-align: center;
        position: relative;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        margin-bottom: 10px;
        font-weight: 600;
        transition: all 0.23s ease-in-out;
    }

        .cookieConsent .button:hover {
            opacity: 0.5;
            cursor: pointer;
        }

        .cookieConsent .left {
            font-weight: 500;
            padding-left: 4px;
            color: rgba(255, 255, 255, 0.8);
        }
        
        .cookieConsent .title {
            font-weight: 600;
            opacity: 1;
            font-size: 20px;
            margin-bottom: 4px;
            margin-top: 7px;
            color: white;
        }

        .cookieConsent .button:first-child {
            background: #5865F2;
        }

        .cookieConsent .button:last-child {
            margin-bottom: 0px;
        }

    .cookieConsent .right {
        float: right;
    }

    .article-content {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        padding: 0 16px;
        padding-bottom: 16px;
        font-weight: 500;
    }

@media (min-width: 1250px) {
    .cookieConsentBar {
        width: 1250px;
    }
}

.comment {
    width: 100%;
    height: fit-content;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .comment::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        border-radius: inherit;
    }

    .comment .commentAuthor {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        width: 160px;
        overflow: hidden;
        height: 100%;
        text-align: center;
    }

    .comment .commentAuthorBlur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        opacity: 0.3;
    }

        .comment .commentAuthorBlur img {
            width: 100%;
            height: 100vh;
            filter: blur(20px) saturate(130%);
        }

    .comment .commentAuthorAvatar {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 10px;
    }

        .comment .commentAuthorAvatar img {
            width: 100%;
            height: 100%;
        }
        
    .comment .commentContent {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 175px;
        padding-bottom: 15px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 16px;
    }

    .commentAction i, .metric {
        display: inline-block;
        vertical-align: top;
    }

    .commentAction {
        display: inline-block;
        vertical-align: top;
    }

.jobsBox {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

    .jobsBox .jobsHeader {
        width: 100%;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .jobsIcon {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        position: relative;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.5);
        color: white;
    }

        .jobsIcon i {
            font-size: 22px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .jobsTitle {
            color: white;
            font-weight: 600;
            font-size: 20px;
            z-index: 5;
            position: relative;
            margin-top: 7px;
        }

        .jobsBlur {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 30%;
            filter: blur(50px);
            height: 50px;
        }

        .jobsDesc {
            text-align: center;
            color: rgba(255, 255, 255, 0.75);
            font-size: 16px;
            font-weight: 500;
            margin: 0 auto;
            position: relative;
            width: 80%;
            margin-bottom: 15px;
        }

        .jobsRequirement {
            margin-bottom: 10px;
        }

            .jobsRequirement .tick {
                display: inline-block;
                vertical-align: top;
                width: 28px;
                height: 28px;
                border-radius: 100%;
                background: oklch(68.0113% 0.158303 276.934902 / 1);
                box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
                position: relative;
                color: white;
            }

                .jobsRequirement .tick i {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

            .jobsRequirement .text {
                display: inline-block;
                vertical-align: top;
                color: rgba(255, 255, 255, 0.75);
                font-weight: 500;
                padding-left: 7px;
            }

            .btn-style {
                background-color: #5865F2!important; border-radius: 7px; border: none; font-weight: 600; padding: 10px;
                width: 100%;
            }

            .btn-style:hover {
                cursor: pointer;
            }

.modal .jobRole {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05)!important;
    height: 100%;
}

.progressHolder {
    position: relative;
    width: 100%;
}

    .progressHolder .progressItem {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        position: relative;
    }

        .progressHolder .number {
            width: 40px;
            height: 40px;
            background: #1c2635;
            font-weight: 600;
            border-radius: 100%;
            position: relative;
            color: white;
            text-align: center;
            margin: 0 auto;
            font-size: 22px;
            padding-top: 3px;
            z-index: 3;
            margin-top: 28px;
        }

        .progressHolder .progressItem.selected .number {
            background: white;
            color: black;
        }
        
        .progressHolder .slug {
            text-align: center;
            color: rgba(255, 255, 255, 0.85);
            margin-top: 5px;
        }

        .progressHolder .progressItem::after {
            content: ' ';
            position: absolute;
            z-index: 2;
            top: 47px;
            left: 100%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.05);
            width: 100%;
            height: 3px;
        }

        .ui-pnotify a {
            font-weight: 600;
            text-decoration: none;
            color: black;
        }

        .progressHolder .progressItem:last-child::after {
            display: none;
        }

        textarea {
            width: 100%;
            appearance: none;
            outline: none;
            background: none!important;
            color: white;
        }

        .loginBackground {
            width: 100%;
            height: 100%;
            background: url('../imgs/roblox2.png') no-repeat center center;
            background-size: cover;
            opacity: 0.1;
            filter: grayscale(1);
        }

        .showBox .live {
            /*background: #ff475750;*/
            box-shadow: inset 0 0 0 1px #ff4757;
            color: #ff4757;
            width: fit-content;
            font-weight: 600;
            border-radius: 5px;
            font-size: 12px;
            padding: 1px 5px;
            margin-left: 1px;
            margin-top: 3px;
        }

        .showBox .live i {
            margin-right: 2px;
        }

        .modal-content.after::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            content: ' ';
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
        }

.showBox {
    overflow: hidden;
}

.showProgress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

    .showProgress .bar {
        height: 2px;
        border-radius: 50px;
        background: oklch(68.0113% 0.158303 276.934902 / 1);
    }

    .page ::-webkit-scrollbar {
        width: 4px;
        border-radius: 50px;
      }
      
      /* Track */
      .page ::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
      }
      
      /* Handle */
      .page ::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.25);
        border-radius: 50px;
      }
      
      /* Handle on hover */
      .page ::-webkit-scrollbar-thumb:hover {
        background: #fff;
      }

.songPageBox {
    position: relative;
    width: 100%;
    height: 281px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    background-image: -webkit-radial-gradient(top, circle cover, rgba(20, 30, 50, 1) 0%, #001121 80%);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

    .songPageBox::after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        content: ' ';
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .songPageBox .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
        .songPageBox .blur img {
            position: absolute;
            top: -100px;
            left: 0;
            width: 100%;
            height: 600px;
            object-fit: cover;
            filter: blur(50px) saturate(170%);
            opacity: 0.2;
            z-index: 1;
            pointer-events: none;        
        }

        .songPageBox .avatar {
            width: calc(110px * 1.65); /* 110 * 1.5 */
            height: calc(110px * 1.65); /* 110 * 1.5 */
            border-radius: 100%;
            position: relative;
            display: inline-block;
            z-index: 50;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.56), 0 0 0 0px #04070f;
        }
        
        .songPageBox .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 100%;
        }
        
        .songPageBox .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #04070f;
            padding: calc(15px * 1.65); /* 15 * 1.5 */
            z-index: 100;
            border-radius: 100%;
        }
        
        .songPageBox .text {
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin-left: 20px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 50;
        }

            .songPageBox .text .track {
                color: rgb(255, 255, 255);
                font-size: calc(32px * 1.2);
                font-weight: 600;
                letter-spacing: 0.2px;
            }

            .songPageBox .text .artist {
                color: rgba(255, 255, 255, 0.65);
                font-size: calc(17px * 1.2);
                font-weight: 500;
                margin-top: 2px;
                letter-spacing: 0.2px;
            }
        
        .songPageBox .songPageHeader {
            width: 100%;
            height: 215px;
            position: relative;
            box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05) inset;
            padding: 15px;
        }

.page-width {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.fullBackground {
    width: 100%;
    height: 100%;
    background: url('../imgs/roblox2.png') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    border-radius: 10px;
    position: relative;
}

    .fullBackground::after {
        content: ' ';
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    }

.form-group label {
    color: rgba(255, 255, 255, 0.85);
}

.timetableBox {
    width: 100%;
    border-radius: 7px;
    transition: all 0.23s ease-in-out;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .timetableBox:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .timetableBox .timetableDay {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
        margin: 0 auto;
        color: white;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 24px;
        padding-top: 6px;
    }

        .timetableBox.selected .timetableDay {
            background: #5865F2!important;
            color: white!important;
        }

    .timetableBox .timetableDayText {
        width: 100%;
        text-align: center;
        color: white;
    }

.profileBox {
    width: 100%;
    height: 281px;
    background: rgba(255, 255, 255, 0.025);
    position: relative;
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .profileBox::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

    .profileCover {
        width: 100%;
        height: 40%;
        position: relative;
        padding-top: 45px;
        border-radius: 12px;
    }

        .profileCover .blur {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            overflow: hidden;
        }

            .profileCover .blur img {
                width: 100%;
                height: 100%;
                opacity: 0.2;
                z-index: 1;
                pointer-events: none;
                filter: blur(50px) saturate(130%);
            }

        .profileCover .avatar {
            width: 130px;
            height: 130px;
            border-radius: 100%;
            position: relative;
            margin: 0 auto;
            display: block;
            z-index: 50;
            /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.26), 0 0 0 0px #04070f;*/
        }

            .profileCover .avatar img {
                width: 100%;
                height: 100%;
                border-radius: inherit;   
            }

        .profileCover .username {
            font-weight: 600;
            color: rgb(255, 255, 255);
            font-size: 38px;
            margin-top: 22px;
            width: 100%;
            text-align: center;
        }

.profileOptions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

    .profileOption {
        width: fit-content;
        height: 50px;
        transition: all 0.23s ease-in-out;
        box-shadow: inset 0 0 0 1.2px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        text-align: center;
        color: rgba(255, 255, 255, 0.75) !important;
        font-size: 17px;
        padding-top: 4px;
        font-weight: 600;
        padding: 12px 15px;
        display: inline-block;
        margin-top: 31px;
        vertical-align: top;
        margin-right: 20px; 
    }

        .profileOption:hover {
            cursor: pointer;
            background: white;
            color: black!important;
        }

        .profileOption i {
            margin-right: 4px;
        }

.settingsBox {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

.settingsBoxIcon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.settingsBoxTitle {
    font-weight: 600;
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: top;
}

.pageBlur {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    transition: all 0.23s ease-in-out;
}

    .pageBlur img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.05;
        transition: all 0.23s ease-in-out;
        filter: blur(50px) saturate(130%);
    }

.pageAjax {
    z-index: 1000;
}

.onlineMembers {    
    width: calc(100% + 10px);
}

    .onlineMembers .member {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.1);
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
        margin-right: 11px;
        overflow: hidden;
        position: relative;
    }

        .onlineMembers .member .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
        }

        .onlineMembers .member .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }
        
        
.onlineMembers a {
    position: relative;
    z-index: 100;
}

.aboutBox {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

.favouriteSongBox {
    width: 100%;
    min-height: 70px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .favouriteSongBox::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .favouriteSongBox-image {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }
    
        .favouriteSongBox-image img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

    .favouriteSongBox-blur {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
    }

        .favouriteSongBox-blur img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
            filter: blur(50px) saturate(130%);
            opacity: 0.2;
        }

    .favouriteSongBox-title {
        padding-left: 60px;
        color: white;
        position: relative;
        z-index: 100;
    }

        .favouriteSongBox-title-title {
            color: rgba(255, 255, 255, 1);
            font-size: 17px;
            font-weight: 600;
            letter-spacing: 0.2px;
        }

        .favouriteSongBox-title-artist {
            color: rgba(255, 255, 255, 0.65);
            font-size: 15px;
            font-weight: 500;
            margin-top: 1px;
            letter-spacing: 0.2px;
        }

.aboutDivider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}

.aboutContent {
    padding: 10px;
    text-align: center;
}

.p-0 {
    padding: 0px!important;
}

.contentTitle.small {
    transform: scale(0.8);
    margin-bottom: 0px;
}

.userBox {
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.23s ease-in-out;
}

    .userBox::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    }

    .userBox .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        background: rgba(255, 255, 255, 0.0);
        overflow: hidden;
    }

        .userBox .blur img {
            width: 100%;
            height: 100%;
            filter: blur(50px) saturate(130%);
            opacity: 0.5;
        }
    
    .userBox .avatar {
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 10;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 100%;
    }

        .userBox .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .userBox .avatar::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 100%;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
            z-index: 12;
            content: ' ';
        }

    .userBox .username {
        width: 100%;
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 20px;
        margin-top: 9px;
        margin-bottom: 13px;
    }

    .userBox .socials {
        width: 100%;
        height: 50px;
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.05)!important;
    }

    .userBox .socials {
        display: flex;
    }
    
    .userBox .socials .boxsocialLink {
        flex: 1; /* equally distributes the 5 elements */
        height: 38px;
        color: rgb(255, 255, 255);
        position: relative;
        text-align: center;
        /*border-right: 1px solid rgba(255, 255, 255, 0.05)!important;*/
        box-sizing: border-box;
        transition: all 0.23s ease-in-out;
        z-index: 10;
    }

        .userBox .socials .boxsocialLink:hover {
            cursor: pointer;
            background: rgba(255, 255, 255, 0.025);
        }

    .userBox .socials .boxsocialLink:last-child {
        border-right: none; /* remove last border */
    }    

        .userBox .socials .boxsocialLink:last-child {
            border-right: none!important;
        }

        .userBox .socials .boxsocialLink i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .userBox:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.05);
    }

.vacancies {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-align: center;
}

    .vacancies .contentTitle {
        width: 100%;
        z-index: 10;
        margin-top: 5px;
        text-align: center;
    }

    .vacancies .btn {
        display: block;
        margin-top: 20px;
        z-index: 10;
    }

.timetablePgBox {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .timetablePgBox::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        z-index: 10;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .timetablePgBox .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(50px) saturate(130%);
        opacity: 0.15;
    }

        .timetablePgBox .blur img {
            width: 100%;
            height: 100%;
        }

    .timetablePgBox .avatar {
        width: 50px;
        height: 50px;
        position: relative;
        margin: 10px;
        border-radius: 100%;
        overflow: hidden;
    }

.timetablePgBox .avatar img {
    width: 100%;
    height: 100%;
}

/* Text overlay inside timetable slot */
.timetablePgBox .text {
    position: absolute;
    top: 0;
    left: 70px; /* leaves space for avatar */
    width: calc(100% - 70px);
    height: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    z-index: 20;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
}

.timetablePgBox .tpgname {
    font-weight: 600;
    vertical-align: top;
}

.timetablePgBox .text .center {
    width: 100%;
    line-height: 1.2;
    font-family: 'Barlow', sans-serif;
}

/* Style for small square images */
.small-square {
    width: 250px; /* size control */
    height: 250px;
    object-fit: contain;
}

.partnerImages {
  display: flex;
  justify-content: center; /* centers images horizontally */
  gap: 8px; /* space between images */
  width: 100%;
}


.favouriteSongBox.add {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    color: white;
    padding-top: 20px;
}

    .favouriteSongBox.add i {
        opacity: 0.75;
    }

.favouriteSongBox.add:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
}

.waysToListenBox {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

    .waysToListenBox .desc {
        width: 100%;
        color: rgba(255, 255, 255, 0.75);
        font-size: 16px;
    }

.aboutUsBox {
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

    .aboutUsBox .desc {
        width: 100%;
        color: rgba(255, 255, 255, 0.75);
        font-size: 16px;
    }

.onboarding-songs {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding: 4px;
}

    .onboarding-song {
        background: rgba(255, 255, 255, 0.0);
        position: relative;
        width: 100%;
        border-radius: 9px;
        transition: all 0.23s ease-in-out;
        padding: 5px;
    }

        .onboarding-song:hover {
            cursor: pointer;
            background: rgba(255, 255, 255, 0.05);
        }

    .onboarding-song-avatar {
        width: 45px;
        height: 45px;
        position: absolute;
        border-radius: 100%;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        top: 50%;
        transform: translateY(-50%);
    }

        .onboarding-song-avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .onboarding-song-avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 6px;
            background: black;
            border-radius: 100%;
        }

    .onboarding-song-text {
        display: inline-block;
        vertical-align: top;
        padding-left: 55px;
    }

        .onboarding-song-text .onboarding-song-title {
            font-weight: 600;
            font-size: 16px;
        }

        .onboarding-song-text .onboarding-song-artist {
            font-weight: 400;
            font-size: 14px;
            opacity: 0.75;
        }

::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 20px;
}
    
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5)!important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 1)!important;
}

/* Partner Logo Infinite Scroll */
.partner-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.partner-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

.partner-logos img.small-square {
    height: 180px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.8);
    transition: all 0.3s ease;
    margin: 0 30px;
}

.partner-logos img.small-square:hover {
    filter: grayscale(0%) brightness(1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.partner-scroll-container:hover .partner-scroll-track {
    animation-play-state: paused;
}

.partner-scroll-container {
    overflow: hidden;
    width: 100%;
}

.partner-scroll-track {
    display: flex;
    animation: scroll-left 20s linear infinite;
}

.partner-logos {
    display: flex;
    flex-shrink: 0;
}

.small-square {
    width: 100px; /* adjust size as needed */
    height: 100px;
    object-fit: contain;
    margin: 0 10px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.editOptions {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -50px;
}

    .editOptions .editOption {
        width: 40px;
        height: 40px;
        background: white;
        color: black;
        border-radius: 100%;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
    }

        .editOptions .editOption i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }