.row-shipping_address_address_1 {
  z-index: 100;
  position: relative;
  opacity: 1 !important;
}

.dadata-suggestions {
    z-index: 100;
    overflow-y: auto;
    min-width: 290px;
    max-width: 100%;
    width: 100%;
    max-height: 350px;
    list-style: none;
    background: #fff !important;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    position: absolute;
    opacity: 1 !important;
}

.dadata-suggestions {
    scrollbar-width: thin;
}

.dadata-suggestions::-webkit-scrollbar {
    width: 8px;
    background: #eee;
    border-radius: 4px;
}

.dadata-suggestions::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.dadata-suggestions li {
    padding: 2px 5px;
}

.dadata-suggestions li:hover {
    text-decoration: underline;
    background: #a3a3a3;
    color: #fff;
}

.dadata-suggestions li+li {
    margin: 10px 0 0;
}

.dadata-suggestions-backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:575px) {
    .dadata-suggestions li {
        font-size: .9em;
    }
}