.storagebtn {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storagebtn i {
    position: absolute;
    margin: 0.5rem 3rem;
    right: 0;
}

.storagedd {
    width: 100%;
}

.primary-content .card-body {
    overflow: visible!important;
}

.storagedd a:hover {
    background: blue;
    color: white;
}

.counter-style-02 .android::after {
    position: absolute;
    content: "%";
    top: 0;
    margin-left: 5px;
}

ul {
    list-style-type: none!important;
}