select {
    padding: 2px 5px !important;
    border-radius: 5px !important;
    border: 1px solid #0084bd !important;
    margin: 15px !important;
    width: 250px;
    outline: medium none;
    /* box-shadow: inset 0 2px 2px #8f8f8f; */
    color: var(--pri-text);
    font-size: 24px;
    background-color: var(--back);
}

.label {
    display: flex;
    flex-direction: column;
    margin-bottom: 42px;
}

.wrapper {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-around;
    flex-direction: row-reverse;
    margin-bottom: 12px;
}

.sub-container {
    min-width: 140PX;
    min-height: 60px;
    background-color: #242c3f;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title {
    font-size: 45px;
    margin-bottom: 40px;
}

.form {
    padding: 0 5%;
    margin-bottom: 55px;
}


.popup-container {
    max-height: 90vh;
}

@supports (max-height: 80dvh) {
    .popup-container {
        max-height: 90dvh;
    }
}