﻿.main-title {
    color: #00b14f;
    font-weight: 700;
    font-size: 2rem;
}

.main-title-2 {
    color: #00b14f;
    font-weight: 600;
    font-size: 1.5rem;
}

.subtitle {
    color: #6c757d;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.terms {
    font-size: 0.85rem;
    color: #999;
}

.terms a {
    color: #00b14f;
    text-decoration: underline;
}

.text-success-custom {
    color: #00b14f;
}

.btn-green {
    background-color: #00b14f;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.btn-green:hover {
    background-color: #009e45;
    color: white;
}

.btn-disabled {
    background-color: #6c757d;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.btn-disabled:hover {
    background-color: #6c757d;
    color: white;
}

.back-arrow {
    font-size: 2rem;
    color: #00b14f;
    text-decoration: none;
    left: 20px;
    top: 30px;
    cursor: pointer;
}

.step-title {
    font-size: 1.3rem;
    color: #6c757d;
    margin-bottom: 5px;
    font-style: normal;
}

.step-subtitle {
    font-size: 1.4rem;
    color: #00b14f;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-list {
    text-align: left;
    font-size: 1rem;
}

.feature-list li {
    margin-bottom: 5px;
}

.feature-list .included {
    color: #00b14f;
}

.custom-check {
    accent-color: #00b14f;
    transform: scale(1.3);
}

.checkbox-label {
    font-size: 0.9rem;
    color: #00b14f;
    font-weight: 500;
    margin-left: 5px;
}

.resend {
    margin-top: 15px;
    font-size: 0.9rem;
}

.resend a {
    color: #00b14f;
    text-decoration: underline;
}

/*.custom-check {
    accent-color: #00b14f;
    transform: scale(1.3);
}*/

/*.checkbox-label {
    font-size: 0.9rem;
    color: #00b14f;
    font-weight: 500;
    margin-left: 5px;
}*/

.pricing-box {
    text-align: right;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00b14f;
}

.old-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 1.0rem;
}

.save-price {
    color: #888;
    font-size: 1.5rem;
}

