.admth-system-info-container {
    position: relative;
}


/*System Info Module*/
.admth-system-info-sticky-btn {
    background-image: url("../images/svg/system-info.svg");
    position: fixed;
    bottom: 20px;
    left: 15%;
    width: 50px !important;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
}

.admth-system-info-info-panel {
    position: fixed;
    bottom: 0;
    left: 20%;
    width: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    z-index: 1;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.admth-system-info-info-panel p {
    padding: 20px;
}