
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,800&display=swap');

* {
    font-family: 'DM Sans', sans-serif;
    text-decoration: none!important;
}

body, html {
    padding: 0;
    margin: 0;
    background-color: rgb(5, 8, 20)!important;
    user-select: none;
    user-drag: none;
}

.nav-item .avatar {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: -2.5px;
}

    .nav-item .avatar img {
        width: 100%;
        height: 100%;
    }

    .nav-item .name {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
        margin-left: 8px;
    }

    .dropdown-toggle::after {
        display: none!important;
    }

.accordion {
    margin-top: 20px;
}

.vacancy {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    position: relative;
  }
  
  .card-header {
    border-bottom: none!important;
    background: none!important;
  }

  .card {
    background: rgba(255, 255, 255, 0.05)!important;
    border-bottom: none!important;
    border-radius: 15px!important;
    overflow: hidden;
    margin-top: 20px;
  }

  .card-body {
    color: rgba(255, 255, 255, 0.75);
    padding-left: 32px!important;
    font-size: 15px!important;
  }

  .card-body.small {
    padding: 0.75rem!important;
    padding-left: 17px!important;
    padding-right: 17px!important;
    color: rgba(255, 255, 255, 0.65);
  }

  button {
    appearance: none!important;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
  }

  .card button {
    font-weight: 700;
    color: rgba(255, 255, 255, 1)!important;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.23s ease-in-out;
  }

  .vacancy {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.23s ease-in-out;
  }

    .vacancy i {
        color: rgb(255, 255, 255);
        font-size: 40px;
        margin: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .vacancy .text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 93px);
        margin-left: 6px;
        color: rgba(255, 255, 255, 0.75);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .vacancy:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.1);
    }

        .vacancy .name {
            font-weight: 600;
            color: rgb(255, 255, 255);
            font-size: 18px;
        }

        .vacancy .desc {
            font-weight: 400;
            color: rgba(255, 255, 255, 0.75);
            font-size: 14px;
        }


.slider {
    -webkit-appearance: none;
    width: 140px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    -webkit-transition: .2s;
    border-radius: 50px;
}

.slider:not(.rotated) {
    margin-top: 9px;
    margin-left: 10px;
    width: 165px;
}

.slider.rotated {
    position: absolute;
    transform: rotateZ(270deg);
    bottom: 82px;
    left: -46px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 100%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 100%;
}

