/* Style for the relay numbers */
body {
    background-color: #1a1a1a;
}

.phase-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    max-width: 100px;
}

.phase-label {
    font-size: 0.8rem;
    text-align: center;
    color: #adb5bd;
    margin-top: 0.5rem;
}

.card {
    background-color: #111;
}

.btn:hover{
    opacity: 0.8;
}

.phase-circle {
    width: 75px;
    height: 75px;
}

.relay-circle {
    width: 35px;
    height: 35px;
}

.log-container{
    height: 225px;
    background-color: #111;
}

.status-container{
    background-color: #111;
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (max-width: 650px) {

    .status-text {
        font-size: 0.9rem !important;
    }
    .timer-text {
        font-size: 0.8rem;
    }
    .progress {
        height: 12px !important;
    }

    .phase-circle {
        width: 45px;
        height: 45px;
    }
    .phase-item {
        min-width: 45px;
        max-width: 70px;
    }
    .phase-label {
        font-size: 0.7rem;
        text-wrap: nowrap;
    }
    .relay-circle {
        width: 18px;
        height: 18px;
    }
    .phase-circle .fs-2 {
        font-size: 1rem !important;
    }

    .phase-item span {
        font-size: 0.7rem !important;
    }

    .relay-text {
        font-size: 0.7rem !important;
    }
}
