#root {
    height: 100vh;
}

/* divider for steps on view session */
.session-form .step-divider {
    margin: 0 -10.9%;
    border-bottom: 3px dashed #c9ccf0;
}
/* /divider for steps on view session  */

/* Outline */
*:focus {
    outline: none;
}

/* color identity */
.button:not(.button-outline, .button-link) {
    color: #FFF;
}

.button:not(.button-outline) {
    background: #2C2457;
}

.button:not(.button-link):hover {
    background: #2C2457;
    color: #9C6CFF;
}

/* input date icon fix */
.form-row.with-calendar .calendar-btn:hover {
    color: var(--primary-color);
    background: transparent;
    cursor: default;
    box-shadow: none;
}