 .page-title {
     font-weight: 700;
     color: #0a2a43;
 }

 .account-card {
     border-left: 5px solid #bb1122;
     border-radius: 10px;
     background: #fff;
     padding: 20px;
     transition: .2s;
 }

 .account-card:hover {
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
     transform: scale(1.01);
 }

 .account-icon {
     font-size: 40px;
     color: #bb1122;
 }

 .balance {
     font-size: 24px;
     font-weight: bold;
     color: #0a2a43;
 }

 .account-type {
     font-weight: 600;
     color: #333;
 }

 .account-number {
     color: #777;
     font-size: 14px;
 }

 /* Top Bar */
 .page-header {
     background: #B30000;
     color: #fff;
     padding: 20px;
     border-top-right-radius: 12px;
     border-top-left-radius: 12px;
 }

 .balance-amount {
     font-size: 2rem;
     font-weight: 700;
     color: #0A2540;
 }

 .text-muted-custom {
     color: #6c757d;
 }

 .plan-features {
     list-style: none;
     padding-left: 0;
 }

 .plan-features li {
     padding: 6px 0;
     border-bottom: 1px solid #eee;
     font-size: 14px;
 }

 .plan-features li:last-child {
     border-bottom: none;
 }


 .message-list {
     border-right: 1px solid #e9ecef;
     height: 600px;
     overflow-y: auto;
 }

 .message-item {
     padding: 15px 20px;
     border-bottom: 1px solid #e9ecef;
     cursor: pointer;
 }

 .message-item.unread {
     background-color: #eef5ff;
     font-weight: 600;
 }

 .message-item:hover {
     background-color: #f8f9fa;
 }

 .message-content {
     padding: 20px;
     height: 600px;
     overflow-y: auto;
 }

 /* 🔹 Mobile behavior */
 @media (max-width: 767px) {
     .message-list {
         border-right: none;
         height: auto;
     }

     .message-content {
         display: none;
         height: auto;
     }

     .message-content.active {
         display: block;
     }

     .message-list.hidden {
         display: none;
     }
 }

 .step-header {
     background: #fed5ceff;
     border-left: 4px solid var(--primary);
     padding: 1rem;
     border-radius: 10px;
     margin-bottom: 1rem;
 }

 .success-indicator {
     color: var(--boa-green);
     font-size: 2rem;
     display: none;
 }

 .photo-guideline {
     border: 2px dashed var(--primary);
     padding: 2rem;
     text-align: center;
     background-color: white;
     margin-bottom: 1rem;
     position: relative;
 }

 .instructions-box {
     background-color: rgb(255, 253, 253);
     border-left: 4px solid var(--primary);
     padding: 20px;
     border-radius: 4px;
     margin: 25px 0;
 }

 .camera-placeholder {
     border: 2px dashed #d7e6fb;
     border-radius: 10px;
     background: white;
     align-items: center;
     justify-content: center
 }

 .check-sample {
     max-width: 100%;
     height: auto;
     border-radius: 8px;
     box-shadow: 0 2px 8px rgba(2, 6, 23, 0.06)
 }

 .footer-small {
     font-size: .85rem;
     color: var(--muted)
 }

 @media (max-width:576px) {
     .camera-placeholder {
         max-height: 480px
     }
 }

 .image-preview-container:hover img {
     transform: scale(1.05);
 }

 .image-preview-container:hover .preview-overlay {
     opacity: 1;
 }

 .object-fit-cover {
     object-fit: cover;
     height: 200px;
 }

 .review-card {
     background: #fff;
     border: 1px solid #e6e9ef;
     transition: all 0.25s ease;
 }

 .review-card:hover {
     transform: translateY(-2px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
 }

 .icon-circle {
     width: 48px;
     height: 48px;
     border-radius: 14px;
     background: #f1f4f9;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #0d6efd;
 }



 /* this is order check style */

 /* Main Content */
 .main-content {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
 }

 .order-form-container {
     flex: 3;
     min-width: 300px;
 }

 .order-summary-container {
     flex: 2;
     min-width: 300px;
 }

 .form-text {
     font-size: 13px;
     color: #6c757d;
     margin-top: 5px;
 }

 /* Check Design Selection */
 .check-designs {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
     gap: 20px;
     margin-top: 15px;
 }

 .check-design {
     border: 2px solid #DDDDDD;
     border-radius: 8px;
     padding: 15px;
     text-align: center;
     cursor: pointer;
     transition: all 0.2s;
     background-color: white;
 }

 .check-design:hover {
     border-color: var(--primary);
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }

 .check-design.selected {
     border-color: var(--primary);
     background-color: #ffe6e6ff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
 }

 .check-preview {
     height: 120px;
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     border-radius: 4px;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #666666;
     font-weight: 600;
     position: relative;
     overflow: hidden;
 }

 .design-pattern {
     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0.7;
 }

 .pattern-1 {
     background: linear-gradient(45deg, var(--primary) 25%, transparent 25%),
         linear-gradient(-45deg, var(--primary) 25%, transparent 25%),
         linear-gradient(45deg, transparent 75%, var(--primary) 75%),
         linear-gradient(-45deg, transparent 75%, var(--primary) 75%);
     background-size: 20px 20px;
     background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
 }

 .pattern-2 {
     background: radial-gradient(circle at 25% 25%, #28a745 2px, transparent 2px),
         radial-gradient(circle at 75% 75%, #E31837 2px, transparent 2px);
     background-size: 30px 30px;
 }

 .pattern-3 {
     background: repeating-linear-gradient(45deg, transparent, transparent 10px, #FFC107 10px, #FFC107 20px);
 }

 .pattern-4 {
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     opacity: 0.4;
 }

 .design-name {
     font-weight: 600;
     margin-bottom: 5px;
 }

 .design-price {
     color: var(--primary);
     font-weight: 700;
     font-size: 18px;
 }

 .design-details {
     font-size: 13px;
     color: #666666;
     margin-top: 5px;
 }

 /* Quantity Selector */
 .quantity-selector {
     display: flex;
     align-items: center;
     margin-top: 10px;
 }

 .qty-btn {
     width: 40px;
     height: 40px;
     border: 1px solid #DDDDDD;
     background-color: white;
     font-size: 20px;
     font-weight: 600;
     color: #666666;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .qty-btn:first-child {
     border-radius: 6px 0 0 6px;
 }

 .qty-btn:last-child {
     border-radius: 0 6px 6px 0;
 }

 .qty-input {
     width: 70px;
     height: 40px;
     border: 1px solid #DDDDDD;
     border-left: none;
     border-right: none;
     text-align: center;
     font-size: 16px;
     font-weight: 600;
 }

 .qty-options {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-top: 15px;
 }

 .qty-option {
     padding: 10px 15px;
     border: 1px solid #DDDDDD;
     border-radius: 6px;
     background-color: white;
     cursor: pointer;
     font-weight: 600;
     transition: all 0.2s;
 }

 .qty-option:hover,
 .qty-option.selected {
     border-color: var(--primary);
     background-color: #ffe6e6ff;
 }

 /* Delivery Options */
 .delivery-options {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-top: 15px;
 }

 .delivery-option {
     flex: 1;
     min-width: 200px;
     border: 2px solid #DDDDDD;
     border-radius: 8px;
     padding: 20px;
     cursor: pointer;
     transition: all 0.2s;
 }

 .delivery-option:hover,
 .delivery-option.selected {
     border-color: var(--primary);
     background-color: #ffe6e6ff;
 }

 .delivery-name {
     font-weight: 700;
     font-size: 16px;
     margin-bottom: 5px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .delivery-price {
     color: var(--primary);
     font-weight: 700;
     font-size: 18px;
 }

 .delivery-time {
     font-size: 14px;
     color: #666666;
     margin-top: 5px;
 }

 /* Order Summary */
 .order-summary {
     background-color: white;
     border-radius: 8px;
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
     padding: 25px;
     position: sticky;
     top: 100px;
 }

 .summary-title {
     color: var(--primary-two);
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 20px;
     padding-bottom: 15px;
     border-bottom: 1px solid #DDDDDD;
 }

 .summary-item {
     display: flex;
     justify-content: space-between;
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px dashed #DDDDDD;
 }

 .summary-label {
     color: #666666;
 }

 .summary-value {
     font-weight: 600;
     text-align: right;
 }

 .summary-total {
     display: flex;
     justify-content: space-between;
     font-weight: 700;
     font-size: 20px;
     margin-top: 20px;
     padding-top: 20px;
     border-top: 2px solid #DDDDDD;
 }

 .total-label {
     color: var(--primary-two);
 }

 .total-value {
     color: var(--primary);
 }

 /* Personalization Preview */
 .personalization-preview {
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     border-radius: 8px;
     padding: 25px;
     margin-top: 20px;
     border: 1px solid #DDDDDD;
 }

 .preview-title {
     font-weight: 700;
     color: var(--primary-two);
     margin-bottom: 15px;
 }

 .check-preview-large {
     height: 180px;
     background: white;
     border-radius: 6px;
     padding: 20px;
     position: relative;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     border: 1px solid #DDDDDD;
 }

 .preview-text {
     font-family: 'Courier New', monospace;
     line-height: 1.6;
 }

 .preview-name {
     font-weight: 700;
     font-size: 16px;
 }

 .preview-address {
     font-size: 14px;
     color: #666666;
 }

 /* Responsive */
 @media (max-width: 992px) {
     .main-content {
         flex-direction: column;
     }

     .order-summary {
         position: static;
     }

     .check-designs {
         grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
     }
 }

 @media (max-width: 768px) {

     .check-designs {
         grid-template-columns: 1fr 1fr;
     }

     .delivery-options {
         flex-direction: column;
     }

     .boa-toast {
         left: 20px;
         right: 20px;
         min-width: auto;
     }
 }

 @media (max-width: 576px) {
     .check-designs {
         grid-template-columns: 1fr;
     }

     .section-body {
         padding: 20px 15px;
     }
 }

 /* check deposit transaction style */

 .check-image {
     width: 100%;
     height: 180px;
     object-fit: cover;
     border-radius: 10px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .flip-card {
     perspective: 1000px;
     height: 200px;
 }

 .flip-card-inner {
     position: relative;
     width: 100%;
     height: 100%;
     transition: transform 0.6s;
     transform-style: preserve-3d;
 }

 .flip-card:hover .flip-card-inner {
     transform: rotateY(180deg);
 }

 .flip-card-front,
 .flip-card-back {
     position: absolute;
     width: 100%;
     height: 100%;
     backface-visibility: hidden;
     border-radius: 10px;
     overflow: hidden;
 }

 .flip-card-back {
     transform: rotateY(180deg);
 }


 /* pay bill */

 .payee-card {
     background: white;
     border-radius: 8px;
     border: 1px solid #f09595ff;
     padding: 1.25rem;
     margin-bottom: 1rem;
     transition: all 0.2s;
 }

 .payee-card:hover {
     border-color: #ff7878ff;
     background-color: rgba(0, 103, 184, 0.02);
 }


 @media (max-width: 768px) {
     .payee-card {
         flex-direction: column;
         text-align: center;
     }
 }

 /* transaction icon */
    .transactions-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        font-size: 22px; 
    }


    /* alart style */

       /* Top Alert Wrapper */
     .bank-alert-wrapper {
         width: 100%;
         background-color: #ffffff;
         border-bottom: 1px solid #e5e7eb;
     }

     /* Alert Container */
     .bank-alert {
         max-width: 1140px;
         margin: 0 auto;
         padding: 14px 16px;
         display: flex;
         align-items: flex-start;
         gap: 12px;
         font-size: 14px;
     }

     /* Icons */
     .bank-alert-icon {
         width: 20px;
         height: 20px;
         flex-shrink: 0;
         margin-top: 2px;
     }

     /* Content */
     .bank-alert-content {
         flex: 1;
     }

     .bank-alert-title {
         font-weight: 600;
         margin-bottom: 2px;
     }

     .bank-alert-text {
         color: #374151;
     }

     /* Close */
     .bank-alert-close {
         font-size: 20px;
         cursor: pointer;
         color: #6b7280;
     }

     .bank-alert-close:hover {
         color: #111827;
     }

     /* Alert Types */
     .alert-info {
         background-color: #eef2ff;
         border-left: 4px solid #012169;
     }

     .alert-success {
         background-color: #e6f4ea;
         border-left: 4px solid #137333;
     }

     .alert-warning {
         background-color: #fff7e6;
         border-left: 4px solid #b45309;
     }

     .alert-error {
         background-color: #fee2e2;
         border-left: 4px solid #991b1b;
     }

       /* Checkpoint List */
    .checkpoint-box {
        background-color: #f6f8fb;
        border: 1px solid #e1e4ea;
        border-radius: 6px;
        padding: 20px;
    }

    .checkpoint-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .checkpoint-item:last-child {
        margin-bottom: 0;
    }

    .checkpoint-number {
        min-width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #012169;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
    }

    .checkpoint-text {
        font-size: 14px;
        color: #333333;
    }


    /* Alert Card */
    .status-card {
        background: #ffffff;
        border-radius: 6px;
        border: 1px solid #dcdcdc;
        padding: 28px;
    }

    .status-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #fff3cd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #856404;
        margin-bottom: 16px;
    }

    .status-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .status-message {
        font-size: 14px;
        color: #333333;
        margin-bottom: 22px;
    }

    /* Footer Note */
    .footer-note {
        font-size: 12px;
        color: #555555;
        margin-top: 24px;
    }