#searchIcon {
    color: #737373;
}

#searchIcon:hover {
    color: #1A4278;
    cursor: pointer;
}

#nameSearchInput {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #050505;
    border: none;
    background-color: white;
    border-radius: 8px;
    width: 200px;
    height: 48px;
    padding: 15px 21px;
}

#nameSearchInput:focus-visible {
    outline: none;
}

#nameSearchcontainer {
    position: absolute;
    border-radius: 8px;
    border: 1px solid #0362DD;
    z-index: 3;
    bottom: 49px;
    left: -190px;
}

#searchIconInput {
    position: absolute;
    z-index: 2;
    color: #0362DD;
    right: 12px;
    top: 11px;
}

#container-extra-corner {
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #0362DD;
    width: 20px;
    height: 20px;
    bottom: -8px;
    left: 155px;
    transform: rotate(45deg);
}