﻿@font-face {
    font-family: 'Tondo';
    src: url('../tondo.ttf') format('truetype'); /* Adjust the path as per your project */
    font-weight: normal;
    font-style: normal;
}

/* Apply the custom font */
.tondo {
    /*font-family: 'Tondo', sans-serif;*/
    font-family: "Roboto", sans-serif;
}

/*theme override*/
.header-bg-color {
    background-color: #95C11F;
}
/*end theme override*/

/* Responsive Dashboard Improvements */
.statistics-sidebar {
    padding: 1rem;
}

.statistics-sidebar .card {
    margin-bottom: 1rem;
}

/* Mobile responsive data points */
@media (max-width: 576px) {
    .data-point {
        margin-bottom: 1rem;
        text-align: center;
    }

    .headline {
        font-size: 1.5rem;
    }

    .stat-description {
        font-size: 0.9rem;
    }
}

/* Tablet responsive adjustments */
@media (min-width: 577px) and (max-width: 991px) {
    .statistics-sidebar {
        padding: 0.5rem;
    }
}

/* Navigation improvements */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding-top: 1rem;
        border-top: 1px solid #dee2e6;
        margin-top: 1rem;
    }

    .container-xl.header-container-menu {
        flex-wrap: wrap;
    }

    /* Custom navbar collapse animation */
    .navbar-collapse.collapsing {
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .navbar-collapse.show {
        display: block !important;
        height: auto;
    }

    /* Hide any extra togglers inside the expanded menu */
    .navbar-collapse .navbar-toggler {
        display: none !important;
    }
}

/* Custom breakpoint for video column at 1480px */
@media (max-width: 1480px) {
    .video-column {
        display: none !important;
    }

    .main-content-column {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Adjust detail panel width when video is hidden */
    .slickdashItem.active .slickdash-detail {
        width: calc(100vw - 320px - 2rem);
        max-width: none;
    }
}

/* Ensure video shows above 1480px */
@media (min-width: 1481px) {
    .video-column {
        display: block !important;
    }
}

.btn-green {
    background-color: #637913;
    border-color: #95C11F;
}

    .btn-green:hover {
        background-color: #95C11F;
        border-color: #637913;
    }


.btn-darkgreen {
    background-color: #d5e1aa;
    border-color: #95C11F;
    color: darkgreen;
}

    .btn-darkgreen:hover {
        background-color: #95C11F;
        border-color: #637913;
    }

.header-container-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
}

body {
    color: #555555;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.custom-table-head {
    background: unset !important;
    font-size: 0.9em !important;
}


