@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
* {
  box-sizing: border-box;
}


html,
body {
  /* height: 100%; */
  min-height: 100vh;
  width: 100%;
  font-family: "Poppins", serif;
  color: #222;
  scroll-behavior: smooth;
}

main {
  /* min-height: 87vh; */
  min-height: calc(100vh - 123px);
  /* max-width: 95%; */
}

/* MESSAGE POPUP STYLES */
.notification {
  position: absolute;
  top: 5rem;
  right: 1rem;
}

/* Bootstrap fix */
p,
h1 {
  margin-bottom: 0;
}

h1 {
  background-color: #663399ff;
  padding: 10px;
  color: white;
  text-align: center;
}

h2 {
  /* background-color: #663399ff; */
  /* background-color: #f9f5f0; */
  background-color: #f2f2f2ff;
  padding: 10px;
  /* color: white; */
  color: #663399ff;
  text-align: center;
  text-transform: capitalize;
  /* border-bottom: 1px solid purple; */
}

h3 {
  /* background-color: rgb(224, 224, 224); */
  /* border-bottom: 1px solid purple; */
  padding: 5px;
  color: #663399ff;
  text-align: center;
  text-transform: capitalize;
}

.warning {
  font-size: .9rem;
  color: rgba(166, 11, 11, 0.7);
}

.info {
  font-size: .9rem;
  color: rgba(78, 48, 109, 0.7);
}

.success {
  font-size: .9rem;
  color: rgba(27, 120, 27, 0.698);
}

.plum {
  /* background-color: #461f33; */
  background-color: rgb(79, 48, 109);
  /* background-color: #663399ff; */
}

.copy_text {
  color: rgb(216, 216, 216, 0.5);
}

/* hr {
  width: 40%;
  margin-left: 0%;
} */

hr.center {
  width: 50%;
  margin: auto;
  /* color: black; */
  border-top: 2px solid rgb(0, 0, 0, 0.3);
  margin-top: 3rem;
  margin-bottom: 0rem;
}

footer {
  position: absolute;
  /* bottom: 0; */
  width: 100%;
}

