﻿@charset "utf-8";

:root {
    --tabpanel_height: 55px;
}

.text-wrapper {
    display: flex;
    width: 250px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 3px;
    padding-right: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: content-box;
}

.escher-pattern {
    background: conic-gradient(at 50% calc(100%/6),#115C93 60deg,#0000 0), conic-gradient(at calc(100%/6) 50%,#0000 240deg,#115C93 0), conic-gradient(from 180deg at calc(100%/6) calc(500%/6),#115C93 60deg,#0000 0), conic-gradient(from 180deg at calc(500%/6),#0000 240deg,#115C93 0) calc(4*.866*6.5px) 0, repeating-linear-gradient(-150deg,#91A9AB 0 calc(100%/6),#0000 0 50%), repeating-linear-gradient(-30deg, #fff 0 calc(100%/6),#E4E4ED 0 50%);
    background-size: calc(6*.866*6.5px) calc(3*6.5px);
}

.datagridlist-caption {
    text-align: center;
    justify-items: center;
    font-size: .9vw;
    font-weight: bold
}

.apexcharts-toolbar {
    background-color: #ff0000 !important; /* Change this to your desired color */
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.apexcharts-menu {
    background-color: #000000 !important; /* Change this to your desired color */
    background-color: #ff0000 !important; /* Change this to your desired color */
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.apexcharts-tooltip {
    background-color: #000000 !important; /* Change this to your desired color */
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.my-drawer {
    cursor: pointer;
    /* Makes the drawer look clickable */
    transition: width 0.3s ease;
    /* Smooth transition when toggling */
}
/*this is the whole page container*/
.tab-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
/*for positioning thead reset hgroup*/
.tabs-wrapper {
    position: relative;
}

.positioning-container {
    position: relative;
}

.reset-masters-group {
    position: absolute;
    top: 0;
    left: calc(100vw - 900px);
    z-index: 10;
    /* Ensure it's above other elements */
    margin-top: 1px;
}

.tabs-wrapper.upper-tabs {
    flex: 2.71; /* Takes up 75% of the height */
    overflow: hidden; /* Allows scrolling if content overflows */
}

.tabs-wrapper.lower-tabs {
    flex: 1; /* Takes up 25% of the height */
    overflow: auto; /* Allows scrolling if content overflows */
}

.custom-tab-height .mud-tab {
    height: 50px !important; /* Adjust the height as needed */
}

.myTabHeight {
    height: 50px;
}
/*.tab-container_top {
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 100%;

    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    overflow: hidden;
}*/

/* Force headers to be one line */
.one-line-header {
    position: sticky;
    top: 0;
    z-index: 10; /* ensures it stays above the scrolling content */
    color: lime;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}
/*Adjustments form the CellValues*/
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.custom-cell-padding {
    padding: 2px !important;
    margin: 2px;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10; /* ensures it stays above the scrolling content */
    background: white; /* or the background color of your header */
}
.custom-tab2 {
    display: flex;
    flex-direction: row;
    border: 2px solid #84c2f7;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    font-size: 10px;
    background-image: linear-gradient(0deg, rgb(168, 154, 237) 0%, rgb(14, 51, 237) 100%);
    white-space: nowrap;
    height: 25px;
}

    .custom-tab2:hover {
        display: flex;
        flex-direction: row;
        border: 2px solid #84c2f7;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 15px;
        background-image: linear-gradient(0deg, rgb(0, 154, 237) 0%, rgb(14, 51, 237) 100%);
        white-space: nowrap;
        height: 25px;
    }

.custom-tab {
    display: flex;
    flex-direction: row;
    border: 2px solid #84c2f7;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    font-size: 14px;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    white-space: nowrap;
}

    .custom-tab:hover {
        display: flex;
        flex-direction: row;
        border: 2px solid #84c2f7;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0px;
        font-size: 15px;
        background-image: linear-gradient(to top, #00546f 0%, #002451 100%);
        white-space: nowrap;
    }

.mud-tab.mud-tab-active {
    display: flex;
    flex-direction: row;
    border: 2px solid #84c2f7;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    font-size: 15px;
    background-image: linear-gradient(to top, tomato 0%, #002451 100%);
    white-space: nowrap;
}
/*This is for the actual panel itself, if necessary*/
.custom-tab-active {
    border-color: #304661;
    border-radius: 4px;
    background-color: lightcyan;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: green;
    position: sticky;
    top: 0px;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    white-space: nowrap;
}

/* Babylon 3d container */
.tab-container_bab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: calc(72.5vh - var(--tabpanel_height)); /* Corrected calc syntax */
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    overflow: hidden;
}

.tab-container_Card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%; /* Corrected calc syntax */
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    overflow: hidden;
}

.chart-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: calc(72.5vh - var(--tabpanel_height));
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    overflow: hidden;
    position: sticky;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.bhadaychart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.common-gradient {
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
}
/* Sticky left column */
.sticky-left {
    position: sticky;
    left: 0;
    z-index: 1; /* Ensure the sticky column is on top */
    background-color: inherit; /* Maintain the background color */
}

.mud-data-grid .mud-table-head .mud-table-row .sticky-left {
    z-index: 2; /* Higher z-index for the header */
}

/* Custom header height */
/*.custom-header-height {
    height: 50px;*/ /* Set the desired height for the header */
/*}*/

/* Column width */
.column-width {
    width: auto; /* Adjust this to set a fixed width or leave as auto */
    max-width: 200px; /* Optional: set a maximum width */
    white-space: nowrap; /* Prevent text from wrapping */
}

/* Optional: Adjust the height of the canvas to fit the container */
#renderCanvas {
    height: 100%; /* Ensure the canvas takes up the full height of its parent */
}
/*  Adjust the height of the header as needed  */
.custom-datagrid-header {
    height: 40px;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
}
/* Oddly, this size only affects the first columns */
.custom-datagrid-row {
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.my-custom-input2 {
    font-size: 1vw !important;
    font-weight: bold !important;
    color: turquoise !important;
    text-align: center !important;
    padding: 0px !important;
    margin: 0px !important;
}

my-custom-input3 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: yellow !important;
    text-align: center !important;
    padding: 0px !important;
    margin: 0px !important;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%) important;
}

.mudselect {
    font-size: 24 !important;
}
/* Change font size of the input field */
/* Change font size of the input field */
.custom-datepicker .mud-input-slot .mud-input {
    font-size: 20px; /* Adjust the font size as needed */
}

/* Change font size of the calendar view */
.custom-datepicker .mud-picker-calendar .mud-picker-calendar-month,
.mud-picker-calendar .mud-picker-calendar-weekday,
.mud-picker-calendar .mud-picker-calendar-day {
    font-size: 16px; /* Adjust the font size as needed */
}

/* Change font size of the year/month selector */
.custom-datepicker .mud-picker-calendar .mud-picker-year,
.mud-picker-calendar .mud-picker-month {
    font-size: 16px; /* Adjust the font size as needed */
}

/* Change font size of the toolbar text */
.mud-picker-toolbar .mud-picker-title {
    font-size: 18px; /* Adjust the font size as needed */
}

.header-list {
    justify-items: center;
    text-align: center;
    height: 40px;
    background-color: black;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
}

.mud-picker-date {
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: aliceblue;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(65, 74, 137) 100%);
}

.mud-table-header .mud-table-row {
    display: none;
}

.center-calendar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: black;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
}

