@charset "utf-8";
/* CSS Document */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

body.loginBg {
    background: url(../images/login_bg.jpg) center fixed no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 0;
    min-width: 400px;
    font-size: 16px;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: underline;
    }

.flex {
    display: flex;
}

.loginContent {
    background: none;
    border-radius: 20px;
    padding: 20px;
    margin: 70px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content {
    text-align: center;
    width: 45%;
}

    .content img {
        width: auto;
        margin-bottom: 20px;
    }

    .content div {
        margin: 10px;
        justify-content: space-between;
        align-items: end;
    }

input.text, select {
    border: 1px solid #e2eaee;
    /*color: #c2c5cd;
    */
    padding: 10px;
    border-radius: 10px;
    outline: 0;
    width: 100%;
}

input.checkbox {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
}

input.search {
    background: url(../images/icon_search.png) 5px center no-repeat;
    padding: 8px 8px 8px 40px;
    border: 1px solid #b7cbd6;
    border-radius: 5px;
    color: #9398a7;
    width: 40%;
    margin-bottom: 5px;
    margin-right: 20px;
}

.btn-orange {
    background: #e85f5c;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 0;
    outline: 0;
    margin: 30px 0 60px;
    clear: both;
    text-transform: uppercase;
}

.container {
    max-width: 100%;
    padding: 0;
}

.bodyContent {
    margin: 2%;
    flex: 1;
}

header, footer, .topRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 0.5% 2%;
    background: linear-gradient(#fff, #f2f2f2);
    border-bottom: 2px solid #d3d5da;
}

    header a, header a:hover {
        color: #293352;
    }

    header .logo img {
        width: 150px;
    }

    header ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

        header ul li {
            padding: 0 10px;
        }

            header ul li a {
                padding: 10px 20px !important;
                color: #293352 !important;
                border-radius: 5px;
                display: inline-block;
            }

                header ul li a:hover, header ul li.active a {
                    background: #78a0b5;
                    color: #fff !important;
                    text-decoration: none;
                }

            header ul li ul {
                display: none;
            }

                header ul li ul li {
                    padding: 0;
                }

            header ul li:hover ul {
                display: block;
                position: absolute;
                top: 52px;
                background: #fff;
                padding: 10px 0;
                width: 250px;
                border: 1px solid #ccc;
            }

            header ul li.active ul a {
                padding: 0;
                background: none;
                color: #293352 !important;
                font-size: 0.8rem;
            }

                header ul li.active ul a:hover {
                    text-decoration: underline;
                }

    header .profile {
        white-space: nowrap;
    }

.dropdown button {
    border: 0;
    background: none;
}

.dropdown ul a {
    padding: 10px !important;
}

    .dropdown ul a:hover {
        background: none;
        /*text-decoration:underline;*/
        color: #212529 !important;
    }

.bodyContent h2 {
    text-transform: uppercase;
    ;
    font-size: 2.5rem;
    font-weight: normal;
}

.bodyContent .filter a {
    background-color: #e85f5c;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.bodyContent .dropdown {
    width: 30%;
    margin: 1% 0;
    text-align: right;
    position: relative;
    top: -1px;
}

    .bodyContent .dropdown select {
        width: 82%;
        padding: 1.5% 1%;
        text-align: right;
        border-radius: 5px;
        border: 1px solid #77a0b5;
    }

.table .thead-dark th {
    color: #fff;
    background-color: #77a0b5;
    border: 0;
}

.table tbody {
    border: 1px solid #e1e1e1;
}

.table td, .table th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #eff3f6;
}

.pagination {
    justify-content: end;
}

    .pagination ul {
        list-style: none;
        display: flex;
    }

        .pagination ul li {
            margin: 5px;
        }

            .pagination ul li a {
                padding: 3px 5px;
                width: 30px;
                height: 30px;
                border-radius: 30px;
                display: inline-block;
                text-decoration: none;
                background: #f2f2f2;
                color: #293352;
                text-align: center;
            }

                .pagination ul li a:hover {
                    color: #f2f2f2;
                    background: #293352;
                }

                .pagination ul li a.active {
                    color: #f2f2f2;
                    background: #293352;
                }

            .pagination ul li span.triangle-left {
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-right: 10px solid #293352;
                border-bottom: 5px solid transparent;
                display: inline-block;
            }

            .pagination ul li span.triangle-right {
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 10px solid #293352;
                border-bottom: 5px solid transparent;
                display: inline-block;
            }

            .pagination ul li a:hover span {
                border-left-color: #fff;
                border-right-color: #fff;
            }