nav {
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    nav a {
        text-decoration: none!important;
        color: rgba(255, 255, 255, 0.85);
    }

    nav .nav-item {
        position: relative;
        transition: all 0.3s ease-in-out;
        font-size: 14px;
        margin-right: 5px;
        border-radius: 7px;
        padding: 0px 4px;
    }

        nav .navbar-brand {
            color: rgba(255, 255, 255, 0.85)!important;
            font-weight: 600;
        }

        nav .nav-item:last-child {
            margin-right: 0px;
        }

        nav .nav-item:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        nav .nav-item:hover a {
            color: white;
        }
        
        nav .nav-link i {
            margin-right: 9px;
            vertical-align: top;
            margin-top: 4px;
        }

        .nav-item:hover {
            cursor: pointer!important;
        }

nav .navbar-toggler i {
    color: white;
    margin-right: -10px;
}

@media (max-width: 768px) {
    nav .nav-item i {
        display: none;
    }

    nav .nav-item {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    nav {
        background: rgba(0, 0, 0, 0.2);
        border-bottom: none;
    }

    .modal-dialog {
        background: rgba(0, 0, 0, 0.7)!important;
    }
}

.header {
    width: 100%;
    height: 455px;
    position: relative;
    background: rgb(5, 8, 20);
    border-bottom: 1.2px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

    .header .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        opacity: 1;
        filter: blur(100px) saturate(300%);
    }

    .header .stats {
        width: fit-content;
        margin: 0 auto;
        position: relative;
        text-align: center;
        padding-top: 77px;
    }

        .header .stats .avatar {
            width: 130px;
            height: 130px;
            position: relative;
            border-radius: 100%;
            margin: 0 auto;
        }

            .header .stats .avatar img {
                width: 100%;
                height: 100%;
                border-radius: 100%;
            }

        .header .stats .avatar.rotating {
            animation: rotating infinite 15s linear;
        }

        @keyframes rotating {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .header .stats .avatar::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgb(5, 8, 20);
            border-radius: 100%;
            padding: 16px;
        }

        .header .stats .song-title {
            font-weight: 600;
            color: white;
            font-size: 28px;
            margin-top: 20px;
            min-height: 42px;
        }   

        .header .stats .song-artist {
            font-weight: 400;
            color: rgba(255, 255, 255, 0.85);
            font-size: 18px;
            margin-top: 5px;
            min-height: 27px;
        }

        .header .stats .controls {
            width: fit-content;
            height: 50px;
            border-radius: 7px;
            position: relative;
            display: block;
            margin: 0 auto;
            margin-top: 20px;
        }

            .header .stats .toggle {
                width: 50px;
                height: 50px;
                border-radius: 100%;
                position: relative;
                text-align: center;
                padding-top: 10px;
                color: white;
                font-size: 20px;
                display: inline-block;
                margin-right: 10px;
                transition: all 0.23s ease-in-out;
            }

            .header .stats .toggle[disabled=disabled] {
                opacity: 0.5;
            }

                .header .stats .toggle[disabled=disabled]:hover {
                    cursor: not-allowed;
                    background: rgba(0, 0, 0, 0)!important;
                }

            .header .stats .toggle:last-child {
                margin-right: 0px;
            }

                .header .stats .toggle.play {
                    background: rgba(255, 255, 255, 0.05);
                }
            
            .header .stats .toggle.play:hover {
                cursor: pointer;
                background: rgba(255, 255, 255, 0.15);
            }

            .header .stats .toggle:hover {
                cursor: pointer;
            }

    .circle-switcher-one {
        background-image: url('../imgs/tideicon.png');
        background-size: cover;
    }
    
    .circle-switcher-two {
        background-image: url('../imgs/tideextra.png');
        background-size: cover;
    }

    .circle-switcher-three {
        box-shadow: none!important;
        color: white!important;
        border-color: transparent!important;
        transition: background 0.23s ease-in-out;
    }

    .circle-switcher-three:hover {
        background: rgba(255, 255, 255, 0.2)!important;
    }

    .circle-switcher-three i {
        margin-top: 1px;
    }

    .circle-switcher {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        transition: all 0.23s ease-in-out;
        height: 45px!important;    
    }
    
    .circle-switcher-item {
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        color: black;
        display: flex;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        padding-top: 3px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        transition: all 0.23s ease-in-out;
    }

        .circle-switcher-item:hover {
            cursor: pointer;
            box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
        }

    .circle-switcher-item.circle-selected {
        width: 45px;
        height: 45px;
        font-size: 25px;
        font-weight: bold;
    }

    
.loadscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:rgb(8, 12, 24);
    z-index: 1000000;
    text-align: center;
}

    .loadscreen .logo {
        width: 100px;
        height: 100px;
        background-image: url('https://panel.tideradio.uk/avatars/default.png');
        border-radius: 100%;
        content: ' ';
        background-size: contain;
        margin-left: -10px;
    }

    .loadscreen .center {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100px;
    }

    .loadscreen i {
        color: white;
        margin-top: 30px;
        font-size: 30px;
        width: 100px;
        text-align: center;
        position: relative;
        margin-left: -21px;
    }

.pageContainer {
    width: 97%;
    margin: 0 auto;
    position: relative;
    background-color: rgb(5, 8, 20);
    padding-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .pageContainer {
        width: 1200px;
    }
}

.contentTitle {
    font-weight: 600;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
}

.recentlyPlayedScroll {
    width: calc(100% + 10px);
    overflow: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    margin-left: -5px;
    padding-top: 7px;
}

    .recentlyPlayedScroll .recentlyPlayedBox {
        width: 175px;
        min-height: 200px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        border-radius: 10px;
        padding: 6px;
        padding-bottom: 0px;
        transition: background 0.23s ease-in-out;
        white-space: normal;
    }

        .recentlyPlayedScroll .recentlyPlayedBox:hover {
            cursor: pointer;
        }

    .recentlyPlayedScroll .recentlyPlayedBox .recentlyPlayedAvatar {
        width: 155px;
        height: 155px;
        border-radius: 7px;
        position: relative;
    }

        .recentlyPlayedScroll .recentlyPlayedBox .recentlyPlayedAvatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
            position: relative;
        }

    .recentlyPlayedBox .recentlyPlayedStats {
        margin-top: 5px;
    }
    
    .recentlyPlayedBox .recentlyPlayedTrack {
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
        color: white;
        margin-top: 7px;
        font-size: 18px;
        word-wrap: break-word;
        white-space: normal;
    }

    .recentlyPlayedBox .recentlyPlayedArtist {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 2px;
        word-wrap: break-word;
        white-space: normal;
    }


