/* Import Poppins from a local directory */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-image: url(../../Images/large-triangles.svg);
    background-position: center center;
}

    body.black-background {
        background-color: #243133;
    }

        body.black-background h1,
        body.black-background h2.upper,
        body.black-background .para,
        body.black-background .designations span,
        body.black-background .designation span {
            color: #fff !important;
        }

        body.black-background .latest-news-container-top {
            background-color: #fff;
        }
/* **********************  darBackGround Styling  end*/
h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}
/* Optionally, you can import different font weights and styles as needed */
@font-face {
    font-family: 'Poppins';
    src: url('poppins-bold.html') format('woff2'), Modern Browsers url('poppins-bold-2.html') format('woff');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.topBar {
    background-color: #056e77;
    padding: 1px 0;
}

    .topBar .header-outer-main .theme_background p {
        margin: 0px;
        font-size: 11px;
        color: #fff
    }

    .topBar .header-outer {
        padding: 0;
    }

    .topBar .topSec {
        display: flex;
        justify-content: end;
    }

.logoImg {
    /*width: 81px;*/
    height: 80px;
}

.font-change-section {
    color: #fff;
    align-items: center;
    display: flex;
    gap: 6px;
}

    .font-change-section p {
        background-color: #fff;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        text-align: center;
        vertical-align: top;
    }

        .font-change-section p a {
            color: #111;
        }

.theme_background {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
/* ***************************************** */
/*navbar*/
header.fixed-top {
    box-shadow: 0px 3px 12px 0px #ccc;
}
.navbar a.navbar-brand img {
    height: 55px;
}

header .navbar {
    background-image: url(../../Images/Headerwave1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #fff;
    padding:0px;
}
header .navbar ul.navbar-nav {
}
header .navbar ul.navbar-nav li.nav-item {
}
    header .navbar ul.navbar-nav li.nav-item {
        border-radius: 8px;
    }
        header .navbar ul.navbar-nav li.nav-item a.nav-link {
            font-weight: 500;
            color: #f00;
            margin: 0px 2px;
            border-radius: 8px;
            font-size: 14px;
        }
        header .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
            color: #ffffff;
            background-color: #056e77;
            border-radius: 8px;
        }
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #f00;
}
header .navbar .navbar-toggler-icon {
    background-image: url(/layout/Images/menubar.svg);
}
header .navbar .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
    background-color: #056e77;
}
/**/
footer.footer {
    padding: 10px 5px;
    text-align: center;
    background-color: #361906;
    color: #e9e9e9;
    line-height: 20px !important;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    white-space: normal !important;
    background-image: url(../../Images/flat-mountains.svg);
    background-position: center center;
}

    footer.footer a {
        color: #ffd800;
        text-decoration: none;
    }
/*section.content-header*/
section.content-header {
}

    section.content-header h1 {
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        background-color: #ffef00;
        margin:15px auto;
        width: 486px;
        padding: 10px 10px;
        box-shadow: 1px 2px 3px #ccc;
        border-radius: 29px;
        border: 1px solid #c3c3c3;
    }
        section.content-header h1 span {
            display: block;
            font-size: 14px;
            color: #f00;
        }

        section.content-header h3 {
            text-align: center;
            font-size: 16px;
            margin: 5px auto 15px;
            width: 486px;
            padding: 7px 5px;
            box-shadow: 1px 2px 3px #ccc;
            border-radius: 29px;
            border: 1px solid #c3c3c3;
        }
/**/
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    padding: 1px;
    vertical-align: middle;
    font-size: 14px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
    padding: 1px;
    vertical-align: middle;
    font-size: 10px;
}

.table {
    margin-bottom: 2px;
}

.table-responsive {
    margin-bottom: 5px;
}

tr.bg-info th select.form-select {
    width: 160px;
    font-size: 10px;
    padding: .15rem;
}
table.table.table-striped.table-bordered.table-condensed select.form-select {
    width: 160px;
    font-size: 10px;
    padding: .15rem;
}
table#cbfacilityType tbody tr {
    display: flex;
}
table#cbfacilityType tbody td {
    display: contents;
}
table#cbfacilityType tbody label {
    margin-left:2px;
}
/*Report Sync*/
.reportsync {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 10px auto;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    max-width: 380px;
    box-shadow: 0px 1px 6px 1px #d0cccc;
}
label.form-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom:5px;
}
.reportsync select.form-select, .reportsync input.form-control {margin-bottom:15px;
}
header .navbar ul.navbar-nav li.nav-item:last-child a.nav-link {
    color: #ffffff;
    background-color: #056e77;
    border-radius: 8px;
    font-size: 14px;
}
    header .navbar ul.navbar-nav li.nav-item:last-child a.nav-link:hover {
        color: #ffffff;
        background-color: #f00;
        border-radius: 8px;
    }
/**/
@media only screen and (max-width: 769px) and (min-width: 320px) {
    .topBar {
        padding: 1px 0;
    }

    .theme_background {
        display: block;
    }

    footer.footer {
        position: revert !important;
    }

    .topBar .header-outer-main .theme_background p {
        margin: 0px 0px 1px;
        font-size: 10px;
    }

    .navbar a.navbar-brand img {
        height: 45px;
    }

    .navbar-toggler {
        padding: .25rem .25rem;
    }

    section.content-header h1 {
        width: unset;
        font-size: 16px;
    }
    header .navbar ul.navbar-nav li.nav-item a.nav-link:hover {padding:5px;
    }
    header .navbar .navbar-collapse { margin-bottom:20px;
    }
}

@media only screen and (max-width: 440px) and (min-width: 200px) {
    .reportsync {
        max-width: 100%;
    }
    header .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
        padding: 5px;
    }
    header .navbar .navbar-collapse {
        margin-bottom: 20px;
    }
}


    @media only screen and (max-width: 320px) and (min-width: 200px) {
        .topBar {
            padding: 1px 0;
        }

        .theme_background {
            display: block;
        }

        footer.footer {
            position: revert !important;
        }

        .topBar .header-outer-main .theme_background p {
            margin: 0px 0px 1px;
            font-size: 10px;
        }

        .navbar a.navbar-brand img {
            height: 35px;
        }

        .navbar-toggler {
            padding: .25rem .25rem;
        }

        section.content-header h1 {
            width: unset;
            font-size: 16px;
        }

        .reportsync {
            max-width: 280px;
        }
    }
