﻿.select-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.inpt-option {
    height: 30px;
    padding: 3px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid transparent;
    outline: none;
    text-align: center;
    min-width: 300px
}

    .inpt-option:focus {
        border-bottom: 2px solid #1975C5;
    }