footer .container-fluid {
  height: 58px !important;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar {
  padding: 0.8rem;
}
.navbar-nav li {
  padding-right: 1.3rem;
}
.nav-link {
  font-size: 1.1em !important;
  color: white;
}

.nav-link:hover {
  font-weight: normal !important;
}

.nav-link-tab {
  color: #495057;
}

.nav-link-tab:hover {
  color: #222;
}

.nav-tabs .nav-link-tab.active {
  color: #222 !important;
}

/* .nav-link-tab:hover {

} */

.dropdown-toggle::after {
  background-color: transparent !important;
  bottom: 15px !important;
  left: unset !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

.carousel-inner img {
  width: 100%;
  /* height: 100%; */
}

@media (min-width: 2100px) {
  .carousel-inner img {
    height: 100%;
  }
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption > h1 {
  color: white;
  font-size: 600%;
  text-shadow: 3px 3px 15px #000;
  background-color:rgb(75,0,130, 0.3)
}

.carousel-caption > h3 {
  color: white;
  font-size: 300%;
  font-weight: 500;
  text-shadow: 3px 3px 15px #000;
  padding-bottom: 1rem;
  border-bottom: 0px;
  background-color:rgb(75,0,130, 0.3)

}

.carousel .carousel-indicators li {
  background-color: rgba(70, 70, 70, 0.3);
  /* border: 3px solid rgba(70, 70, 70, 0.3); */
  padding-bottom: 0.2rem;
}

.carousel .carousel-indicators .active {
  background-color: rgba(70, 70, 70, 0.8);
}



.class_table_row {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  /* padding: 5px; */
  line-height: 1;
}
.class_table_td {
  border-left: 1px solid #000;
  padding: 5px 10px;
}
td {
  padding: 5px;
  font-size: 85%;
}
th {
  /* text-decoration: underline; */
  /* text-align: center; */
}

input#all_search:focus {
  box-shadow: 0 0 5px rgba(78, 48, 109) !important;
  border-color: none !important;
  outline: none !important;
}

/* BOOTSTRAP CONTAINER */
@media (min-width: 1200px) {
  .container {
    max-width: 1270px !important;
  }
}

.btn {
  border-radius: 12px !important;
  border: none !important;

  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
.btn:active:hover,
.btn:active:focus,
.btn.active:focus {
  color: white !important;
  background-color: #6648b1 !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  border: none !important;

  box-shadow: none !important;
  outline: none !important;
}

.btn,
.btn-primary {
  color: black !important ;
  background-color: transparent !important ;
  /* border: 1px solid #6648b1 !important; */
  border: none !important;
  /* border: 1px solid #6648b1; */

  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  /* color: black !important ; */
  background-color: rgb(79, 48, 109) !important;
  color: white !important;
  /* background-color: white !important ; */
  /* border: 1px solid #6648b1; */
  /* background-color: #563d7c; */
  /* border: 1px solid #563d7c; */
  border: none !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  box-shadow: none !important;
}

.col-2.cell_link,
.col-2.cell_history {
  max-width: unset !important;
}

.cell_link,
.cell_history {
  padding: .25rem .5rem;
}

.cell_link:hover {
  font-weight: normal;
}

.btn-secondary {
  color: black !important;
  background-color: white !important;
  border: 1px solid black !important;
  /* border: none !important; */
  font-size: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  color: white !important;
  background-color:rgb(79, 48, 109) !important;
  /* background-color: #01273c !important; */
  /* background-color: #1a445d !important; */
  /* border: none !important; */
  border: 1px solid transparent !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-link,
.btn-sm {
  border: none !important;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:active:hover,
.btn-link:active:focus,
.btn-link:active:focus,
.btn-sm:hover,
/* .btn-sm:active, */
.btn-sm:focus,
.btn-sm:active:hover,
.btn-sm:active:focus,
.btn-sm:active:focus,
.btn-sm a {
  border: none !important;
  /* text-decoration: none !important; */
  font-weight: 400 !important;
  background-color:rgb(79, 48, 109) !important;

}

.btn-report {
  color: #222 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.btn-report:hover,
.btn-report:focus,
.btn-report:active,
.btn-report:focus-visible {
  background-color: transparent !important;
  border: 1px solid #800 !important;
  color: #800 !important;
  box-shadow: none !important;
}

.blur-link.clicked_once {
  border: 1px solid rgb(79, 48, 109) !important;
  box-shadow: 0px 0px 5px rgba(79, 48, 109, 0.25) !important;
}

.link {
  text-decoration: none;
  color: #222;
}

.link:hover,
.link:active,
.link:focus,
.link:active:hover,
.link:active:focus,
.link:focus-visible {
  text-decoration: none;
  font-weight: 500;
  color: #222;
}

.underline-animation {
  position: relative;
  color: #222;
  text-decoration: none;
}

.underline-animation::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #222;
  transition: width 0.3s ease-in-out;
}

.underline-animation:hover::after {
  width: 100%;
}

/* .btn.btn-secondary:disabled:hover,
.btn.btn-secondary:disabled:active,
.btn.btn-secondary:disabled:active:hover,
.btn.btn-secondary:disabled:active:focus,
.btn.btn-secondary:disabled:focus
.btn.btn-secondary[disabled]:hover,
.btn.btn-secondary[disabled]:active {
  background-color: #ccc;
} */

.basic-link-btn:hover,
.basic-link-btn:active,
.basic-link-btn:focus,
.basic-link-btn:active:hover,
.basic-link-btn:active:focus,
.basic-link-btn.active:focus {
  color: white !important;
  background-color: #6648b1 !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  font-weight: normal !important;
}

.btn-info {
  color: white !important;
  /* background-color: #6648b1 !important; */
  background-color: transparent !important;
  border: 1px solid white !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem !important;
  font-weight: normal !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus { 
  background-color: white !important;
  color:rgb(79, 48, 109) !important;
  border: none !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem !important;
  font-weight: normal !important;
}

.btn-contact-link {
  border: 1px solid transparent !important;
  color: white!important;
  background-color: rgb(79, 48, 109) !important;
}

.btn-contact-link:hover,
.btn-contact-link:active,
.btn-contact-link:focus,
.btn-contact-link:active:focus {
  background-color: transparent !important;
  /* color:rgb(79, 48, 109) !important;
  border: 1px solid rgb(79, 48, 109) !important; */
  color: black !important;
  border: 1px solid black !important;
  font-weight: normal !important;
}

/* .btn-down-arrow {
  background: linear-gradient(to top, rgb(79, 48, 109), rgb(0, 0, 0, 0.05)) !important;
  color: white;
} */

/* .btn-slide-info {
  color: black !important ;
  background-color: white !important ;
  border: 1px solid #6648b1 !important;
  padding: 0.3rem 0.5rem !important;
}

.btn-slide-info:hover,
.btn-slide-info:active,
.btn-slide-info:focus,
.btn-slide-info:active:focus {
  background-color: #6648b1 !important;
  color: white !important;
  border: 1px solid #6648b1 !important;
  padding: 0.3rem 0.5rem !important;
} */

/* PAGE HEADER STYLES */
.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
  /* text-align: center; */
}

@media (max-width: 768px) {
  .page-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project-header {
    height: unset !important;
  }
}

.back-to-case {
  position: absolute;
  /* left: 0; */
  /* left: 5vw; */
  left: 10vw;
  /* margin-right: auto; */
  color: black;
  font-size: 1rem;
}

.header-text {
  /* display: inline-block; */
  font-size: 1.5rem;
}

.dropzone_box {
  width: 90% !important;
}

.slide_box {
  width: 90%;
  background-color: rgb(0, 0, 0, 0.05);
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.info-label {
  font-weight: 500;
  text-transform: capitalize;
}

.padding {
  padding-top: 2rem;
}

/* khaki {
  color: #d5d5d5;
} */

.jumbotron {
  padding: 10rem 0rem;

  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.jumbotron-backgroud{
  background-color: whitesmoke
}
.jumbotron-text { 
  color: whitesmoke;
  color: black;
  text-decoration: bold;
  text-align: center;
}

.padding {
  padding-bottom: 2rem;
}

a,
#clear_filters,
#blur_text {
  color: #663399ff;
  text-decoration: none;
  cursor: pointer;
}

#blur_text:active {
  border: 1px solid rgb(79, 48, 109);
  box-shadow: 0px 0px 5px rgba(79, 48, 109, 0.25);
}

a:hover,
#clear_filters:hover {
  color: #663399ff;
  font-weight: bold;
}

/* CELL LIST STYLES */
.cell-type-header {
  padding: 1rem 0 1rem;
  box-shadow: 0px 12px 10px 20px #00000008;
  margin-bottom: 0;
}

.inline_cells {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: row; */
  width: 100%;
  /* justify-content: start; */
  justify-content: flex-start;
  gap: 10px;

  /* overflow-x: scroll !important; */
  /* max-width: 100%; */
  /* padding: 0 10px; */
  /* margin-left: 1rem;
  margin-right: 1rem; */
  /* padding: 0 1rem 1rem 1rem; */
  padding: 1rem;
  /* padding-bottom: 1rem; */
  /* overflow-y: visible; */
  /* overflow-x: scroll; */
  /* white-space: nowrap; */
  /* margin-top: -.25rem; */
  /* border-bottom: 1px solid #51349a55; */
  /* background-color: rgba(242, 242, 242, 0.238); */
  background-color: #00000008;
}

.inline_cells::after {
  content: '';
  flex: auto;
}

.cell_box_text {
  padding: 2px;
  margin: 0px;
}
/*
Image width is 1037px
Image height is 665px
*/
#helpscreen,
#WBC_help,
#RBC_help,
#Clinical_help {
  position: fixed;
  z-index: 1000;
  /* top: 35%; */
  top: 10%;
  /* overflow: scroll; */
  height: 690px;
  /* top: 50%;
  left: 50%; */
  /* margin-top: -332px; /* Negative half of height. */
  /* margin-left: -518px; /* Negative half of width. */
}

.help_td:nth-child(2n):not(:last-child), .help_th:nth-child(2n):not(:last-child) {
/* .help_td:nth-child(2n):nth-last-child(n+1), .help_th:nth-child(2n):nth-last-child(n+1) { */
  /* border-right: 2px solid black; */
  border-right: 1px solid #dee2e6;
}

.key_binding {
  font-weight: bold;
}

.clicked_cell {
  background: yellow !important;
}

.ai_bg {
  background: rgba(0, 128, 0, 0.48);
}

.other_user_label {
  /* background-color: red; */
  border: solid 3px rgba(223, 85, 85, 0.686) !important;
}

.current_user_label {
  border: solid 3px rgb(85, 85, 223, 0.686) !important;
}

.cell_list_item {
  position: relative;
  /* padding: 20px;
  padding-top: 20px;
  padding-bottom: 0px; */
  border: 1px solid #00000024;
  background-color: white;;
  border-radius: 15px;
  margin: .25rem .25rem;
  /* width: 175px; */
  width: 150px;
  flex: 0 0 175px;
  /* flex: 1 1 200px; */
  box-sizing: border-box;
  /* height: 300px;; */
  padding-bottom: 1rem;
  cursor: pointer;
}

.cell_list_item_content {
  /* margin: 1rem .25rem .25rem 1rem; */
  /* min-height: 80%; */
  margin: 0.5rem;
  min-height: 80%;
}

.cell_list_item_history {
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.cell_list_item .cell_type {
  overflow: hidden;
  text-overflow: ellipsis;
}

.clinical-cell-list-item {
  /* flex: 0 0 125px; */
  /* flex: 0 0 165px; */
  flex: 0 0 168px;
  /* padding-bottom: 0; */
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.demo-cell-list-item {
  padding-bottom: 0 !important;
}

.clinical-cell-list-item-content {
  min-height: None;
  /* display: flex;
  flex-direction: column; */
}

.cell-image-container {
  position: relative;
  display: inline-block;
}

.cellImage {
  /* margin-bottom: 10px; */
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px;
  /* cursor: pointer; */
}

/* CELL DIV FLAG */

.feature-flag-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  /* border-radius: 3px; */
  /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); */
}

.cell-flag-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.cell-flag-inline {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

/* .cell-type-display {
  margin: 0;
} */


/* CELL LIST ITEM PLACEHOLDER  */
.cell_img_placeholder {
  background-color: #e0e0e0;
  height: 175px;
}

.cell_list_item.skeleton {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.skeleton-img {
  width: 100%;
  height: 100px;
  background-color: #e0e0e0;
  border-radius: 8px;
}

.skeleton-text-short {
  width: 60%;
}

.skeleton-text-long {
  width: 90%;
}

.cellImage.d-none {
  display: none;
}

/* .cell-image-container .btn.btn-primary.icon-button {
  position: absolute;
  top: 0px;
  right: -2px;
  background-color: rgba(0, 0, 0, 0.5);
  /* color: white !important; */
  /* border: none !important; */
/* }  */

.carousel-caption > h1 {
  background-color: none !important;
}


h3.horizontal_list_category {
  background-color: #bfbfbfff;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}

/* .load_cells_btn {
  background-color: #6648b1 !important;
  color: #fff !important;
} */

/* CELL LIST HEADER STYLES */
.header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.U3-div,
.U6-div {
  position: absolute;
}

@media (max-width: 768px) {
  #h2_U3, #h2_U6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-flex > .cell-list {
    order: 1;
  }

  .other-cell-notes {
    order: 2;
  }

  .other-notes-btn {
    position: static !important;
    flex: 1 1 100%;
    text-align: center;
    order: 3;
  }

  /* .header-flex.cell-list {
    flex-wrap: wrap;
    justify-content: center;
  } */
}

.header-flex sup {
  line-height: 1;
  vertical-align: baseline;
}

/* .header-flex .total-count {
  font-size: 0.75rem;
  color: #6a4b99;
  margin-left: 4px;
} */

.header-flex .button-container {
  position: absolute;
  right: 0;
  display: flex;
}

.cell-list-header {
  font-size: 1.25rem;
  position: relative;
}

.other-cell-notes {
  font-size: .85rem !important;
  color: #222;
  font-weight: 400;
  padding: .1rem;

  /* position: absolute;
  right: 12rem; */
}

.other-cell-notes.active,
.cell-list-header.active {
  outline: none;
  /* border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); */
  border: 2px solid #007bff !important;
  background-color: #f8f9fa !important;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.4) !important;
  border-radius: 4px;
  padding: 0.25rem;
}

.cell-list-header.active {
  padding-right: .5rem;
  padding-left: .5rem;
}

.other-notes-btn {
  position: absolute;
  right: 5rem;
  z-index: 10;
}

/* @media (max-width: 768px) {
  .other-notes-btn {
    position: static; */
    /* display: block; */
    /* flex: 1 1 100%;
    text-align: center;
  }
} */

.other-notes-btn .btn,
.save-other-notes,
.cancel-other-notes {
  font-size: .75rem !important;
  /* padding: .1rem .25rem !important; */
}

.cancel-other-notes {
  margin-left: .5rem;
}

.other-notes-btn .btn:hover,
.other-notes-btn .btn:active,
.other-notes-btn .btn:hover:active,
.oter-notes-btn .btn:active:focus,
.other-notes-btn .bth:focus,
.other-notes-btn .btn:focus-visible,
.save-other-notes:hover,
.save-other-notes:active,
.save-other-notes:hover:active,
.save-other-notes:active:focus,
.save-other-notes:focus,
.save-other-notes:focus-visible,
.cancel-other-notes:hover,
.cancel-other-notes:active,
.cancel-other-notes:hover:active,
.cancel-other-notes:active:focus,
.cancel-other-notes:focus,
.cancel-other-notes:focus-visible {
  font-size: .75rem !important;
  /* padding: .1rem .25rem !important; */
}

[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #888;
}

/* .total-count {
  margin-left: 5px;
} */

.load_all_button {
  /* float: right; */
  margin-right: 1rem;
  border: none;
}

.load_more_button {
  /* float: right; */
  margin-right: 1rem;
  border: none;
}

.load_all_button,
.load_more_button {
  color:white!important;
  background-color: rgb(79, 48, 109)  !important;
  border: 1px solid rgb(79, 48, 109) !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 10px;
}

.load_all_button:hover,
.load_all_button:active,
.load_all_button:focus,
.load_all_button:active:hover,
.load_all_button:active:focus,
.load_more_button:hover,
.load_more_button:active,
.load_more_button:focus,
.load_more_button:active:hover,
.load_more_button:active:focus {
  color:rgb(79, 48, 109) !important;
  background-color: transparent !important;
  border: 1px solid rgb(79, 48, 109) !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem !important;  
  border-radius: 10px;
}


/*---Media Queries --*/
/* @media (max-height: 5000px) {
  .openseadragon_viewer{
    height: 1000px !important;
  }
}

@media (max-height: 992px) {
  .openseadragon_viewer{
    height: 800px !important;
  }
}
@media (max-height: 768px) {
  .openseadragon_viewer{
    height: 600px !important;
  }
}

@media (max-height: 576px) {
  .openseadragon_viewer{
    height: 400px !important;
  }
} */



@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    top: 45%;
  }

  .carousel-caption h1 {
    font-size: 350%;
  }

  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }

  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }

  .display-4 {
    font-size: 200%;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }

  .jumbotron {
    padding: 4rem 0rem;
  }

}
@media (max-width: 576px) {
  .carousel-caption {
    top: 40%;
  }

  .carousel-caption h1 {
    font-size: 250%;
  }

  .carousel-caption h3 {
    font-size: 110%;
    font-weight: 400;
    padding-bottom: 0.2rem;
  }

  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }

  .carousel-indicators {
    display: none;
  }

  .diagnosis {
    padding: 2rem;
    margin: 2rem;
  }

  .jumbotron {
    padding: 2rem 0rem;
  }
  

  /* .display-4 {
    font-size: 160%;
  }

  .social a {
    font-size: 2em;
    padding: 0.7rem;
  } */
}



