body:not(.empty-layout) {
    padding-top: 0px !important;
}
.header {
    position: relative !important; 
}
.blocks {
    display: none !important;
}
.none {
    display: none !important;
}
.download-apk-notification {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #505050;
    height: 70px;
}

.download-apk-notification img {
    width: 50px;
    height: 50px
}

.download-apk-notification p {
    flex-basis: 50%;
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 2.7;

}

.download-apk-notification p span {
    opacity: .7;
    font-size: 12px
}

.download-apk-notification .download-btn {
    flex-basis: 25%;
    padding: 4px 8px;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff1300;
    background-image: linear-gradient(to right, #ff1300 0%, #9a0f04 100%);
}

.download-apk-notification .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    opacity: 1
}
@media only screen and (max-width: 600px) {
    .download-apk-notification p {
        flex-basis: 70% !important;
        font-size: 12px !important;
    }
  }