﻿body, html {
    height: 100%;
    margin: 0;
    background: #181818;
}

.team-list::-webkit-scrollbar-track {
    background: #181818;
    border-radius: 10px;
}

.team-list::-webkit-scrollbar {
    width: 10px;
}

.team-list::-webkit-scrollbar-thumb {
    background: #616161;
    border-radius: 10px;
}

/*--new css starts 2021*/
.theme-header {
    border-bottom: 1px solid #282828;
    background-color: #181818;
}

.theme-card .card {
    background: #181818;
    color: white;
    border: 1px solid #353535;
    border-radius: 15px;
}

.theme-card .card-header {
    background: none;
    border-bottom: 1px solid #fff;
}

.theme-card .card-footer {
    background: none;
    border-top: 1px solid #353535;
    text-align: center;
}

.border-yellow {
    border-color: #FFD764 !important;
}

.border-green {
    border-color: #14A800 !important;
}

.week-result {
    color: white !important;
    background: #616161;
    padding: 10px 25px;
    border-radius: 15px;
}


.eliminate {
    padding: 0.2rem 1.3rem;
    border-radius: 20px;
    text-decoration: none;
    background: #F3C080;
    color: black;
    font-weight: 500;
    margin: 1rem 0 0 0;
}

    .eliminate:hover {
        color: black;
    }

.strip {
    background: #616161;
    padding: 8px 0px;
}

.matt-footer {
    background-image: linear-gradient(to right, #0d0d0d,#212020,#0d0d0d);
}

.logout-btn {
    border-radius: 15px;
    border: none;
    background: #FA2626;
    padding: 4px 25px !important;
}

.theme-header .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

.theme-header .navbar-nav li {
    display: flex;
    align-items: center;
    font-size: .72rem;
    font-weight: 500;
}

.eliminate:not(.collapsed) {
    background: #F3C080;
    color: black;
}

    .eliminate:not(.collapsed)::after {
        background-image: url(../images/arrow.svg);
    }

.team-img {
    border-radius: 15px;
}

.team-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    flex-wrap: wrap;
    color: #A3A3A3;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 800;
    max-height: 15.3rem;
    overflow-y: scroll;
    word-break: break-word;
}

    .team-list .team-item {
        margin-right: 10px;
    }

.team-head {
    color: #A3A3A3;
    font-weight: 800;
}

.eliminate-card .eliminate {
    margin: 0;
}

.vs {
    color: #FA0801;
    margin-top: -3rem;
    font-size: 17px;
    font-weight: 800;
}

.contact-form {
    background: #181818;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;    
    
}

    .contact-form .contact-input {
        padding: 10px 15px;
        border: none;
        border-radius: 13px;
    }

    .contact-form .contact-item {
        line-height: 1;
    }

.send {
    padding: 0.2rem 1.3rem;
    border-radius: 20px;
    text-decoration: none;
    background: #F3C080;
    color: black;
    border: none;
    font-weight: 500;
}
.btn-send {
    font-weight: 500;
    --bs-btn-color: #000;
    --bs-btn-bg: #F3C080;
    --bs-btn-border-color: #F3C080;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FdC080;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FaC080;
    --bs-btn-active-border-color: #FaC080;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F3C080;
    --bs-btn-disabled-border-color: #F3C080;
}

.rules {
    margin: 0;
    padding: 0 0 0 1rem;
}

.reg {
    line-height: 0;
}

.text-rem {
    color: #F3C080;
}

.text-steeler-gold {
    color: #F3C080;
}
.text-rem-black {
    color: black;
}

.rules-bg {
    background: #181818;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #ffffff;
}

.login-bg {
    background: #181818;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #ffffff;
}

.reg-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rules-bg .card-header {
    border-bottom: 1px solid #fff;
}

.standing {
    background: #181818;
    border: 1px solid #fff;
    border-radius: 10px;
    /*    margin-top:19rem;*/
}

.h-65 {
    min-height: 65px;
}

.nf {
    color: #A8A8A8;
    font-weight: bold;
}

.picks .eliminate {
    margin: 0;
}

.picks .card {
    height: 100%;
}

