﻿.hidden { display: none !important; }
.has-error { border: solid 1px #a94442 !important; border-radius: .25rem; }

@media(max-width: 768px) {
    button.full-width { width: 100%; }
    body { margin-bottom: 100px; }
    #progressbar li strong { display: none; }
}

#progressbar { margin-bottom: 30px; overflow: hidden; padding-left: 0 !important; margin-top: 30px !important; }
    #progressbar .active { color: #28a745 !important; }
    #progressbar li { list-style-type: none; font-size: 15px; width: 20%; float: left; position: relative; font-weight: 400; text-align: center; }
        #progressbar li:after { content: ''; width: 100%; height: 2px; background: lightgray; position: absolute; left: 0; top: 25px; z-index: -1 }
        #progressbar li span { width: 50px; height: 50px; line-height: 45px; display: block; font-size: 25px; color: #ffffff; background: lightgray; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px; }
        #progressbar li.active:before,
        #progressbar li.active span { background: #28a745 !important; }

.rules-container { font-size: 12px; width: 100%; height: 200px; overflow-y: auto; background-color: #f8f9fa; border-top: 3px solid #ddd; padding: 10px; margin-top: 20px; margin-bottom: 20px; }

.yrefy-declined-card { border: 1px solid #e6e8eb; border-radius: 4px; overflow: hidden; margin-bottom: 1.5rem; font-family: "Poppins", Arial, Helvetica, sans-serif; }
.yrefy-declined-header { background: #1168a2; padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
.yrefy-declined-icon { color: #fff; font-size: 1.5rem; line-height: 1; }
.yrefy-declined-title { color: #fff; font-size: 1.25rem; font-weight: 600; margin: 0; }
.yrefy-declined-body { background: #fff; padding: 1.5rem; }
.yrefy-declined-lead { font-size: 1rem; color: #333; line-height: 1.7; margin-bottom: 1rem; }
    .yrefy-declined-lead strong { color: #1168a2; }
.yrefy-declined-divider { border-color: #e6e8eb; margin: 1.25rem 0; }
.yrefy-declined-legal { font-size: 0.85rem; color: #667085; line-height: 1.75; margin-bottom: 1.25rem; }
.yrefy-declined-agency { background: #f6f6f4; border-left: 4px solid #60b246; padding: 1rem 1.25rem; border-radius: 0 4px 4px 0; }
    .yrefy-declined-agency p { margin: 0 0 0.25rem; font-size: 0.9rem; color: #333; line-height: 1.6; }
.yrefy-declined-agency-name { font-weight: 700; color: #1168a2 !important; font-size: 1rem !important; margin-bottom: 0.35rem !important; }
.yrefy-declined-link { color: #1168a2; text-decoration: underline; font-size: 0.85rem; }
    .yrefy-declined-link:hover { color: #0d5285; }