body {
    font-family: 'Poppins', 'Helvetica','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content {
  margin-left: 20px;
  margin-right: 20px;
}

#header-title {
  display: flex;
  align-content: center;
  align-items: center;
}

#title {
  display: inline-flex;
}

#title>p {
  font-size: 3rem;
    font-weight: 1000;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Poppins Light';
}

#container-logos {
    display: inline-flex;
    justify-content: center;
    width: 500px;
    align-items: center;
    /*margin: auto;*/
}

.logo {
    margin-left: 20px;
    margin-right: 20px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.main-header {
  background-color: #2E4F97;
}

.skin-blue .main-header .logo {
  height: 0;
  width: 0;
  padding: 0;
  background-color: #2E4F97;
}

.skin-blue .main-header .navbar {
  margin-left: 0;
  background-color: #2E4F97;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #F27507;
}

.skin-blue .main-sidebar {
    background-color: #d9ebf6;
    font-size: 1.8rem;
    box-shadow: rgb(0 0 0 / 20%) 0 8px 10px -5px, rgb(0 0 0 / 14%) 0 16px 24px 2px, rgb(0 0 0 / 12%) 0 6px 30px;
}

.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover>a {
    color: #fff;
    background: #F27507;
    border-left-color: #2e4f97;
}

.skin-blue .sidebar-menu>li>a {
    border-radius: 0 6px 6px 0;
}

.skin-blue .sidebar-menu>li:hover>a {
    background: #ECA567;
}

.skin-blue .sidebar a {
    color: #4c4c4c;
}

.box {
  flex: 1;
  box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.box-header .box-title {
  font-family: 'Poppins Light', 'Helvetica','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 1000;
}

div.box-body .shiny-input-container {
  width: fit-content;
}

.col-sm-2, .col-sm-3, .col-sm-6, .col-sm-4, .col-sm-9, .col-sm-10, .row {
  display: flex;
}

.loader, .loader:before, .loader:after {
  color: #2E4F97 !important;
  background-color: #2E4F97 !important;
}

.framework > img {
  width: 100%;
}

#toggle-description, #upload-description {
   margin-bottom: 20px;
}

#load_data1-ts_raw_progress > div {
  background-color: #2E4F97
}

#load_data1-weather_raw_progress > div{
  background-color: #F27507;
}

#load_data1-analyze {
  display: flex;
  background-color: #D9EBF6;
  border-color: #838383;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  height: 50px;
  font-size: 1.75rem;
  color: #000000;
  margin: auto;
  align-items: center;
}

.value {
    font-size: 2.5rem;
    color: #2E4F97;
    font-weight: 600;
}

.value > .highlight {
    color: #C7003F;
}

.inline-div {
  display: flex;
  margin: auto;
}

.inline-value {
  flex: 1
  ;
}

#shiny-tab-peer_identification > .col-sm-6 {
  display: block;
}

.load_condition {
  margin: auto;
  font-size: 2.75rem;
  font-weight: 400;
  padding-bottom: 20px;
}

#peer_identification1-thermal_correlation_results, #peer_identification1-features, #load_data1-metadata {
  display: flex;
}

#load_condition_segmentation {
  display: flex;
}

#anomaly_profiles {
  display: flex;
}

#peer_identification1-Winter_workdays_profiles, #peer_identification1-Summer_weekends_profiles, #peer_identification1-Summer_workdays_profiles, #peer_identification1-Winter_weekends_profiles, #peer_identification1-non_workdays_profiles, #peer_identification1-Holidays_profiles {
  flex: 1;
}

#KPI1-anomaly_profiles_Winter_workdays, #KPI1-anomaly_profiles_Winter_weekends, #KPI1-anomaly_profiles_Summer_workdays, #KPI1-anomaly_profiles_Summer_weekends {
  flex: 1;
}

.shiny-spinner-output-container > .shiny-spinner-placeholder {
  height: 0px;
}

.card {
  flex: 1;
}

.card > .value {
  font-size: 2rem;
  color: #2E4F97;
  font-weight: 600;
}

#peer_identification1-load_condition_peer_identification-label {
  width: 1000px;
  max-width: none;
}

.form-group, .shiny-input-container {
  padding-left: 15px;
  padding-right: 15px;
}

.EPI-type {
  margin: auto;
  font-size: 2.75rem;
  font-weight: 400;
  padding-bottom: 20px;
}

.shiny-notification{
  position: fixed;
  top: 30%;
  left: 33%;
  right: 33%;
  bottom: 60%;
  background-color: #d9ebf6;
  color: black;
}

/* Full modal container */
.modal-content {
  border: 2px solid #2E4F97;
  border-radius: 10px;
}

/* Modal header styling */
.modal-header {
  background-color: #2E4F97;
  color: white;
  border-bottom: none;
/*  border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}

/* Close button style */
.close {
  color: white;
  opacity: 1;
}

.close:hover {
  color: #ccc;
}

/* Optional: footer subtle line */
.modal-footer {
  border-top: 1px solid #eee;
}

#select_date_lv {
  display: inline-flex;
  gap: 20px; /* Space between inputs */
  align-items: flex-end; /* Align labels and inputs */
  flex-wrap: wrap; /* Allows wrapping if screen is too small */
}

#select_date_lv .form-group {
  width: auto;
  flex: 0 0 auto; /* Prevent growing/shrinking */
}