.banners {
    width: 100%;
    height: fit-content;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 10px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

    .banners .banner img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .banners .banners-dot-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        text-align: center;
    }

        .banners .banners-dot-container .dot {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(20px) saturate(130%);
            border-radius: 50%;
            margin: 0 auto;
            margin-right: 8px;
            display: inline-block;
            transition: background 0.23s ease-in-out;
            vertical-align: top;
        }

            .banners .banners-dot-container .dot:hover {
                cursor: pointer;
                background: rgba(255, 255, 255, 0.75);
            }

            .banners .banners-dot-container .dot:last-child {
                margin-right: 0px;
            }

            .banners .banners-dot-container .dot.selected {
                background: rgba(255, 255, 255, 1);
            }

.upcomingBox {
    width: 100%;
    height: 79.5px;
    border-radius: 0px;
    margin-top: 15px;
    position: relative;
}

    .upcomingBox:last-child {
        border-bottom: 0px;
    }

    .upcomingBox .avatar {
        width: 65px;
        height: 65px;
        border-radius: 7px;
        position: relative;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.1);
        display: inline-block;
        vertical-align: middle;
    }

        .upcomingBox .avatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

    .upcomingBox .text {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        width: calc(100% - 80px);
    }

    .upcomingBox .text .showName {
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
        color: white;
        font-size: 18px;
        word-wrap: break-word;
        white-space: normal;
    }

    .showTime.live {
        color: #eb4d4b!important;
    }
    

    .showTime.live .bullet {
        color: #eb4d4b!important;
        animation: pulse-animation 2s infinite;
        border-radius: 100%;
        position: relative;
        margin-top: 4px;
        margin-right: 5px;
    }
    
    @keyframes pulse-animation {
        0% {
          box-shadow: 0 0 0 0px #eb4d4b;
        }
        100% {
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        }
    }

    .showTime .bullet {
        display: inline-block;
        vertical-align: top;
        width: 15px;
        height: 15px;
        background: #eb4d4b;
        border-radius: 100%;
        position: relative;
    }

    .upcomingBox .text .showTime {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 2px;
        word-wrap: break-word;
        white-space: normal;
    }

