﻿html, body, #app {
    margin: 0;
    padding: 0;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Full viewport height */
}

.disabled-select:disabled {
    user-select: text !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: auto !important;
}

.icon-btn::before {
    margin-right: .25rem;
}

.list {
    display: flex;
    flex-direction: column;
}

    .list > * {
        margin-bottom: 8px;
    }


.custom-container {
    width: 50vw;
}

@media (max-width: 1500px) {
    .custom-container {
        width: 60vw;
    }
}

@media (max-width: 900px) {
    .custom-container {
        width: 90vw;
    }
}
