#files {
  list-style: none;
}

@media screen and (min-width: 1680px) {
  heard:before {
    top: 20px;
  }
}

#cards_row {
  margin-top: 6.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin: auto;

}

body {
  height: 100%;
  width: 100%;
  background-color: black;
  /* background-image: url(https://www.mddionline.com/sites/mddionline.com/files/styles/article_featured_standard/public/field/image/Medtronic-Micra.jpg?itok=uQsSseil);   */

}

#edit_doc_json {
  background-color: balck;
}

#upload_s3Btn {
  width: 20%;
  margin-top: 14px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  background: whitesmoke;
  border: 1px solid blue;
  color: black;
  font-size: 14px;
  border-radius: 10px;
}

#navbar_col {
  background-image: url(https://yt3.googleusercontent.com/AfeQY7B6W32SDnrw9MzBPaV4j1xCnebQoJvgyyYyCqvbjDV_XHgxEmPS8tGcDJUZOHU4mMkV=s900-c-k-c0x00ffffff-no-rj);

  background-repeat: round
}

.nav-row {
  height: 48px;
}

label {
  padding: 2px;
  font-size: 16px;
  font-weight: bold;
}

#loc_btn {
  background: rgb(72, 0, 158);
  font-size: 14px;
  font-weight: bold;
}

#radio_dropdown {
  margin-top: 24px
}

#upload-data {
  position: relative;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  padding: 10px;

  font-weight: 700;
  color: blue;
  font-size: 18px;
  border-radius: 10px;
}

#uploadbutton {
  position: relative;
  width: 50%;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: rgb(72, 0, 158);
  color: white;
}

#open_dashboards {
  position: relative;
  width: 50%;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: rgb(72, 0, 158);
  color: white;
}

#refr_dashboards {
  position: relative;
  width: 50%;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: rgb(72, 0, 158);
  color: white;
}

#ingestion_card {
  padding: 24px;
  border-radius: 8px;
}

#success_pop {
  width: 100%;

  border: none
}

#view_card {
  padding: 40px;
  border-radius: 8px;
  border: none
}

#view_col {
  border-radius: 8px;
  border: 1px solid rgb(212, 207, 207)
}

#view_heading {
  text-align: center;
  color: rgba(0, 90, 255, 0.94);
  font-size: 24px;
}

input {
  margin: revert
}

.btn-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 56px;

}

.btn {
  font-weight: 700
}

.btnLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  gap: 1rem
}

.btnLoader span {
  --dot1: #788c9f;
  --dot2: #788c9f33;
  --dot3: #788c9f66;
  --dot4: #788c9fb3;
  --duration: 700ms;
  --easing: linear;
  --delay: 1ms;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.btnLoader span:nth-child(1) {
  background-color: var(--dot1);
  animation: var(--duration) var(--easing) var(--delay) infinite alternate flash1;
}

.btnLoader span:nth-child(2) {
  background-color: var(--dot2);
  animation: var(--duration) var(--easing) var(--delay) infinite alternate flash2;
}

.btnLoader span:nth-child(3) {
  background-color: var(--dot3);
  animation: var(--duration) var(--easing) var(--delay) infinite alternate flash3;
}

.btnLoader span:nth-child(4) {
  background-color: var(--dot4);
  animation: var(--duration) var(--easing) var(--delay) infinite alternate flash4;
}

#list_files {
  list-style-type: none
}

#files {
  list-style-type: none;
  font-size: 15px;
  font-weight: bold
}

@keyframes flash1 {

  0%,
  100% {
    background-color: var(--dot1)
  }

  25% {
    background-color: var(--dot2)
  }

  50% {
    background-color: var(--dot3)
  }

  75% {
    background-color: var(--dot4)
  }
}

@keyframes flash2 {

  0%,
  100% {
    background-color: var(--dot2)
  }

  25% {
    background-color: var(--dot3)
  }

  50% {
    background-color: var(--dot4)
  }

  75% {
    background-color: var(--dot1)
  }
}

@keyframes flash3 {

  0%,
  100% {
    background-color: var(--dot3)
  }

  25% {
    background-color: var(--dot4)
  }

  50% {
    background-color: var(--dot1)
  }

  75% {
    background-color: var(--dot2)
  }
}

@keyframes flash4 {

  0%,
  100% {
    background-color: var(--dot4)
  }

  25% {
    background-color: var(--dot1)
  }

  50% {
    background-color: var(--dot2)
  }

  75% {
    background-color: var(--dot3)
  }
}

#filetable {
  border-radius: 5px;
  box-shadow: 1px 2px 6px grey;
  height: fit-content;
}

#filetable_map {

  border-radius: 5px;
  box-shadow: 1px 2px 6px grey;
  height: fit-content;
}


