body {
    background-color: var(--theme-body-background);
    color:var(--theme-text-color);
}
.pointer {
    cursor: pointer;
}
#navigationTop {
  padding:0px;
}
#allApplications {
    position: relative;
    left:0px;
    top:0px;
    width:46px;
    height: 46px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}
#mainLogoArea {
    margin: 0px 16px;
}
#iconMenuBar {
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width:46px;
    background-color: #000;
    overflow: hidden;
    box-shadow: 9px 0 14px -16px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #cccccc8a;
}
#iconMenuBar > .iconItem {
    width: 250px;
    height: 46px;
    color: #fff;
}
#iconMenuBar > .iconItem.selected {
    background-color: #151515;
}
#iconMenuBar > .iconItem:hover {
    background-color: #fff;
    color: #000;
}
.iconItem > i {
    box-sizing: content-box;
    padding: 15px;
    display: inline-block;
}
.leftMenuIcon {
    box-sizing: content-box;
    padding: 12px 15px 8px 15px;
    display: inline-block;
}
.bi-chevron-left {
    display: none !important;
}
.iconMenuBar_path {
    fill: #fff;
    fill-rule: evenodd;
}

#mainContent {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: var(--theme-background);
}
#DynamicFix {
    /*
        -> Defaults too the top
        -> Allows the inner containers to be managede by css not javascript. 
        -> Allows for the height of a single object to be changed to allow for dynamic height filters.
        -> Reduces duplicate CSS for resize events.
    */
    position: absolute;
    left: 52px;
    top: 5px;
    width: calc(100% - 57px);
    height: calc(100% - 10px);
}

/* mainContainerArea CSS Start */
#mainContainerArea {
    position: fixed;
    top: 46px;
    left: 0px; 
    width:100%;
    height: calc(100% - 46px);
}
#filtersArea {
    position: absolute;
    min-height: 50px;
    height: auto;
    border: 1px solid var(--theme-border);
    border-bottom: 0px;
    width: 100%;
    background-color: var(--theme-background);
}
#actionBar {
    position: absolute;
    padding-top: 3px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 46px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--theme-button-hover);
    border: 1px solid var(--theme-border)
}
#filtersArea + #actionBar {
    top:50px;
    border-top: 0px;
}
#actionBar + #mainContent {
    top:48px;
    height: calc(100% - 48px);
}
#actionBar.MinHeight {
  min-height: 46px !important;
  border-top: 1px solid #CCCCCC !important;
}
#actionBar.OnlyActionBar {
  border-top: 1px solid var(--theme-border) !important;
}
/* mainContainerArea CSS End */

/* rightPush CSS Start */
#rightPush {
    position: absolute;
    top:0px;
    right:0px;
    height: 100%;
    width: 0px;
    background-color: var(--theme-background);
    display: none;
    border-left: 1px solid var(--theme-table-border-color);
    box-shadow: -9px 0 14px -16px rgba(0, 0, 0, 0.5);
}
#rightPush.Full_Screen {
    height: calc(100% - 82px);
}
#rightPush.show {
    width: 348px;
    display: block;
    padding: 16px 16px;
    overflow-y: auto;
}
.rightPushTitle {
    display: inline-block;
    font-weight: 600;
    width: 100%;
    line-height: 28px;
    font-size: 21px;
    margin-bottom: 20px;
}
.rightPushClose {
    color: #585757;
    float: right;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 0px;
    cursor: pointer;
}
#rightPush > .ModButton_button {
    background-color: var(--theme-button);
    border: 1px solid #cfcfcfee;
    box-shadow: 0px 0.3px 0.9px var(--bg-shadow),0px 1.6px 3.6px var(--bg-shadow);
}
#rightPush > .ModButton_button:hover {
/*rightPush CSS End */
background-color: var(--theme-button-hover);
}
.floatBottom {
    position: absolute;
    bottom: 0px;
}
.HideThis {
    display: none !important;
  }
.inputs input.HideThis {
    display: none !important;
  }
  
