
body, html{
    font-family: Poppins !important;
    height: 100%;
    margin: 0;
}


.navbar{
    background-color: #e6442e !important;
   /*OLD background-color: #1B263B !important; */
    
}

.navbar-brand{
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem !important;
}

.navbar-brand img{
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.nav-link{
    color: #ffffff;
}

#homepage-video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.video-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.toast-bg-solid-white {
    background-color: rgba(var(--bs-body-bg-rgb), 1) !important;
}

#homepage-search{
    max-width:350px;
    margin: 0 auto;

}

@media (min-width: 1750px){
    .video-container {
        height: 45vh;
    }

}

@media (max-width: 1749px){
    .video-container {
        height: 55vh;
    }

}

@media (max-width: 1250px){
    .video-container {
        height: 25vh;
    }

}

@media (max-width: 400px){
    .video-container {
        height: 25vh;
        max-height: 250px;
    }

}

.homepage-card {
    min-height: 320px;
    width: 275px;
    margin: 0 auto;
    border-radius: 10px;
}

.homepage-card-header{
    background-color: #2e62e6;
    color: #ffffff;
    font-size: 1.75rem;
    padding: 10px;
    font-weight: 400;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.homepage-card-content {
    padding: 10px;

}

.homepage-card-content li{
    margin-bottom: 10px;
}

.category-item-list-p {
    margin-bottom: 0px;

}

.blockquote p{
    font-weight: 600;
}


.sidebar-header{
    text-align: center;
    background-color: #2e62e6;
    color: #ffffff;
}

.sidebar-img-container{
    text-align: center;
}

.sidebar-widget-container{
    text-align: center;
}

.sidebar iframe{ /* Mostly discord widget */
    max-width: 100%;
    padding-top:1em;
    padding-bottom:1em;
}
.sidebar img{
    max-width:100%;
    margin: 0 auto;
}

#ballistics-data{
    margin-top: 65px;
}

#loot-economy-data{
    margin-top: 65px;
}

.loot-table-mins{
    font-size: .75rem;
}

.tier-span{
    padding: 3px;
    border-radius: 8px;
    display: inline-block;
    margin: 4px;
}

.Tier1{
    background-color: #c5dfff;
    border: 2px solid #576ddb;
}

.Tier2{
    background-color: #d6e9a8;
    border: 2px solid #819b44;
}

.Tier3{
    background-color: #fded9e;
    border: 2px solid #ffc300;
}

.Tier4{
    background-color: #ff9a91;
    border: 2px solid #AE2012;
}

.Unique{
    background-color: #cacbff;
    border: 2px solid #3d348b;
}

.sidebar-specs-container{
    padding: 20px;
}

.sidebar-specs-container p {
    margin-bottom: 0px
}

.sidebar-spec-label{
    font-weight:bold;
}

.sidebar-specs-sub-heading{
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.5rem;
}

.sidebar-specs-sub-heading-p{
    margin-left: 15px;
}

#creator-card-container {
    margin-bottom: 250px;
}

.creator-card {
    max-width: 100%;
    margin-top: 25px;
    padding: 15px;
    min-width: 300px;
}

.creator-card-profile-img {
    width: 100%;
    border-radius: 75px;
}

.social-logo {
    width: 25px;
}

#creator-page-profile-img {
    width: 100%;
    border-radius: 75px;
}

.creator-social-icon{
    width: 25px;
}

.creator-banner-image {
    width:100% !important;
}

#twitch-sidebar-banner {
    margin-top: 25px;
    background-color: #9146ff;
    text-align: center;
    height:90px;
    display: flex;
    align-items: center;
}

#twitch-sidebar-banner img {
    width: 50%;
    max-height: 75px;
}

#youtube-sidebar-banner {
    margin-top: 25px;
    background-color: #ff0000;
    text-align: center;
    height:90px;
    display: flex;
    align-items: center;
}

#youtube-sidebar-banner img {
    width: 50%;
    max-height: 75px;
}

#discord-sidebar-banner {
    margin-top: 25px;
    background-color: #e6442e;
    color: #ffffff;
    text-align: center;
    height:75px;
}

#discord-sidebar-banner h2 {
    font-size: 1.25rem;
}

#discord-sidebar-banner img {
    width: 50px;
    margin: 0;
    border: 1px solid #ffffff;
    border-radius: 31px;

}

.footer {
    background-color: #110503;
}

.footer-logo {
    width: 150px;
}

.blink {
    animation: blinker 3s linear infinite;
    width: 15px;
    height: 15px;
    background-color: #28a745;
    display: inline-flex;
    border-radius: 25px;
    margin-left:5px;
}
  
@keyframes blinker {  
    50% { opacity: 0; }
}

.inline-discord-link {
    background-color: #5865F2;
    color: #ffffff;
    text-decoration: none;
    padding: 4px; 
    border-radius: 6px;
    border: 1px solid #333c96;
}

.discord-button {
    background-color: #5865F2;
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #333c96;
    width: 33%;
    min-width: 250px;
    margin: auto;
}

.sidebar-img:hover{
    cursor:pointer;
}

.map-image:hover{
    cursor:pointer;
}

.maintenance-indicator {
    color: red;
    background-color: yellow;
    padding: 2px;
    border-radius: 6px;
}

.log-output {
    max-height: 500px;
    overflow: scroll;
}

.homepage-swiper {
    height: 400px;
}

.homepage-swiper-slide {
    border: 1px solid #000;
    padding: 15px;
    border-radius: 10px;
    width: 250px !important;
}

.log-indicator {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    margin: 0 auto;
}

.log-indicator-success{
    background-color: #43ac7b;
}

.log-indicator-error{
    background-color: #f45a69;
}