.pool-btn {
    border: 1px solid #E8E8E8;
    color: #E8E8E8;
    font-size: 11px;
    border-radius: 15px;
    padding: 3px 7px;
    margin: 3px 0;
    display: inline-block;
    text-align: center
}

    .pool-btn:hover {
        color: #E8E8E8;
    }

.poolentry-btn {
    background: #E9E9E9;
    color: black;
    border-radius: 10px;
}

.pool-entry .eliminate:hover {
    color: black;
}

.alive {
    border-radius: 25px;
    border: 1px solid #14A800;
    color: #14A800;
    padding: 0px 18px;
    margin-bottom: 5px;
}

.eliminated {
    border-radius: 25px;
    border: 1px solid #FA2626;
    color: #FA2626;
    padding: 0px 18px;
    margin-bottom: 5px;
}

.pool-entry .text-rem {
    font-weight: bold;
}

/*--new css ends*/
@media (max-width: 768px) {
  
    .navbar-toggler {
        display: block;
    }

    .logout {
        width: 24%;
    }

    .defaultPick .rightBlock {
        padding: 10px 9px;
        width: 100%;
    }

    .defaultPick .leftblock {
        padding: 40px;
        width: 100%;
    }

    .mobile {
        display: block;
    }

    .web {
        display: none;
    }

    .reg {
        line-height: 1.4;
    }
}
.body-container {
    /*background-image: url('../images/MATT_homepage_background.png');*/
    background-image: url('../images/MATTBanner/MATTBanner.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 0;
    padding-bottom: 50px;
}


@media (min-width: 768px) {
   

    .navbar-toggler {
        display: none;
    }

    #navbarSupportedContent {
        float: left;
    }

    .defaultPick .rightBlock {
        padding: 40px;
        width: 100%;
        margin-top: 10%;
    }

    .defaultPick .leftblock {
        padding: 85px;
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .mobile {
        display: none;
    }

    .web {
        display: block;
    }
}

@media (max-width: 1150px) {
    #navbarSupportedContent {
        margin-right: 0;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
   

    #navbarSupportedContent {
        float: left;
    }

    .mobile {
        display: block;
    }

    .web {
        display: none;
    }
}

/* --------------------------------------------------- *
 * menu dropdown */
/* --------------------------------------------------- */
.topnavbar {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767px) {
    .topnavbar {
        width: 100%;
        text-align: center;
    }
}

.topnavbar li {
    display: block;
    position: relative;
    float: left;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .topnavbar li {
        float: none;
        display: inline-block;
    }
}

.topnavbar li.account-greating {
    color: white;
}

    .topnavbar li.account-greating > a {
        margin-left: 5px;
    }

.topnavbar li > a {
    display: inline-block;
    font-size: 12px;
    color: white;
    padding: 5px !important;
}

.navbar-nav {
    list-style: none;
    margin-top: 10px;
}

    .navbar-nav li {
        padding: 5px 10px;
    }

        .navbar-nav li a {
            color: #FFF;
        }

            .navbar-nav li a:hover {
                text-decoration: none;
            }

    .navbar-nav .dropdown.open {
        background: transparent !important;
    }

    .navbar-nav .dropdown-menu {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        min-width: 180px;
        background: #303030;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 22;
    }

        .navbar-nav .dropdown-menu:before {
            content: "";
            position: absolute;
            left: 10px;
            top: -8px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #303030;
        }

@media (max-width: 767px) {
    .navbar-nav .dropdown-menu:before {
        display: none !important;
    }
}



.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent !important;
}

.FullLeftRow {
    float: left;
    width: 100%;
}

.FullRightRow {
    float: right;
}

.question {
    color: #ffc411;
    font-family: "Damion", sans-serif;
}

.CompanyName {
    font-size: 3rem;
    /*    font-family: "Damion", sans-serif;*/
    font-family: 'Bebas Neue', cursive;
    color: #FFF;
/*    font-family: 'Roboto', sans-serif;*/
    /*  letter-spacing: 2px;*/
}

.notification {
    color: #FFF !important;
    padding: 0;
}

.lineheight8 {
    line-height: 0.8;
}

