.single-digits-input-container {
    display: flex;
    justify-content: center;
}

.single-digit {
    text-align: center;
    border: 1px solid #9e9e9e !important;
    width: 30px !important;
    height: 30px !important;
}

.single-digit-regular {
    margin-right: 8px !important;
}

.single-digit-separator {
    margin-right: 20px !important;
}

.single-digit:focus, .single-digit-separator:focus {
    border-bottom: 1px solid #00274B !important;
    box-shadow: 0 1px 0 0 #00274B !important;
}
