
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #1D1D26; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37517e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #292770; /* Buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --bs-success-rgb: 29, 29, 38;
  --bs-warning-rgb: 29, 29, 38;
  --bs-dropdown-link-hover-bg: #16ABE2;
  --bs-danger-rgb: 173, 9, 28;
  --bs-white: #ffffff;

}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}

a:hover {
  color: #067b8e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
.nav-banner{ background-color:#414EA0; }
.navbar-brand:has(img)::before {
  content: none;
  border: none;
}
.navbar-brand:not(:has(img)) { font-weight:bold; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
.navbar-brand:not(:has(img))::before{
  font-family: "Bootstrap-icons"; 
  content: "\F53B"; margin:3px 5px 0 0;
  font-size: 0.75em;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color:#082096;
  border: 1px solid #ffffff;
}
a.nav-link {color:#E1DFE5;}
.nav-link {color: #292740;}
.btn-get-started, .btn-primary,
.btn-getstarted:focus, .btn-primary:focus {
  color: var(--bs-white);
  background: var(--accent-color);
  font-size: 17px;
  padding: 8px 15px;
  margin: 0 0 0 0px;
  border-radius: 10px;
border: none;
}

.btn-get-started:hover, .btn-primary:hover,
.btn-get-started:focus:hover, .btn-primary:focus:hover {
 color: var(--bs-white);
  background: var(--bs-green);
}
.btn-outline-success {
  color: #000000;
}
#search_div{
  max-width:90%;
}

.text-success {background-color:#8FE27D; padding: 0 5px; }
.text-warning {background-color:#F9E26E; padding: 0 5px; }
.brand {max-height: 30px; margin-top:-4px;}
.dropdown-item.active,.dropdown-item:hover {background-color:#DADDED; color:#000000;}
.dropdown-item:active {color:#000000; background-color: #B9C2EF;}
.dropdown-item:active .text-white {color:#000000;}

.edit_link {
  color:#082096; 
  font-weight: bold;
}

.edit_link::before {
  font-family: "Bootstrap-icons";
  content: "\F4CA";
  margin:3px 5px 0 0;
  font-size: 0.85em;
}
td a:not(.edit_link):not(.dropdown-item)::after {
  font-family: "Bootstrap-icons";
  content: "\F134";
  font-size: 0.85em; 
  margin-left: 5px;
}
.bi-question-square::before {
  content: "\f50b";

}
.bi::before, [class*=" bi-"]::before, [class^="bi-"]::before {
  display: inline-block;

  font-family: bootstrap-icons !important;

  font-style: normal;

  font-weight: 400 !important;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  vertical-align: -.125em;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

*, ::after, ::before {
  box-sizing: border-box;

}
.text-danger {color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))}
.dashboard .card-icon {font-size: 50px;}



/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}


/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}



/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .requests-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .sessions-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .message-card .card-icon {
  color: #012970;
  background: #e3e8f1;
}


/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}



/* Recent Requests */
.dashboard .recent-requests {
  font-size: 14px;
}

.dashboard .recent-requests .table thead {
  background: #f6f6fe;
}

.dashboard .recent-requests .table thead th {
  border: 0;
}

.dashboard .recent-requests .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-requests .dataTable-bottom {
  padding: 10px 0 0 0;
}