/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 70%;
  /* opacity: 0.5; */
  margin: 0 !important;
}
.fixed-wrap {
  /* clip: rect(0, auto, auto, 0); */
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  /* background-image: url("img/mac.png"); */
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.75;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

/* ADDED TO CONVERT REMAINING PAGES TO BASE2.HTML */

/* REGIONS.HTML STYLES */
.regions_list_div,
.projects_list_div {
  border-bottom: 1px solid #663399ff;
  padding: 5px;
}

.regions_list,
.project_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.regions_list li,
.project_list li {
  padding-left: 10px !important;
}

.region_link_list {
  list-style-type: none;
}

img.region_thumb {
  width: 30%; 
}

/* REGION DIV */
@media (max-width: 576px){
  .custom-sm-card-body {
    padding: .5rem !important;
  }
}

.region-card-body {
  padding: 0.75rem;
}

/* LABEL_SLIDE.HTML STYLE */
.control-form-flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple_button {
  color: black;
  text-decoration: none;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}

.simple_button:hover {
  color: #663399ff;
}

.control-group {
  padding: 0px 15px 0px 15px;
}

#diffControls label {
  text-align: left;
}

.control-group-diff {
  display: flex;
  align-items: center;
  padding-top: .3rem;
}

.control-group-diff label {
  flex: 0 0 80px;
  font-size: .8rem !important;
}

.control-group-diff input[type="range"] {
  /* flex: 1; */
  margin-left: 1rem;
  /* accent-color: */
}

.slider-control-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.slider-buttons {
  display: flex;
  flex-direction: column;
}

.slider-buttons button {
  padding: 0;
  width: 20px;
  height: 15px;
  font-size: 0.8rem;
  line-height: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.image-settings-wrapper {
/* .cell-feature-settings-wrapper */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
}

/* .image-setings-wrapper.show {
  max-height: 1000px;
} */

/* .control-group-diff .col-4,
.control-group-diff .col-6 {
  padding: 0 !important;
}

.control-label-diff {
  font-size: 0.9rem;
} */

/* .btn, .btn-primary {
  color: black !important ;
  background-color: transparent !important ; */
/* border: 1px solid #6648b1 !important; */
/* border: transparent !important; */
/* border: 1px solid #6648b1; */
/* } */

/* .btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  color: black !important ;
  background-color: #6648b1 !important;
  color: white !important; */
/* background-color: white !important ; */
/* border: 1px solid #6648b1; */
/* background-color: #563d7c; */
/* border: 1px solid #563d7c; */
/* } */

.btn-info-congrol-group {
  color: #663399ff;
  text-decoration: none;
}

.btn-info-congrol-group:hover {
  color: #663399ff;
  font-weight: bold;
}

/* .region_summary_div {
  border-bottom: 1px solid #663399ff;
  padding: 5px;
} */

.region_summary_ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.region_summary_ul li {
  padding-left: 10px;
}

/* .region_summary_li > a {
  color: black;
  text-decoration: none;
}

.region_summary_li > a:hover {
  color: #663399ff;
  font-weight: bold;
} */

.region_summary_img {
  list-style-type: none;
}

.delete_region_button {
  padding: 5px 20px;
  border-radius: 12px;
  background-color: #f2f2f2ff !important;
}

.delete_region_button:hover {
  background-color: #663399ff;
  border-radius: 12px;
  color: white;
}

#add_new_region_button {
  /* padding: 5px 25px; */
  border-radius: 6px;
  padding-right: 2px;
}

#add_new_region_button:hover {
  background-color: #663399ff;
  border-radius: 6px;
  color: white;
}

