.gameElem{
    border: 1px solid #5c627e;
    border-radius: 5px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

:root{
    --dgs-primary: #b33834;
    --dgs-red: #b33834;
}

.inlineContainer{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.searchContainer{
    max-width: 500px;
    margin: 0 auto;
}

.searchIcon{
    color: var(--dgs-red);
    margin-right: 10px;
    font-size: 1.8rem;
}

.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;
}

.tournamentListElem{
    padding: 10px;
    border: 1px solid #5c627e;
    background-color: #21212a;
    border-radius: 5px;
    width: 100%;
    display: flex;
    margin-top: 1rem;
}

.tournamentListTitle{
    color: white;
    font-size: 0.9rem;
    margin: 0;
    padding-left: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.noOverflow{
    overflow: hidden;
}

.dgsButton{
    background-color: var(--dgs-red);
    color: white;
    border: 1px solid var(--dgs-red);
    border-radius: 5px;
    padding: 10px;
    font-size: 0.9rem;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.smallerTournamentText{
    font-size: 1rem !important;
}

.universalMargin{
    margin: 10px;
}

.teamContainer{
    margin: 1rem;
}

.teamContainerInner{
    border-radius: 2px;
}

.teamContainerTitle{
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    margin: 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}

.renameInput{
    border: 1px solid #5c627e !important;
    border-radius: 5px;
    padding: 6px;
    width: 100%;
    font-size: 0.95rem !important;
    background-color: #1e1e1e !important;
    color: white !important;
}

.teamSettings{
    color: white;
    font-size: 0.9rem;
    padding: 0.4rem;
    margin: 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teamSettingsContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.teamContainerPlayer{
    background-color: #21212a;
    padding: 5px;
}

.teamContainerPlayer:not(:last-child){
    border-bottom: 1px solid #5c627e;
}

.teamContainerPlayerName{
    margin: 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.teamKick{
    cursor: pointer;
    color: #5c627e;
}

.teamKick:hover{
    color: var(--dgs-red);
}

.userCaptain{
    color: gold;
    margin-right: 5px;
}

.teamSettings{
    cursor: pointer;
}

.teamSettings:hover{
    color: #cecece;
}

/* Import from ALS */
.im_container{
    /*margin-top: 7rem;*/
    height: 100%;
}

.im_map{
    width: 100%;
    height: 100%;
}

.im_mapMenu{
    background-color: rgba(17, 16, 16, 0.5);
}

.im_mapTitle{
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.im_mapSubTitle{
    color: white;
    font-size: 0.8rem;
    text-align: center;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.im_mapOptions{
    color: white;
    font-size: 0.8rem;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
}

.im_mapOptionsImg{
    height: 2.5rem;
}

.im_mapOptionsSubTitle{
    color: white;
    font-size: 0.9rem;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
}

.im_optionsCircle{
    border-radius: 50%;
    background-color: var(--dgs-red);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    padding-right: 10px;
    margin-top: 2px;
}

.im_mapOptionsLegend{
    font-size: 1.3rem;
}

.im_zipline{
    height: .5rem;
    width: 3rem;
    background-color: #e3be00;
    display: inline-block;
    margin-bottom: 2px;
}

.im_mapOptionsToggle{
    float: right;
    cursor: pointer;
}

.im_mapSelector{
    padding: 5px 5%;
}

.im_noWrap{
    display: inline-block;
}

.im_mapOptionsInput{
    margin-top: 5px;
}

.text-labels {
    font-size: .85rem;
    font-weight: 700;
    color: white;
    width: 150px !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    height: auto !important;
    text-align: center !important;
}

.teamIcons{
    max-height: 1.5rem;
    padding-right: 20px;
}

.center{
    text-align: center !important;
}

.white{
    color: white;
}

.error{
    color: var(--dgs-red);
    text-align: center;
    font-weight: bold;
}

.w100{
    width: 100%;
}

.landing_margin{
    padding-left: 1rem;
    padding-right: 1rem;
}

.button-small-text{
    font-size: 1.15rem;
}

.icon-selected{
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
}

.icon-unselected{
    padding: 5px;
    cursor: pointer;
    height:100%;
}

.icon-upload_success{
    color: #4cc54c;
}

.icon-upload_error{
    color: var(--dgs-red);
}

.teamList{
    padding: 5px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 0.85rem;
}

.teamListDelete{
    color: var(--dgs-red);
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

.poi_contest{
    background-color: rgba(179, 56, 52, 0.6);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.buttonFix{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
}

.icon-claim{
    font-size: 1.1rem;
    color: white;
}

#matrixTable td,
#matrixTable th {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
}

#matrixTable{
    border-collapse: collapse !important;
}

.table-bordered-soft{
    border: 1px solid #474750;
}

.table-first-bg{
    background-color: #b7a203 !important;
    color: white;
    font-weight: bold;
}

.table-second-bg{
    background-color: #989898 !important;
    color: white;
    font-weight: bold;
}

.table-third-bg{
    background-color: #cd7f32 !important;
    color: white;
    font-weight: bold;
}

.contestsContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
}

.contestsLabel{
    font-size: 0.95rem;
    padding-left: 5px;
}

.contestCont{
    font-size: .75rem;
    font-weight: 700;
    color: white;
    width: 200px !important;
    background-color: rgba(0, 0, 0, 0.85);
    height: auto !important;
    text-align: center !important;
    border-radius: 5px !important;
}

.contestTeamLogo{
    height: 1.5rem;
    max-width: 2rem;
    padding-right: 10px;
    object-fit: contain;
}

.contestTeamName{
    font-size: .65rem;
    margin: 0;
    padding: 0;
    max-width: 150px;
    text-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contestSeparator{
    margin: 3px;
}

.contestColumn{
    margin: 0 !important;
    padding: 0 !important;
}

.custom-tooltip {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 2px 5px !important;
    box-shadow: none !important;
}

/* Image preview */
.image-preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-preview {
    width: 100%;
    position: relative;
    border: 1px solid #464040;
    border-radius: 10px;
    overflow: hidden;
}

#selected-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.button-container {
    margin-top: 10px;
    text-align: center;
}

.assetButtons{
    margin-top: 10px;
    padding-top: 10px;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.card {
    background-color: #100f0f;
}

.card-method-title{
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
}

.selected {
    border: 2px solid #008a00;
}

.advantages, .disadvantages {
    list-style-type: none;
    padding: 0;
}

.advantages li::before {
    content: "\2713\0020";
    color: #008a00;
    margin-right: 5px;
}

.disadvantages li::before {
    content: "\2717\0020";
    color: #ff0000;
    margin-right: 5px;
}

.menu-collapse-prod{
    height: 2.3rem;
    display: flex !important;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}


#sidebarMenu.collapsed ul.nav li a span {
    display: none;
}

#sidebarMenu.collapsed ul.nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebarMenu.collapsed ul.nav li a i {
    margin-right: 0;
}

.menu-toggle {
    cursor: pointer;
}

#sidebarMenu {
    transition: width 0.2s ease-in-out;
}
#sidebarMenu.collapsed .icons .menu-text {
    display: none;
}

.inner-scroll{
    overflow-y: auto;
}

.breakdownElem{
    background-color: var(--dgs-red);
}

.liveOverlay-live-overlay .liveOverlay-tabs {
    display: flex;
    justify-content: space-around;
    background-color: #21212a;
    color: white;
}

.liveOverlay-live-overlay .liveOverlay-tab {
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 0.9rem;
}

.liveOverlay-live-overlay .liveOverlay-tab-content {
    display: none;
    padding: 20px;
}

.liveOverlay-live-overlay .liveOverlay-tab-content.active {
    display: block;
}

.liveOverlay-live-overlay .liveOverlay-tab.active {
    border-bottom: 1px solid var(--dgs-red);
    color: white;
}

.liveOverlay-input {
    width: 100%;
    height: 30px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: 1px solid #474750;
    background-color: #21212a;
    color: white;
    padding-left: 10px;
    font-size: 0.9rem;
}

.liveOverlay-confirm{
    height: 30px !important;
    border-radius: 0 5px 5px 0;
    line-height: 30px !important;
}

.liveOverlay-subContainerBox{
    padding: 30px;
    background-color: #141418;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #474750;
}

.liveOverlay-subSubContainerBox{
    padding: 10px;
    background-color: #21212a;
    border-radius: 5px;
    margin-bottom: 10px;
}

.liveOverlay-subContainerTitle{
    margin-bottom: 15px;
}

.liveOverlay-fullyCentered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.liveOverlay-flexColumn{
    display: flex;
    flex-direction: column;
}

.liveOverlay-logo{
    width: 100%;
    max-width: 90px;
    object-fit: contain;
}

.liveOverlay-inventoryPreview{
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.wrap-iframe {
    width: 864px;
    height: 486px;
    padding: 0;
    overflow: hidden;
}

.scaled-frame {
    width: 1920px;
    height: 1080px;
    border: 0px;
}

.scaled-frame {
    zoom: 0.45;
    -moz-transform: scale(0.45);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.45);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.45);
    -webkit-transform-origin: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .scaled-frame {
        zoom: 1;
    }
}

.fullFrame {
    width: 100%;
}

.liveOverlay-demoImage{
    width: 864px;
    height: 486px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.liveOverlay-individualSetting{
    margin-left: 10px;
    margin-right: 10px;
}

.liveOverlay-settingInput {
    width: 100%;
    height: 30px;
    border: 1px solid #474750;
    border-radius: 5px;
    background-color: #21212a;
    color: white;
    font-size: 0.9rem;
}

.toggle-container {
    display: flex;
    align-items: center;
}

.toggle-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f2c2c;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 3px;
    bottom: 3px;
    background-color: #ccc;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--dgs-red);
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.toggle-label {
    margin-left: 8px;
    color: white;
    font-size: 14px;
}

.settingsSpacing{
    margin-top: 15px;
}

.preCodeExample{
    background-color: #21212a;
    padding: 0px;
    border-radius: 5px;
    max-height: 300px;
}

.dgsStatsPlayerName{
    background-color: #21212a;
    color: white;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 10px;
}

.plStats_container {
    background-color: #21212a;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #474750;
    padding: 0;
    font-size: 0.9rem;
}

.plStats_container_header {
    background-color: #141418;
    color: white;
    padding: 8px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1rem;
}

.plStats_container_header_title {
    margin: 0;
}

.plStats_container_content {
    padding: 15px;
    min-height: 175px;
}

.plStats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.plStats_value {
    font-size: 1.2rem;
    color: #ffffff;
    margin: 0;
}

.plStats_label {
    font-size: 0.8rem;
    color: #aaaaaa;
    margin: 0;
}

.plStats_separator {
    border: none;
    height: 1px;
    background-color: #474750;
    margin: 12px 0;
}

.plStats_no_separator{
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0);
    margin: 12px 0;
}

.plStats_container_with_padding{
    padding: 15px;
}

.plStats_container_title{
    font-size: 1rem;
    color: white;
    margin-bottom: 15px;
}

.player-list {
    list-style: none;
    padding: 0;
}
.player-item {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.streamTabHeader{
    background-color: #181821;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 1rem;
}

.streamTabHeader_title{
    margin: 0;
    text-align: center;
}

.streamBorder{
    border-right: 1px solid #474750;
}

.streamScoresOdd {
    background-color: #21212a;
}

.streamScoresEven {
    background-color: #181821;
}

.streamScores_ranking{
    text-align: center;
    margin: 0;
}

.streamScores_teamName{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.streamScores_score{
    text-align: center;
    margin: 0;
}

.streamScores{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 8px;*/
    color: white;
    font-size: 0.8rem;
}

.streamScoreFirst{
    background-color: #d0b201;
    padding: 0 8px;
    border-radius: 5px;
    color: #2a2a2a;
}

.streamScoreSecond{
    background-color: #a6a6a6;
    padding: 0 8px;
    border-radius: 5px;
    color: #2a2a2a;
}

.streamScoreThird{
    background-color: #a77044;
    padding: 0 8px;
    border-radius: 5px;
    color: #2a2a2a;
}

.streamScores_scoreContainer{
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: center;
}

.streamTabHeaderMultiple{
    background-color: #181821;
    color: white;
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.streamTabHeader_tab{
    padding: 8px 15px;
    cursor: pointer;
}

.streamTabHeader_tab_active{
    border-bottom: 2px solid var(--dgs-red);
}

#shaw-map{
    width: 100%;
    height: 700px;
}

.team1{
    background: #0A586A !important;
}

.team2{
    background: #068395 !important;
}

.team3{
    background: #1B4769 !important;
}

.team4{
    background: #1F54CD !important;
}

.team5{
    background: #442A60 !important;
}

.team6{
    background: #6E2C6F !important;
}

.team7{
    background: #AD2D77 !important;
}

.team8{
    background: #B01C51 !important;
}

.team9{
    background: #C3000B !important;
}

.team10{
    background: #C54320 !important;
}

.team11{
    background: #781E13 !important;
}

.team12{
    background: #9F3B0D !important;
}

.team13{
    background: #774B00 !important;
}

.team14{
    background: #CC7913 !important;
}

.team15{
    background: #967D00 !important;
}

.team16{
    background: #85930A !important;
}

.team17{
    background: #495803 !important;
}

.team18{
    background: #709743 !important;
}

.team19{
    background: #398934 !important;
}

.team20{
    background: #2F5A1A !important;
}

.team21{
    background: #007458 !important;
}

.team1-border{
    border-left: 3px solid  #0A586A !important;
}

.team2-border{
    border-left: 3px solid  #068395 !important;
}

.team3-border{
    border-left: 3px solid  #1B4769 !important;
}

.team4-border{
    border-left: 3px solid  #1F54CD !important;
}

.team5-border{
    border-left: 3px solid  #442A60 !important;
}

.team6-border{
    border-left: 3px solid  #6E2C6F !important;
}

.team7-border{
    border-left: 3px solid  #AD2D77 !important;
}

.team8-border{
    border-left: 3px solid  #B01C51 !important;
}

.team9-border{
    border-left: 3px solid  #C3000B !important;
}

.team10-border{
    border-left: 3px solid  #C54320 !important;
}

.team11-border{
    border-left: 3px solid  #781E13 !important;
}

.team12-border{
    border-left: 3px solid  #9F3B0D !important;
}

.team13-border{
    border-left: 3px solid  #774B00 !important;
}

.team14-border{
    border-left: 3px solid  #CC7913 !important;
}

.team15-border{
    border-left: 3px solid  #967D00 !important;
}

.team16-border{
    border-left: 3px solid  #85930A !important;
}

.team17-border{
    border-left: 3px solid  #495803 !important;
}

.team18-border{
    border-left: 3px solid  #709743 !important;
}

.team19-border{
    border-left: 3px solid  #398934 !important;
}

.team20-border{
    border-left: 3px solid  #2F5A1A !important;
}

.team21-border{
    border-left: 3px solid  #007458 !important;
}

.team0{
    background: #7ccc48 !important;
    border: none !important;
    color: white !important;
}

.bg-als{
    background-color: var(--dgs-red);
}

.streamTabSub{
    display: none;
}

.streamTabSub_active{
    display: block;
}

.streamStatsContainer{
    border-right: 1px solid #474750;
}

.streamStatsSizing{
    min-height: 650px;
}

.streamStats_teamName{
    color: white;
    font-size: 1rem;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.streamStats_playerName{
    text-align: center;
    color: white;
    font-size: 0.95rem;
    padding-top: 5px;
}

.streamStats_statsContainer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px;
    color: white;
    font-size: 0.8rem;
}

.streamStats_stat{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.streamStats_statIcon{
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(100);
}

.streamStats_scoreIcon{
    width: 13px;
    height: 13px;
    margin-left: 5px;
    filter: invert(1) brightness(100);
}

.streamStats_statIcon_lightGreen{
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(150%) sepia(100%) saturate(5000%) hue-rotate(40deg);
}

.streamStats_statIcon_lightRed{
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(150%) sepia(100%) saturate(5000%) hue-rotate(298deg);
}

.streamStats_dead{
    color: firebrick;
    margin-left: 10px;
}

.streamStats_alive{
    color: limegreen;
    margin-left: 10px;
}

.streamStats_downed{
    color: #c57600;
    margin-left: 10px;
}

.streamTabHeader_teamSelector{
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #474750;
}

.streamTabHeader_teamSelector_select{
    background-color: #181821;
    color: white;
    border: none;
    padding: 5px;
    font-size: 0.8rem;
    cursor: pointer;
}

.streamStats_playerLegend{
    font-size: 0.8rem;
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    object-position: top;
    margin-right: 20px;
    border-radius: 50%;
}

.streamStats_weaponIndicator{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    flex-direction: column;
}

.streamStats_weaponIcon{
    height: 30px;
    filter: invert(1) brightness(100);
}

.streamStats_weaponContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.streamStats_inventoryItem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.item_lvl2 {
    background-color: #31329b;
    margin-top: 5px;
}

.item_lvl4 {
    background-color: #ad9606;
    margin-top: 5px;
}

.item_lvl3 {
    background-color: purple;
    margin-top: 5px;
}

.item_lvl1 {
    background-color: #2b2b2b;
    margin-top: 5px;
}

.noStats{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 0.8rem;
    padding: 10px;
    margin-top: 10px;
}

.noStats_title{
    font-size: 1.2rem;
    font-weight: bold;
}

.noStats_text{
    font-size: 0.8rem;
}

.noStat_info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 0.8rem;
    padding: 10px;
}

.inventoryTypeRow{
    border-bottom: 1px solid #36363b;
    margin-top: 10px;
}

.inventoryType{
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 5px;
}

.noTwitch{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 1.1rem;
}

.teamHover{
    background: rgba(10, 10, 10, 1) !important;
}

.ctrl_centered{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.ctrl_centered_noMargin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.controlsHeader{
    background-color: #08080a !important;
    padding: 10px;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
}

.controls-buttons{
    position: relative;
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    background: #bb3344;
    border: 0;
    border-bottom: 1px solid #0c0a0a;
    color: #fff;
    transition: padding 100ms;
    cursor: pointer;
    will-change: padding;
    border-radius: 5px;
    margin-right: 15px;
}

.mpFormatInfo{
    font-size: 0.8rem;
    color: white;
    margin-left: 10px;
}

.pc_sidebar{
    background-color: #24242d;
    border-right: 1px solid #474750;
    padding: 10px;
}

.pc_title_div{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.pc_title{
    color: white;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}

.pc_tabs_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pc_tab {
    flex-grow: 1;
    text-align: center; /* Optional: To center the text within each tab */
    padding: 8px;
    font-size: 0.9rem;
    cursor: pointer;
}

.pc_tabs_header_selected {
    background-color: #1c1c24;
    border-bottom: 1px solid #b33834;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pc_tab_content{
    background-color: #1c1c24;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 91%;
}

.pc_small_claim_button {
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    width: 100%;
}

.pc_small_claim_button:hover {
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_small_claim_button:disabled {
    background-color: #474750;
    border-color: #474750;
    cursor: not-allowed;
}

.pc_tab_push_right{
    margin-left: auto;
}

.pc_claim_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pc_claim_list_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #24242d;
    border-radius: 5px;
}

.pc_claim_list_item_id{
    font-size: 0.8rem;
    color: #b33834;
}

.pc_claim_list_item_name{
    font-size: 0.9rem;
    color: white;
}

.pc_claim_list_item_buttons{
    display: flex;
    gap: 10px;
}

.pc_claim_list_item_button_edit{
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
}

.pc_claim_list_item_button_edit:hover{
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_claim_list_item_button_delete{
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
}

.pc_claim_list_item_button_delete:hover{
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_claim_list_item_button_map{
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
}

.pc_claim_list_item_button_map:hover{
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_finish_edit_button{
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.pc_finish_edit_button:disabled{
    background-color: #474750;
    border-color: #474750;
    cursor: not-allowed;
}

.pc_finish_edit_button-disabled{
    background-color: #474750 !important;
    border-color: #474750 !important;
    cursor: not-allowed !important;
}

.pc_finish_edit_button:hover{
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_map_label{
    font-size: 1.2rem;
    color: white;
    margin-bottom: 10px;
}

.pc_map_zoneLabel{
    font-size: 1rem;
    color: white;
    margin-bottom: 10px;
    width: fit-content;
}

.pc_tab_tab{
    display: flex;
    flex-direction: row;
}

.pc_team_color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
}

.pc_log_entry{
    color: white;
    font-size: 0.9rem;
    padding: 5px;
    border-bottom: 1px solid #474750;
    margin: 0;
}

.pc_log_user{
    font-weight: bold;
}

.pc_log_team{
    font-weight: bold;
}

.pc_small_text{
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pc_inline_button{
    background-color: #b33834;
    color: white;
    border: 1px solid #b33834;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    height:100%;
    width: 100%;
}

.pc_inline_button:hover{
    background-color: #991f1a;
    border-color: #991f1a;
}

.pc_settings_separator{
    border-top: 1px solid #474750;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pc_claim_list_icon{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    object-fit: contain;
    border-radius: 50%;
}

.pc_claim_icon{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
    border-radius: 50%;
}

.pc_map_card{
    height: 120px;
}

.pc_map_card_name{
    font-size: 1.3rem;
    color: white;
    margin: 0;
}

.pc_map_card_selected{
    border: 3px solid #308f15;
}

.pc_map_card_unselected{
    border: 3px solid #474750;
}

.select2-search { background-color: #434355; }
.select2-search input { background-color: #16161c; color: white; font-size: 0.8rem; }
.select2-results { background-color: #21212a; color: white; }
.select2-container--default .select2-selection--single{
    background-color: #16161c;
    appearance: none;
    width: 100%;
    padding: 0.25em 2.5em 0.25em 0.25em;
    border: 0;
    border-bottom: 2px solid var(--border-color);
    background: var(--graph-bg) url(icons/icon-select.svg) no-repeat;
    background-position: right 10px center;
    background-size: 12px auto;
    font-size: 0.8rem;
    color: #8f94a5 !important;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1), 0px 3px 27px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 30px;
}
.select2-selection__rendered{
    color: #8f94a5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-results__option--selected{
    background-color: #434355;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #111111;
}
.select2-results__option--selectable{
    font-size: 0.8rem !important;
}

.flag-icon {
    width: 20px;
    height: 0.75rem;
    margin-right: 8px;
    vertical-align: middle;
}

.di_prez {
    padding: 40px;
    background: #24242d;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.di_prez ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.6;
}

.di_prez li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.di_prez li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff4500;
}

.di_connect {
    font-size: 1.5rem;
    padding: 20px 30px;
    color: #ffffff;
    background-color: #7289da;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.di_connect:hover {
    background-color: #5a73bd;
}

.di_connect i {
    margin-right: 10px;
}

.di_left_prez{
    border-right: 1px solid #474750;
}

.user-info {
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #24242d;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.user-name {
    font-size: 1.25rem;
}

.server-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.server-item {
    background: #24242d;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    width: calc(100% - 40px);
    max-width: 300px;
    box-sizing: border-box;
    transition: transform 0.3s;
    cursor: pointer;
    position: relative;
}

.server-item:hover {
    transform: translateY(-5px);
}

.server-item.success {
    background: #3a3a44;
    border: 2px solid #4caf50;
}

.server-item.success .server-name {
    color: #4caf50;
}

.server-icon img {
    max-width: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.server-icon {
    position: relative;
}

.bot-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #4caf50;
    color: #ffffff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 1rem;
}

.server-name {
    margin-top: 20px;
    font-size: 1.25rem;
    text-align: center;
}

@media (min-width: 600px) {
    .server-item {
        width: calc(50% - 40px);
    }
}

@media (min-width: 900px) {
    .server-item {
        width: calc(33.33% - 40px);
    }
}

.di_header{
    margin-bottom: 20px;
    padding: 0;
}

#configDashboard, #invitePrompt {
    padding: 40px;
    background: #24242d;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
    color: #ffffff;
    display: none;
}

#invitePrompt .invite-link {
    display: inline-block;
    font-size: 1.5rem;
    padding: 20px 30px;
    color: #ffffff;
    background-color: #7289da;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

#invitePrompt .invite-link:hover {
    background-color: #5a73bd;
}

.select2-container--default .select2-selection--multiple{
    background-color: #16161c;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #434355;
    border: none;
}

.select2-container--default .select2-search--inline .select2-search__field{
    background-color: #16161c;
    color: white;
    font-size: 0.8rem;
    display: none;
}

.di_setting_title{
    padding-bottom: 10px;
}

.dsnackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.dsnackbar.show {
    visibility: visible;
    opacity: 1;
}

.dsnackbar.success {
    background-color: #4CAF50;
}

.dsnackbar.error {
    background-color: #f44336;
}

.no-permission-message {
    background-color: #f44336;
    color: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.no-permission-message h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}

.no-permission-message p {
    margin: 10px 0 0 0;
    font-size: 1rem;
}

.server-configured{
    background-color: #1e3724;
}

.di_darker{
    background-color: #19191e;
    border-radius: 10px;
    padding: 5px;
    color: white;
    text-align: left;
}

.beta-badge-pill{
    background-color: #e10337;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-left: 5px;
}

.quality-pill{
    background-color: #1e3724;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 5px;
}

.quality-very-bad{
    background-color: #e10337;
    color: white;
}

.quality-bad{
    background-color: #d23500;
    color: white;
}

.quality-average{
    background-color: #8f7300;
    color: white;
}

.quality-good{
    background-color: #3a7d00;
    color: white;
}

.quality-excellent{
    background-color: #02949b;
    color: white;
}

.quality-legendary{
    background-color: #8701b7;
    color: white;
}

.customsPost{
    border-radius: 5px;
    margin: 0.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
}

.customsPostHeader{
    background-color: var(--dgs-red);
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
}

.customsPostBody{
    background-color: #282833;
    border-radius: 0 0 5px 5px;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.customsPostDesc{
    font-size: 1.4rem;
    text-align: left;
    padding: 5px;
    margin-bottom: 0;
    color: white;
}

.customsPostSubTitles{
    color: white;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.customsPostElem{
    font-weight: bold;
    color: white;
}

.customsHr{
    margin: 5px;
}

.customsFlex{
    display: flex;
    align-items: center;
}

.ban-tag {
    color: #ff4d4d;
    font-weight: bold;
    margin-right: 4px;
}
.legend-name {
    font-weight: 500;
}
.pick-percentage {
    font-size: 0.9em;
    color: #aaa;
}