﻿.type-container {
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3E4C59;
    height: 48px;
    display: flex;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.type-icon {
    position: absolute;
    right: 0;
}

.isSuggestion {
    border: 1px solid rgba(0,0,0,0.15);
    padding: 5px 10px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10000;
    background: white;
    border-radius: 5px;
    width: 100%;
}
