.subscribe-popup-container {
    height: auto;

}

.subscribe-group {
    height: auto;

}

.user-agreement-block-left-metrics {
    display: flex;
}

.checkbox-icon {
    color: #3A3A3A;
    width: 20px;
    height: 20px;
}

.user-agreement-block-metrics {
    margin-top: 10px;
    margin-left: 10px;
}

.user-agreement-block-left-metrics p {
    padding-left: 10px;
    color: #828282;

    font-family: "SFP";
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.user-agreement-metrics {
    color: #39BB7E;
    cursor: pointer;
    text-decoration: underline dashed;
    text-underline-offset: 3px;
}


.checkbox-icon {
    transition: all 0.3s ease;
    cursor: pointer;
}

.fade-out {
    opacity: 0;
    transform: scale(0.8);
}

.fade-in {
    opacity: 1;
    transform: scale(1);
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    20%, 60% {
        transform: translateX(-5px);
    }
    40%, 80% {
        transform: translateX(5px);
    }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

.user-agreement-basic {
    color: #39ba7d;
}

.user-agreement-error {
    color: #bf0101;
}


.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: rgb(28, 24, 28);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    opacity: 0.7;
}

.download-btn.active {
    opacity: 1;
    cursor: pointer;
    background: linear-gradient(to right, #109D52, #08B8A6);
}

.download-btn img {
    color: white;
    width: 14px;
    height: 14px;
}


.download-btn.erractive {
    background: linear-gradient(to right, #C00101, #FD4444);
}

.check-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to right, #00ff77, #00ffe2);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    opacity: 0.7;
}

.check-btn span {
    color: initial;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    text-decoration: none;
    color: white;
}



.hideble {
    display: none;
}