.modal-content {
    border-radius: 15px!important;
    border: none!important;
    background: rgba(255, 255, 255, 0.17)!important;
    backdrop-filter: blur(20px) saturate(130%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05)!important;
    }

    .modal-header {
        border-color: rgba(255, 255, 255, 0.05)!important;
    }

    .modal-header button {
        margin: -0.6rem!important;
        padding: 12px 1rem!important;
        color: white!important;
        opacity: 1;
        text-decoration: none;
        text-shadow: none!important;
    }

    .modal-title {
        font-family: 'DM Sans', sans-serif;
        color: white;
        font-weight: 500;
    }

    .modal-body form label {
        display: block;
        color: rgba(255, 255, 255, 0.75);
        font-family: 'DM Sans', sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    .modal-body form input, .modal-body form select {
        width: 100%;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.1);
        position: relative;
        appearance: none;
        outline: none;
        border: none;
        padding: 10px 13px;
        color: white!important;
    }

        .modal-body form input::placeholder, .modal-body form select::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

    .modal-body form button {
        width: 100%;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.2);
        padding: 10px 13px;
        text-align: center;
        color: white;
        border: none;
        appearance: none;
        outline: none;
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        transition: background 0.23s ease-in-out;
    }

    .modal-body form button:hover {
        background: rgba(255, 255, 255, 0.35);
    }

    select option {
        color: black;
    }

    .miniPlayer {
        width: 1200px;
        height: 80px;
        position: fixed;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(47, 47, 47, 0.5);
        backdrop-filter: blur(20px) saturate(130%);
        border-radius: 15px;
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.08);
        z-index: 10099;
        padding: 10px;
        display: none;
    }
    
        .miniPlayer .play-button {
            width: 60px;
            height: 70px;
            position: relative;
            display: inline-block;
            vertical-align: top;
            color: white;
            font-size: 41px;
            text-align: center;
            padding-right: 3px;
        }
    
        .miniPlayer .avatar {
            display: inline-block;
            vertical-align: top;
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 5px;
            overflow: hidden;
            position: relative;
        }
    
            .miniPlayer .avatar img {
                width: 100%;
                height: 100%;
                border-radius: inherit;
                appearance: none;
                outline: none;
                border: none;
            }
    
        .miniPlayer .text {
            display: inline-block;
            vertical-align: top;
            font-family: 'Inter', sans-serif;
            margin-left: 14px;
            margin-top: 1px;
            width: 65%;
        }
    
            .miniPlayer .track {
                font-family: 'DM Sans', sans-serif;
                color: rgba(255, 255, 255, 1);
                font-size: 20px;
                margin-bottom: 1px;
                font-weight: 600;
            }
    
            .miniPlayer .artist {
                font-family: 'DM Sans', sans-serif;
                color: rgba(255, 255, 255, 0.75);
                font-weight: 500;
                font-size: 15px;
                margin-top: 3px;
            }
    
            .miniPlayer .requestButton {
                width: 38px;
                height: 38px;
                border-radius: 100%;
                background: rgba(255, 255, 255, 0.1);
                color: white!important;
                display: flex;
                font-size: 15px;
                justify-content: center;
                align-items: center;
                box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
                transition: background 0.23s ease-in-out;
                margin-top: 11px;
                display: inline-block;
                vertical-align: top;
                padding-top: 9px;
                text-align: center;
            }
    
                .miniPlayer .requestButton i {
                    margin-top: 1px;
                }
    
                .miniPlayer .requestButton:hover {
                    background: rgba(255, 255, 255, 0.2)!important;
                }       
    
                .miniPlayer .volume-slider {
                    margin: unset;
                    display: inline-block;
                    width: 77%;
                    vertical-align: top;
                    margin-top: 18px;
                    margin-left: 17px;
                }
    
                    .miniPlayer .volume-slider i, .miniPlayer .volume-slider input {
                        display: inline-block;
                        vertical-align: top;
                    }
    
                    .miniPlayer .volume-slider i {
                        color: white;
                        margin-top: 4px;
                    }
    
                    .miniPlayer .volume-slider input {
                        margin-left: 8px;
                    }
    
                .miniPlayer .right {
                    width: 22%;
                }
    
        .miniPlayer .toggler:hover {
            cursor: pointer;
        }
    
        .miniPlayer .right {
            display: inline-block;
            vertical-align: top;
        }

form.create {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 438px) {
    form.create {
        width: 438px;
    }
}

.team {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1000px) {
    .team {
        width: 1000px;
    }
}