.region_delete_UL {
  display: flex;
  grid-template-columns: 1fr repeat(2, auto) 1fr;
  grid-column-gap: 5px;
  /* justify-items: center; */
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.region_delete_UL li:nth-child(1) {
  grid-column-start: 1;
  align-items: left;
}

.region_delete_UL li:nth-child(3) {
  margin-left: auto;
}

/* SLIDES.HTML STYLES */

.slide-search {
  width: 90%;
  justify-content: right;
  padding-right: 0;
}

/* SLIDE UPLOAD SPLASH */
#slide_upload_wrapper {
  align-items: center;
  justify-items: center;
  position: fixed;
  /* display: block; */
  width: 100%;
  height: 100vh;
  /* padding-top: auto; */
  text-align: center;
  opacity: 0.75;
  background-color: #663399ff;
  z-index: 120;
  display: none;
}

.slide_upload_wrapper_display {
  display: none;
}

#slide_upload_wrapper > div {
  margin-top: 25vh;
  opacity: 100% !important;
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
}

#slides_container {
  margin-bottom: 12px;
  align-items: center;
  vertical-align: center;
}

/* .slide_list {
  list-style-type: none;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.slide_list_box {
  box-shadow: 5px 5px 5px rgba(102, 51, 153, 0.08);
} */

#slides {
  list-style-type: none;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 25px;
}

.slide_list li {
  padding: 0 10px 0 0;
}

.bigtable {
  padding-bottom: 10px;
  /* padding-left: 10px; */
  border: none;
}

.bigtable_box {
  /* box-shadow: 5px 5px 5px rgba(102, 51, 153, 0.08); */
  border-radius: 8px;
  border: none;
  position: relative;
  /* Z-index: -9 */
}
.region_information {
  padding-top: 10px;
}

.bold_purple_link {
  color: #663399ff;
  text-decoration: none;
  font-weight: bold;
}

.bold_purple_link:hover {
  color: #663399ff;
  text-decoration: underline;
}

.purple_link {
  color: #663399ff;
  text-decoration: none;
}

.purple_link:hover {
  color: #663399ff;
  font-weight: bold;
}

.label_btn > a {
  color: #663399ff;
  text-decoration: none;
}

.label_btn > a:hover {
  color: #663399ff;
  font-weight: bold;
}

/* #upload-btn {
  margin-left: 46%;
  background-color: rgba(102, 51, 153, .5);
  padding: 5px 25px;
  border-radius: 12px;
} */

.upload-btn {
  color: white !important;
  background-color: #6648b1 !important;
  /* border: none !important; */
  border: solid 1px #6648b1 !important;

  font-size: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.upload-btn:hover,
.upload-btn:active,
.upload-btn:focus,
.upload-btn:active:hover,
.upload-btn:active:focus,
.upload-btn.active:focus {
  color: #6648b1 !important;
  background-color: white !important;
  border: solid 1px #6648b1 !important;
  font-size: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

#upload-btn:hover {
  background-color: #663399ff;
  border-radius: 12px;
  color: white;
}

/* #slide_info_row {
  padding-top: 20px;
} */

/* .slide_info {
  padding: 5px 20px;
  border-radius: 12px;
} */

/* .slide_info:hover {
  background-color: #663399ff;
  border-radius: 12px;
  color: white;
}

.slide_info_down {
  background-color: #663399ff;
  border-radius: 12px;
  color: white;
} */

/* LABEL_REGION_FABRIC STYLES  */

/********** Column1, Region Image, Dots, Canvas **********/

.highlight_dot {
  background-color: yellow;
  border: solid 5px yellow;
}

.no_highlight_dot {
  background-color: cyan;
  border: solid 4px cyan;
}

.UL.no_highlight_dot {
  background-color: red;
  border: solid 4px red;
}

.dot {
  border-radius: 10px/10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  z-index: 55;
  /* box-sizing is needed for it to play well with bootstrap */
  box-sizing: content-box;
}

.dot_legend {
  border-radius: 10px/10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.dot_legend_text {
  margin-left: 7px;
}

.hidden_dot {
  display: none !important;
}

.hidden {
  display: none !important;
}

/* LABEL REGION MODAL STYLES */

.modal-title {
  margin-left: auto !important;
}

.modal-header {
  border-top-left-radius: .9rem !important;
  border-top-right-radius: .9rem !important;
}

.modal-content {
  /* border-radius: 2.5%; */
  border-radius: 1rem !important;
}

.modal {
  background-color:rgb(0, 0, 0, 0.5);
}

.modal-intro {
  padding: 0 2rem 1rem 2rem;
}

/* **** LABEL REGION PROJECT STYLES */

/* COLLAB TOGGLE */
.collab-toggle-header {
  font-size: .9rem;
  margin-bottom: .5rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* HIDE DEFAULT HTML CHECKBOX */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* THE SLIDER */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #ccc; */
  background-color: green;
  transition: .4s;
  -webkit-transition: .4s;
}

.slider_hotkeys {
  background-color: green !important;
}

.slider_fabric {
  position: absolute;
  cursor: pointer;
  background-color: red;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

.slider_fabric:before {
  position: absolute;
  right: 4px;
}

input:checked + .slider {
  background-color: red;
}

input:checked + .slider_hotkeys {
  background-color: red !important;
}

input:not(:checked) + .slider_fabric {
  background-color: green;
}

input:checked + .slider:before {
  transform: translateX(26px);
  -webkit-transform: translate(26px);
  -ms-transform: translate(26px);
}

input:checked + .slider_fabric:before {
  transform: translate(26px);
  -webkit-transform: translate(26px);
  -ms-transform: translate(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.off {
  display: none;
}

.on_fabric,
.on {
  display: block;
}

input:checked + .slider .on {
  display: none;
}

input:checked + .slider .off {
  display:block;
}

input:not(:checked) + .slider .on {
  display: block;
}

input:not(:checked) + .slider .off {
  display: none;
}

.on, .off,
.on_fabric,
.off_fabric {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 10px;
}

.off,
.off_fabric {
  left: 30%;
}

.on,
.on_fabric {
  left: 70%;
}

input:checked + .slider_fabric .on_fabric {
  display: none;
}

input:checked + .slider .off_fabric {
  display: block;
}


input:checked + .slider_fabric:before .on_fabric {
  display: none;
}

input:checked + .slider_fabric:before .off_fabric {
  display: block;
}

/********** Column2, Current Cell/Selection **********/
.purple_box_basic {
  border-bottom: 1px solid purple;
}

.purple_box {
  margin: auto;
  border: 1px solid purple;
  padding: 25px;
  padding-right: 50px;
  padding-left: 50px;
  align-content: center;
}

.column1 {
  display: flex;
  flex-direction: column;
}

.column2 {
  margin: auto;
  border: 1px solid purple;
  padding: 25px;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-content: center;
}

/* #dot_legend {
} */

#legend_table {
  border: 0px;
}

.horizontal_flex {
  display: flex;
  flex-direction: row;
  align-content: top;
  padding: 25px;
  margin: auto;
}

/* #column2_wrapper {
  flex-direction: column;
  align-content: center;
} */

.current_cell {
  align-content: center;
}

#current_cell_popout {
  cursor: grab;
  position: fixed;
  top: 146px;
  left: 80vw;
  z-index: 999;
  width: 200px;
  /* max-width: 181px; */
  border: 1px solid purple;
  border-radius: 15px;
  background-color: #f2f2f2ff;
}

#current_cell_popout:active {
  cursor: grabbing;
}

#current_cell_popout .current_user_label,
#current_cell_popout .other_user_label {
  border-radius: 0 0 15px 15px;
}

.region-info {
  list-style-type: none;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.region-info-header {
  font-size: 1rem !important;
}

.region-info > li {
  font-size: 0.9rem;
}

/********** Classification Table and Test keyboard **********/
#test_keyboard {
  padding-top: 20px;
  text-align: center;
}

#additional_instructions {
  text-align: center;
}

