.card-header {
    background-color: #f8f9fa;
}

.card-header div span {
    font-weight: bold;
    font-size: 3rem;
    color: #343a40;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}

.card-header span {
    color: #6c757d;
}

.sup-text {
    font-size: 16px;
    vertical-align: middle;
    top: -0.8rem;
    padding: 3px 5px;
    background-color: #e83e8c;
    color: white;
    border-radius: 5px;
}

.nav-index {
    padding:0;
}

.nav-index li {
    display: block;
    border-bottom: 1px dashed #ccc;
    font-size: 1rem;
    margin-bottom: 10px;
    padding:0;
}

.head-table {
    /* background-color: #eee; */
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
    padding: 8px 8px;
    font-size: 0.875rem;
}

.body-table {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
    padding: 8px 8px;
    font-size: 0.875rem;
}

.btn-nmp-submit {
    background-color:midnightblue;
    border-color:midnightblue;
    color: white;
}

.btn-nmp-submit:hover {
    color: white;
}

       /* Custom styles for centered logo */
       .brand-link {
        padding: 0.8rem 0.5rem;
        border-bottom: 1px solid #4b545c;
        background-color: #343a40;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .brand-image-container {
        display: flex;
        justify-content: center;
        /* margin-bottom: 0.5rem; */
    }
    
    .brand-image {
        max-height: 80px !important;
        width: auto;
        display: block;
    }
    
    .enhanced-logo-text {
        font-weight: 700;
        text-shadow: 
            0 0 1px #fff,
            0 0 2px #fff,
            0 0 3px #fff,
            0 0 4px #fff;
        letter-spacing: 0.5px;
    }
    
    .midnight-blue-text {
        color: midnightblue;
        font-size: 1rem;
        text-shadow: 
            0 0 2px #fff,
            0 0 3px #fff,
            0 0 4px #fff;
    }
    
    .dark-orange-text {
        color: darkorange;
        font-size: 1rem;
        text-shadow: 
            0 0 2px #fff,
            0 0 3px #fff,
            0 0 4px #fff;
    }

    /* .signature-section {
        width: 100%;
        margin: 40px auto;
    }
    .signature-table {
        width: 100%;
        border-collapse: collapse;
    }
    .signature-column {
        width: 50%;
        vertical-align: top;
        padding: 10px 20px;
    }
    .signature-block {
        text-align: center;
        margin-bottom: 40px;
    }
    .signature-line {
        display: inline-block;
        width: 200px;
        text-align: center;
        border-bottom: 1px solid #000;
        margin-bottom: 5px;
        height: 30px;
    }
    .signature-prefix {
        display: inline-block;
        width: 50px;
        text-align: right;
        margin-right: 10px;
        font-size: 0.875rem;
    }
    .signature-title {
        display: block;
        margin-top: 5px;
        font-size: 0.875rem;
    }
    .signature-name {
        display: block;
        margin-top: 5px;
        font-size: 0.875rem;
    }
    .signature-position {
        display: block;
        margin-top: 5px;
        font-size: 0.875rem;
    } */

    .signature-section {
        width: 100%;
        max-width: 600px;
        margin: 30px auto;
        text-align: center;
    }
    
    .signature-block {
        margin-bottom: 40px;
    }
    
    .signature-prefix {
        display: inline-block;
        width: 40px;
    }
    
    .signature-line {
        display: inline-block;
        width: 250px;
        border-bottom: 1px solid #000;
        margin: 0 10px;
    }
    
    .signature-title {
        display: inline-block;
    }
    
    .signature-name {
        margin-top: 5px;
    }
    
    .signature-position {
        margin-top: 5px;
    }

    .table-headc {
        padding: 10px;
        background-color: sandybrown;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-headc2 {
        padding: 10px;
        background-color: sandybrown;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-headc2yellow {
        padding: 10px;
        background-color: palegreen;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-headc2blue {
        padding: 10px;
        background-color: #edfcfd;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-headc2green {
        padding: 10px;
        background-color: #d6faeb;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-body {
        padding: 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-body2 {
        padding: 10px;
        border: 1px solid #000;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-body3 {
        padding: 10px;
        border: 1px solid #000;
        color: #000;
        text-align: center;
        /* font-size: 0.875rem; */
    }

    .table-result {
        background-color: skyblue;
        padding: 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-result2 {
        background-color: skyblue;
        padding: 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        /* font-size: 0.875rem; */
    }

    .table-headtop {
        padding: 6px 10px;
        /* background-color: #edfdf5; */
        background-color: orange;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-headc {
        padding: 10px 10px;
        background-color: lightskyblue;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-headc2yellow {
        padding: 10px 10px;
        background-color: lightcoral;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-headc2blue {
        padding: 10px 10px;
        background-color: #edfcfd;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-headc2blueleft {
        padding: 10px 10px;
        background-color: #edfcfd;
        border: 1px solid #000;
        color: #000;
    }

    .table-headc2green {
        padding: 10px 10px;
        background-color: #d6faeb;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-body {
        padding: 6px 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
        vertical-align: top;
    }

    .table-body2 {
        padding: 10px 10px;
        border: 1px solid #000;
        color: #000;
        vertical-align: top;
    }

    .table-body3 {
        padding: 10px 10px;
        border: 1px solid #000;
        color: #000;
        text-align: center;
    }

    .table-result {
        background-color: #F0F1F1;
        padding: 10px 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .table-result2 {
        background-color: #F0F1F1;
        padding: 10px 10px;
        border: 1px solid #000;
        text-align: center;
        color: #000;
    }

    .toggle.ios,
    .toggle-on.ios,
    .toggle-off.ios {
        border-radius: 20rem
    }

    .toggle.ios .toggle-handle {
        border-radius: 20rem
    }

    .toggle.btn {
        min-width: 5rem;
    }