.busket__btn-upload {
    position: relative;
}
.upload-options {
    position: absolute;
    display: none;
    top: unset;
    left: unset;
    bottom: calc(100% + 5px);
    border: 1px solid #d8e2e5;
    border-top: 0;
    transition: all .3s ease;
    z-index: 2;
    background: #fff;
    max-height: 210px;
    overflow-y: auto;
}
.upload-options.open {
    display: block;
}
.upload-options a {
    text-decoration: none;
}
.upload-option {
    padding: 0 15px;
    line-height: 42px;
    color: black;
    background-color: #fff;
    position: relative;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease;
    overflow: hidden;
}
.upload-option:hover {
    background-color: var(--selected-color);
    color: white;
}
.items-footer__placements .busket__total {
    padding-left: 20px;
}