tr {
  border-collapse: collapse;
  border: none;
}

thead {
  width: 30%
}

td {
  font-size: 14px;
  font-weight: bold;

}

td:not(.CalendarDay) {
  /* padding: 12px 6px !important; */
  /* padding:20px 30px !important; */
  text-align: center;
  border: none
}

th:not(.CalendarDay) {
  /* padding: 12px 0px !important; */
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  font-size: 14px
}

.nav-pills a:hover {
  color: blue;
  border-radius: 0px;

}

.nav-pills .active a:hover {
  color: blue;
  border-radius: 0px;

}

.nav>li>a:hover,
.nav>li>a:focus {
  color: blue;
  border-radius: 0px;
}

.card-img-overlay {
  position: relative;
  padding: 0px;
  border-radius: calc(0.25rem - 1px);
}

#loadbutton_map {
  font-size: 14px;
  font-weight: 700;
  background: rgb(72, 0, 158);
  border: none;
  color: white;

  font-size: 14px;
  border-radius: 10px;
  width: 22rem;


}

#loadbutton_map:hover {
  color: white;
  background: green
}

#exception_map {
  font-size: 14px;
  font-weight: 700;
  background: rgb(72, 0, 158);
  border: none;
  color: white;
  margin: 49px 0px;

  font-size: 14px;
  border-radius: 10px;
  width: 22rem;
}

#exception_map:hover {
  color: white;
  background: green
}

#loadbutton {
  font-size: 14px;
  font-weight: 700;
  background: rgb(72, 0, 158);
  border: none;
  color: white;

  font-size: 14px;
  border-radius: 10px;
  width: 24rem;

}

#ref_t {
  font-size: 14px;
  font-weight: 700;
  background: rgb(72, 0, 158);
  border: none;
  color: white;

  font-size: 14px;
  border-radius: 10px;
  width: 24rem;
}

#check_sourceFiles {
  font-size: 14px;
  font-weight: 700;
  background: rgb(72, 0, 158);
  border: none;
  color: white;
  margin: 49px 0px;
  font-size: 14px;
  border-radius: 10px;
  width: 24rem;

}

#loadbutton:hover {
  color: white;
  background: green
}

/* .container{
  width: 100%;
} */

.sidebar {
  position: fixed;
  width: 17%;
  height: 100%;
  background: rgb(0, 57, 173);
  color: white;
  padding: 10px
}

.sidebar ul li a {
  color: #fff;
  margin-top: 20px;
  text-decoration: none
}

/* .sidebar ul li a:active{
  color: #fff;
  margin-top: 20px;
  background:yellow
} */
.sidebar ul li {
  padding: 15px;
  box-shadow: 1px 3px 4px;
  transition: .5s;
  margin-top: 20px;
  list-style: none;
  font-size: 18px;

}

.sidebar ul li:hover {
  background: purple;
}

.container .main-content {
  margin-left: 100px;
}

.container .main-content .header {
  padding: 20px;
  background: #fff;
  color: #717171;
}

.container .main-content .info {
  margin: 20px;
  color: #717171;
  line-height: 25px;
}


#filesn {
  list-style: none;
  padding: 8px;
  font-size: 15px;
}

#list_files1 {
  list-style-type: none;
  padding: 8px;
  font-size: 15px;
}

#file_all {
  font-size: 15px;
  font-weight: 500;
}

#spect-data {
  /* background-image: #70809012 */
  /* background-image: url(https://cdn.synappsehealth.com/res-prod/img/blog/articles/preparing_for_lab_test.png) */
}

#disp_status {

  width: 50%;
  margin: auto;
  padding: 20px;

}

/* #list_items{
  list-style:none;
  color:#544e70
} */

#refresh_col {
  box-shadow: grey 1px 2px 2px;

  font-size: 15px;
  font-weight: bold;

  padding-bottom: 0px;
  text-align: center;
}

#show_div {
  background: white;
  padding: 6px;
  overflow-y: scroll;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700
}

#upload_to_folBtn {
  width: 20%;
  margin-top: 14px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  background: whitesmoke;
  border: 1px solid blue;
  color: blue;
  font-size: 14px;
  border-radius: 10px;
}


.col-10 {
  flex: 0 0 auto;
  width: 82.733333%;
}


#sidenavbar {
  padding-right: 0px;
  /* background-image: linear-gradient(white,grey); */
  background: gainsboro
}


#sidenavbar:hover {
  padding-right: 0px;


}

#page-cont {
  /* padding-bottom:60px;   */
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Height of the footer */

}

.arrow-1 {
  width: 100px;
  height: 30px;
  display: flex;
  margin: auto
}