label {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.contentAlert {
    width: 100%;
    height: 80px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
}

    .contentAlert .icon {
        width: 85px;
        height: 80px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #e74c3c;
        font-size: 35px;
        padding-top: 14px;
    }

    .contentAlert .text {
        display: inline-block;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.75)!important;
        margin-left: 11px;
        width: calc(100% - 115px);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    form .divider {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.05);
        margin-bottom: 20px;
    }

    form input, #datepicker {
        width: 100%;
        appearance: none;
        border: none;
        outline: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 7px;
        position: relative;
        color: white;
        padding: 10px 12px!important;
        font-family: 'DM Sans', sans-serif!important;
        margin-bottom: 20px;
    }

    form.create button {
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        padding: 10px 12px;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.2);
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;  
        transition: all 0.23s ease-in-out;  
    }

        form.create button:hover {
            background: rgba(255, 255, 255, 0.35);
        }
    
    .gj-picker {
        border: none!important;
        border-radius: 7px!important;
        background: rgba(255, 255, 255, 0.3)!important;
        backdrop-filter: blur(20px) saturate(130%);
        color: white!important;
        font-family: 'DM Sans', sans-serif!important;
    }

    .gj-picker-md table tr td div {
        color: rgba(255, 255, 255, 0.75)!important;
    }

    .gj-picker-md table tr td.today div {
        font-weight: 600;
        color: rgb(255, 255, 255)!important;
    }

    .gj-picker-md table tr td div:hover {
        background: #EEE;
        border-radius: 50%;
        color: rgba(0,0,0,.87)!important;
    }

    .gj-icon[role=right-icon] {
        display: none;
    }

    .usernameCheck input {
        width: calc(100% - 60px);
        display: inline-block;
        vertical-align: top;
    }

    .usernameCheck .checker {
        width: 50px;
        height: 44px;
        display: inline-block;
        vertical-align: top;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 7px;
        margin-left: 5px;
        text-align: center;
        color: white;
        font-size: 25px;
        position: relative;
    }

        .usernameCheck .checker i {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
        }

        .usernameCheck .checker .fa-spin {
            margin: -12px;
        }

        .usernameCheck .checker.available {
            background: rgba(46, 213, 115, 0.75);
            color: white;
        }

        .usernameCheck .checker.taken {
            background: rgba(255, 71, 87,1.0);
            color: white;
        }

.footer {
    width: 100%;
    min-height: 415px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

    .footer .main {
        width: 100%;
        min-height: 200px;
        position: relative;
    }

    .footer .credits {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        min-height: 70px;
        position: relative;
        color: rgba(255, 255, 255, 0.75);
        font-family: 'DM Sans', sans-serif;
        padding-top: 6px;
    }

        .footer .credits .left {
            float: left;
            display: inline-block;
            vertical-align: top;
        }

        .footer .credits .right {
            float: right;
            display: inline-block;
            vertical-align: top;
        }

        .footer-link {
            color: rgba(255, 255, 255, 0.65);
            transition: all 0.23s ease-in-out;
            display: block;
            font-family: 'DM Sans', sans-serif;
            font-weight: 600;
            font-size: 16px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .footer-link:hover {
                color: rgb(255, 255, 255);
            }

            .footer-link.ppl {
                font-weight: 600;
                color: rgba(255, 255, 255, 0.65)!important;
                margin-top: 60px;
            }

            .mb-15p {
                margin-bottom: 15px!important;
            }

        .footer .members-box {
            width: 100%;
            margin-top: 20px;
            height: 150px;
            position: relative;
            overflow: hidden;
        }

        .footer .members-box .avatar {
            width: 45px;
            height: 45px;
            margin-right: 8px;
            margin-bottom: 8px;
            border-radius: 100%;
            position: relative;
            background: rgba(255, 255, 255, 0.025);
            display: inline-block;
            vertical-align: top;
        }

            .online {
                position: absolute;
                bottom: 0;
                right: 0;
                padding: 5px;
                background: #2ed573;
                box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
                border-radius: 100%;
            }

        .footer .social-link {    
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            width: 40px;
            height: 40px;
            border-radius: 7px;
            position: relative;
            text-align: center;
            padding-top: 8px;
            margin-top: -9px;
            color: rgb(255, 255, 255);
            transition: all 0.23s ease-in-out;
        }

            .footer .social-link:hover {
                background: rgba(255, 255, 255, 0.1);
                cursor: pointer;
            }

            .footer .social-link:last-child {
                margin-right: 0px;
            }

/* PNotify */

.ui-pnotify-container {
    border-radius: 59px !important;
    padding: 12px 15px !important;
  }
  
  .brighttheme-error {
    background-image: none !important;
    background: #eb3b5a !important;
  }
  
  .ui-pnotify-closer {
    margin-right: -3px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
  }
  
  .brighttheme-icon-closer {
    font-size: 18px !important;
    margin-top: 10px !important;
    padding-top: 7px;
    position: absolute;
    right: 4px;
  }
  
  .ui-pnotify-sticker {
    display: none !important;
  }
  
  .ui-pnotify-title {
    margin-bottom: 11px !important;
    font-weight: 600;
    display: none;
    font-size: 18px!important;
    margin-top: 2px!important;
  }
  
  .ui-pnotify-icon {
    display: none;
  }
  
  .ui-pnotify-text {
    font-size: 16px;
    font-weight: 500;
  }
  
  .bell-icon {
    --fa-animation-duration: 4s;
    --fa-animation-delay: 0s;
  }
  
  .pnotify-center {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  
  .ui-pnotify-icon span {
    margin-top: 4px !important;
  }
  
.brighttheme {
    height: 48px!important;
}

.header .volume-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 170px;
    background: rgba(30, 34, 50, 0.6)!important;
    backdrop-filter: blur(20px) saturate(130%);
    border-radius: 7px;
    margin-top: -170px;
    margin-left: 2px;
    z-index: 100;
    display: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}


.header .volume-popup .slider {
    -webkit-appearance: none;
    width: 140px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    -webkit-transition: .2s;
    position: absolute;
    transform: rotateZ(270deg);
    bottom: 82px;
    left: -55px;
    border-radius: 50px;
}

.header .volume-popup .slider:hover {
    opacity: 1;
}

.header .volume-popup .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 100%;
}

.header .volume-popup .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 100%;
}


