.ani {
    transition: background-color 0.5s ease;
}

@media (max-width: 840px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 840px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 300px) {
    .logo {
        display: none;
    }
}

.osl-ic {
    width: 20px;
}

.player-con {
    display: flex;
    align-items: center;

}

.player-con span {
    margin-right: 10px;
    font-size: 17.5px;
    font-weight: bold;
}

.icon-badge {
    padding: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #5755d9;
    color:#fff;
}

.status-bar {
    display: inline-block;
    width: 5px;
    height: 12.5px;
    margin-right: 5px;
    background-color: #382ecc;
}

h1 {
    font-size: 1.25rem;

}

.img-banner {
    position: absolute;
    height: 100%;
    min-width: 100%;
    max-width: 200%;
    display: block;
    top: 50%;
    overflow: hidden;
    left: 50%;
    object-fit: cover;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nobanner-icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nobanner {
    overflow:hidden;
    position: relative;
    width: 100%;
    height: 100px;

    border: 1px solid #3B4351;
    border-radius: 5px;
    margin: 10px 0;
}

.server-aboutme {
    margin-top: 5px;
}

.status-h {
    font-weight: bold;
}

.badgebs,
.badgebs-border {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badgebs-online {
    background-color: #106d37;
    color: white;
}

.badgebs-featured {
    background-color: #382ecc;
    color: white !important;
}

.badgebs-count {
    background-color: #cde212;
    color: white;
}

.badgebs-border {
    border-radius: 4px;
    border-bottom: white;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #fff;
}

.mt-3 {
    margin-top: 16px;
}

.no-m-lr {
    margin-left: 0px;
    margin-right: 0px;
}

.h-100 {
    height: 100px;
}

.h-auto {
    height: auto;
}

.w-100 {
    width: 100px;
}

.panel {
    height: 100%;
    user-select: none;
}

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

.inline-count {
    align-items: center;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.online-count {
    background-color: rgb(34 197 94);
}

.offline-count {
    background-color: rgb(255, 0, 0);
}

.no-a,
.no-a:hover,
.no-a:focus,
.no-a:visited {
    text-decoration: none;
    /* Optional: Remove underline styling */
    color: inherit;

}

.logo-smaller {
    max-width: 125px!important;
}

.ani-hover:hover {
    font-weight: normal;
    animation: pulse;
    animation-duration: 1s;
}

@media (max-width: 1100px) {
    .col-tablet-6 {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .col-tablet-6 {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .col-docs {
        width: 100%
    }
}

.mt-6 {
    margin-top: 2rem;
}

.w-full {
    width: 100%;
}

.off-canvas-overlay {
    cursor: pointer;
}

.hidden {
    display: none;
}

.ai-center {
    display: flex;
    align-items: center;
}

.ju-flex {
    display: flex;
    justify-content: center;
}

.server-logo {
    max-width: 200px;
    min-width: 100px;
}

.nav-dropdown {
    max-width: 130px;
    min-width: 50px;
}

@media (max-width: 500px) {
    .mobi-small {
        width: 50%!important;
    }

}

.turbo-progress-bar {
    height: 4px;
    background-color: #5755d9;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 20;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #2617af #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #2617af;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

body {
    overflow-y: scroll;
    /* Show vertical scrollbar */
}

.h-full {
    height: 100%;
}

.server-btn {
    height: 60px;
    min-width: 75px;
    max-width: 100px;
    
}
.btn-alvoted {
    background-color: #555454;
    border-color: #333;
    color: #fff;
    max-width: 200px;
}
.btn-alvoted:hover, .btn-alvoted:focus {
    background-color: #353434;
    border-color: #333;
    color: #929292;
}

.is-static {
    user-select: none;
}

.divider {
    border-color: #5755d9;
}

#typed5,
.typed-cursor {
  font-size: xx-large;
  font-weight: 600;
}

blue {
  color: #5755d9;
}

.show-icon {
  font-size: 25px;
}

.heart-clr {
  color: crimson;
}

.tech-a {
  color: #fff!important;
}

.freemarker {
  margin-top: 35px;
  max-width: 200px;
  max-height: 120px;
}

.mt-52 {
  margin-top: 52px;
}

.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1), .carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2), .carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3), .carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4), .carousel .carousel-locator:nth-of-type(5):checked~.carousel-nav .nav-item:nth-of-type(5), .carousel .carousel-locator:nth-of-type(6):checked~.carousel-nav .nav-item:nth-of-type(6), .carousel .carousel-locator:nth-of-type(7):checked~.carousel-nav .nav-item:nth-of-type(7), .carousel .carousel-locator:nth-of-type(8):checked~.carousel-nav .nav-item:nth-of-type(8)::before {
    color: #5755d9;
    text-shadow: 0 0 0.5rem #5755d9;
}


.ads-container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.adsbygoogle {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0;
    box-sizing: border-box;
}

@media (min-width: 500px) {
    .adsbygoogle {
        max-width: 468px;
        max-height: 500px;
        width: 100%;
    }
}

@media (min-width: 800px) {
    .adsbygoogle {
        max-width: 728px;
    }
}

@media (min-width: 1000px) {
    .adsbygoogle {
        max-width: 1000px;
    }
}
