.logoWrapper {
    flex-direction: column;
}
.logoText {
    display: flex;
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
    color: #0a1a44;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    margin-top: -22px !important;
}

.noneActive {
    display: none !important;
}

input::placeholder {
    text-transform: capitalize;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
