.download-app-banner {
    z-index: 1;
    position: relative;
    top: 0;
    height: 48px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

.download-app-banner .download-app-banner-content {
    position: absolute;
    background-color: #5614eb;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1rem;
}

.download-app-banner .download-app-banner-content-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1em;
    gap: 1em;
}

.download-app-banner .button-open {
    background-color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    cursor: pointer;
    height: 2rem;
}

.download-app-banner .button-open:hover {
    color: #5614eb;
    background-color: #ddd0fb;
}

.download-app-banner button.close {
    height: 1rem;
    width: 1rem;
    opacity: 1;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='var(--white)' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.6354 11.776C13.8785 12.0434 14 12.3594 14 12.724C14 13.0885 13.8785 13.3924 13.6354 13.6354C13.3924 13.8785 13.0885 14 12.724 14C12.3594 14 12.0434 13.8785 11.776 13.6354L7 8.85938L2.22396 13.6354C1.9566 13.8785 1.65278 14 1.3125 14C0.97222 14 0.668404 13.8785 0.401042 13.6354C0.133679 13.3924 0 13.0885 0 12.724C0 12.3594 0.133679 12.0434 0.401042 11.776L5.14062 7L0.401042 2.22396C0.133679 1.9566 0 1.64063 0 1.27604C0 0.911456 0.133679 0.60764 0.401042 0.364583C0.668404 0.121527 0.97222 0 1.3125 0C1.65278 0 1.9566 0.121527 2.22396 0.364583L7 5.14062L11.776 0.364583C12.0434 0.121527 12.3594 0 12.724 0C13.0885 0 13.3924 0.121527 13.6354 0.364583C13.8785 0.60764 14 0.911456 14 1.27604C14 1.64063 13.8785 1.9566 13.6354 2.22396L8.85938 7L13.6354 11.776Z' fill='white'/%3E %3C/svg%3E");
}
/*# sourceMappingURL=download-app-banner.css.map */
