.btn-payment-account {
    width: 100%;
    height: 100%;
}

.bg-secondary {
    background-color: #ffc107 !important;
}

.progress-bar-chonk {
    height: 35px !important;
    font-size: large !important;
}

/* Machine dots */
.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot-red {
    background-color: red;
}

.dot-green {
    background-color: green;
}

.c-active {
    color: #000015cc;
    background: #fed5b3 !important;
}

.c-active:hover {
    color: white;
    background: #fd7e14 !important;
}