@font-face {
    font-family: 'Exo 2';
    src: url('/font/static/Exo2-Regular.ttf') format('truetype');
}

body,html{
    font-family: 'Exo 2', Roboto, sans-serif;
}

.menu-active{
    background-color: #5c627e !important;
    color: white !important;
}

.algsRegionMap{
    width: 5rem;
    height: 5rem;
}

.algsRegionALGS{
    height: 5rem;
}

.algsTopOffset{
    margin-top: 2rem;
}

.infoSmall{
    font-size: 0.75rem;
    margin-top: 1rem;
}

.infoSmallNoMargin{
    font-size: 0.75rem;
}

.menuHide{
    display: none !important;
}

.bottomMenuIcon{
    font-size: 20px;
    padding: 10px;
    height: 40px;
    color: white;
}

.dropupFix{
    left: -100px !important;
}

.linkNoStyle{
    color: var(--text-color) !important;
    text-decoration: none;
    text-decoration-line: none !important;
}

.linkNoStyle:hover{
    color: white !important;
    text-decoration: none;
    text-decoration-line: none !important;
}

.moreMenu{
    background-color: #21212a;
}

.moreMenuItems{
    color: white;
}

.socialsSidebar{
    color: var(--dgs-red);
    text-decoration: none;
    text-underline: none;
}

.algsRegionList{
    padding: 10px;
}

.algsRegionElem{
    padding: 10px;
    border: 1px solid #5c627e;
    background-color: #21212a;
    border-radius: 5px;
    width: 100%;
    display: flex;
    margin-top: 1rem;
    height: 100%;
    font-size: 1rem;

}

.listImg{
    height: 2.8rem;
    margin-right: 10px;
}

.listText{
    font-size: 0.9rem;
    color: white;
    margin: 0;
}

