@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

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 ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.div-header-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    color: #000000;
}

.navbar-brand {
    color: #1c77ba;
    text-decoration: none;
    margin-left: 10px;
    font-size: calc(1rem + 0.8vh);
}

.nav-item {
    font-size: calc(1rem + 0.4vh) !important;
    color: #000000;
}

img {
    height: 40px;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.loaging-image-div-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

    .loaging-image-div-main > img {
        height: 150px;
        object-fit: contain;
    }

.loader-progress-text {
    position: absolute;
    top: 30%; /* You can adjust this value if needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8); /* Optional: Adds a background for better visibility */
    padding: 5px; /* Optional: Adds some padding around the text */
    z-index: 10; /* Ensures it stays above other content */
}

.only-print {
    display: none;
}

.main-logo {
    height: 40px;
}

.main-logo-pointer {
    height: 40px;
    cursor: pointer;
}

.main-logo-text {
    margin-left: 2px;
    top: 5px;
    vertical-align: middle;
    font-size: 24px;
}

.mc-name {
    font-size: 24px;
}

.div-footer {
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #ececec;
}

    .div-footer a {
        margin-left: 10px;
        text-decoration: none;
    }

    .div-footer img {
        max-height: 30px;
    }
.div-central-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 80vh; /* Use 100vh to ensure the container takes up the full height of the viewport */
}
.demo-text {
    font-size: 1.3rem;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
/*CUSTOM START*/
.chart-div {
    margin-top: -6.875rem;
    margin-left: 3.75rem;
}

.streaming-col {
    margin-top: 3.125rem;
    margin-left: 3.75rem;
}

.small-font {
    font-size: 1.1rem;
}

.container-ecg-bg {
    background-color: #006bb7;
    margin-bottom: 60px;
}

.main-container {
    height: 50%;
    min-height: 500px;
    background-color: #006bb7 !important;
    border-radius: 10px;
    padding: 14px 15px;
}

.canvas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    color: white;
    padding: 10px;
    background-color: rgb(28, 119, 186);
}

.canvas-item {
    width: 400px;
    height: 200px;
    margin-bottom: 50px;
}

.space {
    margin-right: 1px;
}

.text-outline-white {
    color: red;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    text-stroke-width: 0.5px;
    text-stroke-color: white;
}

.metrics {
    width: 90%;
    margin-left: 55px;
}

    .metrics .col-1 {
        margin-right: -10px;
    }

    .metrics .col-6 {
        margin-left: 30px;
    }

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

#chartContainerPrim {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

#liveEcgFrameworkDiv {
    position: relative;
    width: 33.3333%;
    background-color: #1c77ba;
    float: left;
    box-sizing: border-box;
}

.metrics-svg {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
    width: 100%;
}

/* CSS for horizontal scrolling container */
.summary-container {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    white-space: nowrap;
}

.summary-element {
    flex: 0 0 auto;
    background-color: #f5f5f5;
    padding: 8px 12px;
    margin-right: 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
}
/*CUSTOM END*/
@media print {
    .no-print {
        display: none;
    }

    .only-print {
        display: flex;
    }
}
