.blink {
    animation: bgBlink 1s infinite;
    border: 0;
    min-height: 38px;
}

@keyframes bgBlink {
    0% {
        background-color: #dc3545;
    }

    50% {
        background-color: #4CAF50;
    }

    100% {
        background-color: #dc3545;
    }
}

.comingsoon {
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(234, 75, 2), rgb(176, 4, 37));
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: fit-content;
    margin: auto;
    text-align: center;
}

    .comingsoon h2 {
        color: #fff;
    }

    .comingsoon p {
        color: #FFEB3B;
    }

body {
    overflow-x: hidden;
    color: #0F0F0F;
}

:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 0px;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0px;
}

span.logo-name span {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
}

span.logo-name {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 27px;
}

.main-logo {
    width: 86px;
    margin-right: 5px;
    line-height: 1px;
}

    .main-logo img {
        padding-right: 3px;
        width: 100%;
    }

.dropdown-item {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    padding: 10px 1rem;
}

.in-banner {
    background-color: #192138;
    padding: 2em 0;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.inheading h1 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.inheading p {
    color: #8BC34A;
    margin: 0;
    text-align: center;
}

.contentarea {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1f1f1;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 2em;
}

.sub-contentarea {
    padding: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 6%);
    background-color: #fff;
    min-height: 400px;
    margin-bottom: 3em;
}

.footer p {
    margin-bottom: 0.4em;
}

.footer-logo {
    width: 95px;
    display: inline-block;
    margin-right: 12px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 14px;
}

.footer-logo-wraper {
    margin: 0 auto;
    text-align: center;
}

    .footer-logo-wraper span {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        line-height: 26px;
        font-family: "Oswald", sans-serif;
    }

.footer {
    background: #12224d;
    color: #fff;
    display: block;
    clear: both;
}

.bottom-footer p {
    font-size: 14px;
    width: 87%;
    margin: 0 auto;
    color: #fff;
}

.copyright {
    background: #12224d;
}

.tech-helpline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px 4px 0px;
    background: linear-gradient(135deg,#1e3c72,#2a5298);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

    .tech-helpline i {
        background: #25d366;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .tech-helpline span {
        font-weight: 600;
    }

    .tech-helpline a {
        color: #ffeb3b;
        font-weight: 600;
        text-decoration: none;
    }

        .tech-helpline a:hover {
            text-decoration: underline;
        }

.filter-section {
    background: #f1f1f1;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 18%);
}

    .filter-section .form-select:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
    }

.filterbtn {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}

    .filterbtn:hover {
        background: #084298;
        color: #fff;
    }


table.dataTable thead th {
    font-weight: bold !important;
    font-size: 13px;
    background: #283570 !important;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable tbody td {
    padding: 2px 5px;
    color: #000;
}

.table {
    vertical-align: middle;
}