/*#classification_table { border: 1px solid #000; border-collapse: collapse; }
*/

#classification_table {
  margin: auto;
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
#classification_table {
  border-left: 1px solid #000;
  padding: 5px;
}
.class_table_row {
  border-left: 1px solid #000;
  padding: 5px;
  line-height: 1;
}
.class_table_td {
  border-left: 1px solid #000;
  padding: 5px;
}
td {
  padding: 5px;
}

/********** Inline Cells **********/
/* .inline_cells {
  display: flex;
  flex-direction: row;
  justify-content: space-between; */
  /* overflow: scroll; */
  /* width: 100%;
} */

.cell_box_text {
  padding: 2px;
  margin: 0px;
}
/*
Image width is 1037px
Image height is 665px
*/
#helpscreen {
  position: fixed;
  z-index: 120;
  top: 50%;
  left: 50%;
  margin-top: -332px; /* Negative half of height. */
  margin-left: -518px; /* Negative half of width. */
}

.floating_region {
  display: none;
  position: fixed;
  z-index: 120;

  top: 70vh;
  left: 80vw;
  height: 200px;
  width: 200px;

  /* top: 50%;
  left: 50%; */
  /* margin-top: -332px; Negative half of height. */
  /* margin-left: -518px; Negative half of width. */
}

.highlight {
  background: yellow;
}

/* .cell_list_item {
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
} */

.cellImage {
  margin-bottom: 10px;
}

/*
#reference_maturation {
	width:100%;
}
*/

/********** Label Region Fabric **********/
/* #region_canvas_container {
  display: flex;
  justify-content: center;
} */
.region_container {
  display: flex;
  justify-content: center;
}

#region_canvas_fabric {
  display: inline-block !important;
  margin: 0 auto;
  position: relative !important;
  border: 1px solid black;
  /*    border-radius: 10px; 
	box-shadow: 0 5px 50px #333
*/
}

.region_modal_image {
  max-width: 512px !important;
  position: absolute;
}

.region_image_fabric {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}

.region_canvas_fabric {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 20;
}

/* PROJECT STYLES */
.project_slides_wrapper_display,
.project_users_wrapper_display,
.project_regions_wrapper_display,
.project_cells_wrapper_display {
  display: none;
}

/* #slide_collapse.down {
  transform: rotate(180deg);
} */

.section-collapse {
  cursor: pointer;
  margin: 1rem 0 0;
}

.rotate {
  cursor: pointer;
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
}

.rotate.down {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.total-count {
  /* opacity: 75%; */
  /* font-size: 1rem; */
  /* font-size: 50%; */
  font-size: 0.8rem;
  /* margin-left: -.25rem; */
  margin-left: .25rem;
  /* top: -1em; */
  top: -.5rem;
}

.total-cells-count {
  margin-left: -.25rem;
}

.toggle-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.toggle-icon::before, .toggle-icon::after {
  content: '';
  position: absolute;
  /* width: 20px;
  height: 20px; */
  width: 0;
  height: 0;
  /* background-color: transparent; */
  /* border: 1px solid #663399ff; */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 0.3s ease;
}

.toggle-icon::before {
  /* transform: rotate(0deg); */
  border-bottom: 10px solid black;
  top: 10px;
  left: 5px;
}

.toggle-icon::after {
  /* transform: rotate(90deg); */
  border-bottom: 0;
  border-top: 10px solid black;
  top: 15px;
  left: 15px;
  transition: transform 0.3s ease;
}

.toggle-icon.active::before {
  transform: rotate(45deg);
  top: 0;
}

.toggle-icon.active::after {
  transform: rotate(-45deg);
  top: 0;
}

hr.divider {
  width: 75%;
}

/* ` STYLES */

.top_div {
  display: none;
  position: fixed;
  /* bottom: 30px; */
  /* bottom: 100px;
  right: 40px; */
  bottom: 8vh;
  right: 3vw;
  z-index: 999;
  cursor: pointer;
  justify-content: center;
}

.top_btn {
  margin-right: .3rem;
}

@media (min-width: 2000px) {
  .top_div {
    right: 2.5vw;
  }
}

@media (max-width: 1600px) {
  .top_div {
    bottom: 10vh;
    right: 3vw;
  }
}

@media (max-width: 600px) {
  .top_div {
    bottom: 13vh;
    right: 8vw;
  }
}

/* @media (max-width: 992px) {
  .top_div {
    right: 20px;
  }
} */

.nav-logo,
.clinical-nav-logo {
  text-decoration: none;
  color: rgba(255,255,255,.5);;
}

.nav-logo:hover,
.nav-logo:active,
.nav-logo:focus,
.nav-logo:active:hover,
.nav-logo:active:focus,
.nav-logo.active:focus {
  text-decoration: none;
  color: rgba(255,255,255,.75);;
}

/* LABEL FRABRIC CLINICAL */
/* OVERWRITE MODAL DEFAULT */

.modal-dialog.image-modal,
.modal-dialgo.help-modal {
  max-width: none !important;
}

.modal-dialog.region-modal {
  max-width: 600px;
}

.contact-modal-content {
  border-radius: 1rem !important
}

.contact-modal-header {
  border-top-left-radius: .9rem;
  border-top-right-radius: .9rem;
}

/* OVERWRITE MODAL-DIALOG WIDTH FOR HELP DISPLAY */
@media (min-width: 576px) {
  .help-modal {
    max-width: none !important;
    width: 750px !important;
  }
}

.help-modal-body {
  display: flex !important;
  flex-direction: column !important;
}

.clinical-diff-btn {
  position: fixed;
  /* left: 92vw; */
  right: 5vw;
  /* top: 92vh; */
  bottom: 10vh;
  z-index: 50;
  /* color:rgb(79, 48, 109); */
  /* padding: .5rem !important; */
}

.clinical-diff-btn > .btn {
  padding: 1rem !important;
}

.clinical_diff_icon {
  color:#6648b1;
}

.clinical_diff_modal {
  min-width: 80% !important;
  border-radius: 0 !important;
  border-style: none;
}


.diff-cell-name {
  font-weight:500;
  /* opacity: .75; */
}

.diff-range {
  font-size: smaller;
  font-weight: 200;
  color: #383838;
}

.diff-count {
  color: #555555;
  /* font-size: small; */
  /* font-size: 10px; */
  /* margin-right: .1rem; */
  margin-right: .5rem;
  font-weight: 200;
  /* vertical-align: text-top; */
}

.diff-percent {
  font-weight: 300;
}

#me_ratio_info {
  font-size: .75rem !important;
  color: rgb(100, 100, 100) !important;
  cursor: pointer;
  top: -.8rem !important;
}

/* .custom-tooltip {
  position: relative;
  display: inline-block;
} */

.info-tooltip {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 63%;
  left: 68%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

.info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 37%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover + .info-tooltip,
.custom-tooltip:focus + .info-tooltip {
  visibility: visible;
  opacity: 1;
}

/* .diff-title {
  font-weight: 100;
} */

.close-diff-container {
  cursor: pointer;
  position: absolute;
  margin: 1rem;
  top: 0;
  right: 0;
  z-index: 2;
}

/* DIFF SIDEBAR */
.sidebar-shell {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 372px;
  background-color: #f2f2f2;
  z-index: 1000;
  box-shadow: -20px 10px 15px 20px #332a2a33;
  display: flex;
  flex-direction: column;
  /* No scrolling here! */
  overflow: hidden;
}

.sidebar-scroll {
  height: 100%;
  /* Allow SimpleBar to own the scroll */
}

#aiDiff,
#userDiff,
#clinicalDiff {
  position: fixed;
  left: 0;
  top: 0;
  /* top: 68px; */
  /* width: 250px; */
  min-width: 372px;
  height: 100vh;
  /* BELOW ACCOMODATES FOOTER */
  /* height: 87%; */
  z-index: 1000;
  /* display: none; */
  /* transition: transform 0.5s ease-out; */
  transition: transform 0.5s ease-in-out;
  /* top 0.3s ease-out,  */
  transform: translateX(-100%);
  background-color: #f2f2f2ff;
  box-shadow: -20px 10px 15px 20px #332a2a33;
  /* transition: top 0.3s ease-in-out; */

  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin;
  /* scrollbar-width: none; */
  scrollbar-color: rgba(136, 136, 136, 0.7) transparent;
  padding-right: .25rem;
  overscroll-behavior: contain;
}

