body {
    font-family: "Nunito", sans-serif;
}

.form-control-dark {
    border-color: var(--bs-gray);
}
.form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.dropdown-toggle {
    outline: 0;
}
.bg-green-800 {
    background-color: #156638 !important;
}
.border-green-800 {
    border-color: #156638 !important;
}

.bg-green-300 {
    background-color: #92a944 !important;
}
.border-green-300 {
    border-color: #92a944 !important;
}
.bg-blue-100 {
    background-color: #006cbb !important;
}
.border-blue-100 {
    border-color: #006cbb !important;
}
.text-blue-100 {
    color: #006cbb !important;
}
.bg-orange-100 {
    background-color: #f9a530 !important;
}
.border-orange-100 {
    border-color: #f9a530 !important;
}
.text-orange-100 {
    color: #f9a530 !important;
}
.bg-orange-800 {
    background-color: #ee572d !important;
}
.border-orange-800 {
    border-color: #ee572d !important;
}
.text-orange-800 {
    color: #ee572d !important;
}
.bg-green-100 {
    background-color: #b6cc3c !important;
}

.bg_dark-purple-gradient{
  background: #5C258D;  
  background: -webkit-linear-gradient(to right, #4389A2, #5C258D); 
  background: linear-gradient(to right, #4389A2, #412485);
}

.border-green-100{
  border-color: #b6cc3c !important;
}
.text-green-100 {
    color: #b6cc3c !important;
}
.bg-pink-800 {
    background-color: #dd226e !important;
}
.border-pink-800 {
    border-color: #dd226e !important;
}
.text-pink-800 {
    color: #dd226e !important;
}
.bg-purple-100 {
    background-color: #c74ef4 !important;
}
.border-purple-100 {
    border-color: #c74ef4 !important;
}
.text-purple-100 {
    color: #c74ef4 !important;
}
.bg-green-50 {
    background-color: #f2f7de !important;
}
a.dropdown-item.front {
    text-decoration: none;
    text-transform: uppercase;
    color: #156638;
    font-weight: 500;
}
body {
    background: linear-gradient(70deg, #e6e6e6, #f7f7f7);
    color: #514b64;
    min-height: 100vh;
}
nav.navbar.navbar-expand-lg.py-3.shadow-sm {
    background: #b6cc3c;
}
.navbar-light .navbar-brand {
    color: #146637;
}
.navbar-light .navbar-nav .nav-link{
    /* color: #146637; */
    /* color: #fff;
    margin: 0px 2px; */
    transition: 0.4s;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 10px;
}

/* .navbar-light .navbar-nav .nav-link:hover{
  background-color: #ffffff;
  color: #EEA200;
  padding: 0px 0;
} */

/* .navbar-light .navbar-nav .nav-link::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
} */
/* CSS */
.button-30 {
    align-items: center;
    appearance: none;
    background-color: #fcfcfd;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395a;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 32px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}

.button-30:focus {
    box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
}

.button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-30:active {
    box-shadow: #d6d6e7 0 3px 7px inset;
    transform: translateY(2px);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fcfffe;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .header-heading{
    font-size: small;
 }
 img.d-inline-block.align-middle.mr-2.header-heading{
    width: 101px;
 }
 img.d-inline-block.align-middle.header-heading.logo{
  width: 165px;
 }
 th {
  font-size: 12px;
 }
}
@media (max-width: 426px) {
    nav.navbar.navbar-expand-lg.navbar-light.header {
        display: none;
    }
    .navbar-light .navbar-brand {
        color: #146637;
        font-size: 14px;
    }
    img.d-inline-block.align-middle.mr-2.logo {
        display: block !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .card-action-bar {
        display: none !important;
    }
    #datapage_footer {
        position: relative !important;
    }
    footer.footer.mt-auto.py-3.bg-green-100 {
        text-align: center;
        font-size: smaller;
    }
    .portal-title-lg {
        display: none;
    }
    .portal-title-sm {
        display: inline !important;
    }
}
select#selState {
    width: 100%;
}
select#selDistrict {
    width: 100%;
}
.card-title {
    text-align: center;
}
.card.search_bar {
    border: #146637;
    border-style: solid;
    border-radius: 20px;
}
.card.composite_index {
    color: #e6e6e6;
    text-align: center;
    border-radius: 20px;
    height: 80%;
}
.card.change_analytic {
    border-radius: 20px;
    height: 80%;
}
a.change_analytics {
    text-decoration: none;
    color: #e6e6e6;
}
a.publication {
    text-decoration: none;
    color: #514b64;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-box {
    position: relative;
    padding: 20px 10px 40px;
    margin: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px, rgba(0, 0, 0, 0.04) 0px 2px 4px,
        rgba(0, 0, 0, 0.04) 0px 4px 8px, rgba(0, 0, 0, 0.04) 0px 8px 16px,
        rgba(0, 0, 0, 0.04) 0px 16px 32px, rgba(0, 0, 0, 0.04) 0px 32px 64px;
}
.card-box:hover {
    text-decoration: none;
}
.card-box:hover .icon i {
    font-size: 80px;
    transition: 1s;
    -webkit-transition: 1s;
}
.card-box .inner {
    padding: 5px 10px 0 10px;
}
.card-box h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}
.card-box p {
    font-size: 15px;
}
.card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 10px;
    z-index: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.25);
}
.link {
    color: #f1f1f1;
    padding: 6px 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.link:hover {
    background-color: #f1f1f1;
    color: #03244d;
    transition: background 0.5s ease;
}
.card-action-bar {
    display: flex;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}
.wrimagecard-topimage_header {
    background-color: rgb(251 253 255 / 20%);
    padding: 3px;
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
}
.wrimagecard-topimage a {
    height: 100%;
    display: block;
}
.h-130 {
  height: 20vh !important;
}
.front-card-link {
    text-decoration: none;
    color: white;
    --bs-link-hover-color: beige;
}
a.nav-link.bg-green-100 {
    text-decoration: none;
    color: green;
    font-weight: 600;
}
#front-card-header {
    height: 69px;
}
#front-card-body {
    height: 260px;
}
.bg {
    background-color: #b0efff78 !important;
}
.row.section1 {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 18.666667%;
    }
}
.container.mt-1.contact {
    text-align: center;
    padding: 3% 0%;
}
#datapage_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
table.table.table-bordered {
    background-color: #ffffe0;
    border-collapse: collapse;
    color: #000;
}
table.table.table-bordered th {
    background-color: #bdb76b;
    color: white;
}
table.table.table-bordered td,
table.table.table-bordered th {
    padding: 5px;
    vertical-align: middle;
}
table.table.table-bordered td {
    border-bottom: 1px dotted #bdb76b;
}
/* TRAINING PROGRAM */
.row.search-bar {
    background-color: #f2f7de;
    padding-top: 12px;
}
.row.mt-3.innerdata {
    text-align: center;
    justify-content: center;
}
/* Image GALLERY CSS */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/* VIDEO GALLERY */
.container.mt-3 .videos {
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: center;
}

.container.mt-3 .videos video {
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.container.mt-3 .videos video:nth-child(1) {
    margin-top: 0;
}

.container.mt-3 .videos video:hover,
.container.mt-3 .videos .active {
    transform: scale(1.06);
    border: 1px solid #ff0090;
}

.container.mt-3 .main-video {
    width: 80%;
    padding: 10px;
}

.container.mt-3 .main-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #202023;
}