.lineheight12 {
    line-height: 1.2;
}

.toppadding20 {
    padding-top: 20px;
}

.font20 {
    font-size: 20px;
}

.font15 {
    font-size: 15px;
}



.danger {
    background-color: red;
    color: #fff;
    padding-left: 10px;
}

.footer-title {
    color: #fff;
    text-align: center;
    background: #303030;
}


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.alert-Auto-Size {
    margin: auto;
    display: table;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #f3c080;
}

.collapsible {
    cursor: auto;
    width: 100%;
    text-align: left;
    outline: none;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.collapse_content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.oval {
    width: 80px;
    height: 40px;
    background: #008000;
    border-radius: 50%;
}

.pool-entry-border {
    display: block;
    /*width: 200px;
    height: 150px;*/
    border: 1px solid red;
    /* margin: auto;*/
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1155px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .pool-entry .team-img {
        float: none !important;
    }

    .pool-entry .pool-img {
        width: 100%;
    }
}

.border-size-1 {
    border: 1px solid;
}

.alive, .eliminated, .label-border-grey {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    background-color: none;
}

.label-border-grey {
    font-size: 1rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #260303;
    background-color: #cbcee3;
}

.nav-pills .nav-link:hover {
    color: #260303;
    background-color: #cbcee3;
    text-decoration: none;
}

.nav-pills .nav-link {
    color: #fff;
}
.hidePoolEntryInput {
    display: none;
}



/* Custom CSS for audio player */
.custom-audio {
    background-color: #181818; /* Black background */
    color: #fff; /* White text */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px;
    width: 100%; /* Full width */
}

    .custom-audio::-webkit-media-controls-panel,
    .custom-audio::-webkit-media-controls-enclosure {
        background-color: #181818; /* Black background for controls */
        border-radius: 5px; /* Match rounded corners */
    }

    .custom-audio::-webkit-media-controls-play-button,
    .custom-audio::-webkit-media-controls-pause-button,
    .custom-audio::-webkit-media-controls-volume-slider,
    .custom-audio::-webkit-media-controls-mute-button,
    .custom-audio::-webkit-media-controls-current-time-display,
    .custom-audio::-webkit-media-controls-time-remaining-display,
    .custom-audio::-webkit-media-controls-timeline,
    .custom-audio::-webkit-media-controls-timeline-container,
    .custom-audio::-webkit-media-controls-seek-back-button,
    .custom-audio::-webkit-media-controls-seek-forward-button,
    .custom-audio::-webkit-media-controls-fullscreen-button,
    .custom-audio::-webkit-media-controls-rewind-button,
    .custom-audio::-webkit-media-controls-return-to-realtime-button,
    .custom-audio::-webkit-media-controls-toggle-closed-captions-button {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }

    .custom-audio::-moz-range-track {
        background-color: #fff; /* White progress bar */
    }

    .custom-audio::-ms-track {
        background-color: #fff; /* White progress bar */
    }

    .custom-audio::-webkit-slider-runnable-track {
        background-color: #fff; /* White progress bar */
    }

    .custom-audio::-webkit-slider-thumb {
        background-color: #fff; /* White progress bar thumb */
    }

    .custom-audio::-moz-range-thumb {
        background-color: #fff; /* White progress bar thumb */
    }

    .custom-audio::-ms-thumb {
        background-color: #fff; /* White progress bar thumb */
    }

.underline-text {
    text-decoration: underline;
}
.amount-box {
    background-color: black;
    color: white;
    padding: 1rem;
    border: 2px solid #fdd835; /* Steeler Yellow */
    border-radius: 8px;
}

/* 🔴 Bold & Urgent */
.alert-red {
    border: 2px solid #ff4d4d;
}

/* 🩶 Sleek & Subtle */
.alert-gray {
    border: 1px solid #888;
    border-radius: 6px;
}

/* 🌟 Dramatic with Shadow */
.alert-glow {
    border: 2px solid #ff4d4d;
   /* box-shadow: 0 0 8px rgba(255, 77, 77, 0.6);*/
    box-shadow: 0 0 12px rgba(255, 77, 77, 0.9);
    border-radius: 10px;
}