:root {
  --mdb-gutter-x: 2rem;
  --echo-color: rgb(255, 176, 255);

  --primary-light: #a3c8ff;
}

.base-app-panel {
  padding-left: 3rem !important;
  padding-right: 1rem !important;
  min-width: 1366px;
}

/* navigation */
.navbar-bg {
  background: linear-gradient(45deg, rgba(91, 14, 214, 0.7), rgba(20, 160, 134, 0.7) 100%);
}

/* footer */
.bottom-page-belt {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(190deg, rgba(235, 235, 235, 0.7), rgba(255, 255, 255, 0.829) 100%);
}

.bottom-page-belt {
  min-height: 60px; 
  height:60px; 
  width:100%;
}

.footer-space {
  min-height: 60px; 
  height:60px; 
  width:100%;
}

/* notifications */
.alerts-abs {
  position: absolute;
  top: 74px;
  left: auto;
  right: 20px;
  width: 25%;
  z-index: 2010;
}

/* spinner - center of the screen */
.screen-cover-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 1244;
  background-color: black;
  display: none;
  opacity: 1;
  background-color: rgba(0,0,0,0.45);   
}

.htmx-request .screen-cover-container {
  display: flex;
}
.htmx-request.screen-cover-container {
  display: flex;
}

.screen-cover-box {
  display: flex;

  margin: auto;
  width: 30%;
  max-width: 20rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.192);  
  padding: 3rem 3rem 3rem 3rem;
  align-items: center;
}


/*
Multiselect
*/
:root {
  --ms-line-height: 1.175;
  --ms-option-bg-selected: var(--primary-light);
  --ms-option-bg-selected-pointed: var(--mdb-primary);
  --ms-max-height: 35rem;
}

.multiselect-dropdown {
  overflow: auto !important;
}

/* allow gruping of boxed objects */
.grouped:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.grouped:not(:first-child) {
  margin-left: -1px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* progress belts */
.progress-text-small {
  font-size: 0.7rem;
  color: rgb(56, 56, 56);
}


/* application pages */
.app-section h1 {
  font-size: 1.5em;
}

.app-section-page-title {
  font-size: 1.5em;
  font-weight: 500;
}

.app-section h2 {
  font-size: 1.2em;
}

.color-white {
  color: white;
}

.button-icon {
  margin-right: 0.5rem;
}

/* common colors assigned to diseases, drugs, echo - ergonomy up*/
.echo-bg-color {
  background-color: var(--echo-color) !important;
}

.echo-color {
  color: var(--echo-color);
}

.echo-border-color {
  border-color: var(--echo-color);
}

.diseases-border-color {
  border-color: var(--diseases-color);
}

.diseases-bg-color {
  background-color: rgb(161, 191, 255) !important;
}

.drugs-bg-color {
  background-color: rgb(138, 255, 167) !important;
}

.drugs-border-color {
  background-color: rgb(72, 255, 118);
}

/* annotations page */
.annotations-finished-bg-color {
  background-color: rgb(155, 255, 255);
}

.annotations-dissmissed-bg-color {
  background-color: rgb(255, 161, 161);
}

.pointerCursor { 
  cursor: pointer; 
}

