.hidden {
    display: none;
}

.loading-image {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(5px);
}

.loading-button {
    position: relative;
}

.full-width {
    width: 100%;
}

.terminal-cities {
    margin-top: 15px;
    width: 100%;
}

.terminals{
    width: 100%;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}