.add-home-screen-container {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 !important;
    position: fixed;
    top: var(--header-height);
    z-index: 10;
    background: #000000de
}

.add-home-screen-container .fullscreen {
    top: 0 !important
}

.add-home-screen-container .container .left {
    line-height: 1
}

.add-home-screen-container .container .left .fs-5 {
    padding-left: 30px
}

.add-home-screen-container .container .left .close-add-to-home {
    position: absolute;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: unset;
    line-height: 1;
    border: none;
    outline: none;
    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;
    top: -5px;
    left: 0px;
    background: #737373;
    color: #fff;
    font-weight: 100
}

.add-home-screen-container .container .left .close-add-to-home span {
    font-size: 28px;
    position: relative;
    top: -2px
}

.add-home-screen-container .container .right {
    height: 36px;
    border: none;
    background: #fff
}

.add-home-screen-container .container .right i {
    font-size: 28px;
    color: var(--button_secondary_color_2)
}

.add-home-screen-container .container .right > span {
    line-height: 0.9
}

@media only screen and (max-width: 768px) {
    .add-home-screen-container {
        padding: 8px 0 !important
    }

    .add-home-screen-container .container .left .fs-5 {
        font-size: 16px !important
    }

    .add-home-screen-container .container .left .fw-light {
        font-size: 14px !important
    }
}

.reset-btn {
    background: transparent;
    border: none
}

.how-to-install-a2h-ios {
    position: fixed;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 1em;
    width: 90%;
    max-width: 360px;
    height: 330px;
    margin: 0 auto;
    background: #232323;
    z-index: 2000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1em;
    -webkit-box-shadow: 1px 1px 8px 4px #00000099;
    box-shadow: 1px 1px 8px 4px #00000099
}

.how-to-install-a2h-ios.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.how-to-install-a2h-ios .header-content .close-how-to-install {
    background: #393939;
    padding: 4px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 0
}

.how-to-install-a2h-ios .header-content .close-how-to-install i {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    line-height: 0
}

.how-to-install-a2h-ios .body-content .logo-app {
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.how-to-install-a2h-ios .footer-content-ios-safari, .how-to-install-a2h-ios .footer-content-ios-chrome {
    background: #4C4C4C;
    border-radius: 0.5em;
    display: none
}

.how-to-install-a2h-ios .footer-content-ios-safari.active, .how-to-install-a2h-ios .footer-content-ios-chrome.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.how-to-install-a2h-ios .footer-content-ios-safari .ic_footer, .how-to-install-a2h-ios .footer-content-ios-chrome .ic_footer {
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain
}

.how-to-install-a2h-ios .footer-content-ios-safari .ic_footer.a2h, .how-to-install-a2h-ios .footer-content-ios-chrome .ic_footer.a2h {
    width: 26px
}