#clinicalDiff::-webkit-scrollbar {
  width: 8px;
}

#clinicalDiff::-webkit-scrollbar-track {
  background-color: transparent;
}

#clinicalDiff::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
  /* border: 2px solid transparent; */
  border-top: 120px solid transparent;
  border-bottom: 120px solid transparent;
  background-clip: content-box;
}

#clinicalDiff::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

#aiDiff.active,
#userDiff.active,
#clinicalDiff.active {
  /* display: block; */
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  /* overflow-y: scroll;
  overflow-x: hidden; */
}

#aiDiff.scrolled {
  top: 0;
  height: 100%;
  transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
}

#mainContent {
  transition: margin-left 0.7s ease-in-out;
}

.diff-range-placeholder {
  margin-left: 19px;
}

a.diff-link,
a.diff-header-link {
  color: black;
  text-decoration: none; 
  position: relative;
}

a.diff-link::after,
a.diff-header-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

a.diff-link:hover,
a.diff-link:active,
a.diff-link:focus,
a.diff-header-link:hover,
a.diff-header-link:active,
a.diff-header-link:focus {
  color: black;
  /* text-decoration: underline; */
  /* font-size: inherit; */
  font-weight: 500;
}

a.diff-link:hover::after,
a.diff-header-link:hover::after {
  width: 100%;
}

a.diff-header-link:hover,
a.diff-header-link:active,
a.diff-header-link:focus {
  font-weight: 400 !important;
}

a.diff-header-link.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

 .diff-header-title {
  font-weight: 500;
 }

a.diff-link.disabled {
  pointer-events: none;
  color: gray;
  cursor: not-allowed;
}

.key-icon {
  width: 18.5px;
  font-weight: 200;
  font-size: 0.7rem;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  /* display: inline-block; */
  display: none;
  transition: ease-in-out;
}

.key-icon.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0s;
}

.diff-col {
  font-size: 0.95rem;
}

.text-small {
  font-weight: 400;
  font-size: .8rem;
}


/* SIDEBAR */
/* .user_diff {
  overflow: hidden;
} */

.sidebar {
  margin: 0;
  /* padding: 0; */
  /* padding-top: 150px; */
  width: 100%;
  height: 0;
  background-color:#f1f1f1;
  /* border-right: solid 1px #000; */
  position: fixed;
  /* height: 255px; */
  /* overflow: auto; */
  justify-content: left;
  z-index: 200;
  /* top: 74vh; */
  bottom: 0vh;
  /* overflow-x: hidden; */
  /* padding-top: 100px; */
  transition: height .5s ease-in-out;
  /* font-size: 14px; */
  /* overflow-y: scroll; */
}

.diff-sidebar-btns {
  position: fixed;
  /* left: 92vw; */
  /* left: 90vw; */
  /* top: 85vh; */
  /* top: 75vh; */
  /* right: 2vw; */
  left: 2vw;
  bottom: 2vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 600px) {
  .diff-sidebar-btns {
    right: 5vw;
    bottom: 5vh;
  }
}

.diff-sidebar-btns-clinical {
  top: 85vh;
}

.diff-sidebar-btns > .btn {
  padding: 1rem !important;
  /* background-color: rgba(0, 0, 0, 0.75); */
  /* background-color: rgba(102, 72, 177) !important; */
  /* background-color: #ccc !important; */
  background-color: white !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  /* backdrop-filter: blur(10px); */
}

/* .diff-sidebar-btns .btn:last-child {
  margin-top: .5rem;
} */

.diff-sidebar-btns > .btn:hover,
.diff-sidebar-btns > .btn:active {
  padding: 1rem !important;
  background-color: #6648b1 !important;
}

.diff-sidebar-btns2 {
  position: fixed;
  left: 92vw;
  top: 90vh;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* #diff-sidebar-btns-div:hover > .sidebar {
  top: 72vh;
} */

/* .diff-sidebar-btns:hover {
  background-color: #6648b1;
} */

.span-spacing {
  margin-left: .25rem;
}

#lockCase {
  padding: 0.1rem;
  /* margin-right: .5rem; */
  /* cursor: pointer; */
}

#mpathSubmit,
#toggleImageSettings,
#requestMoreCells,
#requestMoreCells1 {
  width: 75%;
  padding: 0.1rem !important;
}

/* REQUEST MORE CELLS STYLES */
.new-cell,
.new-region {
  background-color: rgba(128, 64, 128, 1) !important;
}

.cell_list_item,
.region-box > .card {
  transition: background-color 0.6s ease;
}

.batch-1 { background-color: rgba(128, 64, 128, 0.25); }
.batch-2 { background-color: rgba(128, 64, 128, 0.4); }
.batch-3 { background-color: rgba(128, 64, 128, 0.5); }
.batch-4 { background-color: rgba(128, 64, 128, 0.65); }
.batch-5 { background-color: rgba(128, 64, 128, 0.75); }

.batch-1.faded { background-color: rgba(128, 64, 128, 0.05); }
.batch-2.faded { background-color: rgba(128, 64, 128, 0.1); }
.batch-3.faded { background-color: rgba(128, 64, 128, 0.15); }
.batch-4.faded { background-color: rgba(128, 64, 128, 0.2); }
.batch-5.faded { background-color: rgba(128, 64, 128, 0.25); }

/* FORCE OSD ICON TO IGNORE FILTER STYLES */
.openseadragon-container img[src*="openseadragon"],
img.no-image-filter {
  filter: none !important;
}

.disabled {
  pointer-events: auto;
  cursor: default !important;
}

.fake-disabled {
  pointer-events: auto;
  background-color: gray;
  opacity: 0.6;
  cursor: not-allowed !important;
}

.half-center {
  /* margin: 1rem 3rem 0 3rem; */
  margin: 0.5rem 3rem;
  /* width: 50%; */
}

.label_region_content {
  /* margin-left: 200px; */
  /* padding: 1px 16px; */
  /* transition: margin-bottom .5s ease-in-out; */
  
  /* padding: 20px; */
  /* overflow: hidden; */
  /* margin-bottom: 110px; */
}

.bi-arrow-up-square-fill,
.bi-arrow-up-square {
  /* font-size: 12px; */
  font-size: 15px;
  /* vertical-align: super; */
  color: red;
}

.bi-arrow-down-square-fill,
.bi-arrow-down-square {
  font-size: 15px;
  /* vertical-align: sub; */
  color: red;
}

/* PROJECT/CASES */
.case-container {
  display: flex;
  flex-direction: column;
  /* min-height: 100vh; */
  /* min-height: 50vh; */
  /* min-height: 65vh; */
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  /* min-height: 300px; */
  /* min-height: 53vh; */
  /* min-height: 30vh; */
  /* min-height: 51vh; */
  min-height: 55vh;
}

.no-projects-message {
  margin-top: auto;
  margin-bottom: auto;
}

.row.flex-grow-1 {
  flex-grow: 1;
}

.pagination.case-pagination {
  margin-top: auto;
  font-size: 1.2rem;
}

.case-count {
  font-size: 1rem;
}

.case-status {
  /* color: rgba(147, 4, 4, 0.54); */
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: 1rem;
  position: absolute;
  right: 5rem;
}

@media (max-width: 768px) {
  .case-status {
    position: static;
    /* display: block; */
    flex: 1 1 100%;
    text-align: center;
    margin-left: 0;
  }
}

