﻿/* DASHBOARDKIT OVERRIDE */
.pc-container .pcoded-content {
    padding: 0px !important;
}

.list-group-item {
    background-color: #f6f6f6 !important;
    cursor: pointer;
    padding: 5px !important;
    border-bottom: 1px solid #ddd !important;
}

@media (max-width: 575.98px) {
    .pc-container {
        top: 70px !important;
    }
}
/* DASHBOARDKIT OVERRIDE */

/* SITE */
.list-item-separator {
    background-color: #f6f6f6;
    border-left: 1px solid #ddd;
}

.btn-no-text {
    width: 40px;
    height: 40px;
    padding-top: 0px !important;
    padding-bottom: 1px !important;
    padding-right: 0px !important;
    padding-left: 2px !important;
}
/* SITE */

/* STICKY FOOTER */
html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
}

main {
    flex: 1; /* Pushes footer to the bottom */
}

footer {
    background: #161c25;
    color: white;
}
/* STICKY FOOTER */

/* GAME OPTIONS */
.game-options-left-col {
    max-width: 100px;
}

.game-options-right-col {
    max-width: 400px;
}
/* GAME OPTIONS */

/* QR SCANNER */
.camera-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 130px);
}
/* QR SCANNER */

/* X01 SCORE BOARD */
.wrapper-panel {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-panel {
    min-height: 250px;
    height: 250px;
}

.player-panel-container {
    min-height: 20px;
    height: 20px;
}

.bottom-panel {
    background-color: #282731;
    min-height: calc(100vh - 270px);
}

.bg-active-panel {
    background-color: #cc0033;
}

.bg-inactive-panel {
    background-color: #33323c;
}

.score {
    font-size: 60px;
    font-weight: bold;
    transform: scale(1, 1.5);
    margin: 0px !important;
}

.three-darts-container {
    width: 100%;
    height: 60px;
}

.detection {
    max-width: 80px;
    cursor: pointer;
}

.detection-score {
    font-size: 28px;
    font-weight: bold;
    transform: scale(1.4, 1.4);
    margin: 0px !important;
}

.detection-display-score {
    font-size: smaller;
    font-weight: bold;
    transform: scale(1.5, 1);
    margin: 0px !important;
}

.text-player {
    margin: 0px !important;
    font-size: 12px;
    font-weight: bold;
    transform: scale(0.9, 1.5);
    padding-bottom: 10px;
}
/* X01 SCORE BOARD */