footer {
    background: #293352;
    color: #fff;
    font-size: 0.8rem;
    margin-top: auto;
}

.footerLinks {
    font-size: 0.8rem;
    padding: 15px 2%;
    color: #fff;
}

    .footerLinks a {
        margin: 0 5px;
    }

.copyright {
    padding: 0 2%;
}

.cards {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.dashboard h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
}

    .dashboard h2 span {
        border-bottom: 2px solid #d62728;
        display: block;
        margin: 10px auto;
        width: 50px;
    }

.card {
    color: #3e4763;
    display: flex;
    width: 32%;
    padding: 1%;
    align-items: center;
    flex-direction: row;
    margin: 0 0 2%;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    transition: .5s opacity;
    cursor: default !important;
}

    .card:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    .card.large {
        width: 49%;
        flex-direction: column;
        align-items: start;
        margin: 0;
    }

        .card.large .graph {
            margin: 0 auto;
            text-align: center;
        }

    .card span {
        background: #3e4763;
        color: #fff;
        text-align: center;
        font-size: 3rem;
        display: inline-block;
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin-right: 20px;
        border-radius: 100px;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

.graph img {
    width: 70%;
}

.outreach .card {
    width: 23%;
    background: #6996ad;
    color: #fff;
    flex-direction: column;
    padding-bottom: 2%;
}

    .outreach .card.dark {
        background: #293352;
    }

    .outreach .card span {
        height: auto;
        margin: 0;
        background: none;
    }

button.btn-orange {
    margin: 0 0 10px;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #e85f5c;
    border-color: #e85f5c;
    outline: 0;
}

.btn-primary, .btn-secondary {
    padding: 10px 30px;
}
.modal-header .close {
    font-size: 3rem;
    font-weight: normal;
}
.modal-title {
    text-transform: uppercase;
    font-size: 2rem;
    color: #293352;
}
.modal-dialog {
    border: 5px solid #6b99b0;
    border-radius: 10px;
}
.modal-content{
    padding:15px;
}
button:hover, a:hover {
    opacity: 0.85;
    text-decoration: none; 
}
/*div.even {
    background-color: #eff3f6;
    padding-top: 5px;
    padding-bottom: 5px; 
}*/
.bg-light {
    background: none !important;
}

.navbar {
    flex-basis: 75%;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    color: #293352 !important; /*text-decoration:underline;*/
}

.dropdown-menu {
    border: 0;
    font-size: inherit;
    margin: 0;
    padding: 10px 0 0.5rem;
    border: 1px solid #f2f2f2;
    width: 250px;
    white-space: nowrap;
    text-transform: capitalize;
    left: 10px;
    box-shadow: 0 0 10px #ccc;
}

.filterBlock {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
}

    .filterBlock h5 {
        margin: 15px;
    }

    .filterBlock .row {
        margin: 15px 0;
    }

    .filterBlock select, .filterBlock input.text {
        padding: 2%;
        font-size: 14px;
        border-radius: 5px;
    }

    .filterBlock .btn {
        font-size: inherit;
        margin: 0;
        font-size: 14px;
        padding: 2% 5%;
    }

table td input.checkbox {
    padding: 15px;
    top: 0;
}

table input.text {
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    background: none;
}

.password {
    position: relative;
}

    .password input {
        padding-right: 40px;
    }

    .password img {
        position: absolute;
        right: 10px;
        top: 11px;
        width: 24px;
        opacity: 0.8;
    }

.greyblock {
    background: #e9eaed;
    padding: 2% 3%;
    display: flex;
    flex-wrap: wrap;
    margin: 1% 0;
    position: relative;
    justify-content: space-between;
}

    .greyblock div {
        width: 49%;
        margin: 5px 0;
        align-items: flex-start;
    }

        .greyblock div img {
            margin: 0 5px;
            position: relative;
        }

    .greyblock hr {
        width: 100%;
    }

    .greyblock div strong, .blueblock div strong {
        display: block;
    }

.blueblock {
    background: #e9eaed;
    padding: 6%;
    display: flex;
    flex-wrap: wrap;
    margin: 2% 0 8%;
    width: calc(100%);
}

    .blueblock div {
        width: 100%;
        display: inline-block;
        margin: 5px 0;
    }

.btn-secondary {
    background: #6996ad;
    border: 0;
}

.filterBlock div.checkbox {
    font-size: 13px;
}

    .filterBlock div.checkbox input {
        margin: 10px 5px 0 0;
        position: relative;
        top: 1px;
    }

.clear-filter a {
    color: #293352;
    margin: 15px 20px 0 5px;
    display: inline-block;
    font-weight: normal;
    /* text-decoration: underline; */
    font-size: 14px;
}

.arrow {
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: -5px;
    right: 30px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.dropdown-menu.show {
    background: #fff !important;
}

.dropdown-item [type="checkbox"] {
    margin: 0 5px;
}

.multiselect {
    border: 1px solid #e2eaee;
    border-radius: 5px;
    text-align: left;
    background: #fff;
}

.multiselect-container .input-group {
    margin: 5px;
    width: auto;
}

.multiselect-selected-text {
    width: 95%;
    display: inline-block;
}

.multiselect-container > li > a > label {
    padding-left: 20px;
}

.required {
    color: #ff0000;
}
/*.bodyContent label{font-weight:bold;}
.bodyContent a:link, .bodyContent a:hover{color:#293352;}*/
.clear {
    clear: both;
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 0.9rem;
    }

    .content {
        width: 55%
    }

    .navbar {
        flex-basis: auto;
        padding: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 50px;
        right: 0px;
        background: #fff;
        width: 250px;
        border: 1px solid #ccc;
        z-index: 10;
        padding: 1rem 0;
        box-shadow: 0 0 10px #ccc;
    }

    header ul li:hover ul {
        position: relative;
        top: 0;
        border: 0;
        font-size: 0.8rem;
        margin: 0;
        width: 100%;
    }

    .logo {
        order: 1;
        flex-basis: 70%;
    }

    .dropdown {
        order: 2;
        width: auto;
    }

    .navbar {
        order: 3;
    }

    input.search {
        width: 60%;
    }

    .bodyContent h2 {
        font-size: 2rem;
    }

    .bodyContent .dropdown select {
        width: 80%;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 0;
        padding: 0;
        width: auto;
    }

    .dropdown-menu-right {
        box-shadow: 0 0 10px #ccc;
        padding: 10px;
        width: 200px;
        top: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 0.85rem;
    }

    .bodyContent h2 {
        font-size: 2rem;
    }

    .bodyContent .filter a {
        padding: 5px 7px;
    }

    .content {
        width: 70%
    }

    .card {
        font-size: 1.2rem;
    }

        .card span {
            width: 80px;
            min-width: 80px;
            height: 80px;
        }

    header .logo img {
        width: 110px;
    }

    header ul li a {
        padding: 10px;
    }

    .profile img {
        width: 30%;
    }

    .pagination ul li a {
        width: 25px;
        height: 25px;
    }

    input.search {
        width: 100%;
    }

    .bodyContent .dropdown {
        width: 60%;
        text-align: right;
    }

    .bodyContent h2 {
        font-size: 1.5rem;
    }

    .filterBlock .btn {
        font-size: inherit;
        margin: 5px 2px;
        font-size: 14px;
        padding: 0.5% 2%;
    }

    .modal .contentblock {
        display: block;
    }

    .modal .leftcol, .modal .rightcol {
        width: 100%;
        max-width: 100%;
    }

    .modal .blueblock {
        padding: 4%;
        margin: 2% 0 4%;
    }

    .modal .greyblock div {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 0.85rem;
        min-width: 350px;
    }

    .content {
        width: 90%
    }

    .card.large {
        width: 100%;
        margin-bottom: 15px;
    }

    .bodyContent h2 {
        font-size: 1.5rem;
    }

    .logo {
        flex-basis: 50%;
    }

    .topRow {
        flex-wrap: wrap
    }

    input.search {
        width: 87%;
        margin: 0 0 5px;
    }

    .card {
        width: 100%;
    }

    .filterBlock .col-sm-4 {
        margin: 5px 0;
    }

    .filterBlock input.text, .filterBlock select {
        width: 98%;
    }

    .filterBlock input.datepicker {
        width: 47%;
    }

    .bodyContent .dropdown {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .card span {
        zoom: 0.8;
    }

    .outreach .card {
        width: 49%;
    }

    footer {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .footerLinks {
        padding: 0;
    }

    .filterBlock .btn {
        padding: 2% 5%;
    }

    .modal-dialog {
        margin: 1rem auto;
    }
}

@charset "utf-8";
/* Grid Formatting */

.ag-root-wrapper {
    border: 0 !important;
}

.ag-paging-panel {
    border-color: #d5d5d5 !important;
}

.ag-header-row {
    background: #77a0b5;
    color: #fff;
}
/*.ag-header-row .ag-header-cell{min-width:100px;}*/

.ag-header-cell-text {
    color: #fff;
}

.ag-header-row-column-filter {
    background: #f8f8f8;
}

.ag-icon-menu:before, .ag-icon-desc, .ag-icon-asc {
    color: #fff;
}

.ag-ltr .ag-floating-filter-button {
    margin-left: 5px !important;
}

.table-responsive {
    width: auto;
    overflow: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.buttons-container {
    margin: 10px 0px 8px !important;
}
/*i.material-symbols-outlined{
	background: url(https://www.ag-grid.com/theme-icons/quartz/pinned-bottom.svg) no-repeat;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    top: 8px;
}*/

/* Filter Formatting */

.bodyContent .topRow {
    margin: 0;
}

.btn-primary, .btn-secondary {
    white-space: nowrap;
}

.date-filters {
    margin-bottom: 10px;
    align-items: center;
    margin-top: 5px;
}

    .date-filters div:first-child {
        margin-left: 5px;
    }

    .date-filters label {
        margin: 0;
        font-weight: bold;
    }

    .date-filters button {
        padding: 7px 15px;
        margin: 5px;
        background: #6996ad;
        color: #fff;
        border-radius: 3px;
        border: 0;
        font-size: 0.9rem;
        height: 37px;
    }

    .date-filters input[type="date"] {
        border: 1px solid #babfc7;
        border-radius: 3px;
        padding: 5px;
        font-size: 0.9rem;
        margin: 0 5px;
    }

.date-filter-container, .column-visibility-container, .export-button-container, .reset-filter-container, .buttons-container {
    display: inline-block !important;
}

.column-visibility-container {
    margin-right: 5px;
}

.buttons-container button {
    padding: 7px 15px;
    margin: 5px;
    background: #6996ad !important;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 0.9rem;
    height: 37px !important;
}

button img {
    width: 24px;
    height: auto;
}

.profile img {
    width: auto;
}

span.status {
    border-radius: 15px;
    padding: 0 0 0 12px;
    margin-right: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
}

.loader {
    border: 5px solid #ccc;
    border-radius: 50%;
    border-top: 5px solid #293352;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1051;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.download-button {
    margin-left: 75%;
    background: #6996ad !important;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 0.9rem;
    height: 37px !important;
}

/* Toggle Button Styles */
.my-custom-toggle-button input {
    display: none;
}

.my-custom-toggle-button {
    height: 3.5rem; 
    border-radius: 50px;
    overflow: hidden;
    border: 5px solid #cbdaed;
    box-shadow: none;
    background: #e6eef9;
}

.my-custom-toggle-button .btn-check + .btn {
    background-color: #e6eef9;
    color: #063060;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

.my-custom-toggle-button .btn-check:checked + .btn {
    background-color: #063060;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 50px;
}

/* Override Bootstrap's focus ring if you want to completely match the image */
.my-custom-toggle-button .btn-check:focus + .btn {
    box-shadow: none;
}

/* KPI Filter Buttons */
.kpi-filter-container {
    margin: 10px 0;
}

.kpi-filters {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.kpi-filter-btn {
    padding: 8px 16px;
    margin-bottom: 5px;
    background: #6996ad;
    color: #fff;
    border: 2px solid #6996ad;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease;
}

.kpi-filter-btn:hover {
    background: #5a8399;
    border-color: #5a8399;
    opacity: 1;
}

.kpi-filter-btn.active {
    background: #1abc9c !important;
    border-color: #1abc9c !important;
    color: white !important;
    font-weight: bold !important;
}

#activeFilterLabel {
    color: #1abc9c;
    font-weight: bold;
    font-size: 14px;
}