.fixed-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: 2px solid #001733;
    padding: 0px;
    box-sizing: border-box; /* Ensure padding is included in the height */
}
/*This is for the headers  on the right*/
.header {
    position: sticky;
    top: 0;
    background-color: yellow; /* Adjust background color as needed */
    z-index: 1;
    padding-bottom: 3px;
    margin: 0px;
}

    .header .checkbox {
        margin-right: 8px;
    }

.scrollable-table {
    flex-grow: 1;
    overflow-y: auto;
}

.mud-table-head {
    display: none;
}

.fixed-width {
    max-width: 300px; /* Fixed width for left and right columns */
    min-width: 300px;
    flex-shrink: 0;
}
/*  For ight columns */
.fixed-width2 {
    max-width: 250px; /* Fixed width for left and right columns */
    min-width: 250px;
    flex-shrink: 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
    height: 100vh; /* Full height of the viewport */
    padding: 0;
}

.flexible-width {
    padding: 4px;
    flex-grow: 1; /* Make the middle column flexible */
    overflow: auto;
}

@* /* Custom row height for datagrid */ *@ .custom-row-height .mud-table-row {
    height: 10px; /* Adjust this value as needed */
    padding: 0; /* Ensure padding is appropriate */
}

/* This is for the main column container */
.full-height-container {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height of the column */
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(65, 74, 137) 100%);
    width: 100%;
    padding: 2px;
}

.scrollable-content-noxscroll {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0; /* Optional: add some padding */
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(65, 74, 137) 100%);
}