.btn-donate {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.05)!important;
    position: relative;
    transition: all 0.23s ease-in-out;
    border-radius: 5px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    color: rgb(255, 255, 255)!important;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px;
}

    .btn-donate:hover {
        cursor: pointer!important;
        background: rgba(255, 255, 255, 0.25)!important;
    }

.staff-box {
    overflow: visible;
    height: 110px;
}

    .staff-box .avatar {
        width: 50px;
        height: 50px;
        position: relative;
        border-radius: 100%;
        margin: 0 auto;
        margin-top: -20px;
    }

        .staff-box .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .staff-box .blur {
        width: 100%;
        height: 80px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .staff-box .blur img {
            width: 100%;
            height: 25px;
            filter: blur(30px) saturate(160%);
            margin-top: -40px;
        }

        .staff-box .name {
            width: 100%;
            font-family: 'DM Sans', sans-serif;
            color: rgb(255, 255, 255);
            text-align: center;
            font-weight: 800;
            font-size: 20px;
            margin-top: 8px;
            position: relative;
            z-index: 100;
        }

    .socials {
        width: fit-content;
        position: relative;
        margin: 0 auto;
        margin-top: 5px;
    }

        .socials .social-link {
            display: inline-block;
            vertical-align: top;
            margin-right: 15px;
        }

        .socials a {
            text-decoration: none!important;
            color: rgba(255, 255, 255, 0.25)!important;
        }

        .socials a[href] {
            color: white!important;
        }

        .socials .social-link:last-child {
            margin-right: 0px!important;
        }

.user-dropdown {
    width: 200px;
    background-color: rgba(255, 255, 255, 0.2)!important;
    border-radius: 10px!important;
    backdrop-filter: blur(20px) saturate(130%);
    z-index: 1000;
    position: relative;
}

@media (max-width: 768px) {
    .user-dropdown {
        background-color: rgba(0, 0, 0, 0.6)!important;
    }
}

    .user-dropdown i {
        width: 30px;
        vertical-align: top;
        text-align: center;
        font-size: 17px;
        margin-top: 3px;
        margin-right: 5px;
    }

    .user-dropdown .dropdown-item {
        border-radius: 7px;
        padding: 7px 10px;
        margin-left: 8px;
        width: calc(100% - 16px);
        background-color: rgba(255, 255, 255, 0)!important;
        color: rgba(255, 255, 255, 0.75)!important;
        transition: all 0.23s ease-in-out;
        font-size: 15px;
    }

    .user-dropdown .dropdown-item:hover {
        color: rgb(255, 255, 255)!important;
        background-color: rgba(0, 0, 0, 0.15)!important;
    }

.divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 15px;
    margin-bottom: 15px;
}