.sign-out-case {
  color: black;
  font-size: 1rem;
  margin-left: 1rem;
  float: right;
}

.case-header {
  font-weight: 800;
  /* text-decoration: underline; */
  cursor: pointer;
}

.case-col.col-6,
.col-lg-3.case-col,
.col-lg-5.case-col,
.col-lg-1.case-col,
.col.case-col,
.col-6.case-col,
.col-2.case-col
 {
  /* min-height: none !important; */
  min-height: unset !important;
}

.case-list-hr {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.blur_text {
  color: transparent;
  /* text-shadow: 0 0 12px rgba(0, 0, 0, .5); */
  text-shadow: 0 0 15px rgb(0, 0, 0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-selecct: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.project_pending {
  color: #222;
}

.project_in_progress {
  color: rgba(0, 102, 0, 0.56);
}

.project_submitted {
  color: rgba(214, 174, 28, 0.56)
}

.project_finalized {
  color:rgba(147, 4, 4, 0.54);
}


/* END PROJECT/CASES */

.col-6 {
  min-height: unset !important;
}

.viewer-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  opacity: 0.5;
}

.viewer-btn:hover,
.viewer-btn:active,
.viewer-btn:focus,
.viewer-btn:focus-visible {
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  opacity: 1 !important;
}

.viewer-btn.clicked_once {
  border: none !important;
  box-shadow: none !important;
}

.viewer-btn i {
  margin: 0 -1;
}

.viewer-btn .line {
  flex: 1;
  height: 2px;
  background-color: black;
  /* opacity: 0.5; */
  margin-bottom: 5px;
}

.case-viewer {
  /* height: 500px; */
  height: 675px;
  margin: auto;
}

.slide-viewer-toggle {
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out;
  /* transition: none; */
  max-height: 0;
  opacity: 0;
  will-change: max-height, opacity;
}

.slide-viewer-toggle.open {
  /* padding-top: 1rem; */
  /* max-height: 600px; */
  max-height: 665px;
  opacity: 1;
}

/* ADD EXISTING SLIDES TO PROJECT MODAL */
.modal_content_slide_select.modal-dialog {
  /* width: 0 !important; */
  max-width: 50rem !important;
  overflow-y: initial !important;
}

.modal_content_slide_select.modal-body {
  height: 80vh;
  overflow-y: auto;
}

.add_slide_to_project.modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background-color: rgb(79, 48, 109);
}

.slide_form_hr {
  max-width: 95%;
  opacity: .8;
  margin-left: 0;
  margin-top: 0;
  /* margin-bottom: 0; */
}

/* CELL HISTORY MODAL */
.cell-history-btn-popout {
  background-color: #f2f2f2ff !important;
  border: 1px solid rgb(79, 48, 109) !important;
  color: rgb(79, 48, 109) !important;
}

.cell-history-btn-popout:hover,
.cell-history-btn-popout:focus,
.cell-history-btn-popout:active {
  /* border: none !important; */
  background-color: rgb(79, 48, 109) !important;
  color: white !important;
}

.cell-history-btn {
  background-color: white !important;
  border: 1px solid #663399ff !important;
  color: #663399ff !important;
  margin: .25rem;
}

.cell-history-btn:hover,
.cell-history-btn:focus,
.cell-history-btn:active {
  /* border: none !important; */
  /* border: 1px solid transparent; */
  background-color: #663399ff !important;
  color: white !important;
  margin: .25rem;
}

.cell_history_modal_body {
  max-height: 80vh;
  overflow-y: scroll;
}

.ai-label-container {
  padding-bottom: 1rem;
  margin-left: .8rem;
}

.ai-label {
  /* margin-left: 0.5rem; */
  font-weight: bold;
}

/* CLINICAL DIFF */

/* DEFAULT DIFF HEIGHT FOR FULL SIZED SCREEN */

.diff-display,
.ai-diff-display,
.clinical-diff-display {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, .75); */
  background-color: rgba(255, 255, 255);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  /* backdrop-filter: blur(10px); */
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: transform 0.5s ease-out;
  transform: translateY(100%);
  /* max-height: 90vh; */
  /* max-height: 40vh; */
  /* overflow-y: auto; */
  z-index: 999;
}

.diff-display.active,
.ai-diff-display.active,
.clinical-diff-display.active {
  /* visibility: visible;
  opacity: 1; */
  transform: translateY(0);

}

/* #mainContent {
  transition: margin-bottom 0.5s ease;
} */

