.invisible-line {
    border: none;
    margin: 10px 0;
    border-top: 1px solid transparent;
}
.news-title {
    overflow: hidden;
    font-size: 16px; 
}

  .news-card-container {
    max-width: 800px; 
    margin: 0 auto;
  }

  .news-card {
    width: 100%;
    font-size: 11px;
  }

  .news-img {
    max-width: 100%;
    height: auto;
  }

 .avatar-wrap {
    display: table;
    align-items: center;
}
.img-avatar {
    max-width: 86px;
    border-radius: 18%;
    background-color: #060606;
    overflow: hidden;
    margin-left: 10px;
}
  .img-avatar img {
    width: 100%;
    height: auto;
  }

  .avatar-info {
    margin-left: 10px; 
  }
        .content-container-custom {
            display: flex;
            justify-content: space-between;
        }
         .custom-background {
            background: url("https://i.imgur.com/QLGuKpZ.gif") !important;
        }

        @media (max-width: 768px) {
            .content-container-custom {
                flex-direction: column;
                align-items: stretch;
            }
        }
.top-container {
    padding: 20px;
    width: 30px;
    margin-top: -427px;  height: 447px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-right: -31px;
}


@media (max-width: 1000px){
.content-container-custom {
    display: block !important;
    justify-content: space-between;
}

}


        .top-section {
            flex: 0 0 calc(33.33% - 10px);
            margin-right: 10px;
                border: 4px solid #000;
    border-radius: 16px;
    box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.55), -10px 0 10px -5px rgba(0, 0, 0, 0.82);
    height: 100%;
    background-color: var(--bg-1);
        }

        @media (max-width: 768px) {
            .top-section {
                flex: 1 1 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }
        }

.top-item {
    display: flex;
background-color: var(--movement-bg);
margin-bottom: 20px;
    padding: 10px;
    width: 252px;
    margin-top: 33px;
    height: 63px;
    margin-left: 8.5px;
    margin-right: 8.5px;
    align-items: center;
    border: 3px #1c1c1c solid;
    border-radius: 6px;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 48%);
}
*{
   color: var(--text-color) !important;
   font-weight:600;
}
h6, .message{
    color:white !important;
}
        
    </style>
    <style>

@media (min-width: 1443px) and (max-width: 1670px) {
    .top-item {
        width: 210px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1281px) and (max-width: 1350px) {
    .top-item {
        width: 205px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1350px) and (max-width: 1443px) {
    .top-item {
        width: 189px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1128px) and (max-width: 1281px) {
    .top-item {
        width: 150px;
    }
}

@media (min-width: 1024px) and (max-width: 1128px) {
    .top-item {
        width: 137px;
    }
}

@media (min-width: 1000px) and (max-width: 1025px) {
    .top-item {
        width: 113px;
    }
}

@media (min-width: 600px) and (max-width: 801px) {
    .top-item {
        width: 175px;
    }
    .top-container {
        margin-left: -11px;
        margin-top: -16px;
    }
}

@media (max-width: 600px) {
    .top-item {
        width: 163px;
            height: 66px !important;
    }
    .top-container {
        margin-left: -11px;
        margin-top: -16px;
    }
}

@media (min-width: 802px) and (max-width: 1000px) {
    .top-container {
        margin-left: -11px;
        margin-top: -16px;
    }
    .top-item {
        width: 223px;
    }
}

@media (min-width: 1570px) and (max-width: 1670px) {
    .top-item {
        width: 227px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .top-item {
        height: auto; 
    }
}
       .ranking {
                display: flex;
                margin-top: 30px;
                color: white;
            }

           .mt-12 {
    margin-top: 1rem !important;
}

            .switch.custom-style {
  border: 10px solid #23102d;
  border-radius: 13px;
}
.user-text {
    bottom: -2px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
    color: black !important;
}
#preloader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default;display:-webkit-box;display:-ms-flexbox;display:grid;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed!important;left:0;top:0;height:74px;top:35%;width:100%;z-index:9000}.loader span{background-image:-o-linear-gradient(right bottom,#fd562a,rgba(211,40,83,0.70),rgba(148,31,95,0.80),#4f2155,#161634);background-image:-webkit-gradient(linear,right bottom,left top,from(#fd562a),color-stop(rgba(211,40,83,0.70)),color-stop(rgba(148,31,95,0.80)),color-stop(#4f2155),to(#161634));background-image:linear-gradient(to left top,#f9ffff,#f4f2f4);width:3px!important;height:50px!important;border-radius:10px;-webkit-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);position:absolute;top:50%;margin-top:26px!important;animation:animate .7s infinite alternate-reverse}.hidden-preloader{display:none!important}