﻿
body {
    background: #ffffff;
}



.dra-wrapper {
    margin-top: 90px;
    margin-bottom: 60px;
}

.dra-card {
    position: sticky;
    top: 100px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

.btn-dra {
    background-color: #C91429;
    color: #fff;
    padding: 10px 30px;
}

    .btn-dra:hover {
        background-color: #aa1022;
        color: #fff;
    }

/* ===============================
   DRA INFO CARD – ENHANCED UI
   =============================== */

.dra-info-card {
    border-radius: 14px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    padding: 20px 22px;
    position: sticky;
    top: 100px;
}

/* Header */
.dra-info-header {
    text-align: center;
    margin-bottom: 18px;
}

.dra-badge {
    display: inline-block;
    background-color: #c91429;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* List */
.dra-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dra-info-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 10px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

        .dra-info-list li:last-child {
            border-bottom: none;
        }

    /* Icons */
    .dra-info-list i {
        color: #c91429;
        font-size: 16px;
        min-width: 18px;
    }

    /* Text */
    .dra-info-list span {
        flex: 1;
        color: #444;
    }

    /* Value */
    .dra-info-list b {
        color: #c91429;
        font-weight: 700;
    }

    /* Highlight row */
    .dra-info-list li.highlight {
        background-color: #fff3f3;
        border-radius: 10px;
        margin-top: 12px;
        border: none;
    }

/* Mobile tweaks */
@media (max-width: 576px) {
    .dra-info-card {
        position: static;
        margin-top: 25px;
    }

    .dra-info-list li {
        font-size: 13px;
    }
}

/* EXISTING USER CTA */
.existing-user-box {
    margin-top: 18px;
    padding: 12px 16px;
    background-color: #f9f9f9;
    border: 1px dashed #ddd;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.existing-user-link {
    margin-left: 6px;
    color: #c91429;
    font-weight: 600;
    text-decoration: none;
}

    .existing-user-link:hover {
        text-decoration: underline;
    }

/* =========================
   DRA FOOTER – MODERN UI
   ========================= */

.dra-footer {
    background-color: #1f1f1f;
    color: #ddd;
    margin-top: 40px;
    font-size: 14px;
}

/* TOP */
.footer-top {
    padding: 30px 15px;
    border-bottom: 1px solid #333;
}

.footer-logo img {
    max-width: 160px;
}

.footer-links h6 {
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer-links a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 13px;
}

    .footer-links a:hover {
        color: #c91429;
    }

/* MIDDLE */
.footer-middle {
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .footer-contact img {
        width: 18px;
    }

.footer-social img {
    width: 22px;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.8;
}

    .footer-social img:hover {
        opacity: 1;
    }

/* DISCLAIMER */
.footer-disclaimer {
    font-size: 12px;
    color: #aaa;
    padding: 15px;
    line-height: 1.6;
}

/* BOTTOM */
.footer-bottom {
    background-color: #151515;
    padding: 12px 15px;
    text-align: center;
    font-size: 13px;
}

.footer-version {
    margin-left: 12px;
    color: #888;
}

/* MOBILE */
@media (max-width: 576px) {
    .footer-middle {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .footer-social img {
        margin-left: 6px;
        margin-right: 6px;
    }

    .footer-links {
        margin-top: 20px;
    }
}

/* MODAL BACKDROP */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

/* MODAL BOX */
.modal-content {
    background-color: #fff;
    margin: 60px auto;
    padding: 20px;
    width: 90%;
    max-width: 420px;
    border-radius: 8px;
    position: relative;
}

    /* CLOSE BUTTON */
    .modal-content .close {
        position: absolute;
        right: 12px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
        background: none;
        border: none;
    }

    /* LOGO RESPONSIVE */
    .modal-content img {
        max-width: 180px;
        height: auto;
        display: block;
        margin: 0 auto 15px;
    }

/* MOBILE EXTRA FIXES */
@media (max-width: 576px) {
    .modal-content {
        margin: 30px auto;
        padding: 15px;
    }

    .auth-form-light {
        padding: 15px !important;
    }

    h4, h6 {
        text-align: center;
    }

    .btn {
        width: 100%;
    }
}


/* ================================
   RADIO BUTTON CARD UI – FINAL
   ================================ */

/* Container */
.dra-radio-list {
    width: 100%;
}

    /* Table generated by ASP.NET */
    .dra-radio-list table {
        width: 100%;
        border-collapse: collapse;
    }

    /* Each row */
    .dra-radio-list tr {
        width: 100%;
    }

    /* Hide the default radio input */
    .dra-radio-list input[type="radio"] {
        display: none;
    }

    /* Label = clickable card */
    .dra-radio-list label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        background-color: #ffffff;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        padding: 14px 16px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: all 0.25s ease;
        font-size: 15px;
        font-weight: 500;
    }

        /* Description text (right side) */
        .dra-radio-list label span {
            font-size: 13px;
            color: #555;
            font-weight: 400;
        }

        /* Hover effect */
        .dra-radio-list label:hover {
            border-color: #c91429;
            background-color: #fffafa;
        }

    /* ✅✅ SELECTED STATE – VERY IMPORTANT ✅✅ */
    .dra-radio-list input[type="radio"]:checked + label {
        border-color: #c91429;
        background-color: #fff3f3;
        box-shadow: 0 0 0 2px rgba(201, 20, 41, 0.15);
    }

        /* ✅ Optional: LEFT SELECTION BAR */
        .dra-radio-list input[type="radio"]:checked + label::before {
            content: "";
            width: 4px;
            height: 100%;
            background-color: #c91429;
            border-radius: 4px 0 0 4px;
            margin-right: 12px;
        }

/* Mobile view */
@media (max-width: 576px) {
    .dra-radio-list label {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

        .dra-radio-list label span {
            font-size: 12px;
        }
}

.section-title {
    margin-top: 30px;
}

.section-divider {
    width: 60px;
    height: 3px;
    background-color: #c91429;
    border-radius: 3px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
        font-size: 15px;
    }

        .custom-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #d32f2f; /* Brand-red example */
            font-weight: bold;
        }