* {
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1250px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

p {
    font-size: 15px;
}

.fw-600,
.navbar .nav-link {
    font-weight: 600;
}

.main-heading {
    margin-top: 2rem;
}

a:hover {
    text-decoration: none;
}

section {
    padding: 1rem;
}

a.navbar-brand img {
    width: 150px;
}

a.navbar-brand .visa-logo {
    width: 122px !important;
}

a.navbar-brand .first-logo {
    width: 55px !important;
}

a.navbar-brand .second-logo {
    width: 50px !important;
}

a.navbar-brand .third-logo {
    width: 67px !important;
}

.main-heading h1 {
    font-weight: 600;
    padding: 1rem 0 0.5rem;
    border-bottom: 1px solid #d4d8dd;
    margin-bottom: 0px;
}

.form-select,
.form-control {
    font-size: 14px;
    box-shadow: 0px 1px 5px 1px #e4e4e4;
    border: none;
}

.form-label {
    margin-bottom: 0;
}

.bg-nav {
    background: #white;
}

.Capacity-card .card {
    transition: all 0.3s linear;
}

.Capacity-card .bg-muted {
    background: #eaebeb;
}

.Capacity-card .card-body .card-title {
    background: #ffffff8f;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
}

.Capacity-card .card-body .card-title h4 {
    font-weight: 600;
}

.bg-light-red {
    background: #FF8775;
}

.bg-yellow {
    background: #FFD07E;
}

.bg-info {
    background: #00B3BE !important;
}

.bg-green {
    background: #00CFA4;
}

.fw-500 {
    font-weight: 500;
}

/* .card-values {
    display: flex;
    justify-content: space-between;
    align-items: end;
} */

table {
    font-size: 15px;
    text-align: center;
}

/* red strip color for even rows */
.table-striped-red tbody tr:nth-child(even) {
    background-color: #fccccf63;
    color: #000;
    font-weight: 500;
    /* Light blue, change as needed */
}

/* red strip color for odd rows */
.table-striped-red tbody tr:nth-child(odd) {
    background-color: #ffd8d9c7;
    color: #000;
    font-weight: 500;
    /* Lighter blue, change as needed */
}

.table-striped-info tbody tr:nth-child(even) {
    background-color: #b9e3ff;
    color: #000;
    font-weight: 500;
    /* Light blue, change as needed */
}

/* strip color for odd rows */
.table-striped-info tbody tr:nth-child(odd) {
    background-color: #d8e9ff;
    color: #000;
    font-weight: 500;
    /* Lighter blue, change as needed */
}


.table>thead {
    border-bottom: 5px solid #edf2f9;
}

.table> :not(caption)>*>* {
    border: 2px solid #edf2f9 !important;
}

td a {
    color: #000;
}

.gallery h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

a.Capacity-card .card:hover {
    transform: scale(1.03);
    transition: all 0.3s linear;
}

.table-hover>tbody>tr:hover>* {
    color: #000000 !important;
}

.Subsidised {
    width: fit-content;
    padding: 0.7rem;
    background: #c1c1c161;
    border-radius: 50%;
    margin: 0 auto;
}

main {
    min-height: 100vh;
    padding-bottom: 3rem;
}

.bg-dark {
    --falcon-bg-opacity: 1;
    background-color: #265073 !important;
}

.btn,
input {
    font-size: 14px;
}

.btn-secondary {
    background-color: #F1FADA !important;
    border: 1px solid #F1FADA;
    color: #000 !important;
}

.bg-secondary {
    --falcon-bg-opacity: 1;
    background-color: #205966;
}

.bg-info {
    --falcon-bg-opacity: 1;
    background-color: #9AD0C2 !important;
}

.btn-success {
    background-color: #9AD0C2 !important;
    border: 1px solid #9AD0C2;
    color: #000 !important;
}

.pr-0 {
    padding-right: 0;
}

.btn-block {
    width: 100%;
}

.header {
    position: sticky;
    top: 0;
    z-index: 9;

}

#capacity_development,
#training_program,
#exposure_visit,
#total_visit_data {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

@media(max-width:400px) {
    .header .navbar .navbar-brand img {
        width: 84px;
    }

    a.navbar-brand .visa-logo {
        width: 84px !important;
    }

    a.navbar-brand .first-logo {
        width: 30px !important;
    }

    a.navbar-brand .second-logo {
        width: 30px !important;
    }

    a.navbar-brand .third-logo {
        width: 37px !important;
    }

    .header .navbar h5 {
        font-size: 15px;
        margin-bottom: 0;
        padding: 10px 0px;
    }
}

@media(max-width:428px) {
    .footer .d-flex {
        flex-direction: column;
    }
}

@media(max-width:428px) {
    main {
        padding-bottom: 70px;
    }
}

.dob-nav .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    color: #fff;
}

.Capacity-card .card {
    background-color: #265073 !important;
}

.Capacity-card .card .card-values h5 {
    color: #fff;
}

.text-pink {
    color: pink;
}

#navbarPrimaryExample {
    transition: all .05s;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    #navbarPrimaryExample {
        display: block;
        transition: all .05s;
    }
}

@media (max-width:992px) {
    #navbarPrimaryExample {
        display: none;
    }

    .dob-nav .navbar-nav {
        flex-direction: column;
        justify-content: end;
        gap: 0px;
        color: #fff;
    }
}

.mono-back {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 3px solid #265073 !important;
    transition: all .5s;
    height: 100%;
}

.mono-back:hover {
    border-bottom: 3px solid rgb(245 128 62) !important;
}

.mono-back::before {
    content: '';
    background-color: #49708f;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: -60px;
    left: -60px;
}

hr.mono-line {
    margin: 1rem 3rem;
    color: unset;
    border: 0;
    opacity: 1;
    background-color: #8e979f52;
    height: 5px;
    border-radius: 10px;
}

.hr-line {
    background-color: #c7c7c7;
    height: 40px;
    width: 1px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}



.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