.errorMsg{
    background-color: var(--dgs-red);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.warningMsg{
    background-color: #ce631b;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.infoMsg{
    background-color: #5c627e;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.algsDaysNav{
    background-color: #21212a;
    color: white;
    padding: 10px;
}

.algsDaysNavItem{
    color: white;
    text-decoration: none;
    padding: 0.4rem;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.algsDaysNavItem:hover{
    background-color: #111117;
}

.algsDaysNavItemSelected{
    background-color: #5c627e !important;
}

.linkWhiteNoStyle{
    color: white !important;
    text-decoration: none;
    text-decoration-line: none !important;
}

@media (min-width: 1080px) {

    .algsLeaderboardsSeparator {
        border-right: 1px solid #5c627e;
    }

}

.algsGameElem{
    border: 1px solid #5c627e;
    border-radius: 5px;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gameTitle{
    font-size: 0.9rem;
    color: white;
    margin: 0;
}

.gameMap{
    font-size: 0.9rem;
    color: white;
    margin: 0;
}

.stormpointBg{
    background-image: url("/algs/assets/in-game/Storm_Point.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.worldsedgeBg{
    background-image: url("/algs/assets/in-game/Worlds_Edge.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.worldsedgeBg{
    background-image: url("/algs/assets/in-game/Worlds_Edge.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.olympusBg{
    background-image: url("/algs/assets/in-game/Olympus.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brokenmoonBg{
    background-image: url("/algs/assets/in-game/Broken_Moon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kingscanyonBg{
    background-image: url("/algs/assets/in-game/Kings_Canyon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.districtBg{
    background-image: url("/algs/assets/in-game/E-District.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.livegameBg{
    background-image: url("/tournament-stable/assets/livegame.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.unknownmapBg{
    background-image: url("/tournament-stable/assets/unknown_map.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recapMenuALGS{
    padding-right: 2rem;
    padding-left: 2rem;
    color: white;
    font-size: 0.8rem;
    text-align: center;
}

.sideBarMenu{
    position: fixed !important;
    background-color: #15151c !important;
}

.algsTableBorder{
    border-bottom: 1px solid var(--dgs-red);
}

.importantData{
    font-weight: bold;
}

.teamImageContainer{
    margin: 0;
}

.teamImage{
    height: 1rem;
    margin-right: 10px;
    width: 2rem;
    object-fit: contain;
}

.gameStatsTitleRedAccent{
    text-underline-mode: continuous;
    text-decoration: underline;
    text-decoration-color: var(--dgs-red);
    text-underline-offset: 6px;
}

.bottomSpacer{
    height: 90px;
}

.firstTeam{
    background-color: #b5a032;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.secondTeam{
    background-color: #777777;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.thirdTeam{
    background-color: #a45934;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.playerStatsTeam{
    max-height: 3rem;
    margin-right: 10px;
}

.algsStatsRowIconImg{
    width: 1.7rem;
    height: 1.7rem;
    filter: brightness(0) saturate(100%) invert(100%);
    margin-right: 10px;
}

.algsStatsRowIconFA{
    font-size: 1.5rem;
    color: white;
    margin-right: 10px;
}

.statsSpacer{
    margin-top: 20px;
}

.playerStats_statTitle{
    color: white;
    font-size: 1.1rem;
    margin: 0;
}

.playerStats_statValue{
    color: white;
    font-size: 1.3rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

.playerStats_statSubValue{
    margin: 0;
    color: white;
    font-size: 1rem;
}

.statsContainer{
    background-color: #111117;
    margin: 10px;
    padding: 20px 5px 5px;
    border-radius: 10px;
    height: 100%;
}

.statsContainerCol{
    margin-top: 10px;
}

.minRed{
    color: var(--dgs-red);
}

.maxGreen{
    color: #3fc947;
}

.playerSearchContainer{
    background-color: #111117;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 60px;
    margin: 10px;
    border: 1px solid var(--dgs-red);
}

.playerSearchCol{
    margin-top: 10px;
}

.playerSearchName{
    text-align: center;
    color: white;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.playerSearchIcon{
    height: 1.5rem;
    margin-right: 10px;
    width: 2rem;
    object-fit: contain;
}

.playerSearchTeam{
    margin-bottom: 0;
    font-size: 0.8rem;
    color: white;
    font-style: italic;
}

.faqQuestion{
    color: white;
    font-size: 1.2rem;
    margin-top: 20px;
}

.faqAnswer{
    font-size: 1rem;
    margin: 0;
}

.privacyPolicy{
    font-size: 0.6rem;
    text-align: center;
}

.noPMargin{
    margin: 0;
}

.searchInput{
    border: 1px solid #5c627e !important;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 0.95rem !important;
    background-color: #1e1e1e !important;
    color: white !important;
}

.searchInput-smaller{
    border: 1px solid #5c627e !important;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    font-size: 0.95rem !important;
    background-color: #1e1e1e !important;
    color: white !important;
}

.searchDropdown{
    border: 1px solid #5c627e !important;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 0.95rem !important;
    background-color: #1e1e1e !important;
    color: white !important;
}

.searchDropdownInner{
    background-color: #1e1e1e !important;
    color: white !important;
}

.dropdownHover:hover{
    background-color: #4d4d4d !important;
    color: white !important;
}

.redALGS{
    color: var(--dgs-red);
}

.disabledLink{
    pointer-events: none;
    cursor: not-allowed !important;
    color: #070606;
}

.pendingGame{
    color: #8ff323;
    font-weight: bold;
    text-align: center;
}

.pendingGameLink{
    background-color: rgba(179, 56, 52, 0.5) !important;
}

.noticeBox{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

.noticeBox a{
    color: var(--dgs-red);
}

.warningBox{
    background-color: rgba(179, 56, 52, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

.boldThis{
    font-weight: bold;
}

.spoiler-container {
    visibility: hidden;
}

.spoiler {
    color: white;
    cursor: pointer;
}

.toggle-switch {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 0.8em;
    margin-left: 10px;
}

.toggle-switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 2em;
}

.slider:before {
    position: absolute;
    content: "";
    height: .6em;
    width: .6em;
    left: 0.1em;
    bottom: 0.1em;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(.75em);
    -ms-transform: translateX(.75em);
    transform: translateX(.75em);
}

#snackbar {
    visibility: hidden;
    width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 30px;
}

#snackbar.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.settings-label{
    color: #ababab;
    font-size: 0.8rem;
    margin-bottom: 5px;
    margin-top: 5px;
}

.setting-spacing{
    padding: 5px 10px 10px 5px;
}

.settings-container{
    margin-top: 15px;
}

.limited-width{
    max-width: fit-content;
}

.dirty-center{
    margin: 0 auto;
}

.checkingContainer{
    margin-top: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
    padding: 10px;
}

.button-spacing{
    margin-left: 5px;
    margin-right: 5px;
}

a.disabled {
    pointer-events: none;
}

.disabledLinkBackground{
    background-color: #573939 !important;
    cursor: not-allowed !important;
}

.anywayConfig{
    color: white;
    text-decoration: none;
    text-underline: none;
    margin-left: 15px;
    font-size: 0.8rem;
}

.success{
    color: #8ff323;
}

.game-warning-spacing{
    margin-left: 15px;
    margin-right: 15px;
}

.token-display{
    height: 100%;
}

.successMsg{
    background-color: rgba(143, 243, 35, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.little-cozy-border{
    border-right: 1px solid #5c627e;
}

.p-10{
    padding: 10px;
}

.organizer-notFound{
    font-size: 0.8rem;
}

.overrideDecoration{
    text-decoration: none !important;
}

.inlineBlock{
    display: inline-block;
}

.smallBtnPadding{
    padding: 5px;
}

.modalBackground{
    background-color: rgba(37, 37, 37, 1) !important;
}

.closeBackground{
    background-color: white !important;
}

.biggerButton{
    font-size: 1.25rem;
}

.spaceLinks{
    margin-left: 10px;
}

.small-little-table{
    font-size: 0.8rem;
}

.equalInputHeight{
    height: 40px !important;
}

.prevImg{
    max-height: 200px;
    border-radius: 5px;
}

.prevImg-bigger{
    max-height: 400px;
    border-radius: 5px;
}

.exportCsvButton{
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 0.8rem;
    padding-left: 10px;
    padding-right: 10px;
}

.recapScore{
    background-color: rgba(0, 0, 0, 0.5);
    margin: 10px;
    color: white;
    border-radius: 5px;
    height: 3rem;
}

.recapScoreRanking{
    background-color: var(--dgs-red);
    font-size: 1.4rem;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.top1Bg{
    background-color: #b7a203 !important;
}

.top2Bg{
    background-color: #989898 !important;
}

.top3Bg{
    background-color: #cd7f32 !important;
}

.recapScoreTeamName{
    flex-direction: column;
}

.recapScoreTeamName-team{
    margin: 0;
    font-size: 1.1rem;
    font-weight: bolder;
}

.recapScoreTeamName-players{
    margin: 0;
    font-size: 0.75rem;
    color: #c2c2c2;
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.recapScoreTeamName-players::-webkit-scrollbar {
    display: none;
}

.recapHeader{
    font-size: 0.7rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -5px;
    color: white;
}

.scoreSwitch{
    float: right;
    background-color: /*rgba(0, 0, 0, 0.8);*/ var(--dgs-red);
    font-size: 0.8rem;
    margin-right: 10px;
    color: white;
    border-radius: 5px;
    border-style: none;
    max-width: fit-content;
}

.emptyGames{
    margin-top: 40px;
    font-size: 1.2rem;
}

.supporterHub{
    color: #ffcc00 !important;
}

.beta{
    font-size: 0.75rem;
    color: var(--dgs-red);
}