.arrow-1:before {
  content: "";
  background: currentColor;
  width: 15px;
  clip-path: polygon(0 10px, calc(100% - 15px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
  animation: a1 1.5s infinite linear;
}

@keyframes a1 {

  90%,
  100% {
    flex-grow: 1
  }
}


.ms-auto {
  margin: auto
}

.lastm_table::-webkit-scrollbar {
  display: none;
}

textarea {
  width: 60rem;
  height: 100rem
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: black;
  margin: 0;
}

input::placeholder {
  color: #aaa;
}
/* assets/custom.css */
.Select-menu-outer, .Select-control {
    background-color: #1a1a1a !important;
    color: white !important;
    border: 1px solid #444 !important;
}

.Select-menu-outer .Select-option {
    background-color: #1a1a1a !important;
    color: white !important;
}

.Select-menu-outer .Select-option.is-focused {
    background-color: white !important;
}
.sidebar-item {
    display: flex;
    align-items: start;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    gap: 12px;
    transition: background-color 0.3s ease;
    background-color: transparent; /* No gray default */
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-title {
    font-weight: 600;
    font-size: 15px;
    color: white;
}

.nav-desc {
    font-size: 12px;
    color: #bbb;
    margin-top: 2px;
    white-space: normal;
}

.sidebar-item > div:last-child {
    display: flex;
    flex-direction: column;
}

.sidebar-item:hover {
    background-color: #0BB5BB26;
}
.sidebar-container {
    display: flex;
    flex-direction: column;
    gap: 10px;  /* spacing between sidebar items */
}
.sidebar-item.active .nav-title {
    color: #0BB5BB !important;
    font-weight: 600;
}

.sidebar-item.active .icon-circle i {
    color: #0BB5BB !important;
}
.sidebar-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.icon-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 36px;
    height: 100%;  /* allow the stack to grow vertically */
}


/* Outer ring */
.outer-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #666;  /* default gray */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

/* Inner icon */
.inner-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.circle-line-bottom {
    width: 2px;
    height: 32px;  /* fixed height so it's visible */
    background-color: #666;
    margin-top: 4px;
}


/* Active state */
.sidebar-item.active .outer-circle {
    border-color: #0BB5BB;
}

.sidebar-item.active .inner-icon {
    background-color: #0BB5BB;
    color: white;
}

.sidebar-item.active .circle-line-bottom {
    background-color: #0BB5BB;
}


.nav-title {
    font-weight: 600;
    font-size: 15px;
    color: white;
}

.nav-desc {
    font-size: 12px;
    color: #bbb;
    margin-top: 2px;
    white-space: normal;
}
tbody, td, tfoot, th, thead, tr {
  border:none !important;
}
.custom-teal-btn {
    background-color: #0BB5BB !important;
    border-color: #0BB5BB !important;
    color: white !important;
}

.custom-teal-btn:hover {
    background-color: #099A9F !important;
    border-color: #099A9F !important;
}

.custom-teal-btn:focus, .custom-teal-btn:active {
    background-color: #08888A !important;
    border-color: #08888A !important;
    box-shadow: 0 0 0 0.2rem rgba(11, 181, 187, 0.5) !important;
}

/* Disable Dash loading animations */
._dash-loading-callback {
    display: none !important;
}

._dash-loading {
    display: none !important;
}

.dash-spinner {
    visibility: hidden !important;
}
.table {
  --bs-table-color: initial !important;
  --bs-table-bg: initial !important;
}
.sidebar-section-header {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.sidebar-section-header:hover {
    background-color: rgba(255,255,255,0.1);
}
.icon-circle {
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.nav-title {
    font-weight: 600;
    font-size: 15px;
}
.nav-desc {
    font-size: 12px;
    opacity: 0.8;
}
.submenu-item {
  color: #EDEEF0;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 6px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submenu-item:hover {
  color: #0BB5BB;
  transform: translateX(4px);
}

.rotate-arrow {
  transition: transform 0.3s ease;
}
/* Submenu hover effects */
.submenu-item:hover {
    background-color: rgba(11, 181, 187, 0.1);
    border-radius: 4px;
}

.submenu-item a:hover {
    color: #0BB5BB !important;
}

/* Add smooth transition for page content */
#page-content {
    transition: all 0.3s ease;
}

/* Active link styling */
.submenu-item a.active {
    color: #0BB5BB !important;
    font-weight: 600;
}


.Select-value .Select-value-label {
    color: white !important;
}

.dropdown-toggle::after {
  display: none !important;
}


.custom-grid .ag-root-wrapper {
    background-color: #2c2c2e !important;
}

.custom-grid .ag-header {
    background-color: #2c2c2e !important;
}

.custom-grid .ag-cell {
    background-color: #1a1a1a !important;
    color: white !important;
}