.diff-height,
.ai-diff-height {
  /* height: 155px; */
  /* height: 185px; */
  /* height: 195px; */
  /* height: 215px; */
  /* height: 225px; */
  height: 270px;
  margin-top: -270px;
  /* height: 290px; */
  padding: 1rem;

  background-color: rgba(255, 255, 255, .75);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

@media only screen and (max-width: 1361px) {
  .ai-diff-height {
    height: 290px;
  }
}

@media only screen and (max-width: 1280px) {
  .ai-diff-height {
    /* height: 200px; */
    /* height: 177px; */
    /* height: 200px; */
    height: 310px;
    /* 177 */
  }
}

@media only screen and (max-width: 1265px) {
  .ai-diff-height {
    height: 310px;
  }
}

@media only screen and (max-width: 1200px) {
  .ai-diff-height {
    height: 310px;
  }
}

@media only screen and (max-width: 1178px) {
  .ai-diff-height {
    height: 335px;
  }
}

@media only screen and (max-width: 1010px) {
  .ai-diff-height {
    /* height: 405px; */
    height: 360px;
  }
}

@media only screen and (max-width: 952px) {
  .ai-diff-height {
    /* height: 300px; */
    /* height: 250px; */
    /* height: 275px; */
    /* height: 385px; */
    overflow-x: scroll;

    /* 250 */
  }
}

/* CAROUSEL TEST */
.carousel-container {
  width: 400px;
  height: 300px;
  position: relative;
  perspective: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.carousel-card {
  position: absolute;
  width: 300px;
  height: 200px;
  background-color: #6648b1;
  border: 1px solid black;
  box-shadow: 0 2px 5px rgpa(0, 0, 0, 0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.5s;
}

.card.current {
  transform: translateX(0) translateZ(0) scale(1);
  opacity: 1;
  z-index: 2;
}

.card.previous,
.card.next {
  transform: translateX(-100%) scale(0.8) translateZ(-200px);
  opacity: 0.5;
  z-index: 1;
}

.card.next {
  transform-origin: right center;
}

.card.prevous {
  transform-origin: left center;
}

/* ERROR PAGES */
.error-container,
.auth-container {
   /* min-height: 86vh; */
   min-height: 80vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   /* align-items: center; */
}

.auth-container {
  min-height: 80vh;
}

.error-content,
.auth-content {
  max-width: 75%;
  position: relative;
  /* bottom: 10rem; */
  bottom: 7rem;
}

.auth-content {
  bottom: 5rem;
}

h1.error-title,
h1.auth-title {
  background-color: transparent;
  color: black;
  padding: 0;
  text-align: start;
  margin-bottom: 2rem;
}

.error-message
.auth-message {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.back-btn {
  /* margin-top: 1.5rem; */
  color: white !important;
  background-color: rgb(79, 48, 109) !important;
  padding: 0.2rem 0.5rem !important;
}

.back-btn:hover,
.back-btn:focus,
.back-btn:active,
.back-btn:active:focus {
  background-color: transparent !important;
  color: black !important;
  padding: 0.2rem 0.5rem !important;
  font-weight: 500;
}

/* LOGIN */
.back-btn.login {
  border: 1px solid transparent !important;
}
.back-btn.login.btn:hover {
  border: 1px solid black !important;
}

/* .error-link {
  margin-top: 1.5rem;
  color: white; */
  /* font-size: 1.2rem; */
/* } */

/* .error-link:hover,
.error-link:active,
.error-link:focus {
  text-decoration: none;
  color: black;
  font-weight: 500;
} */

/* .back-btn:hover.error-link {
  color: black !important;
} */

/* LAB SITE */
.member_thumb {
  height: 412px;
  width: 412px;
}

.form-check {
  margin-left: 1rem !important
}

input[type="radio"] {
  cursor: pointer !important;
}

input[type="radio"]:checked {
  accent-color: #6648b1;
}

input[type="radio"][value="MPath"] {
  accent-color: rgba(243, 28, 28, 0.7);
}

input[type="radio"][value="HemeLabel"] {
  accent-color: rgba(102, 72, 177, 0.549);
}

#lineage_list_container {
  box-shadow: 2px 2px 5px white inset, -3px -2px 5px white inset;
}

/* Container divs for proper spacing with sticky headers */
/* #lineage_list_container > div {
  margin-bottom: 1rem;
} */

.mpath-selected {
  box-shadow: 2px 2px 5px rgba(243, 28, 28, 0.7) inset, -3px -2px 5px rgba(243, 28, 28, 0.7) inset !important;
}

.hemelabel-selected {
  box-shadow: 2px 2px 5px rgba(102, 72, 177, 0.549) inset, -3px -2px 5px rgba(102, 72, 177, 0.549) inset !important;
}

#lineage_list_container, .mpath-selected, .hemelabel-selected {
  transition: box-shadow 0.3s ease-in-out;
}


/* .form-check-input:focus,
.form-check-input:focus-visible {
  border: 1px solid #00000008;
  box-shadow: 0 0 5 rgba(0, 0, 0, .15);
} */

/* input[type="radio"]:focus,
input[type="radio"]:focus-visible {
  appearance: auto !important;
  outline: 2px solid #6648b1;
  outline-offset: 2px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.75);
} */

/* input[type="radio"]:focus-visible {
  outline: 2px solid #6648b1;
  outline-offset: 2px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.75);
} */

/* =================================
   RESPONSIVE FLEXBOX LAYOUT FOR CASES
   ================================= */

/* Responsive flexbox container */
.custom-grid-container {
  display: flex !important;
  width: 100% !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.custom-grid-item {
  display: flex !important;
  align-items: center !important;
  padding: 0.5rem !important;
  text-align: left !important;
  overflow: hidden !important;
  word-wrap: break-word !important;
  hyphens: auto !important;
}

/* Table wrapper for unified scrolling - ALL SCREEN SIZES */
.table-scroll-wrapper {
  overflow-x: auto !important;
  overflow-y: visible !important;
  width: 100% !important;
  /* Smooth scrolling */
  scroll-behavior: smooth !important;
  /* Hide scrollbar on webkit browsers */
  scrollbar-width: thin !important;
  /* Prevent content cutoff */
  padding-bottom: 2px !important;
  margin-bottom: -2px !important;
}

.table-scroll-wrapper::-webkit-scrollbar {
  height: 6px !important;
}

.table-scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 3px !important;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 3px !important;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

/* Ensure all content inside scrolls together */
.table-scroll-wrapper .custom-grid-container {
  display: flex !important;
  margin-bottom: 0 !important;
}

/* Desktop layout - NO WRAPPING */
@media (min-width: 992px) {
  .custom-grid-container {
    flex-wrap: nowrap !important;
    min-width: 900px !important; /* Ensure minimum width for all columns */
  }
  
  /* Adjust percentages to total exactly 100% - NO FLEX GROW/SHRINK */
  .custom-col-3 { 
    flex: 0 0 15% !important;
    max-width: 15% !important;
    min-width: 135px !important; /* Minimum pixel width */
  }  /* Case #, Date, Patient MRN, Patient Name = 60% */
  
  .custom-col-2 { 
    flex: 0 0 7% !important;
    max-width: 7% !important;
    min-width: 63px !important; /* Minimum pixel width */
  }   /* BMAs, Non-BMAs, Failed Slides = 21% */
  
  .custom-col-6 { 
    flex: 0 0 19% !important;
    max-width: 19% !important;
    min-width: 171px !important; /* Minimum pixel width */
  }  /* Status = 19% */
  /* Total: 60% + 21% + 19% = 100% */
}

/* Tablets - keep ALL columns visible with horizontal scroll */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-grid-container {
    flex-wrap: nowrap !important;
    min-width: 800px !important; /* Ensure minimum width for ALL 8 columns */
  }
  
  .custom-col-3 { 
    flex: 0 0 15% !important;
    max-width: 15% !important;
    min-width: 120px !important; /* Minimum pixel width */
  }  /* Case #, Date, Patient MRN, Patient Name */
  
  .custom-col-2 { 
    flex: 0 0 7% !important;
    max-width: 7% !important;
    min-width: 56px !important; /* Minimum pixel width */
  }   /* BMAs, Non-BMAs, Failed Slides - ALWAYS VISIBLE */
  
  .custom-col-6 { 
    flex: 0 0 19% !important;
    max-width: 19% !important;
    min-width: 152px !important; /* Minimum pixel width */
  }  /* Status */
}

/* Mobile - horizontal scroll with ALL columns visible */
@media (max-width: 767px) {
  .custom-grid-container {
    flex-wrap: nowrap !important;
    min-width: 700px !important; /* Force horizontal scroll but show ALL columns */
  }
  
  .custom-grid-item {
    padding: 0.4rem 0.3rem !important; /* Compact padding for mobile */
    font-size: 0.85rem !important; /* Slightly smaller text */
  }
  
  .custom-col-3 { 
    flex: 0 0 15% !important;
    max-width: 15% !important;
    min-width: 105px !important;
  }  /* Case #, Date, Patient MRN, Patient Name */
  
  .custom-col-2 { 
    flex: 0 0 7% !important;
    max-width: 7% !important;
    min-width: 49px !important;
  }   /* BMAs, Non-BMAs, Failed Slides - ALWAYS VISIBLE */
  
  .custom-col-6 { 
    flex: 0 0 19% !important;
    max-width: 19% !important;
    min-width: 133px !important;
  }  /* Status */
}

/* Utility Classes */
.custom-text-left { text-align: left !important; }
.custom-text-center { text-align: center !important; }
.custom-text-right { text-align: right !important; }

.custom-grid-header {
  font-weight: 800 !important;
  cursor: pointer !important;
}

.custom-grid-header:hover {
  color: #663399ff !important;
}

/* Case-specific styles */
.custom-case-header-row {
  background-color: #f8f9fa !important;
  font-weight: bold !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0.5rem !important;
}

.custom-case-row:hover {
  background-color: rgba(102, 51, 153, 0.05) !important;
}

/* Mobile-specific styles - show everything with horizontal scroll */
@media (max-width: 767px) {
  .table-scroll-wrapper {
    /* Ensure smooth horizontal scrolling on mobile */
    -webkit-overflow-scrolling: touch !important;
  }
}

/* STICKY HEADER STYLES */
#lineage_list_container h3 {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 100;
  margin: 0;
  padding: 8px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
}

/* Enhanced shadow when scrolling */
/* #lineage_list_container h3:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
} */

/* Ensure sticky headers stack properly with higher z-index values */
#lineage_list_container div:nth-child(1) h3 { z-index: 110; }
#lineage_list_container div:nth-child(2) h3 { z-index: 109; }
#lineage_list_container div:nth-child(3) h3 { z-index: 108; }
#lineage_list_container div:nth-child(4) h3 { z-index: 107; }
#lineage_list_container div:nth-child(5) h3 { z-index: 106; }
#lineage_list_container div:nth-child(6) h3 { z-index: 105; }
#lineage_list_container div:nth-child(7) h3 { z-index: 104; }
#lineage_list_container div:nth-child(8) h3 { z-index: 103; }
#lineage_list_container div:nth-child(9) h3 { z-index: 102; }
#lineage_list_container div:nth-child(10) h3 { z-index: 101; }

.other-cell-notes {
  font-size: .85rem !important;
  color: #222;
  font-weight: 400;
  padding: .1rem;

  /* position: absolute;
  right: 12rem; */
}

