.action-modal-fix.telegram-push {}

.action-modal-fix.telegram-push .action-modal-body-container {
    border-top: 1px solid #4FACFE;
}

.action-modal-fix.telegram-push .action-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.action-modal-fix.telegram-push .telegram-push-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
}
.action-modal-fix.telegram-push .telegram-push-title span {
    color: #4FACFE;
}

.action-modal-fix.telegram-push .telegram-push-text {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
}
.action-modal-fix.telegram-push .telegram-push-text span {
    color: #4FACFE;
}
.action-modal-fix.telegram-push .telegram-push-text svg {
}

/* .action-modal-fix.telegram-push .telegram-push-tap {
    width: 90px;
    height: 50px;
    background: url(../../system/modals-action/mobile-app/lucksy-mobile-app-tap.png);
    background-size: 100%;
    margin-top: 10px;
} */

.action-modal-fix.telegram-push .telegram-push-tap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.action-modal-fix.telegram-push .telegram-push-tap svg {}
.action-modal-fix.telegram-push .telegram-push-tap span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    gap: 5px;
    margin-top: -10px;
}
.action-modal-fix.telegram-push .telegram-push-tap span > svg {}

.action-modal-fix.telegram-push .telegram-push-image {
    width: 309px;
    height: 196px;
    background-image: url(../../system/modals-action/telegram-push/image.png);
    background-size: 100%;
    display: flex;
    justify-content: center;
}

.action-modal-fix.telegram-push .blue-button {
    margin-top: 15px;
}

.action-modal-fix.telegram-push .telegram-push-notification {
    display: flex;
    padding: 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -205%, #FFF 161.25%);
    width: calc(260px - 20px);
    height: fit-content;
    gap: 10px;
    margin-top: 67px;
}
.action-modal-fix.telegram-push .telegram-push-notification .image {
    width: 35px;
    height: 35px;
    background-image: url(../../system/modals-action/telegram-push/lucksy_logo.png);
    background-size: 100%;
}
.action-modal-fix.telegram-push .telegram-push-notification .details {
    display: flex;
    flex-direction: column;
}
.action-modal-fix.telegram-push .telegram-push-notification .details .notification-title {
    color: #161C2D;
    font-size: 15px;
    font-weight: 500;
}
.action-modal-fix.telegram-push .telegram-push-notification .details .notification-text {
    color: #161C2D;
    font-size: 12px;
    font-weight: 300;
}

/* @media(max-width: 500px) {
    .action-modal-fix.telegram-push .action-modal-container {
        align-items: flex-end;
    }
    
    .action-modal-fix.telegram-push .action-modal-body-container {
        max-width: 100vw;
        width: 100vw;
        border-radius: 14px 14px 0px 0px;
    }
} */