
.home-section-title {
    background-color: transparent;
    font-size: 16px !important;
}

.show-all-btn {
    font-size: 16px;
}

.slick-track {
    margin: 0 !important;
}

.ui-widget-content {
    background: #ffffff;
    color: #333333;
    padding: 15px;
    border-radius: 8px !important;
}

.ui-tabs .ui-tabs-panel {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.dark-section {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    min-height: 900px;
    overflow-x: hidden;
    background: #182029;
}

.cover-section {
    position: relative;
    width: 100%;
    height: 10px;
}

.ac-description {
    display: flex;
    font-size: 12px;
    color: #d4d4d4;
    gap: 10px;
    background: transparent;
    align-items: center;
}


.cover {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    z-index: -1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    left: -15px;
    right: -15px;
    margin-top: -16px;
    overflow: hidden !important;
    z-index: 0;
}

.cover:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #525252;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(34, 35, 38, 0.37608546836703427) 31%, rgba(34, 35, 38, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(34, 35, 38, 0.37608546836703427) 31%, rgba(34, 35, 38, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(34, 35, 38, 0.37608546836703427) 31%, rgba(34, 35, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.apply-stream-button {
    position: absolute !important;
    z-index: 0;
    top: -61px;
    right: 10px;
    width: auto;
    background-color: #f0f0f0 !important;
    color: black !important;
}

.apply-stream-button:hover {
    background-color: #d8d8d8 !important;
}

.stream-inside {
    margin-top: 40px;
}

.streamers-title {
    font-size: 26px;
    color: #fafafa;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin-left: 10px;
    text-shadow: 0 0 10px #e349ff;
}

