/* Created on : 11-May-2026, 6:31:03 pm Author : Tamminana Lakshmi */ @use 'variables' as vars; .confirmation-header { background-color: #343E41; color: vars.$whiteColor; padding: 11px 14px; } .confirmation-modal { width: 100% !important; max-width: 100%; margin: 0 auto; overflow: hidden; border: 1px solid vars.$lightgrey2; } .confirmation-header-title { margin: 0; text-align: center; color: vars.$whiteColor; font-size: 14px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; } .confirmation-body { text-align: center; padding: 16px 14px 10px 14px; max-width: 460px; margin: 0 auto; } .confirmation-title { font-size: 17px; font-weight: 700; color: #2b2f33; margin: 2px 0 8px 0; } .confirmation-text { margin: 0 auto 16px auto; font-size: 16px; line-height: 1.5; color: #3f464d; } .confirmation-close-btn { width: 100% !important; height: 34px; font-size: 12px; border-radius: 7px; }