:root {
  --primary-color: #003692bf;
  --primary-color-dark: #003692ec;
  --primary-color: #010710;
  --primary-color-dark: #000103;
  --secondary-color: #000428;
  --primary-text-color: #212529;
  /* --modal-backdrop-color: #797d8d69; */
  --modal-backdrop-color: #0d2528;
  --glass-parent-black: rgb(0 3 16);
  --code-color:#0c419d;
  --initials-cirlce-color: #d4dfe7;
}
.border-primary {
  border-color: var(--primary-color) !important;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}
.btn-primary:hover {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}
.btn-primary:focus{
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}
.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-outline-primary:hover {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
}
.btn-outline-primary:focus{
  box-shadow: none;
}
.btn {
  font-size: 14px;
}
body {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}
.z-index-1 {
  z-index: 1;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
label {
  font-size: 14px;
  margin-bottom: .25rem !important;
  font-weight: 400;
  font-weight: 500;
}
.form-control{
  margin-bottom: 0.25rem;
  font-size: 14px;
  background-color: #f0f0f5;
  transition: 0.3s all ease-in-out;
}
.form-check-input:checked{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
a {
  color: var(--primary-color);
  text-decoration: dotted underline;
}
.pv-h1{
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.fs-08 {
  font-size: 8px;
}
.fs-09 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-10 {
  font-size: 10px;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
} 
.fw-700 {
  font-weight: 700;
} 
.fw-800 {
  font-weight: 800;
}
.left-panel-color{
  background: #000428;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.vh-101{
  height: 101vh!important;
}
.btn-close {
  box-shadow: none !important;
}

/* Custom Slide for Bootstrap Toast */
#toast-notification.fade {
  display: block; /* Ensure it's in the DOM to calculate width */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateX(calc(100% + 2rem)); /* Clears the p-2 padding and shadows */
  opacity: 0;
}

#toast-notification.show {
  transform: translateX(0);
  opacity: 1;
}

/* Prevents the 'sliver' from showing during the exit phase */
#toast-notification.showing {
  transform: translateX(calc(100% + 2rem));
}
/* Custom Slide Animation */
.toast.fade {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translateX(100%); /* Start off-screen to the right */
}

.toast.show {
  transform: translateX(0); /* Slide into view */
  opacity: 1;
}

/* Ensures the toast remains visible during the hide transition */
.toast.showing {
  transform: translateX(100%);
}
.toast-body {
  padding: 0.6rem
}

.navbar{
  width: 50px;
  height: 100vh;
  align-items: start;
  padding: 4px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.navbar-item {
  border-radius: 4px;
  margin-bottom: 14px;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.tooltip {
  font-size: 12px;
}
.tooltip-inner {
  padding: 0.2rem 0.4rem;
}

.navbar-item.active,
.navbar-item:hover{
  background-color: var(--primary-color);
  color: #fff !important;
  transition: 0.8s;
}

#id-nav-menu .modal-dialog {
  position: fixed;
  left: 50px;
  top: 0;
  margin: 0;
  height: 100%;
  max-width: 400px; /* optional */
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
#id-nav-menu.show .modal-dialog {
  transform: translateX(0);
}
#id-nav-menu {
  z-index: 2;
}
#id-nav-menu .modal-content{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 340px;
}
.app-menu-item{
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.5;
}
.app-menu-item i {
  font-size: 16px;
}
.app-menu-item:hover,
.app-menu-item.active{
  background-color: var(--primary-color) !important;
  color: #fff !important;
  transition: 0.8s;
}
a:has(.app-menu-item) {
  text-decoration: none;
  color: inherit;
}

.body-content {
  margin-left: 50px;
}
.modal-backdrop {
  background-color: var(--modal-backdrop-color);
}