.contentText .price {
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentText .smallprint {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 14px;
}

.buyad {
    transition: all 0.23s ease-in-out;
}

.buyad:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15)!important;
}

.box {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0);
    margin-left: -6px;
    margin-right: -6px;
}

.box-title {
    width: 100%;
    height: 50px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.days {
    width: 100%;
    min-height: 60px;
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding: 3px;
}

    .days .col {
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 7px;
        margin: 3px;
        color: rgb(255, 255, 255);
        font-family: 'DM Sans', sans-serif;
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
        transition: all 0.23s ease-in-out;
        font-weight: 600;
        position: relative;
    }
    
    .days .col:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.15);
    }

    .days .col.selected {
        background: rgba(255, 255, 255, 0.25);
    }

    .days .col .name {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

.timetable-box {
    width: 100%;
    height: 80px;
    border-radius: 7px;
    position: relative;
    padding: 5px;
    padding-left: 0px;
}

    .timetable-box .avatar {
        width: 70px;
        height: 70px;
        border-radius: 7px;
        position: relative;
        background: rgba(255, 255, 255, 0.15);
        display: inline-block;
        vertical-align: top;
    }

    .timetable-box .text {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 10px;
        width: calc(100% - 80px);
    }

        .timetable-box .text .name {
            font-family: 'DM Sans', sans-serif;
            font-weight: 800;
            color: white;
            font-size: 18px;
            word-wrap: break-word;
            white-space: normal;
        }

        .timetable-box .text .time {
            font-family: 'DM Sans', sans-serif;
            font-weight: 600;
            font-size: 15px;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 2px;
            word-wrap: break-word;
            white-space: normal;
            text-transform: uppercase;
        }

        .btn-block {
            background: rgba(255, 255, 255, 0.05)!important;
            font-family: 'DM Sans', sans-serif!important;
            color: rgb(255, 255, 255)!important;
            border-radius: 15px!important;
            padding: 10px 13px!important;
            text-align: left!important;
            font-weight: 600!important;
            appearance: none;
            outline: none;
            box-shadow: none!important;
            transition: all 0.23s ease-in-out!important;
            font-size: 18px!important;
            margin-bottom: 10px!important;
        }
    
            .btn-block:hover {
                cursor: pointer;
                background: rgba(255, 255, 255, 0.15)!important;
            }

            .btn-block.selected {
                background: rgba(255, 255, 255, 0.25)!important;
            }
    
        .btn-block i {
            margin-right: 10px;
            font-size: 23px;
            vertical-align: top;
            margin-top: 2px;
        }
    
        label.contentLabel {
            font-size: 14px;
            display: block;
        }
    
    
        .avatar-showcase {
      width: calc(100% + 80px);
    }
    
    .avatar-showcase .previousAvatars:last-child {
      margin-right: 0px !important;
    }
    
    .previousAvatars {
        width: 110px;
        height: 110px;
        border-radius: 100%;
        position: relative;
        display: inline-block !important;
        vertical-align: top !important;
        margin: 20px;
        margin-left: 7px;
        transition: all 0.23s ease-in-out;
        background: rgba(255, 255, 255, 0.05);
    }
    
    .previousAvatars.noMargin {
      margin-left: 0px;
      margin-right: 15.9px;
    }
    
    .previousAvatars.selected {
      box-shadow: 0px 0px 0px 3px #2e86de;
    }
    
    .previousAvatars:hover {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.15);
    }
    
    .previousAvatars.noTransform:hover {
      transform: none !important;
    }
    
    .onlineStub::after {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 5px;
      border-radius: 100%;
      background: #2ecc71;
      content: " ";
      margin: 0px;
      box-shadow: inset 0 0 0 1px rgb(255 255 255 / 25%), 0 0 20px rgb(0 0 0 / 50%);
    }
    
    .previousAvatars.onlineStub::after {
      margin: 9px !important;
      padding: 7px !important;
    }
    
    .previousAvatars img {
      width: 110px;
      height: 110px;
      border-radius: 100%;
      position: relative;
    }
    
    .previousAvatars i {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: rgba(255, 255, 255, 0.75);
    }
        
    .previousAvatars:hover i.fa-trash-alt {
      display: block !important;
      opacity: 1;
    }
    
    .previousAvatars.small {
      margin-left: 0px;
    }
    
    .previousAvatars i.fa-trash-alt {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.7);
      border-radius: 100%;
      width: 38px;
      height: 38px;
      font-size: 17px;
      margin-top: 6px;
      color: white;
      text-align: center;
      padding-top: 10px;
      display: none;
      opacity: 0;
    }
    
    
    .previousAvatars i.fa-trash-alt:hover {
      cursor: pointer;
      background: white !important;
      color: rgba(0, 0, 0, 0.7);
    }
    
    .previousAvatars.selected {
      transform: scale3d(1.05, 1.05, 1.05) !important;
    }

