.label12 {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    font-weight: 500;
    font-family: Papyrus;
    color: #660000;
    font-size: 35px;
    font-weight: bold;
    background: #facb9c;
}

.div1 {
    border-radius: 0px;
    padding: 0px 0px;
    width: 100%;
    color: #0066FF;
    font-family: Papyrus;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    background: #facb9c;
}

.div2 {
    border-radius: 0px;
    padding: 0px 0px;
    width: 100%;
    color: #0066FF;
    vertical-align: top;
    text-align: center;
    color: #660000;
    font-size: 35px;
    font-weight: bold;
    font-family: Papyrus;
    background: #facb9c;
}

.body1 {
    background: #facb9c;
    font-size: 15px;
    font-weight: bold;
    font-family: "Times Roman";
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 20px;
}

.container {
    margin-top: 20px;
    max-width: 100%;
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 2.5em;
}

h4.p1 {
    text-align: justify;
    font-family: serif;
    font-size: 1.7em;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .navbar-nav > li > a {
    color: #333;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    background-color: #e7e7e7;
}

.topnav {
    overflow: hidden;
    background-color: #2c3e50;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 8px;
    padding: 0 10px;
}

.div {
    width: 90%;
}

.topnav ul {
    list-style: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
}

.topnav li {
    display: inline-block;
}

.topnav a {
    float: left;
    display: block;
    color: #ecf0f1;
    text-align: center;
    padding: 16px 24px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 6px;
    margin: 6px 8px;
}

@media (max-width: 768px) {
    .topnav a {
        font-size: 16px;
        padding: 12px 16px;
    }
    .menu li {
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .topnav a {
        font-size: 14px;
        padding: 10px 12px;
    }
    .menu li {
        margin: 0 5px;
    }
}

.topnav a:hover {
    background-color: #3498db;
    color: white;
}

.topnav a.active {
    background-color: #2980b9;
    color: white;
    box-shadow: 0 0 12px #2980b9;
}

.topnav .icon {
    display: none;
    color: white;
    font-size: 28px;
    padding: 14px 16px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        margin: 10px 0;
    }
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.menu li {
    margin: 0 20px;
}

.card {
    margin-top: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

table,
th,
td {
    border: 1px solid #ddd;
    text-align: left;
}

th,
td {
    padding: 12px;
}

th {
    background-color: #007bff;
    color: white;
}

td {
    background-color: #fff;
}

h3 {
    text-align: center;
}

.dataTables_wrapper {
    margin-top: 20px;
}

.dataTables_filter input {
    margin-left: 10px;
}

.dataTables_length select {
    margin-left: 10px;
}
