.bg-gradient {
    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0)) !important;*/
    background-image: linear-gradient(180deg, #3C0655, #0D0D17, #0D0D17, #050547) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(33,37,41, 1) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: #F5F5F5 !important;
}

.thumbnail img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 6px rgba(169, 112, 255, 0.5);
    border-radius: 4px;
}

.url {
    position: absolute;
    left: 1%;
    bottom: 1%;
    margin: 0;
    padding: 5px;
    color: #FFFFFF; /* Білий колір тексту */
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; /* Шрифт */
    -webkit-filter: drop-shadow(0px 0px 6px #000);
    filter: drop-shadow(0px 0px 6px #000);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.title {
    position: absolute;
    left: 1%;
    top: 1%;
    margin: 0;
    padding: 5px;
    color: #FFFFFF; /* Білий колір тексту */
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; /* Шрифт */
    -webkit-filter: drop-shadow(0px 0px 6px #000);
    filter: drop-shadow(0px 0px 6px #000);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.game {
    position: absolute;
    right: 1%;
    bottom: 1%;
    margin: 0;
    padding: 5px;
    color: #FFFFFF; /* Білий колір тексту */
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; /* Шрифт */
    -webkit-filter: drop-shadow(0px 0px 6px #000);
    filter: drop-shadow(0px 0px 6px #000);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;


}

header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}

.card {
    --bs-card-cap-bg: rgba(0, 0, 0, 0);
    --bs-card-border-width: 0px;
    --bs-card-border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    text-shadow: 0 0 4px #1F1F24;
}

.carousel {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}

.profile_image_url {
    border-radius: 50%;
    width: 18px;
    background: rgba(255, 255, 255, 1);
    -webkit-filter: drop-shadow(0px 0px 1px #1F1F24);
    filter: drop-shadow(0px 0px 1px #1F1F24);
    margin-right: 10px;
}

.badge {
    font-size: 1em;
}
.streamer-avatar {
    border-radius: 50%;
    width: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-filter: drop-shadow(0px 0px 1px #1F1F24);
    filter: drop-shadow(0px 0px 1px #1F1F24);
    margin-right: 8px;
    margin-bottom: 4px;
}

.social-icon {
    -webkit-filter: drop-shadow(2px 2px 4px #1F1F24);
    filter: drop-shadow(2px 2px 4px #1F1F24);
}

.social-icon:hover {
    -webkit-filter: drop-shadow(2px 2px 4px #1F1F24);
    filter: drop-shadow(2px 2px 4px #1F1F24);
    color: #FFD700;
}

.url-style {
    text-shadow: 0 0 4px #1F1F24;
    color: #f7f7f8;
}

.url-style:hover {
    /*-webkit-filter: invert(1);*/
    /*filter: invert(1);*/
    color: #FFD700 !important;
}

.url-style span:hover {
    /*-webkit-filter: invert(1);*/
    /*filter: invert(1);*/
    color: #FFD700 !important;
}

.btn {
    /*-webkit-filter: invert(1);*/
    /*filter: invert(1);*/
    color: #f7f7f8;
    background-color: #0057B7;
}

.btn:hover {
    /*-webkit-filter: invert(1);*/
    /*filter: invert(1);*/
    background-color: #FFD700;
}


.thumbnail-hover:hover {
    -webkit-filter: drop-shadow(2px 2px 12px #1F1F24) contrast(110%) brightness(110%);
    filter:  drop-shadow(2px 2px 12px #1F1F24) contrast(110%) brightness(110%);
}

.social-icon {
    -webkit-filter: drop-shadow(2px 2px 4px #1F1F24);
    filter: drop-shadow(2px 2px 4px #1F1F24);
}

.social-icon:hover {
    /*-webkit-filter: drop-shadow(2px 2px 4px #1F1F24) invert(1);*/
    /*filter: drop-shadow(2px 2px 4px #1F1F24) invert(1);    */
    -webkit-filter: drop-shadow(2px 2px 4px #1F1F24);
    filter: drop-shadow(2px 2px 4px #1F1F24);
    color: #FFD700;
}

.fixed-navbar-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.caption-p {
    padding: 0;
}
.carousel-caption-clip {
    bottom: 0;
    padding: 0;
    text-align: center;
    right: 1%;
    left: 1%;
}
.carousel-caption-clip p{
    display: inline;
    background-color: rgba(33,37,41, 0.5);
    padding: 0.1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 2px;
    font-size: 1rem;
}

p {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
h2 {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.btn {
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.lead {
    font-weight: 600;
}
.main-text-font-ibm {
    font-family: 'IBM Plex Mono';
    font-size: 72px;
    font-weight: 400;
    line-height: 93.6px;
}

.main-text-blue {
    color: #0057B7;
    text-shadow: 0 0 4px #1F1F24;
}

.main-text-yellow {
    color: #FFD700;
    text-shadow: 0 0 4px #1F1F24;
}

.main-text-green {
    color: #58E9BE;
    text-shadow: 0 0 4px #1F1F24;
}

.two-btn{
    position: relative;
    z-index: 10;
}




