@import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.tiro-bangla-regular {
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Poppins", "Tiro Bangla", "Courier New", Courier, monospace, sans-serif;
    background-color: #fff;
    /* height: 200vh; */
}
.footer-text {
    color: #8B8A91;
    font-size: 14px;
}
.footer-text:hover {
    color: #ffffff;
    transition: 0.5s all ease;
}
.footer-img {
    width: 140px;
    height:140px;
}
.item-style {
    color: #8B8A91;
    border-bottom: 1px solid #58585a
}
.chart-card-h{
    height: 600px;
}
.heading{
    margin-top: 120px !important;
}
.card-h {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card-h:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-img {
    transition: transform 0.3s ease;
}

.card-h:hover .card-img {
    transform: scale(1.05);
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.card-text {
    font-size: 0.85rem;
}
.card-img-h {
    height: 220px;
}
.table-title {
    font-size: 20px;
}
.disease-title {
    font-size: 18px;
}
.t-height {
    height: 40px!important;
    width: 40px!important;
}
.dropdown-item:focus, .dropdown-item {
    color: #5E5F5E;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #ffffff!important;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 1.6rem!important;
}
.form-control:focus {
    border-color: #198754!important;
    box-shadow: none!important;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.kgf-img {
    width: 100px;
    height: 100px;
}
#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }
  @media screen and (max-width: 1080px) {
    .footer-text {
        font-size: 14px;
    }
    .chart-card-h{
        height: 500px;
    }
    .footer-img {
        width: 100px;
        height:100px;
    }
    .card-img-h {
        height: 180px;
    }

  }
   @media screen and (max-width: 768px) {
    .chart-card-h{
        height: 400px;
    }
     .footer-img {
        width: 80px;
        height:80px;
    }
    .table-title {
        font-size: 16px;;
    }
    .disease-title {
        font-size: 16px;
    }
    .card-img-h {
        height: 100px;
    }
    .kgf-img {
        width: 80px;
        height: 80px;
    }
    .t-height {
        height: auto!important;
        width: auto!important;
    }
  }
  @media screen and (max-width: 425px) {
    .chart-card-h{
        height: auto;
    }
    .card-img-h {
        height: auto;
    }
    .t-height {
        height: auto!important;
        width: auto!important;
    }
  }
.map-label {
    font-family: "Tiro Bangla", serif;
    font-size: 20px;
    font-weight: normal;
    fill: #fff; /* For SVG text elements, use 'fill' for color */
}

.hoverable {
    transition: fill 0.3s ease;
    z-index: 999999;
}

.hoverable:hover {
    fill: #007C91 !important; /* your desired hover color */
    cursor: pointer;
}
