
    /* Table background */
    .table {
        background-color: #092a4b; /* blue background */
    }

    /* Table header */
    .table thead th {
        background-color: #c19100; /* yellow background */
        color: #fff; /* white text */
        text-align: center;
    }

    .tg-heading {
        color: white;

    }

    .content-wrapper{
        background: #092a4b!important;
    }


    @media (min-width: 992px) {
    .wrapper {
        min-height: 100%;
        margin-bottom: 100px!important;
    }
}




    .wrapper{
        margin-bottom: 0px!important;
    }
    /* Alternate row colors */
    .table tbody tr:nth-child(odd) {
        background-color: #ffffff; /* white */
        
    }

    .table tbody tr:nth-child(even) {
        background-color: #f2f2f2; /* light gray */
    }

    /* Ensure text stays readable */
    .table td,
    .table th {
        vertical-align: middle;
    }

    a {
        text-decoration: none;
    }

    thead th {
        color: white;
    }

    .box-shadow{
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }
@media (min-width: 992px) {
    .wrapper:after {
        content: unset;
        display: block;
        height: 344px;
    }
}