#mainContainerArea.AnimateContainer > #iconMenuBar, 
#mainContainerArea.AnimateContainer > #mainContent, 
#mainContainerArea.AnimateContainer > #rightPush,
#mainContainerArea.AnimateContainer > #DynamicFix {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition:  all 300ms ease-in-out;
    -o-transition:  all 300ms ease-in-out;
    transition:  all 300ms ease-in-out;
}
#mainContainerArea.noIcon > #iconMenuBar {
    width:0px;
}
#mainContainerArea.iconExpand > #iconMenuBar {
    width: 250px;
}
#mainContainerArea.iconExpand > #iconMenuBar > .iconItem > .bi-chevron-left {
    display: inline-block !important;
}
#mainContainerArea.iconExpand > #iconMenuBar > .iconItem > .bi-chevron-right {
    display: none !important;
}
#mainContainerArea.iconExpand > #DynamicFix, #mainContainerArea.iconExpand > #Search_area {
    left: 257px;
    width: calc(100% - 262px);
}
#mainContainerArea.noIcon > #DynamicFix, #mainContainerArea.noIcon > #Search_area {
    left: 0px;
    width: 100%;
}
#mainContainerArea.rightPush > #DynamicFix, #mainContainerArea.rightPush > #Search_area {
    width: calc(100% - 405px);
}
#mainContainerArea.rightPush.iconExpand > #DynamicFix, #mainContainerArea.rightPush.iconExpand > #Search_area {
    width: calc(100% - 610px);
}
#mainContainerArea.rightPush.noIcon > #DynamicFix, #mainContainerArea.rightPush.noIcon > #Search_area {
    width: calc(100% - 358px);
    left: 5px;
}
#filtersArea + #actionBar + #mainContent {
    top:98px;
    height: calc(100% - 98px);
}

.opperatorSelect {
    width: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: 12px !important;
    line-height: 19px;
}
.opperatorSelect option {
    padding:0px;
    margin:0px;
    text-align: left;
}
.Task {
    width: calc(100% - 10px);
    margin: 5px;
    padding: 10px 20px;
    background-color: var(--theme-body-background);
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    box-shadow: 0px 0.3px 0.9px rgba(0,0,0,0.1), 0px 1.6px 3.6px rgba(0,0,0,0.1);
}
.Task.SelectedTask {
    background-color: var(--Lightest-theme-color);
    color: #fff;
}
.Task:hover {
  background-color: #fbfbfb;
  color: rgb(33, 37, 41);
}
.Task.SelectedTask:hover {
    background-color: var(--Lightest-theme-color);
    color: #fff;
    border: 1px solid #000;
}
.TaskDescription {
    width:100%;
  font-size: 16px;
  display: inline-block;
}
.TaskName, .DueDate, .State {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
.TaskName::after, .DueDate::after, .State::after {
  margin: 1px 6px;
  content:"\00b7";
}


.infoContainer {
    display: inline-block;
    margin: 10px;
    width: 20vw; /* Example of using vw for responsive width */
    height: 20vw; /* Keep the aspect ratio */
    color: var(--theme-text-color);
    border: 1px solid var(--theme-border);
    border-radius: 5px;
    box-shadow: 0px 0.3px 0.9px rgba(0,0,0,0.1), 0px 1.6px 3.6px rgba(0,0,0,0.1);
    font-size: 1.5vw; /* Responsive font size */
}

.infoLabel, .infoValue {
    display: inline-block;
    text-align: center;
}

.infoLabel {
    margin-top: 10px;
    width: 100%;
    height: 25%; /* Adjust based on your design */
}

.infoValue {
    background-color: var(--Darkest-theme-color);
    width: 50%; /* Make it flexible */
    height: 50%; /* Adjust aspect ratio */
    border-radius: 50%;
    line-height: 9vw; /* Adjust for vertical centering */
    margin-top: 10px;
    margin-left: 25%; /* Centering it inside the container */
}


/* Modifier classes for spanning multiple card widths */
.span-two {
    width: 42vw; /* Slightly less than double to account for margins */
}

.span-three {
    width: 64vw; /* Slightly less than triple to account for margins */
}

/* Responsive font sizes and other properties within media queries */
@media (min-width: 768px) {
    .infoContainer {
        width: 15vw; /* Adjust based on your design */
        height: 15vw;
        /* Other adjustments */
    }
    .span-two {
        width: 31vw; /* Adjust for larger screens */
    }
    .span-three {
        width: 47vw; /* Adjust for larger screens */
    }
}