.centeryellowtext {
    color: yellow;
    text-align: center;
}

.scrollable-content {
    flex: 1;
    overflow-y: auto;
    padding: 0; /* Optional: add some padding */
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(65, 74, 137) 100%);
}

/* Custom styles for Hawkeye Fusion Web */
.custom-button {
    border: 2px solid lightgrey;
    border-radius: 3px;
}

.calendar-settings {
    display: black;
    background-color: cyan;
    color: white;
    width: 100%;
    margin: 5% auto;
}

.mud-button {
    margin-bottom: 3px;
}

.mud-text-field {
    margin-bottom: 3px;
}

    .mud-text-field > input {
        color: aliceblue;
    }

.mud-grid {
    margin-bottom: 5px;
}

.default-button {
    background-color: rgb(40,20,20);
    border: 2px solid lightgrey;
    border-radius: 4px;
    border-color: lightgrey;
    color: cyan;
    width: 100%;
    height: 30px;
    justify-content: center;
    justify-items: center;
}

.selected-button {
    background-color: black;
    background-image: linear-gradient(to top, rgb(40, 20, 20) 0%, rgb(65, 174, 137) 100%);
    border: 4px solid tomato;
    border-radius: 3px;
    border-color: yellow;
    width: 100%;
    height: 30px;
    color: aliceblue;
}

.paper {
    padding: 2px;
    height: 90vh;
}

.header-general {
    width: 100%;
    margin: 0,0;
    padding: 0,0;
    font-weight: bold;
    background-color: tomato;
    background-image: linear-gradient(to top, #40546f 0%, #002451 100%);
    color: aliceblue;
}

.end-date-btn {
    background-color: #001c26;
    color: lime;
    font-weight: bold;
    font-size: 27px;
    padding-left: 10px;
}

.start-date-btn {
    background-color: #001c26;
    color: lime;
    font-weight: bold;
    font-size: 24px;
    align-items: center;
}

.apply-time-btn {
    background-color: #001c26;
    font-size: x-large;
    font-weight: bold;
    border-radius: 6px;
    border-color: yellow;
    padding: 5px;
    margin-top: 5px;
}
.logout-btn {
    background-color: #001c26;
    font-size: medium;
    font-weight: bold;
    border-radius: 6px;
    border-color: yellow;
    padding: 5px;
    margin-top: 5px;
}
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.center-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.helper-note {
    background-color: #002451;
    color: aliceblue;
    padding-left: 5px;
    padding-right: 2px;
}

.reset-masters-btn {
    background-color: brown;
    color: lime;
}

.helper-note {
    background-color: #002451;
    color: aliceblue;
    padding-left: 5px;
    padding-right: 2px;
}

.refresh-masters-btn, .reset-masters-btn {
    background-color: blueviolet;
    color: white;
    border-radius: 10px;
}

.filter-textfield {
    background-color: black;
    color: white;
}

.scrollable-table {
    overflow: auto;
    height: calc(29vh - 100px); /* Adjust the height as needed */
}

.container {
    display: flex;
    height: 100%; /* or any height you need */
    width: 100%; /* or any width you need */
}

.fill-container {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.mud-table-container {
    display: flex;
    flex-direction: column;
}

    .mud-table-container .mud-table-content {
        flex-grow: 1;
        overflow-y: auto;
    }

    .mud-table-container .mud-table-footer {
        flex-shrink: 0;
    }

.custom-datagrid-header {
    height: 35px; /* Adjust the height of the header as needed */
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
}

.custom-datagrid-row {
    height: 20px; /* Adjust the height of the data rows as needed */
}

/* Enhancing specificity for header rows */
.mud-data-grid .mud-table-head .mud-table-row.custom-datagrid-header {
    height: 35px; /* Height for header rows */
}

/* Enhancing specificity for data rows */
.mud-data-grid .mud-table-body .mud-table-row.custom-datagrid-row {
    height: 20px !important; /* Height for data rows */
}

/* Sticky left column */
.sticky-left {
    position: sticky;
    left: 0;
    z-index: 1; /* Ensure the sticky column is on top */
    background-color: inherit; /* Maintain the background color */
}

.mud-data-grid .mud-table-head .mud-table-row .sticky-left {
    z-index: 2; /* Higher z-index for the header */
}

.Yaxis-card {
    font-size: 0.6vw;
    font-weight: 600;
    padding: 3px;
    color: greenyellow;
    text-overflow: ellipsis;
}