.infographic-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0 0px;
    background: #156670;
    font-family: "Roboto", sans-serif;
    color: #545454;
    background-image: url('../img/background-wide.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}

* {
    font-family: "Roboto", sans-serif;
}

.example {
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 100%;
    max-width: 1015px;
    margin: 30px 0;
    display: block;
}

.header {
    width: 100%;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px;
}

.banner {
    width: 335px;
}

/*INFO SECTION - CIRCLE GRAPH*/
.info_section {
    padding: 30px;
    background: #fafafa;
    margin: 15px 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 960px;
}

.info-tile {
    min-height: 400px;
}

.graph-circle {
    position: relative;
}

.circle-graph-container {
    position: relative;
    display: flex;
}

.circle-graph {
    margin: 0 15px;
    position: relative;
    width: 50%;
    line-height: 1.2 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

canvas {
    position: absolute;
    top: 0px;
}

.stats {
    width: 100% !important;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .stats p {
        line-height: 1.2;
        font-size: 21px;
        color: #545454;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

span.info_section_wordHighlight {
    color: #003A79;
    font-weight: 600;
}

/* BAR GRAPH */
.graph-bar {
    padding: 15px 30px;
    background: #fafafa;
    margin: 15px 0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 60px);
    h: 960px;
}

.bar-graph-container {
    width: 100%;
    overflow: hidden;
}

.graph-bar h2 {
    font-family: 'Roboto', sans-serif;
    color: #545454;
    text-align: left;
}

.bar-graph-container p {
    padding: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.bar-1 {
    width: 85%;
    background-color: #003A79;
    animation: slide-left 0.9s ease-in-out 1s both;
    -webkit-animation: slide-left 0.9s ease-in-out 1s both;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.bar-container {
    background-color: #cccccc;
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-200%);
    }

    70% {
        -webkit-transform: translateX(2%);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

/* HALF PIE CHART */
.info_section_stackup {
    background: #fafafa;
    border-radius: 10px;
    padding: 30px;
    margin: 15px 0;
    overflow: hidden;
    width: calc(100% - 60px);
    width: 960px;
}

    .info_section_stackup h4 {
        color: #545454;
        margin: 0;
        font-size: 24px;
        text-align: center;
    }

.semicircle-infographic {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    transform: rotate(270deg);
    margin: -90px 0 -200px 0;
}

    .semicircle-infographic .center-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 250px;
        min-height: 250px;
        background-color: #fafafa;
        border-radius: 50%;
        margin-right: -125px;
        z-index: 1;
    }

        .semicircle-infographic .center-circle .content {
            margin: auto;
            width: 80vw;
            max-width: 1500px;
            position: relative;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            color: #58585B;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            padding: 10px;
            position: relative;
        }

            .semicircle-infographic .center-circle .content:before {
                content: "";
                position: absolute;
                bottom: 5%;
                left: 83%;
                transform: rotate(100deg);
                width: 0;
                height: 0;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-bottom: 172px solid #003A79;
                border-radius: 20px;
            }

            .semicircle-infographic .center-circle .content::after {
                content: "";
                background: #fafafa;
                height: 10px;
                width: 10px;
                position: absolute;
                bottom: 48%;
                left: 52%;
                border-radius: 50%;
            }

.semi-circle-container {
    min-width: 290px;
    padding: 50px 0px;
    overflow: hidden;
    position: relative;
}

    .semi-circle-container .semi-circle {
        width: 500px;
        height: 500px;
        border-radius: 50%;
        margin-left: -250px;
        position: relative;
        overflow: hidden;
    }

    .semi-circle-container .circle-section {
        position: absolute;
        width: 500px;
        height: 500px;
    }

        .semi-circle-container .circle-section:nth-child(1) {
            background-color: #E29048;
            left: 250px;
        }

        .semi-circle-container .circle-section:nth-child(2) {
            background-color: #ECBB85;
            transform: rotate(45deg) translate(50%, -50%);
        }

        .semi-circle-container .circle-section:nth-child(3) {
            background-color: #A8DEF3;
            transform: rotate(90deg) translate(50%, -50%);
        }

        .semi-circle-container .circle-section:nth-child(4) {
            background-color: #65AFE1;
            transform: rotate(135deg) translate(50%, -50%);
        }

    .semi-circle-container .inner-circle-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
    }

        .semi-circle-container .inner-circle-container .inner-circle:nth-of-type(1) {
            left: 25%;
            top: 21%;
        }

        .semi-circle-container .inner-circle-container .inner-circle:nth-of-type(2) {
            left: 60%;
            top: 38%;
        }

        .semi-circle-container .inner-circle-container .inner-circle:nth-of-type(3) {
            left: 60%;
            top: 63%;
        }

        .semi-circle-container .inner-circle-container .inner-circle:nth-of-type(4) {
            left: 24%;
            top: 80%;
        }

    .semi-circle-container .inner-circle span {
        transform: rotate(90deg);
        color: #003A79;
    }

    .semi-circle-container .inner-circle-container .inner-circle {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        background: transparent;
        border-radius: 50%;
        font-weight: bold;
        font-size: 15px;
        transform: translate(-50%, -50%);
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        text-align: center;
        border: none;
    }

.header-content {
    margin-right: 24%;
    margin-left: 24%;
}

.logo {
    width: 200px;
    padding-bottom: 50px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 48px;
    color: white;
}

.bg-red {
    background-color: #d421a1;
}

.bg-blue {
    background-color: #0899ad;
}

.bg-green {
    background-color: #369e26;
}

.bg-yellow {
    background-color: #f8b365;
}
.bg-theme {
    background-color: #0087cb;
}

.modal-full {
    position: fixed !important;
    width: 100vw !important;
}

.apexcharts-tooltip {
    color: black !important;
}

.dropdown-toggle::after {
    all: initial;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f0d7";
    color: unset;
    padding-left: 10px;
}

.apexcharts-tooltip.apexcharts-theme-light {
    color: #f8fafc !important;
    background: #1d273b !important;
    font-size: .765625rem !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-width: 0 !important;
    border-radius: 4px !important;
}

.apexcharts-tooltip {
    color: #f8fafc !important;
    background: #1d273b !important;
    font-size: .765625rem !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-width: 0 !important;
    border-radius: 4px !important;
}

@media (max-width: 767px) {
    .center-on-mobile {
        justify-content: center !important;
    }
}

.mobile-logout {
    display: none !important; /* Hide by default */
}

@media (max-width: 767px) {
    .mobile-logout {
        display: inline !important; /* Display on mobile */
    }
}

#vis-network-container {
    width: 100%;
    height: 80vh;
    border: none;
}

.tabs-graph-panel {
    position: absolute;
    top: 8px;
    right: 24px;
    width: 307px !important;
    border: 1px solid grey;
    height: 70vh !important;
    z-index: 10000;
    padding: 0px;
    background: white;
}

.e-tab .e-content {
    background: inherit;
    padding: 10px;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background: #7ba9ae;
    border-radius: 0px;
    border-color: unset;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #7ba9ae;
}

.empty-badge-cell {
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}

.card-flipper {
    perspective: 1000px;
    width: 22rem; /* Adjust as needed */
    height: 280px; /* Adjust as needed */
    position: relative;
    cursor: pointer;
}

.card-flipper-sm {
    width: 18rem; /* Adjust as needed */
    height: 287px; /* Adjust as needed */
}

.card-flipper-xs {
    width: 18rem; /* Adjust as needed */
    height: 187px; /* Adjust as needed */
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 1s;
}

.card-front {
    transform: rotateY(0deg);
    z-index: 1;
}

.card-back {
    transform: rotateY(-180deg);
}

.card-flipper:hover .card-front {
    transform: rotateY(180deg);
}

.card-flipper:hover .card-back {
    transform: rotateY(0deg);
}

.col-md-half {
    flex: 0 0 auto;
    width: 11.333333%;
}





.social-card {
    border-left: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .social-card:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #299fe0;
        transform: scaleY(1);
        transition: all 0.5s;
        transform-origin: bottom
    }

    .social-card:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #0a58ca;
        transform: scaleY(0);
        transition: all 0.5s;
        transform-origin: bottom
    }

    .social-card:hover::after {
        transform: scaleY(1);
    }


.social-card-fonts {
    font-size: 11px;
}

.social-card-social-list {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

    .social-card-social-list li {
        padding: 10px;
        color: #0053a3;
        font-size: 19px;
    }


.social-card-button:nth-child(1) {
    border: 1px solid #0053a3 !important;
    color: #0053a3;
    height: 40px;
}

.social-card-social-buttons button:nth-child(1):hover {
    border: 1px solid #0053a3 !important;
    color: #fff;
    height: 40px;
    background-color: #0053a3;
}

.social-card-social-buttons button:nth-child(2) {
    border: 1px solid #0053a3 !important;
    background-color: #0053a3;
    color: #fff;
    height: 40px;
}

.navbar {
    box-shadow: none;
}

.navbar-drop {
    box-shadow: inset 0 calc(-1 * var(--tblr-navbar-border-width)) 0 0 var(--tblr-navbar-border-color);
}

.font-bold {
    font-weight: bold;
}

.footer-transparent {
    background-color: #0087cb;
    border-top: 0;
}

.text-offgrey {
    color: #7d8b9d;
}

.event-card {
    position: relative;
    top: -58px;
    width: 90%;
    /* left: 20px; */
    border-radius: 38px;
}

.border-left-bottom-hidden {
    border-left: none;
    border-bottom: none;
}

.btn-theme {
    background-color: #289ada;
    border-color: #289ada;
    color: white;
}

/* Common styling for the image container */
.hover-effect {
    transition: transform 0.3s, opacity 0.3s; /* smooth transition for transform and opacity changes */
    overflow: hidden; /* to ensure nothing overflows when scaling */
}

    /* Hover styling for the image */
    .hover-effect:hover {
        transform: scale(1.05); /* zoom in a bit */
        opacity: 0.9; /* fade it a little */
    }


.card-fade-hover:hover {
    opacity: 0.6;
}


.video-card {
    /* Add custom styles for video cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 0.25rem;
    overflow: hidden;
}

    .video-card img {
        height: 180px;
        object-fit: cover; /* Ensure thumbnails cover the card area */
    }

.video-card-card-body {
    flex-grow: 1; /* Allows the body to fill the space between thumbnail and footer */
}

/* Add custom media queries if needed for smaller screens */
@media (max-width: 576px) {
    .video-card img {
        height: auto;
    }
}

/* Custom CSS for hover effect */
.hover-row:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;
}


.badge-success {
    background-color: green;
    color: white;
    opacity: 0.7;
}

.badge-primary {
    background-color: #009ddf;
    color: white;
}

.badge-warning {
    background-color: orange;
    color: white;
    opacity: 0.7;
}

.invoice-header {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.invoice-logo {
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.invoice-hospital-name {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.invoice-status {
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.invoice-date label {
    font-weight: bold;
}

.invoice-date {
    margin-top: 5px;
}


.notification-unseen::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    height: 10px;
    width: 10px;
    background-color: red;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    right: 15px;
}


.chat-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 400px; /* Or however wide you want your sidebar to be */
    background-color: #f9f9f9;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 10000;
}

    .chat-sidebar.open {
        transform: translateX(0);
        box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
    }




.side-nav {
    background-color: #1f2123;
    margin: 0px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    overflow: auto;
    height: 95vh;
}

.chat-btn {
    border: 1px solid rgb(96, 95, 95);
    height: 40px;
    border-radius: 5px;
}

    .chat-btn:hover {
        background-color: rgb(79, 79, 79);
        transition: background-color 0.5s ease;
    }

.gpt-model {
    background-color: #1f2123;
}

.gpt-temperature {
    background-color: #1f2123;
}

input[type="range"] {
    width: 80%;
}

    input[type="range"]::-webkit-slider-runnable-track {
        height: 3px;
        margin: 10px 0;
        width: 100%;
        background: #c5c5d2;
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 1px solid #ffffff;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

.side-nav ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.side-nav li {
    padding: 10px;
    cursor: pointer;
}

    .side-nav li:hover {
        background-color: #495057;
    }

.side-nav i {
    margin-right: 10px;
}

.chat-content {
    background-color: white;
    margin: 0px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    height: 100vh;
}

.chat-content-area {
    overflow: auto;
    height: 90vh;
    overflow-x: hidden;
}

    .chat-content-area::-webkit-scrollbar {
        width: 12px;
    }

    /* Track */
    .chat-content-area::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    .chat-content-area::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #565869;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    .chat-content-area::-webkit-scrollbar-track {
        background: #404350;
    }

.chat-inputs-container {
    background-color: #0097dd;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}



    .chat-inputs-container textarea {
        background-color: transparent;
        outline: none;
        border: none;
        color: #ffffff;
        resize: none;
    }

        .chat-inputs-container textarea::placeholder {
            color: white;
            opacity: 1;
        }

.chat-inputs-area-inner {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.send-chat-btn {
    color: white;
    cursor: pointer;
}

.chatgpt-icon {
    width: 40px;
}

.user-chat-box {
    padding: 20px;
    color: black;
}

.form-select {
    border: 1px solid rgb(96, 95, 95);
    height: 40px;
    border-radius: 5px;
}

small {
    font-size: 11px;
    padding: 12px;
    display: block;
}

.gpt-chat-box {
    background-color: white;
    padding: 20px;
    color: green;
}

.chat-icon {
    width: 15%;
    margin: 0;
    padding: 0;
}

.chat-txt {
    width: 85%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .user-chat-box {
        padding-left: 20px;
    }

    .gpt-chat-box {
        padding-left: 20px;
    }

    .chat-inputs-area-inner {
        padding-left: 50px;
        padding-right: 54px;
        margin-bottom: 30px;
    }
}



.page {
    min-height: 90vh !important; /*reset tabler height*/
}

.ask-biilder-btn {
    position: fixed;
    bottom: 10px;
    right: 0;
    color: green;
    background-color: transparent;
}

    .ask-biilder-btn:hover {
        opacity: .8;
        background-color: transparent;
    }

.no-border {
    border: none;
}


.page-body {
    margin-top: 10px;
    bottom: 0px;
}

.page-header {
    margin: 0px;
}

.header-container-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.powered-by-biild {
    margin-left: auto; /* This will push the logo to the far right */
}

.navbar-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center; /* This centers the menu */
}


.page-pretitle {
    color: white;
    font-size: 0.725rem;
}

.tenant-detail-tabset .nav-tabs .nav-item .nav-link {
    color: white !important; /* Default text color for unselected tabs */
    background-color: transparent !important; /* Ensure unselected tabs have a transparent background */
}

    .tenant-detail-tabset .nav-tabs .nav-item .nav-link.active {
        background-color: #0088cc !important; /* Background color for the selected tab */
        color: white !important; /* Text color for the selected tab */
    }

    .tenant-detail-tabset .nav-tabs .nav-item .nav-link:not(.active):hover {
        color: #0088cc !important; /* Text color for unselected tabs on hover */
    }

.tenant-detail-tabset .nav-tabs {
    border-bottom: none;
}



/*slickdash area*/
.slickdash-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.slickdash-tab-link {
    text-align: center;
}

    .slickdash-tab-link ul li {
        display: inline-block;
        padding: 10px 0;
        margin: 0 -3px;
    }

        .slickdash-tab-link ul li a {
            display: block;
            color: #000;
            font-size: 20px;
            padding: 10px 60px;
            border-bottom: 4px solid #000;
            font-weight: 500;
        }

    .slickdash-tab-link ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
        justify-content: center;
    }

        .slickdash-tab-link ul li a.active {
            color: darkcyan;
            border-color: darkcyan;
        }

.slickdash-content p {
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: 17px;
}

.slickdash-content h2 {
    text-align: left;
}

.slickdashItem {
    padding: 0 15px;
    width: 80px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
    height: 820px;
}

.slickdash-img {
    margin: 0 -15px;
}

.slickdash-detail {
    width: 800px;
}

.slickdashItemTitle {
    position: absolute;
    left: 59px;
    z-index: 1;
    width: 845px;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: center;
    margin: 0 auto;
    top: 92.6%;
    height: 121px;
    line-height: 80px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 25px;
}

.slickdashItem.active {
    width: calc(100% - 4*80px);
}

    .slickdashItem.active .slickdash-detail {
        width: calc(100vw - 320px - 4rem);
        max-width: 1544px;
    }

    .slickdashItem.active .slickdash-img {
        max-width: 408px;
    }

    .slickdashItem.active .slickdash-detail .row .col:first-child {
        max-width: 40% !important;
    }

.slickdash-content {
    margin: 25px;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slickdash-tabs.tab-content {
    background-color: white;
    border-radius: 5px;
}

.slickdashslide:after {
    content: '';
    clear: both;
    display: block;
}

.slickdash-content p {
    color: #000;
}

.slickdash-content h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.slickdashItemTitle.hide {
    display: none;
}

.slickdashItem.active .slickdash-content {
    transition: 0.3s ease;
    opacity: 1;
}

.slickdash-content a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    border-radius: 3px;
}
/*end*/




/*media area*/
@media (max-width:1750px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width:1550px) {
    .container {
        max-width: 1340px;
    }
}

@media (max-width:1450px) {
    .container {
        max-width: 1240px;
    }

    .slickdash-content {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        max-width: none;
        width: 100%;
    }
}


@media (max-width:1280px) {
    .container {
        max-width: 1140px;
    }

    .slickdashItem.active .slickdash-detail {
        width: 750px;
    }

    .slickdash-detail {
        width: 595px;
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 960px;
    }

    h4.slickdashItemTitle {
        height: 50px;
        line-height: 50px;
        left: 25px;
        top: 94%;
    }

    .slickdashItem {
        width: 50px;
    }

        .slickdashItem.active {
            width: calc(100% - 4*50px);
        }

            .slickdashItem.active .slickdash-content {
                margin-left: 20px;
            }
}



@media (max-width:991px) {
    .container {
        max-width: 720px;
    }

    .slickdash-content p {
        font-size: 14px;
    }

    .slickdashItem.active .slickdash-content {
        margin-left: 0;
    }

    h4.slickdashItemTitle {
        font-size: 14px;
        top: 93%;
        width: 280px;
        font-family: 'Tondo';
        height: 36px;
        line-height: 36px;
        left: 17px;
    }

    .slickdashItem.active .slickdash-detail {
        width: 800px;
    }

    .slickdash-content h2 {
        font-size: 18px;
        margin: 0;
    }

    .slickdash-content a {
        padding: 7px 13px;
        font-size: 16px;
        margin-top: 10px;
    }

    .slickdash-detail {
        width: 395px;
        max-height: 279px;
    }

    .slickdashItem {
        width: 35px;
    }

        .slickdashItem.active {
            width: calc(100% - 4*35px);
        }
}

@media (max-width:767px) {
    .container {
        max-width: 540px;
    }

    .slickdashItem {
        width: 100%;
    }

    .slickdash-detail {
        width: 100%;
        max-height: unset;
        display: none;
    }

    h4.slickdashItemTitle {
        text-align: left;
        padding-left: 15px;
        position: relative;
        transform: rotate(0);
        border-bottom: 1px solid #999;
        height: 40px;
        line-height: 40px;
        width: 100%;
        left: 0;
    }

    .slickdash-img {
        margin: 0;
    }

    .slickdash-content {
        margin: 0;
        max-width: 100%;
    }

    .slickdashItemTitle.hide {
        background: #de9400;
        display: block;
    }

    .slickdashItem.active .slickdash-detail {
        width: 100%;
        display: block;
    }

        .slickdashItem.active .slickdash-detail .row .col:first-child {
            max-width: 50% !important;
        }

    .slickdashItem.active {
        width: 100%;
    }
}

@media (max-width:574px) {
    .container {
        max-width: 100%;
    }

    .slickdashItem.active .slickdash-detail .row {
        display: block;
    }

        .slickdashItem.active .slickdash-detail .row .col {
            max-width: 100% !important;
        }

    .slickdash-content {
        top: 0;
        padding: 10px 0;
        overflow-x: auto;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }

    .slickdash-img, .slickdashItem.active .slickdash-img {
        width: 100%;
        max-width: unset;
    }

        .slickdash-img img {
            width: 100%;
        }
}

/* Mobile/Tablet Section Styles */
.section-header {
    border-radius: 0;
    margin-bottom: 0;
}

.section-content {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 1rem !important;
}

.headline-small {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Fix for chart rendering in slider tabs */
.slickdashItem.active .slickdash-detail {
    visibility: visible !important;
    opacity: 1 !important;
}


    .slickdashItem.active .slickdash-detail .row .col:first-child {
        max-width: 100% !important;
    }
}

.slickdashItem .slickdash-img {
    display: none;
}

.slickdashItem.active .slickdash-img {
    display: block;
}

.slickdashItem:nth-child(1) .slickdashItemTitle {
    background-color: #95C11F; /* Light green */
}

.slickdashItem:nth-child(2) .slickdashItemTitle {
    background-color: #00483A; /* dark green */
}

.slickdashItem:nth-child(3) .slickdashItemTitle {
    background-color: #009FE3; /* Blue */
}

.slickdashItem:nth-child(4) .slickdashItemTitle {
    background-color: #C2E6F9; /* Light Blue */
    color: #0088cc; /* Light Blue */
}

.slickdashItem:nth-child(5) .slickdashItemTitle {
    background-color: #DCE3B7; /* Washed Freen */
    color: #2e3509;
}

.slickbanner {
    height: 820px;
}

.slickdash-bg-color {
    background-color:#95C11F;
}
.slickdash-color {
    color:#95C11F;
}

/*.swoop-background {
    position: relative;
    height: 100px;
    background-color: #95C11F;
    clip-path: ellipse(60% 180% at 50% 0%);
}

.slickdash-area {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.slickdash-detail {
    position: relative;
    z-index: 2;*/ /* To make sure it appears on top of the swoop */
/*}*/

/* Example for setting different colors for each swoop background */
/*.slickdashItem:nth-child(1) .swoop-background {
    background-color: #95C11F;
}

.slickdashItem:nth-child(2) .swoop-background {
    background-color: #00483A;
}

.slickdashItem:nth-child(3) .swoop-background {
    background-color: #009FE3;
}

.slickdashItem:nth-child(4) .swoop-background {
    background-color: #C2E6F9;
}

.slickdashItem:nth-child(5) .swoop-background {
    background-color: #DCE3B7;
}*/



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 150px; /* Adjust size as needed */
    height: 150px;
    background: url('/img/spinner.png') no-repeat center center;
    background-size: contain;
    animation: spin 8s linear infinite; /* Spin animation */
}
.spinner-wrapper {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}


/* Prevent body shifting when dialog is open */
body.modal-open {
    overflow-y: hidden; /* Disable scrolling */
    padding-right: 17px; /* Compensate for the scrollbar width */
}

.clickable {
    cursor: pointer;
}

.data-point {
    min-height: 150px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgba(4, 32, 69, 0.14);
    border-radius: 4px;
}

.headline {
    font-size: 24px;
    font-weight: bold;
}

.headline-small {
    font-size: 18px !important;
    font-weight: bold;
}

.stat-description {
    color: #333; /* Default text color for description */
    font-size: 16px;
}

.color-strip {
    height: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
}

table .first-col {
    background-color: #0089cd !important;
    color: #fff !important;
}

.action-box-blue {
    background-color: #009fe3;
}
.action-box-green {
    background-color: #00483A;
}
.action-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin-bottom: 20px;
    color: white;
}

.icon-wrapper {
    color: white; /* Customize icon color */
    margin-right: 15px;
}

.action-content h4 {
    font-size: 20px;
    font-weight: bold;
}

.action-content p {
    font-size: 16px;
    color: #fff;
}