.glass-parent {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* children inherit "glass look" via transparency */
.glass-parent .glass-child {
  background: rgb(105 111 137 / 24%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}

.rounded-4 {
  border-radius: 12px;
}
.header-button{
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Background circles */
.bg-circle {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

/* Blue circle */
.circle-1 {
  width: 200px;
  height: 200px;

  background: #92addb;
  background: #00297050;
  background: #00297030;

  bottom: 30px;
  left: -20px;
}

/* Red circle */
.circle-2 {
  width: 350px;
  height: 350px;

  background: #92addb;
  background: #d592db50;
  background: #92dbcf30;

  bottom: -80px;
  left: -80px;
}
.circle-3 {
  width: 550px;
  height: 550px;

  background: #92addb;
  background: #d592db50;
  background: #00297030;

  bottom: -160px;
  left: -160px;
}

/* Glass overlay */
.glass-card {
  width: 100%;
  /* padding: 12px 16px; */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  box-shadow: 0 1px 8px 0 rgba(78, 117, 158, 0.2);
  transition: 0.4s;
}
.glass-card:hover{
  box-shadow: 0 1px 15px 0 rgba(78, 117, 158, 0.3);
}

.glass-accordion .accordion-item{
  background: rgba(255, 255, 255, 0.08) ;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 8px 0 rgba(78, 117, 158, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  width: 100%;
  transition: 0.4s;
  border-radius: 12px;
}
.glass-accordion .accordion-item .accordion-header {
  font-size: inherit;
  font-weight: inherit;
  padding: 12px 14px;
}
.glass-accordion .accordion-item .accordion-body {
  padding-top: 0px;
  padding-bottom: 0.5rem;
}


.accordion-header {
  position: relative;
  cursor: pointer;
  padding: 12px 36px 12px 12px;
}

.accordion-header::after {
  content: "\F282"; /* Bootstrap Icons chevron-down */
  font-family: "bootstrap-icons";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  font-size: 14px;
  color: var(--bs-gray-500);
}

.accordion-header[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.theme-pop{
  color: var(--code-color) !important;
}
code {
  color: var(--code-color);
  font-size: 13px;
}
i[role="button"]{
  color: var(--primary-color);
  transition: 0.6s;
}
i[role="button"]:hover{
  color: var(--primary-color-dark);
  
}

i.bi-plus-circle-fill{
  font-size: 48px;
}

i.bi-plus-circle-fill::before{
  box-shadow: 0 1px 8px 0 rgba(78, 117, 158, 0.75);
  border-radius: 50%;
}
i.bi-plus-circle-fill::before:hover{
  box-shadow: 2 1px 15px 0 rgba(78, 117, 158, 0.3);
}

.bi.bi-eye-slash,
.bi.bi-eye{
  color: #000428;
}
.modal-dialog.right {
  position: fixed;
  right: 0;
  left: auto;
  top: 0;
  margin: 0;
  height: 100vh;
  max-width: 400px;
  width: 380px;

  transform: translateX(100%) !important;
  transition: transform 0.6s ease;
}
.modal.show .modal-dialog.right {
  transform: translateX(0) !important;
}
.modal-content.right {
  height: 100vh;
  width: 380px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-content .modal-header {
  border: 0px;
}
.modal-content .modal-footer {
  border: 0px;
}
.modal-title {
  font-size: 1rem;
}
.modal-content.right .modal-body {
  padding-right: 0;
  overflow-y: auto;
}
.modal-content.right .modal-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.initials-circle {
  background-color: var(--initials-cirlce-color);
  height: 40px;
  width: 40px;
}
/* #loding-modal .modal-dialog {
    transition-duration: 0s !important;
}
#loding-modal .modal-dialog {
    transition-duration: 0s !important;
} */
th{
  font-weight: 500;
}

.highcharts-title{
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.selected-row td{
  font-weight: 700;
  color: #0e7b6d !important;
}
.selected-row{
  color: #0e7b6d !important;

}


.btn-outline-success {
    color: #0c3739;
    border-color: #0c3739;
}

/* 2. Hover state */
.btn-outline-success:hover {
    color: #fff;
    background-color: #0c3739;
    border-color: #0c3739;
}

/* 3. Checked / Active state (for radio buttons) */
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active, 
.btn-outline-success:focus,
.btn-outline-success:active {
    color: #fff;
    background-color: #0c3739;
    border-color: #0c3739;
}

/* 4. Focus box-shadow (optional, for accessibility) */
.btn-check:focus + .btn-outline-success, 
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(12, 55, 57, 0.5);
}

.progress-bar{
  background-color: #107b6c;
}