.main {
    position: relative;
    height: 29px;
    background-color: #ffffff;
    box-shadow: 2px 4px 8px 0 rgba(59, 55, 55, 0.5);
    display: flex;
    align-items: center;
    padding-block-start: 0;
    padding-inline-end: 10px;
    padding-block-end: 0;
    padding-inline-start: 10px;
    border-radius: 3px;
}

.arrow {
    position: absolute;
    box-shadow: -3px -3px 8px 0 rgba(59, 55, 55, 0.1);
    top: 9px;
    left: -5px;
    height: 10px;
    width: 10px;
    pointer-events: none;
    transform: rotate(-45deg);
    background-color: inherit;
    border-left: inherit;
    border-top: inherit;
}
