.wpt-all-import-wrap svg {
    border-radius: 50%;
    overflow: hidden;
}
.wpt-all-import-wrap > span.hide {
    display: none;
}
.wpt-all-import-wrap > span {
    text-align: center;
    min-width: 120px;
    padding: 10px 20px 10px 15px;
    top: 50%;
    right: calc(100% + 10px);
    transform: translate(-0.25em, -90%);
    border-radius: 7px;
    background: #fffffff5;
    position: absolute;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.1);
}
.wpt-all-import-wrap > span > span {
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.wpt-all-import-wrap > span svg {
    width: 11px;
    height: 11px;
    right: 6px;
    top: 6px;
    cursor: pointer;
    position: absolute;
}
.wpt-all-import-wrap {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 9999;
}
@media (min-width: 768px) and (max-width: 991px) {
    .wpt-all-import-wrap {
        bottom: 50px;
        right: 15px;
    }
}
@media (max-width: 767px) {
    .wpt-all-import-wrap {
        bottom: 50px;
        right: 15px;
    }
}