textarea.biochange {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    position: relative;
    appearance: none;
    outline: none;
    border: none;
    color: rgb(255, 255, 255);
    padding: 10px 13px;
}

.btn-block:hover {
    cursor: pointer!important;
}

.userHeader {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    padding: 34px;
}

    .userHeader .blur {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        margin-top: -75px;
    }

        .userHeader .blur img {
            width: 100%;
            height: 100px;
            filter: blur(50px) saturate(130%);
        }

    .userHeader .avatar {
        width: 130px;
        height: 130px;
        border-radius: 100%;
        position: relative;
        z-index: 200;
        display: inline-block;
        vertical-align: top;
    }

        .userHeader .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .userHeader .name {
        display: inline-block;
        vertical-align: top;
        font-size: 60px;
        font-weight: 800;
        color: rgb(255, 255, 255);
        position: relative;
        z-index: 200;
        font-family: 'DM Sans', sans-serif;
        margin: 19px;
        margin-left: 36px;
    }

    .userHeader .buttons {
        float: right;
        z-index: 200;
        margin-top: 46px;
    }

    .socials.big .social-link i {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .avatar.recentvisitor {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        border-radius: 100%;
        overflow: hidden;
        margin: 7px;
    }

        .avatar.recentvisitor img {
            width: 100%;
            height: 100%;
        }

.statistic {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.statistic .left {
    float: left;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-top: 9px;
}

.statistic .right {
    float: right;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 9px;
}

@media (max-width: 1199px) {
    .miniPlayer {
        display: none!important;
    }
}

@media (max-width: 768px) {

    .card-body .image {
        width: 100%!important;
        height: 200px!important;
        display: block;
    }

    .card-body .text {
        width: 100%!important;
        margin-top: 20px!important;
        padding-left: 0px!important;
    }

    .footer .col-xs-12 {
        margin-bottom: 20px;
    }

    .footer .credits .right {
        float: left;
        width: fit-content;
        margin: 0 auto;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    
    }
}
.showBanner {
    width: 100%;
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    overflow: hidden;
}

    .showBanner .showBlur {
        width: 100%;
        height: 20%;
        position: absolute;
        top: 0;
        left: 0;
        filter: blur(50px) saturate(130%);
    }

        .showBanner .showBlur img { 
            width: 100%;
            height: 100%;
        }

    .showBanner .showAvatar {
        width: 100px;
        height: 100px;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .showBanner .showAvatar img {
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

    .showBanner .showName {
        width: 100%;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 20px;
    }

.hostContainer {
    width: fit-content!important;
    position: relative;
    padding: 4px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    height: 43px;
    transition: all 0.23s ease-in-out;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px!important;
}

    .hostContainer:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.1);
    }

    .hostContainer .avatar {
        width: 35px;
        height: 35px;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .hostContainer .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            position: relative;
            overflow: hidden;
        }

    .hostContainer .text {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        padding-top: 6px!important;
        width: fit-content!important;
        padding-bottom: 6px;
        padding-left: 11px!important;
        margin-top: 0px!important;
        padding-right: 9px;
        color: rgb(255, 255, 255);
    }

.form-group .voice-record {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    color: rgb(255, 255, 255);
}