@use "../../globals.scss" as globals;

.validationActions {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;

    input {
        width: 90px;
    }
}

.error {
    color: var(--error);
    margin-top: 10px;
    font-size: 1em;
}

.sendCode {
    margin-top: 10px;
    @extend %chat-button;
    background: var(--accent-light);
}

.requestCodeForm {
    position: relative;

    input {
        margin-top: 10px;
    }
}

.beforeValidation {
    right: 0px;
    bottom: -10px;
}