#amag-version__content {
    opacity: 1;
    display: none;
    position: fixed;
    top: 0px;
    left: 25px;
    width: 500px;
    max-width: 600px;
    z-index: 99999;
    background-color: white;
    border-radius: 0;
    visibility: visible;
    margin: 0;
    padding: 0;
}

#amag-version__content .col-12.mb-3 > div:nth-child(4) {
    margin-bottom: 15px;
}

#amag-version__btn {
    height: 5px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}