.scInput {
    margin-bottom: 16px;
    position: relative;
    width: 250px;
    transition: all .3s ease;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 0;
    font-family: inherit;
}

.pcSelect {
    position: relative;
    width: 65px;
    transition: all .3s ease;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    border: 0;
    font-family: inherit;
    margin-right: 10px;
}

.comboBox {
    margin-bottom: 16px;
    position: relative;
    width: 250px;
    transition: all .3s ease;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    border: 0;
    font-family: inherit;
}