/* QRLON SSL TLS V1 START */

.ssl-tls-page {
    width: 100%;
}


.ssl-tls-hint {
    margin:
        0
        0
        12px;

    color: #707070;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


.ssl-tls-primary {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}


.ssl-tls-secondary {
    margin-top: 3px;

    color: #777;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}


.ssl-tls-mode {
    text-transform: capitalize;

    font-size: 12px;
    font-weight: 400;
}


.tls-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 24px;

    padding: 3px 8px;

    border: 1px solid #d7d7d7;
    border-radius: 999px;

    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}


.tls-ok {
    border-color: #a8ddb9;

    background: #e9f9ee;
    color: #176b32;
}


.tls-error {
    border-color: #efb4b4;

    background: #fff0f0;
    color: #b51d1d;
}


.tls-pending {
    border-color: #ddd;

    background: #f6f6f6;
    color: #666;
}


.ssl-tls-error-text {
    max-width: 360px;

    color: #b51d1d;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;

    overflow-wrap: anywhere;
}


.ssl-tls-message {
    margin-top: 12px;

    padding: 9px 11px;

    border: 1px solid #b9dfc5;
    border-radius: 6px;

    background: #eefaf2;
    color: #176b32;

    font-size: 12px;
    font-weight: 400;
}


.ssl-tls-message.is-error {
    border-color: #efb4b4;

    background: #fff0f0;
    color: #b51d1d;
}


.ssl-tls-table th:last-child,
.ssl-tls-table td:last-child {
    text-align: right;
    white-space: nowrap;
}


@media (max-width: 900px) {

    .ssl-tls-table {
        min-width: 980px;
    }
}

/* QRLON SSL TLS V1 END */