.ssl-setup-form .ssl-title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
}

.ssl-setup-form .ssl-free-container {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
}

.ssl-setup-form .ssl-free-container .ssl-free-title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.ssl-setup-form .ssl-free-container .ssl-free-subtitle {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
}

.ssl-setup-form .ssl-free-container .ssl-free-progress-wrapper .progress {
    height: 8px;
    border-radius: 16px;
    background: #E9ECEF;
    margin-bottom: 4px;
}

.ssl-setup-form .ssl-free-container .ssl-free-progress-wrapper .progress-bar {
    border-radius: 32px;
    background: linear-gradient(270deg, #A3DB23 0%, #66BB45 100%);
}

.ssl-setup-form .ssl-free-container .ssl-free-progress-wrapper .progress-subtitle {
    color: #8C8C8C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
}

.ssl-setup-form .ssl-free-container .ssl-free-button-wrapper {
    margin-bottom: 16px;
}

.ssl-setup-form .ssl-free-container .ssl-free-button-wrapper .btn-primary {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #7FCA27;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: unset;
}

.ssl-setup-form .ssl-free-container .ssl-free-button-wrapper .btn-primary:disabled {
    background: #F5F5F5;
    color: #8C8C8C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ssl-setup-form .ssl-paid-container .btn-primary, #updateSSLModal .btn-primary{
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #7FCA27;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: unset;
    margin-top: 20px;
}

.ssl-setup-form .ssl-paid-container .btn-primary:disabled, #updateSSLModal .btn-primary:disabled {
    background: #F5F5F5;
    color: #8C8C8C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ssl-setup-form .ssl-free-container .ssl-free-note {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.ssl-setup-form .ssl-free-container .ssl-free-note strong {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.ssl-setup-form .ssl-paid-container {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
}

.ssl-setup-form .ssl-paid-container .accordion-button {
    position: relative;
    display: block;
    padding: unset;
}

.ssl-setup-form .ssl-paid-container .accordion-button:after {
    position: absolute;
    top: 0;
    right: 0;
}

.ssl-setup-form .ssl-paid-container .accordion-button .ssl-paid-title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.ssl-setup-form .ssl-paid-container .accordion-button .ssl-paid-subtitle {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}

.ssl-setup-form .ssl-paid-container .accordion-button .ssl-paid-guide {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    border-radius: 4px;
    background-color: rgba(241, 245, 242, 1);
    padding: 8px;
}

.ssl-setup-form .ssl-paid-container .accordion-button:not(.collapsed) {
    border-radius: 4px;
    background-color: white;
    box-shadow: unset;
}

.ssl-setup-form .ssl-paid-container .accordion-body {
    padding: unset;
    margin-top: 16px;
}

.ssl-setup-form .ssl-paid-container .ssl-paid-note {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 20px;
}

#updateSSLModal .ssl-paid-note {
    color: #686B68;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 20px;
}

.ssl-setup-form .ssl-domain-type-selected {
    color: #7FCA27;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}
