.allcompany{
    padding: 5px 13px;
}

.searchcompany{
    position: relative;
    transform: none;
    left: 0;
    max-width: none;
}


.filter-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
}

.filter-block{
    border: 1px solid rgba(210, 210, 210, 0.4);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
}

.choice-container{
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    max-height: 320px;
}

.prof-item{
    display: flex;
}

.workers-container{
    display: flex;
    flex: 1;
    gap: 20px;
    flex-direction: column;
}
.workers-search-previov{
    height: 10rem;
    width: 10rem;
}

.font16{
    font-size: 16px;
}
.dots {
  flex-grow: 1;
  margin: 0 2px;
  position: relative;
}
.dots::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    border-bottom: 2px dotted rgba(0, 0, 0, 1);

}