html,
body,
#app {
    min-height: 100svh;
}
body {
    font-family: Manrope, sans-serif;
}
.app-wrapper {
    a {
        text-decoration: none;
        color: #2dc7d1;
    }
    a:hover {
        text-decoration: none;
    }
}
.btn-group {
    gap: 12px;
    &.sp-between {
        justify-content: space-between;
    }
}
.modal .modal-wrapper {
    max-height: 92vh;
}
