/**
* Template Name: NiceAdmin
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* 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: #1a4faf;
  font-size: 17px;
  font-weight: 500;
}

.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;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button {
  margin-top: 0;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* 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;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 400px;
  }
}

.logo img {
  max-height: 60px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# 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;
  color: #012970;
  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 .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* 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;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/*--------------------------------------------------------------
# customise
--------------------------------------------------------------*/
.sticky-header {
  position: sticky;
  top: 0;
  background-color: white; /* Set a background color if needed */
  z-index: 2; /* Make sure the sticky header is above the content */
}

.sticky-headerFilter {
  position: sticky;
  top: 180px;
  background-color: white; /* Set a background color if needed */
  z-index: 3; /* Make sure the sticky header is above the content */
}

.sticky-headerrd {
  position: sticky !important;
  top: 80px;
  background-color: white; /* Set a background color if needed */
  z-index: 1; /* Make sure the sticky header is above the content */
}


/*--------------------------------------------------------------
# driver
--------------------------------------------------------------*/
.member-entry {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  -moz-box-shadow:  0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  -webkit-box-shadow:  0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  box-shadow: 1 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background:#fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}
.member-entry:before,
.member-entry:after {
  content: " ";
  display: table;
}
.member-entry:after {
  clear: both;
}
.member-entry:hover {
  background: rgba(235, 235, 235, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
  box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);
}
.member-entry .member-img,
.member-entry .member-details {
  float: left;
}
.member-entry .member-img {
  position: relative;
  display: block;
  width: 10%;
}
.member-entry .member-img img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.member-entry .member-img i {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  color: #FFF;
  font-size: 25px;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.member-entry .member-img:hover i {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.member-entry .member-details {
  width: 89.9%;
}
.member-entry .member-details h4 {
  font-size: 18px;
  margin-left: 20px;
}
.member-entry .member-details h4 a {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.member-entry .member-details .info-list {
  margin-left: 5px;
}
.member-entry .member-details .info-list > div {
  margin-top: 5px;
  font-size: 13px;
}
.member-entry .member-details .info-list > div a {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.member-entry .member-details .info-list > div i {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.member-entry .member-details .info-list > div:hover i {
  color: #4f5259;
}
@media screen and (max-width: 768px) {
  .member-entry .member-img {
    width: 18%;
  }
  .member-entry .member-details {
    width: 81.9%;
  }
  .member-entry .member-details h4 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .member-entry .member-img {
    width: 100%;
    float: none;
    text-align: center;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .member-entry .member-img img {
    width: auto;
    display: inline-block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .member-entry .member-details {
    width: 100%;
    float: none;
  }
  .member-entry .member-details h4,
  .member-entry .member-details .info-list {
    margin-left: 0;
  }
  .member-entry .member-details h4 > div,
  .member-entry .member-details .info-list > div {
    padding: 0;
  }
  .member-entry .member-details .info-list > div {
    margin-top: 10px;
  }
}

.section .card .container {
  width: 98%;
  margin-top: 10px;
}



.form-group {
  margin-top: 10px;
}
.form {
  max-width: calc(100vw - 40px);
  width: 600px;
  height: auto;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #fff;
  margin: 0;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 5px solid #ccc;
}
form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
}

.form h2 {
  margin: 18px 0;
  padding-bottom: 10px;
  width: 210px;
  color: #1e439b;
  font-size: 22px;
  border-bottom: 3px solid #ff5501;
  font-weight: 600;
  margin-bottom: 30px;
}
input {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #bebed2;
  transition: all .3s;
}
.form p:before {
  content: attr(type);
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  color: #5a5a5a;
  float: left;
  width: 40%;
  transition: all .3s;
}
button {
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #78788c;
  background: 0;
  color: #5a5a6e;
  cursor: pointer;
  transition: all .3s;
}
button:hover {
  background: #78788c;
  color: #fff;
}
.tright{
  text-align: right;
}
.ui-menu{
  max-height: 150px;
  overflow: auto;
}
.ui-menu .ui-menu-item{
  padding:5px;
  font-size: 14px;
}
.relative{
  position: relative;
}
.relative i.fa:before{
  color: #444;
  padding: 10px;
  position: absolute;
  left: -3px;
  text-align: center;
}

.relative i.fa{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  width: 0;
  height: 0;
  z-index: 99;
  border-left: 20px solid transparent;
  border-right: 30px solid #ccc;
  border-bottom: 34px solid #ccc;
  transition: all 0.15s ease-in-out;

}
.form-control:focus{
  border-color: #1e439b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(30, 102, 195);
}
.relative input:focus + i.fa{
  border-left: 20px solid transparent;
  border-right: 30px solid #1e439b;
  border-bottom: 34px solid #1e439b;
}
.relative input:focus + i.fa:before{
  color: #fff;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child){
  border-radius: 0 4px 4px 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: rgb(240,236,236);
}

.form-control, .form-check-input, .form-select {
  border-color: #00000050 !important;
}

/* --- Thanks Message Popup --- */
.thanks{
  max-width: calc(100vw - 40px);
  width: 200px;
  height: auto;
  background-color: #444;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all .3s;
}
.thanks h4,
.thanks p{
  color: #fff;
  text-align: center;
}

/* --- Animated Buttons --- */
.movebtn{
  background-color: transparent;
  display:inline-block;
  width:100px;
  background-image: none;
  padding: 8px 10px;
  margin-bottom:20px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
}
.movebtnre {
  border: 2px solid #ff5501;
  box-shadow: inset 0 0 0 0 #ff5501;
  color:#ff5501;
}
.movebtnsu {
  border: 2px solid #1e439b;
  box-shadow: inset 0 0 0 0 #1e439b;
  color: #1e439b;
}
.movebtnre:focus,
.movebtnre:hover,
.movebtnre:active {
  background-color: transparent;
  color: #FFF;
  border-color: #ff5501;
  box-shadow: inset 96px 0 0 0 #ff5501;
}
.movebtnsu:focus,
.movebtnsu:hover,
.movebtnsu:active {
  background-color: transparent;
  color: #FFF;
  border-color: #1e439b;
  box-shadow: inset 96px 0 0 0 #1e439b;
}


/* --- Media Queries --- */
@media only screen and (max-width: 600px) {
  p:before{
      content: attr(type);
      width: 100%
  }
  input{
      width: 100%;
  }
}

  
  .border-top-green {
    border-top: 4px solid #27ae60 !important;
  }
  .border-top-light-green {
    border-top: 4px solid #2ecc71 !important;
  }
  .border-top-blue {
    border-top: 4px solid #2980b9 !important;
  }
  .border-top-light-blue {
    border-top: 4px solid #3498db !important;
  }
  .border-top-orange {
    border-top: 4px solid #e82c0c !important;
  }
  .border-top-light-orange {
    border-top: 4px solid #ff530d !important;
  }
  .border-top-red {
    border-top: 4px solid #d40d12 !important;
  }
  .border-top-light-red {
    border-top: 4px solid #ff1d23 !important;
  }
  .border-top-purple {
    border-top: 4px solid #8e44ad !important;
  }
  .border-top-light-purple {
    border-top: 4px solid #9b59b6 !important;
  }
  .border-top-pink {
    border-top: 4px solid #fe31ab !important;
  }
  .border-top-light-pink {
    border-top: 4px solid #fd32c0 !important;
  }
  .border-right-green {
    border-right: 4px solid #27ae60 !important;
  }
  .border-right-light-green {
    border-right: 4px solid #2ecc71 !important;
  }
  .border-right-blue {
    border-right: 4px solid #2980b9 !important;
  }
  .border-right-light-blue {
    border-right: 4px solid #3498db !important;
  }
  .border-right-orange {
    border-right: 4px solid #e82c0c !important;
  }
  .border-right-light-orange {
    border-right: 4px solid #ff530d !important;
  }
  .border-right-red {
    border-right: 4px solid #d40d12 !important;
  }
  .border-right-light-red {
    border-right: 4px solid #ff1d23 !important;
  }
  .border-right-purple {
    border-right: 4px solid #8e44ad !important;
  }
  .border-right-light-purple {
    border-right: 4px solid #9b59b6 !important;
  }
  .border-right-pink {
    border-right: 4px solid #fe31ab !important;
  }
  .border-right-light-pink {
    border-right: 4px solid #fd32c0 !important;
  }
  .border-bottom-green {
    border-bottom: 4px solid #27ae60 !important;
  }
  .border-bottom-light-green {
    border-bottom: 4px solid #2ecc71 !important;
  }
  .border-bottom-blue {
    border-bottom: 4px solid #2980b9 !important;
  }
  .border-bottom-light-blue {
    border-bottom: 4px solid #3498db !important;
  }
  .border-bottom-orange {
    border-bottom: 4px solid #e82c0c !important;
  }
  .border-bottom-light-orange {
    border-bottom: 4px solid #ff530d !important;
  }
  .border-bottom-red {
    border-bottom: 4px solid #d40d12 !important;
  }
  .border-bottom-light-red {
    border-bottom: 4px solid #ff1d23 !important;
  }
  .border-bottom-purple {
    border-bottom: 4px solid #8e44ad !important;
  }
  .border-bottom-light-purple {
    border-bottom: 4px solid #9b59b6 !important;
  }
  .border-bottom-pink {
    border-bottom: 4px solid #fe31ab !important;
  }
  .border-bottom-light-pink {
    border-bottom: 4px solid #fd32c0 !important;
  }
  .border-left-green {
    border-left: 4px solid #27ae60 !important;
  }
  .border-left-light-green {
    border-left: 4px solid #2ecc71 !important;
  }
  .border-left-blue {
    border-left: 4px solid #2980b9 !important;
  }
  .border-left-light-blue {
    border-left: 4px solid #3498db !important;
  }
  .border-left-orange {
    border-left: 4px solid #e82c0c !important;
  }
  .border-left-light-orange {
    border-left: 4px solid #ff530d !important;
  }
  .border-left-red {
    border-left: 4px solid #d40d12 !important;
  }
  .border-left-light-red {
    border-left: 4px solid #ff1d23 !important;
  }
  .border-left-purple {
    border-left: 4px solid #8e44ad !important;
  }
  .border-left-light-purple {
    border-left: 4px solid #9b59b6 !important;
  }
  .border-left-pink {
    border-left: 4px solid #fe31ab !important;
  }
  .border-left-light-pink {
    border-left: 4px solid #fd32c0 !important;
  }
  
  .span-blue {
    color: blue;
  }

.driver-info-container,
.vehicle-info-container {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px;
  max-width: 99%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.driver-info-list,
.vehicle-info-list {
  list-style-type: none;
  padding: 0;
}

.driver-info-list li,
.vehicle-info-list li {
  padding-left: 20px;
  margin: 10px 0;
}

.driver-photo {
  max-width: 500px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px; /* Optional: Adds rounded corners */
}

.custom-margin {
  margin-left: 15%;
  font-size: 25px;
}

.custom-cursor {
  cursor: pointer;
}

.type-column {
  width: 10% !important;
}
.certificate-number-column {
  width: 15% !important;
}
.issue-date-column {
  width: 15% !important;
}
.expiration-date-column {
  width: 15% !important;
}
.description-column {
  width: 30% !important;
}
.attachment-column {
  width: 15% !important;
}

.custom-table {
  height: 600px;
  max-height: 600px; 
  overflow-y: scroll;
}

.table thead {
  position: sticky;
  top: 0;
  background-color: #f5f5f5; /* Set the background color for the sticky header */
}

/* Custom CSS */
.search-input {
  display: flex;
}

.search-icon {
  margin-left: -30px; /* Adjust the value as needed for the desired spacing */
  margin-top: 10px;
}

td.highlighted-0 {
  background-color: #F27979;
  color: #E4F2F1;
}

td.highlighted-30 {
  background-color: #F2A30F;
}

td.highlighted-60 {
  background-color: #03658C;
  color: #E4F2F1;
}

.highlight-cell {
  font-weight: 900;
  background-color: #F20505 !important;
  color: #E4F2F1 !important;
}

.pagination-nav {
  display: flex;
  justify-content: left;
  overflow-x: auto; /* Enable horizontal scrolling for overflow */
  white-space: nowrap; /* Prevent pagination items from wrapping to the next line */
}

.empty-field {
  border: 2px solid red; /* Red border for highlighting */
  background-color: #f8d7da;
}

.required-label::after {
  content: " *";
  color: red;
}


.extra-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-0-5 {
  @extend .extra-col;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.col-1-5 {
  @extend .extra-col;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-2-5 {
  @extend .extra-col;
  flex: 0 0 20.833333325%;
  max-width: 20.833333325%;
}

.col-3-5 {
  @extend .extra-col;
  flex: 0 0 29.166666655%;
  max-width: 29.166666655%;
}

.col-4-5 {
  @extend .extra-col;
  flex: 0 0 37.499999985%;
  max-width: 37.499999985%;
}

.col-5-5 {
  @extend .extra-col;
  flex: 0 0 45.833333315%;
  max-width: 45.833333315%;
}

.col-6-5 {
  @extend .extra-col;
  flex: 0 0 54.166666645%;
  max-width: 54.166666645%;
}

.col-7-5 {
  @extend .extra-col;
  flex: 0 0 62.499999975%;
  max-width: 62.499999975%;
}

.col-8-5 {
  @extend .extra-col;
  flex: 0 0 70.833333305%;
  max-width: 70.833333305%;
}

.col-9-5 {
  @extend .extra-col;
  flex: 0 0 79.166666635%;
  max-width: 79.166666635%;
}

.col-10-5 {
  @extend .extra-col;
  flex: 0 0 87.499999965%;
  max-width: 87.499999965%;
}

.col-11-5 {
  @extend .extra-col;
  flex: 0 0 95.8333333%;
  max-width: 95.8333333%;
}

.dynamicSection {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}

/* Employment submitted Dialog */
.confirmed {
  margin: 0 auto;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  text-align: center;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  font-family: 'Oswald', sans-serif;
  z-index: 1000;
}
.confirmed h5 {
  font-size: 50px;
  margin: 0px;
  color: #4CAF50;
}
.confirmed p {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 300;
}
.confirmed button {
  background: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
  font-size: 20px;
  padding: 8px 45px;
  border: 1px solid #4CAF50;
  border-radius: 4px;
}
.confirmed span.close {
  float: left;
  position: absolute;
  right: -15px;
  top: -18px;
  width: 30px;
  font-size: 30px;
  cursor: pointer;
  background: #4caf50;
  border-radius: 100px;
  height: 30px;
  color: #fff;
  line-height: 27px;
}


/* Dashboard */
.containerA {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.containerA button {
  box-shadow: 0px 0px 0px 1px #9fb4f2;
  box-sizing: border-box;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
  font-weight: normal;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
  margin: 1%;
  position: relative;
}
.containerA button:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.containerA button:active {
	position:relative;
	top:1px;
}

@media (min-width: 1301px) {
  .containerA button {
      width: calc(16.66% - 2%); /* Each button takes 16.66% of the width with 2% margin */
  }
}

@media (max-width: 1300px) {
  .containerA button {
      width: calc(25% - 2%); /* Each button takes 25% of the width with 2% margin */
  }
}

@media (max-width: 600px) {
  .containerA button {
      width: calc(50% - 2%); /* Each button takes 50% of the width with 2% margin */
  }
}

@media (max-width: 400px) {
  .containerA button {
      width: calc(100% - 2%); /* Each button takes 33.33% of the width with 2% margin */
  }
}

.bg-img {
  background-image: url('/img/bg-index.jpg');
  background-size: cover; /* Cover the entire element */
  background-position: center; /* Center the background image */
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1); /* Adjust the color and opacity as needed */
  pointer-events: none; /* Allow clicking through the pseudo-element */
}

.group-container {
  color: #021F59 !important;    
}

.trans {
  background-color: rgba(255, 255, 255, 0.5); /* Transparent white background */
}

.transMain {
  background-color: rgba(255, 255, 255, 0.4); /* Transparent white background */
}

.custom-padding {
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}

.custom-title {
  padding: 20px 0 15px 0;
  font-size: 17px;
  font-weight: 400;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.tick-group {
  display: flex;
}

.tick-icon {
  margin-left: -18px; /* Adjust the value as needed for the desired spacing */
  margin-top: 15px;
  display: none;
}

.loadingSpinner {
  display: none;
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px; /* Half of the spinner's height */
  margin-left: -25px; /* Half of the spinner's width */
  z-index: 9999; /* Ensure it appears above other content */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.conNotification {
  position: relative; /* Ensure positioning context for absolutely positioned elements */
  margin-top: -10px;
}

.conNotification .showingMsg {
  position: absolute; /* Position the message relative to its nearest positioned ancestor */
  left: 0; /* Align the message with the left edge of its containing block */
  padding: 1px; /* Add padding to the message for better readability */
  border-radius: 5px; /* Add rounded corners to the message */
}

.rail-title {
  margin-left: 10px;
  padding: 20px 0 15px 10px;
  font-size: 22px;
  font-weight: 500;
  color: #1F385C;
}

.rail-title-lg {
  margin-left: 10px;
  padding: 20px 0 15px 10px;
  font-size: 25px;
  font-weight: 500;
  color: #294B7A;
}

.bottom-left-button {
  position: absolute; /* Absolute positioning */
  bottom: 10px; /* Align to the bottom */
  left: 10px; /* Align to the left */
  margin: 10px; /* Optional: add some margin for spacing */
}

.bottom-right-button {
  position: absolute; /* Absolute positioning */
  bottom: 10px; /* Align to the bottom */
  right: 10px; /* Align to the left */
  margin: 10px; /* Optional: add some margin for spacing */
}

.bottom-area {
  position: absolute;
  bottom: 10px;
  width: 95%;
  background-color: #f8f9fa;
  padding: 5px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.rail-button-margin {
  margin-left: 5%;
  font-size: 25px;
  width: 90%;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.custom-align-items {
  align-items: center;
}

.containerImg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px; /* Example height */
  overflow: hidden; /* Ensures content doesn't overflow */
}
.containerImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures the image fits within the container */
}

.roster-content {
  /* margin-left: 5px; */
  padding: 5px 0 5px 5px;
  font-size: 22px;
  font-weight: 500;
  color: #36494E;
}

.scrollable-container {
  max-height: 565px; /* Adjust the maximum height as needed */
  overflow-y: auto;
  overflow-x: hidden; 
}

/* Styles for the header row */
.header-row th {
  background-color: #f0f0f0; /* Header background color */
  border: 1px solid #ddd; /* Border style */
  padding: 8px; /* Padding */
  text-align: center; /* Text alignment */
  font-weight: bold; /* Bold font weight */
  font-size: 22px;
}

/* Styles for the data rows */
.data-row td {
  border: 1px solid #ddd; /* Border style */
  padding: 15px; /* Padding */
  text-align: left; /* Text alignment */
  font-size: 22px;
}

.circle {
  width: 40px; /* Adjust the width and height to control the size of the circle */
  height: 40px;
  border: 2px solid #000000; /* Border style */
  border-radius: 50%;
  display: flex; /* Use flexbox for centering */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  margin-right: 10px; /* Space between the circle and the text */
  background: linear-gradient(145deg, #f0f0f0, #cccccc); /* Gradient for 3D effect */
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3), -3px -3px 10px rgba(255, 255, 255, 0.8); /* Enhanced shadow */
  user-select: none;
  font-weight: bold; /* Optional: make text bold */
}

.count-number {
  font-weight: bold; /* Optional: make text bold */
  font-size: 24px;
}

.rail-checklist {
  max-width: 800px;
  margin: 20px auto auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rail-checklist .rail-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.rail-check-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rail-checklist .form-check-input {
  margin-right: 10px;
}

.rail-check-label {
  font-size: 20px;
}

.rail-check-item:last-child {
  margin-bottom: 0;
}

.banner {
  background-image: url('/img/banner.png');
  background-size: cover;
  background-position: left center; /* Aligns the background image to the left */
  height: 7rem;
  transform: scale(0.95);
}

.logged-in .banner {
  height: 4.5em;
}

.img-responsive {
  width: 120%; /* Ensure the image takes up the full width of its parent */
  height: 120%; /* Ensure the image takes up the full height of its parent */
  object-fit: contain; /* Maintain the aspect ratio while fitting the image within its parent */
  user-select: none;
}

.containerImg {
  display: flex;
  justify-content: center; /* Center align horizontally */
  align-items: center; /* Center align vertically */
  user-select: none;
}

#map {
  height: 45vh;
  width: 100%;
  align-content: center;
}

.ui-button {
  background-color: white;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: pointer;
  margin: 10px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.ui-button:hover {
  background-color: #ebebeb;
}

.center-button {
  position: absolute;
  bottom: 70px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 1000;
  background-image: url('/img/mylocation-sprite-2x.png');
  background-size: 350px 35px;
  background-position: 0px 0; /* Position to the 4th icon */
  background-repeat: no-repeat;
}



.dataTables_wrapper .dataTables_info {
  float: left;    /* Align the information text to the left */
  margin-right: 20px;    /* Provide some space between the text and the pagination */
  line-height: 30px;    /* Adjust vertical alignment if necessary */
}

.dataTables_wrapper .dataTables_paginate {
  float: right;    /* Align the pagination controls to the right */
  line-height: 30px;    /* Adjust vertical alignment if necessary */
}


.top {
  display: flex;    /* Enables flexbox layout which is great for responsive designs */
  justify-content: space-between;    /* Spreads the children elements across the available space */
  align-items: center;    /* Aligns items vertically in the center */
}

.dt-button {
  /*flex-grow: 0.1;            /* Allows these elements to grow as needed */
  background-color: white;
  color: #021F59;
  border-color: #021F59;
}

.dt-button:hover {
  background-color: #021F59;
}

.pi-button {
  background-color: #03658C;
  color: #E4F2F1;
  border-color: #F2A30F;
  /* Green border */
}

.pi-button:hover {
  background-color: #F27979;
  /* Darker green */
}

/* DataTables Search Filter */
.dataTables_filter {
  flex-grow: 1;
  text-align: right;
}

.row-not--certificate {
  background-color: #F27979 !important;
  color: white !important;
}

/* ---- Recruitment ---- */
.complete-highlight {
  background-color: #87CEEB !important; 
  color: black !important;
}

.holding-highlight {
  background-color: #B6CCA1 !important; 
  color: black !important;
}

.reject-highlight {
  background-color: #F27979 !important; 
  color: black !important;
}

.unsuccess-highlight {
  background-color: #F21B42 !important; 
  color: #E4F2F1 !important;
}
/* ---- End Recruitment ---- */

.pms-button-danger {
  color: #F21B42;
}

.pms-header-text {
  color: #021F59;
}

.pms-link-hover {
  color: #03658C;
}

.pms-background-light {
  color: #E4F2F1;
}

.pms-button-warning {
  color: #F2A30F;
}

.pms-alert-error {
  color: #F20505;
}

.pms-inactive-warning {
  color: #F27979;
}

.action-icon {
  cursor: pointer;
}


.test-environment {
  display: flex;
  font-weight: bold;
  color: #021F59 !important;
  background-color: #F27979;
  padding: 8px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  justify-content: center;
}

/* Excel button in datatable default style */
.dataTables_wrapper .dt-buttons {
  margin-bottom: 0.5rem !important;
}

.dt-button.excel-button {
  color: #198754 !important;  /* Green text */
  border-color: #198754 !important;  /* Green border */
}
/* Hover effect */
.dt-button.excel-button:hover {
  background-color: #198754 !important;  /* Green background */
  color: #ffffff !important;  /* White text */
  border-color: #198754 !important;  /* Green border */
}

/* PDF button in datatable default style */
.dt-button.pdf-button {
  color: #8B0000 !important;  /* Darker Adobe red text */
  border-color: #8B0000 !important;  /* Darker Adobe red border */
}
/* Hover effect */
.dt-button.pdf-button:hover {
  background-color: #8B0000 !important;  /* Darker Adobe red background */
  color: white !important;  /* White text */
  border-color: #8B0000 !important;  /* Darker Adobe red border */
}

/* Premier Dark Blue Outline Button */
.text-premier-blue {
  color: #021F59;
  text-decoration: none;
}

.border-premier-blue {
  border: 1px solid #021F59 !important;
}

.border-top-premier-blue {
  border-top: 1px solid #021F59 !important;
}

.border-right-premier-blue {
  border-right: 1px solid #021F59 !important;
}

.border-bottom-premier-blue {
  border-bottom: 1px solid #021F59 !important;
}

.border-left-premier-blue {
  border-left: 1px solid #021F59 !important;
}

.btn-outline-premier-blue {
  color: #021F59;
  border: 1px solid #021F59;
  background-color: transparent;
}

.btn-outline-premier-blue:hover,
.btn-outline-premier-blue:focus {
  color: white;
  background-color: #021F59;
  border-color: #021F59;
  text-decoration: none;
}

.btn-check + .btn-outline-premier-blue:hover {
  color: white;
  background-color: #021F59;
  border-color: #021F59;
}

.btn-check:focus + .btn-outline-premier-blue,
.btn-outline-premier-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 31, 89, 0.5);
}

.btn-check:checked + .btn-outline-premier-blue,
.btn-check:active + .btn-outline-premier-blue,
.btn-outline-premier-blue:active,
.btn-outline-premier-blue.active,
.btn-outline-premier-blue.dropdown-toggle.show {
  color: white;
  background-color: #021F59;
  border-color: #021F59;
}

.btn-check:checked + .btn-outline-premier-blue:focus,
.btn-check:active + .btn-outline-premier-blue:focus,
.btn-outline-premier-blue:active:focus,
.btn-outline-premier-blue.active:focus,
.btn-outline-premier-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 31, 89, 0.5);
}

.btn-outline-premier-blue:disabled,
.btn-outline-premier-blue.disabled {
  color: #021F59;
  background-color: transparent;
  opacity: 0.65;
}

/* Premier Dark Blue Solid Button */
.btn-premier-blue {
  color: white;
  background-color: #021F59;
  border: 1px solid #021F59;
  box-shadow: 0 0.125rem 0.25rem rgba(2, 31, 89, 0.3);
}

.btn-premier-blue:hover {
  color: white;
  background-color: #011945; /* slightly darker */
  border-color: #011945;
}

.btn-premier-blue:focus,
.btn-check:focus + .btn-premier-blue {
  color: white;
  background-color: #011945;
  border-color: #011945;
  box-shadow: 0 0 0 0.25rem rgba(2, 31, 89, 0.5);
}

.btn-premier-blue:active,
.btn-premier-blue.active,
.btn-check:checked + .btn-premier-blue,
.btn-check:active + .btn-premier-blue,
.show > .btn-premier-blue.dropdown-toggle {
  color: white;
  background-color: #001533; /* even darker */
  border-color: #001533;
  box-shadow: 0 0 0 0.25rem rgba(2, 31, 89, 0.5);
}

.btn-premier-blue:disabled,
.btn-premier-blue.disabled {
  color: white;
  background-color: #021F59;
  border-color: #021F59;
  opacity: 0.65;
  box-shadow: none;
}

/* Premier Mint Outline Button */
.text-premier-mint {
  color: #013c3a;
  text-decoration: none;
}

.border-premier-mint {
  border: 1px solid #E4F2F1 !important;
}

.border-top-premier-mint {
  border-top: 1px solid #E4F2F1 !important;
}

.border-right-premier-mint {
  border-right: 1px solid #E4F2F1 !important;
}

.border-bottom-premier-mint {
  border-bottom: 1px solid #E4F2F1 !important;
}

.border-left-premier-mint {
  border-left: 1px solid #E4F2F1 !important;
}

.btn-outline-premier-mint {
  color: #013c3a;
  border: 1px solid #E4F2F1;
  background-color: transparent;
}

.btn-outline-premier-mint:hover,
.btn-outline-premier-mint:focus {
  color: #013c3a; /* contrast */
  background-color: #E4F2F1;
  border-color: #E4F2F1;
  text-decoration: none;
}

.btn-check + .btn-outline-premier-mint:hover {
  color: #013c3a;
  background-color: #E4F2F1;
  border-color: #E4F2F1;
}

.btn-check:checked + .btn-outline-premier-mint,
.btn-check:active + .btn-outline-premier-mint,
.btn-outline-premier-mint:active,
.btn-outline-premier-mint.active,
.btn-outline-premier-mint.dropdown-toggle.show {
  color: #013c3a;
  background-color: #E4F2F1;
  border-color: #E4F2F1;
}

.btn-check:checked + .btn-outline-premier-mint:focus,
.btn-outline-premier-mint:active:focus,
.btn-outline-premier-mint.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 242, 241, 0.5);
}

.btn-outline-premier-mint:disabled,
.btn-outline-premier-mint.disabled {
  color: #E4F2F1;
  background-color: transparent;
  opacity: 0.65;
}

/* Premier Mint Solid Button */
.btn-premier-mint {
  color: #013c3a;
  background-color: #E4F2F1;
  border: 1px solid #E4F2F1;
  box-shadow: 0 0.125rem 0.25rem rgba(1, 60, 58, 0.15);
}

.btn-premier-mint:hover {
  color: #013c3a;
  background-color: #d4e9e7; /* slightly darker */
  border-color: #d4e9e7;
}

.btn-premier-mint:focus,
.btn-check:focus + .btn-premier-mint {
  color: #013c3a;
  background-color: #d4e9e7;
  border-color: #d4e9e7;
  box-shadow: 0 0 0 0.25rem rgba(1, 60, 58, 0.4);
}

.btn-premier-mint:active,
.btn-premier-mint.active,
.btn-check:checked + .btn-premier-mint,
.btn-check:active + .btn-premier-mint,
.show > .btn-premier-mint.dropdown-toggle {
  color: #013c3a;
  background-color: #c6e1de; /* even darker */
  border-color: #c6e1de;
  box-shadow: 0 0 0 0.25rem rgba(1, 60, 58, 0.4);
}

.btn-premier-mint:disabled,
.btn-premier-mint.disabled {
  color: #013c3a;
  background-color: #E4F2F1;
  border-color: #E4F2F1;
  opacity: 0.65;
  box-shadow: none;
}

/* Premier Cyan Outline Button */
.text-premier-cyan {
  color: #03658C;
  text-decoration: none;
}

.border-premier-cyan {
  border: 1px solid #03658C !important;
}

.border-top-premier-cyan {
  border-top: 1px solid #03658C !important;
}

.border-right-premier-cyan {
  border-right: 1px solid #03658C !important;
}

.border-bottom-premier-cyan {
  border-bottom: 1px solid #03658C !important;
}

.border-left-premier-cyan {
  border-left: 1px solid #03658C !important;
}

.btn-outline-premier-cyan {
  color: #03658C;
  border: 1px solid #03658C;
  background-color: transparent;
}

.btn-outline-premier-cyan:hover,
.btn-outline-premier-cyan:focus {
  color: white;
  background-color: #03658C;
  border-color: #03658C;
  text-decoration: none;
}

.btn-check + .btn-outline-premier-cyan:hover {
  color: white;
  background-color: #03658C;
  border-color: #03658C;
}

.btn-check:checked + .btn-outline-premier-cyan,
.btn-check:active + .btn-outline-premier-cyan,
.btn-outline-premier-cyan:active,
.btn-outline-premier-cyan.active,
.btn-outline-premier-cyan.dropdown-toggle.show {
  color: white;
  background-color: #03658C;
  border-color: #03658C;
}

.btn-outline-premier-cyan:focus,
.btn-check:checked + .btn-outline-premier-cyan:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 101, 140, 0.5);
}

.btn-outline-premier-cyan:disabled,
.btn-outline-premier-cyan.disabled {
  color: #03658C;
  background-color: transparent;
  opacity: 0.65;
}

/* Premier Cyan Solid Button */
.btn-premier-cyan {
  color: white;
  background-color: #03658C;
  border: 1px solid #03658C;
  box-shadow: 0 0.125rem 0.25rem rgba(3, 101, 140, 0.3);
}

.btn-premier-cyan:hover {
  background-color: #025474;
  border-color: #025474;
}

.btn-premier-cyan:focus,
.btn-check:focus + .btn-premier-cyan {
  box-shadow: 0 0 0 0.25rem rgba(3, 101, 140, 0.5);
}

.btn-premier-cyan:active,
.btn-premier-cyan.active,
.btn-check:checked + .btn-premier-cyan,
.btn-check:active + .btn-premier-cyan,
.show > .btn-premier-cyan.dropdown-toggle {
  background-color: #02445c;
  border-color: #02445c;
}

.btn-premier-cyan:disabled,
.btn-premier-cyan.disabled {
  background-color: #03658C;
  border-color: #03658C;
  opacity: 0.65;
}

/* Premier Amber Outline Button */
.text-premier-amber {
  color: #F2A30F;
  text-decoration: none;
}

.border-premier-amber {
  border: 1px solid #F2A30F !important;
}

.border-top-premier-amber {
  border-top: 1px solid #F2A30F !important;
}

.border-right-premier-amber {
  border-right: 1px solid #F2A30F !important;
}

.border-bottom-premier-amber {
  border-bottom: 1px solid #F2A30F !important;
}

.border-left-premier-amber {
  border-left: 1px solid #F2A30F !important;
}

.btn-outline-premier-amber {
  color: #F2A30F;
  border: 1px solid #F2A30F;
  background-color: transparent;
}

.btn-outline-premier-amber:hover,
.btn-outline-premier-amber:focus {
  color: black;
  background-color: #F2A30F;
  border-color: #F2A30F;
  text-decoration: none;
}

.btn-check + .btn-outline-premier-amber:hover {
  color: black;
  background-color: #F2A30F;
  border-color: #F2A30F;
}

.btn-check:checked + .btn-outline-premier-amber,
.btn-check:active + .btn-outline-premier-amber,
.btn-outline-premier-amber:active,
.btn-outline-premier-amber.active,
.btn-outline-premier-amber.dropdown-toggle.show {
  color: black;
  background-color: #F2A30F;
  border-color: #F2A30F;
}

.btn-outline-premier-amber:focus,
.btn-check:checked + .btn-outline-premier-amber:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 163, 15, 0.4);
}

.btn-outline-premier-amber:disabled,
.btn-outline-premier-amber.disabled {
  color: #F2A30F;
  background-color: transparent;
  opacity: 0.65;
}

/* Premier Amber Solid Button */
.btn-premier-amber {
  color: #1a1a1a;
  background-color: #F2A30F;
  border: 1px solid #F2A30F;
  box-shadow: 0 0.125rem 0.25rem rgba(242, 163, 15, 0.3);
}

.btn-premier-amber:hover {
  background-color: #da930d;
  border-color: #da930d;
}

.btn-premier-amber:focus,
.btn-check:focus + .btn-premier-amber {
  box-shadow: 0 0 0 0.25rem rgba(242, 163, 15, 0.4);
}

.btn-premier-amber:active,
.btn-premier-amber.active,
.btn-check:checked + .btn-premier-amber,
.btn-check:active + .btn-premier-amber,
.show > .btn-premier-amber.dropdown-toggle {
  background-color: #c6840b;
  border-color: #c6840b;
}

.btn-premier-amber:disabled,
.btn-premier-amber.disabled {
  background-color: #F2A30F;
  border-color: #F2A30F;
  opacity: 0.65;
}

/* Premier Gray Outline Button */
.text-premier-gray {
  color: #CCCCCC;
  text-decoration: none;
}

.border-premier-gray {
  border: 1px solid #CCCCCC !important;
}

.border-top-premier-gray {
  border-top: 1px solid #CCCCCC !important;
}

.border-right-premier-gray {
  border-right: 1px solid #CCCCCC !important;
}

.border-bottom-premier-gray {
  border-bottom: 1px solid #CCCCCC !important;
}

.border-left-premier-gray {
  border-left: 1px solid #CCCCCC !important;
}

.btn-outline-premier-gray {
  color: black;
  border: 1px solid #CCCCCC;
  background-color: transparent;
}

.btn-outline-premier-gray:hover,
.btn-outline-premier-gray:focus {
  color: black;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  text-decoration: none;
}

.btn-check + .btn-outline-premier-gray:hover {
  color: black;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-check:checked + .btn-outline-premier-gray,
.btn-check:active + .btn-outline-premier-gray,
.btn-outline-premier-gray:active,
.btn-outline-premier-gray.active,
.btn-outline-premier-gray.dropdown-toggle.show {
  color: #021F59;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.btn-outline-premier-gray:focus,
.btn-check:checked + .btn-outline-premier-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.4);
}

.btn-outline-premier-gray:disabled,
.btn-outline-premier-gray.disabled {
  color: #CCCCCC;
  background-color: transparent;
  opacity: 0.65;
}

/* Premier Gray Solid Button */
.btn-premier-gray {
  color: black;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0.125rem 0.25rem rgba(26, 26, 26, 0.15);
}

.btn-premier-gray:hover {
  background-color: #bfbfbf; /* darker shade */
  border-color: #bfbfbf;
}

.btn-premier-gray:focus,
.btn-check:focus + .btn-premier-gray {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.4);
}

.btn-premier-gray:active,
.btn-premier-gray.active,
.btn-check:checked + .btn-premier-gray,
.btn-check:active + .btn-premier-gray,
.show > .btn-premier-gray.dropdown-toggle {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-premier-gray:disabled,
.btn-premier-gray.disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  opacity: 0.65;
}

/* make sure all outline buttons are relative so ::before can sit on top */
.btn-group button[class*="btn-outline-"] {
  position: relative;
}

/* draw a 2px-white divider only on those we tag */
.btn-group [class*="btn-outline-"].show-divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  z-index: 3;
}

/* Handling modal-xl for iPad */
@media (min-width: 768px) and (max-width: 1366px) {
  .modal-xl {
    max-width: 98vw !important;
    width: auto !important;
    margin: 2vh auto 0 auto !important; /* top gutter, auto sides, no bottom margin */
    left: auto !important;
    right: auto !important;
    height: auto !important; /* let height be natural */
    display: block !important; /* disables vertical centering flex */
    align-items: initial !important;
  }
  .modal-xl .modal-content {
    border-radius: 0.75rem !important;
    max-height: 96vh !important;     /* a little less than full screen */
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}

/* Scroll Container for TrainingQuery and EmploymentQuery */
.query-scroll-container {
  max-height: 500px;
  overflow-y: auto;
}