.stream-avatar {
    background: rgb(255, 255, 255);
    background: rgb(136, 89, 255);
    background: -moz-linear-gradient(180deg, rgba(136, 89, 255, 0.46011908181241246) 0%, rgba(0, 134, 255, 0.6337885495995272) 31%, rgba(129, 118, 255, 0.6617997540813201) 100%);
    background: -webkit-linear-gradient(180deg, rgba(136, 89, 255, 0.46011908181241246) 0%, rgba(0, 134, 255, 0.6337885495995272) 31%, rgba(129, 118, 255, 0.6617997540813201) 100%);
    background: linear-gradient(180deg, rgba(136, 89, 255, 0.46011908181241246) 0%, rgba(0, 134, 255, 0.6337885495995272) 31%, rgba(129, 118, 255, 0.6617997540813201) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8859ff", endColorstr="#8176ff", GradientType=1);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
    z-index: 1;
}

.stream-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.streamer-info {
    display: flex;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.streamer-info .channel-data {
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px;
    background: #8358c382;
    color: #fff !important;
    border-radius: 9000px;
    text-shadow: 0 0 4px black;
}

.streamer-info .channel-data a {
    color: #fff !important;
}

.streamer-info .streamer-socials {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
}

.streamer-info .streamer-socials .social-button {
    z-index: 1;
    border-radius: 20%;
    padding: 3px;
    width: 42px;
    height: 42px;
    font-weight: 600;
    font-size: 25px;
    flex-shrink: 1;
    color: #3e3e3e !important;
    background: #ffffff30;
    text-align: center;
    transition: color, background-color 0.1s;
}

.streamer-info .streamer-socials .social-button i {
    color: #fff !important;
}

.streamer-info .streamer-socials .social-button:hover {
    color: #fff;
    background-color: #ffffff7a;
}

.streamer-info .streamer-socials .social-button:hover i {
    color: #3e3e3e !important;
}

.stream-embed {
    overflow: hidden;
    padding: 5px 5px 0px 5px;
    position: relative;
    height: 100%;
    padding: 10px 5px 10px 0px;
    display: flex;
}

.stream-embed .close-chat {
    position: absolute;
    right: 33%;
    width: 20px;
    height: 20px;
    top: 16px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

.stream-embed .close-chat:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.stream-embed .close-chat.closed {
    color: #fff !important;
    right: 2%;
}

.stream-embed .close-chat.closed:hover {
    background-color: rgba(255, 255, 255, .4) !important;
}

.stream-embed .close-chat svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}

#twitch-video-embed
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stream-embed iframe {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.stream-container {
    margin-top: 20px;
    background-color: #111a25;
    position: relative;
}

.stream-badge {
    width: 24px;
    height: 24px;
    color: #5c16c5;
    fill: currentcolor;
    margin-left: 5px;
}

.donate-box {
    background-color: #111a25;
    padding: 15px;
}

.donate-box input,
textarea,
select {
    font-size: 16px;
    width: 100% !important;
    height: 38px;
    border-radius: 8px;
    border: 2px solid #2b405f !important;
    padding: 10px 16px;
    outline: none;
    box-shadow: none !important;
    background-color: #1c2533;
    resize: no;
    transition: border-color 0.2s;
    color: #d0d0d0;
}

.donate-box textarea {
    height: auto;
    max-height: unset;
}

.donate-box input:focus,
textarea:focus {
    border-color: #689ab9 !important
}

.stream-container {
    margin-top: 20px;
    border-radius: 8px;
}

.donate-box .label {
    margin-left: 5px;
    margin-bottom: 4px;
    font-size: 14px;
}

.penny-seperator {
    display: flex;
    align-items: center;
}

.penny-seperator input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100px !important;
    text-align: right;
    padding-left: 5px;
}

.penny-seperator select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 70px !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-left-width: 0 !important;
    color: #bebebe;
    background-color: #1c2532;
}

.penny-seperator select:focus {
    color: #fff;
}

.penny-seperator span {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
}

.ready-donates {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ready-donates .ready-donate {
    padding: 10px 8px;
    background-color: #202c3f;
    border-radius: 4px;
    border: 2px solid #2d4a74;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    color: #bebebe;
    width: 70px;
    text-align: center;
    transition: all 0.1s;
}

.ready-donates .ready-donate:hover {
    border-color: #5966ED !important;
    background-color: #2F334A;
}

.donate-button {
    background-color: var(--var-streamer-primary-color);
    color: #fff;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    user-select: none;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
    height: 40px;
    margin-top: 10px;
    transition: background-color 0.1s;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.donate-button:hover {
    background-color: #772ce8;
    color: #fff;
}

.donate-button .donate-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.donate-button .donate-flex i {
    margin-right: 8px;
}

#tabs {
    margin-top: 20px;
}

.account-card {
    max-width: 100%;
    width: 100%;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    background-color: var(--var-streamer-primary-color);
    background-image: -webkit-gradient(linear, right top, left top, from(#ff4949), to(var(--var-streamer-primary-color)));
    background-image: -o-linear-gradient(right, #ff4949, var(--var-streamer-primary-color));
    background-image: linear-gradient(to left, #ff4949, var(--var-streamer-primary-color));
}

.account-card .stream-about {
    padding: 8px;
    background-color: #111a25;
    border-radius: 4px;
}

.account-card .stream-description {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    gap: 8px;
}

.account-card .stream-description i {
    margin-top: 5px;
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .stream-embed {
        height: 250px;
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .donate-box .row>* {
        padding: 0;
    }

    .ready-donates {
        overflow-x: auto;
        gap: 8px;
        zoom: 0.9;
    }

    .ready-donates .ready-donate {
        flex-shrink: 0;
    }

    .close-chat {
        bottom: 43.5%;
        top: auto !important;
        left: 6px;
    }

    .close-chat.closed {
        top: 18px !important;
        bottom: auto !important;
    }

    .stream-embed.closed {
        height: 290px;
    }

    .stream-inside {
        margin-top: 15px;
    }

    .streamer-info {
        justify-content: center;
    }

    .streamer-info .streamer-socials {
        margin-top: 5px;
        justify-content: center;
        width: 100%;
    }

    .ui-widget-content {
        border-radius: 0;
        padding: 0 2px;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 2px 12px;
    }

    .home-section-title {
        padding: 0 10px !important;
    }

    .apply-stream-button {
        display: none !important;
    }

    .stream-embed {
        flex-direction: column;
        height: 600px;
    }

    #twitch-video-embed,
    #twitch-chat-embed {
        width: 100%;
    }
}

#sub-frame-error
{
    background-color: #111a25 !important;
}

.none-stream-img
{
    width: 100%;
    height: auto;
    border-radius: 6px;
}


