/* ============ Common CSS Here ============== */
/**************************/
/*     General Styles     */
/**************************/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --black: #000;
  --white: #fff;
  --indigo: #243B74;
  --Inter: "Inter", sans-serif;
  --poppins: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: var(--Inter);
}


/* General Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343C6A;
  margin: 0;
  padding: 0;
}

/* common-font-sizes */
h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

p {
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



/* ---- Icons Fonts ---- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fills-icon:before {
  content: "\e900";
  /* color: #32475c; */
}

.icon-home:before {
  content: "\e901";
  /* color: #32475c; */
}

.icon-issues:before {
  content: "\e902";
  /* color: #32475c; */
}

.icon-logout:before {
  content: "\e903";
  /* color: #32475c; */
}

.icon-settings:before {
  content: "\e904";
  /* color: #32475c; */
}

.icon-user:before {
  content: "\e905";
  /* color: #32475c; */
}

/* ---- Icons Fonts ---- */
/* ============ Common CSS Here ============== */

body {
  background: #F5F5F9;
  font-family: var(--Inter);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.page-wrapper {
  position: relative;
}

#main-wrapper .left-sidebar {
  position: fixed;
  top: 0;
}

.body-wrapper>.container-fluid,
.body-wrapper>.container-lg,
.body-wrapper>.container-md,
.body-wrapper>.container-sm,
.body-wrapper>.container-xl,
.body-wrapper>.container-xxl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in
}

/* .left-sidebar {
  width: 270px;
  background-color: transparent;
  position: absolute;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100%;
  z-index: 11;
  border-right: 1px solid rgb(229, 234, 239)
  
} */
.left-sidebar {
  width: 270px;
  background-color: transparent;
  position: absolute;
  transition: 0.2s ease-in;
  height: 100%;
  z-index: 11;
  border-right: 1px solid rgb(229, 234, 239);
  overflow: hidden !important;
}

.sidebar-closed {
  width: 66px;
  transition: 0.2s ease-in;
}


.open-sidebar-button {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  z-index: 1;
}

.brand-logo {
  min-height: 70px;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #FFFFFF;

}

.logo-img {
  width: 250px;
  text-align: center;
}

.handle-nav {
  position: relative;
  right: -10px;
}

.left-sidebar .sidebar-nav {
  overflow-y: auto;
  padding: 30px 0px;
  height: calc(100vh - 80px);
  background-color: #fff;
}

.left-sidebar .sidebar-nav ul li a {
  padding: 12px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.15px;
  color: #32475cad;
  margin: 0rem 1rem;
  background-color: #fff;
  transition: all ease-in-out .3s;
}

.left-sidebar .sidebar-nav ul li [class^="icon-"] {
  padding-right: 10px;
  font-size: 22px;
  color: rgb(50 71 92 / 68%);
  transition: all ease-in-out .3s;
}

.left-sidebar .sidebar-nav ul li .bx {
  font-size: 24px;
  color: rgb(50 71 92 / 50%);
  padding-top: 2px;
  transition: all ease-in-out .3s;
}


.left-sidebar .sidebar-nav ul li .menu-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 29px;
  height: 24px;
  background-color: #FF3E1D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.left-sidebar .sidebar-nav ul .nav-item.active a {
  color: #333B69;
  background: rgba(101, 108, 255, 0.11999999731779099);
  border-radius: 6px;
}

.left-sidebar .sidebar-nav ul li a:hover {
  color: #333B69;
  border-radius: 6px;
}

.left-sidebar .sidebar-nav ul li a:hover .bx {
  color: #333B69;
}


.left-sidebar .sidebar-nav ul li a:hover [class^="icon-"] {
  color: #333B69;
}


.left-sidebar .sidebar-nav ul .nav-item.active {
  position: relative;
}

.left-sidebar .sidebar-nav ul .nav-item.active::before {
  background: #0169A5;
  content: "";
  position: absolute;
  right: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 0.375rem 0 0 0.375rem;
}

.left-sidebar .sidebar-nav .side-nav-second-level-menu.side-nav-second-level-menu {
  padding-left: 2.425rem;
}

.left-sidebar .sidebar-nav .side-nav-second-level-menu li a {
  line-height: normal;
  height: auto;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
}

/* --- Body Main Layout Right Side --- */
#main-wrapper .body-wrapper {
  margin-left: 270px;
  transition: margin-left 0.5s;
}

#main-wrapper .app-header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: transparent;
  padding: 0 25px;
}

#main-wrapper .app-header nav#navbarNav {
  background: #fff;
  margin: 0.75rem auto 0;
  border-radius: 0.375rem;
  padding: 0 1.5rem;
}

.navbar-nav.align-items-center.searchbox-top-wrapper {
  width: 50%;
  max-width: 400px;
  flex-direction: row;
}

#main-wrapper .navbar-nav .searchbox-top-header {
  width: 100%;
  transition: all linear .3s;
  border-bottom: 1px solid transparent;
}

#main-wrapper .navbar-nav .nav-item .bx-search {
  color: rgb(50 71 92 / 87%);
  font-size: 24px;
}

#main-wrapper .navbar-nav .searchbox-top-header:focus-within {
  border-bottom-color: rgb(50 71 92 / 87%);
}

#main-wrapper .app-header .notifcation-tab span {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: -2px;
}


#main-wrapper .app-header ul li .dropdown-toggle::after {
  display: none;
}

#main-wrapper .app-header ul li .active-status {
  background-color: #71dd37;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  position: absolute;
  right: 0;
  bottom: 12px;
}



.layout-content-wrapper {
  padding: 0 25px;
}

.available-trains-sec {
  padding: 24px 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px rgba(50, 71, 92, 0.06), 0px 4px 9px 1px rgba(50, 71, 92, 0.04), 0px 2px 6px 4px rgba(50, 71, 92, 0.02);
  border-radius: 8px;
}


.train-search-box,
.train-number-filter .form-select,
.filter-dropdown-btn button {
  padding: 12px 15px;
  background-color: #ffffff;
  border: 1px solid #c5c5d3;
  border-radius: 8px;
  font-size: 15px;
  color: #A8A8BD !important;
}

.train-search-box i {
  color: #333B69;
}

.train-number-filter .form-select {
  padding-right: 32px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23C5C5D3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  /* --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); */
}

.more-filter .dropdown-toggle::after {
  display: none;
}

.more-filter .dropdown-toggle:hover {
  border: 1px solid #c5c5d3;
}

.train-search-box .form-control {
  padding: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #8B8BA7 !important;
}

.train-search-box .form-control::placeholder {
  color: #8B8BA7;
  font-weight: 400;
}

/* ====== train Tab Pannel And Table ====== */

.trains-panel-area,
.common-content-area {
  padding: 24px 24px;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 4px 4px 18px -2px rgba(231, 228, 232, 0.8);
}

.trains-panel-area {
  padding-bottom: 10px;
}


.trains-panel-area .nav-tabs {
  border-bottom: 1px solid #EBEEF2;
  padding-bottom: 14px;
}

.trains-panel-area .nav-tabs .nav-link {
  border: none;
  padding: 15px 16px 6px 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #333B69;
  position: relative;
  margin-right: 36px;
}

.trains-panel-area .nav-tabs .nav-link.active {
  color: #1814F3;
}

.trains-panel-area .nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #1814F3;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}

.table-data-trains {
  padding: 0 1.125rem;
}

.table-data-trains table {
  margin-bottom: 0;
}

.table-data-trains th,
.table-data-trains td {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  color: #333B69;
  width: 40%;
}

.table>:not(caption)>*>* {
  padding: 1.25rem 1.7rem;
}

.table-data-trains th:nth-child(1),
.table-data-trains td:nth-child(1) {
  text-align: left;
}

.table-data-trains th:last-child,
.table-data-trains td:last-child {
  width: 20%;
  padding-left: 9%;
}

.table-data-trains td {
  color: #232323;
  font-weight: 500;
  vertical-align: middle;
}

.table-data-trains td .train-name {
  padding-left: 12px;
}

.more-details-btn {
  color: #1814F3;
  font-size: 15px;
  border: 1px solid #1814F3;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all linear .3s;
}

.more-details-btn:hover {
  background-color: #1814F3;
  color: #fff;
}

.table-data-trains td .action-btns li a {
  background: #ffffff;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  padding: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px rgb(165 163 174 / 49%);
  transition: all .5s ease-in-out;
}

.table-data-trains td .action-btns li a img {
  width: 20px;
  height: auto;
}

.table-data-trains td .action-btns li .route-info-btn img {
  width: 24px;
}

.custom-tooltip {
  --bs-tooltip-bg: #1814F3;
}

.table-data-trains table tbody tr:last-child {
  border-bottom-color: #fff;
}

/* ====== train Tab Pannel And Table ====== */

/* ====== Common Pagination ====== */

.records-pagination .pagination li a,
.common-pagination .pagination li a {
  font-size: 15px;
  color: #1814F3;
  line-height: 1;
  font-weight: 500;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  margin: 0 6px;
}

.records-pagination .pagination li a i,
.common-pagination .pagination li a i {
  font-size: 30px;
  line-height: 29px;
}

.records-pagination .active>.page-link,
.records-pagination .page-link.active,
.common-pagination .active>.page-link,
.common-pagination .page-link.active {
  background-color: #1814F3;
  color: #fff;
  padding: 15px 17px;
  border-radius: 10px;
  text-align: center;
}

.records-pagination .page-link:hover,
.common-pagination .page-link:hover {
  text-decoration: underline;
}

/* ====== Common Pagination ====== */


/* ====== Train Coaches Water Level Page ====== */
.train-info-top h2 {
  color: #000;
  padding-bottom: 14.5px;
  border-bottom: 1px solid #DDDEDE;
}

.train-info-top h2 span {
  color: rgb(0 0 0 / 80%);
}

.water-level-info h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--poppins);
  color: #000;
}

.train-route-info p {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #333B69;
  margin-bottom: 4px;
}

.journey-time p {
  margin-bottom: 0;
  color: #333B69;
}

.journey-time img {
  margin-top: -14px;
}

/* ---- Train Coaches Water Level Sections --- */

.coach-box {
  padding: 16px;
  font-size: 16px;
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #E9E9E9;
  box-shadow: 2px 3px 18px -2px rgba(24, 20, 243, 0.18);
  border-radius: 8px;
}

.coaches-row {
  --bs-gutter-x: 3rem;
  padding: 0 2.5rem;
  position: relative;
}

.coaches-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  max-width: 120px;
  max-height: 210px;
  background-image: url("../img/coaches-row-connector-v2.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: 40%;
  right: 17px;
  z-index: 1020;
}

.coaches-row:last-of-type::after {
  display: none;
}

.coaches-row:nth-of-type(even)::after {
  transform: scaleX(-1);
  left: 18px;
  right: unset;
}

/* ---- Train Coaches Water Level Sections --- */
.single-coach .coach-box {
  position: relative;
  background-image: url("../img/water-75-green.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  background-position: bottom -10px center;
  overflow: hidden;
  ;
}

.single-coach .level-orange {
  background-image: url("../img/water-45-orange.svg");
}

.single-coach .level-red {
  background-image: url("../img/water-25-red.svg");
  background-position: bottom center;
}

.single-coach h4 {
  color: #333B69;
  line-height: normal;
}

.single-coach .coach-box p {
  display: none;
}


.single-coach::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/coach-connector.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  top: 30%;
  right: -25px;
  z-index: 1020;
}

.single-coach:last-child::after {
  display: none;
}

.coaches-row:nth-of-type(even) .single-coach::after {
  transform: scaleX(-1);
  right: -25px;
}



/* --- For Animating water wave Effects --- */
/* 
.single-coach .coach-box.test-coach {
  background-image: none;
  padding: 0;
}

.single-coach .coach-box.test-coach .wave {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc0LjQ3MDY0IDQ2LjM0NTk0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9IndhdmUtZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj4KICAgICAgPHN0b3Agc3R5bGU9InN0b3AtY29sb3I6IzAwMDAzZjsiIG9mZnNldD0iMCIgaWQ9ImRlZXAtb2NlYW4iIC8+CiAgICAgIDxzdG9wIHN0eWxlPSJzdG9wLWNvbG9yOiM0ZTZmZmY7IiBvZmZzZXQ9IjEiIGlkPSJzaGFsbG93LW9jZWFuIiAvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPHBhdGggc3R5bGU9ImZpbGw6dXJsKCN3YXZlLWdyYWRpZW50KTtmaWxsLXJ1bGU6ZXZlbm9kZCIgZD0ibSAwLDExLjM4NDQ4IGMgMCwwIDIxLjEzMzg1MSwxMS4zOTUzMSA0My42MTc2NjEsMTEuMzg0NDEgQyA2Ni4xMDE0NzEsMjIuNzU3OTkgMTA3Ljk2ODU2LDAuMDMyNjIgMTMwLjUwOCw3ZS01IGMgMjIuNTM5NDQsLTAuMDMyNSA0My45NjI2NCwxMS4zODQ0MSA0My45NjI2NCwxMS4zODQ0MSBWIDQ2LjM0NTk0IEggMCBaIiAvPgo8L3N2Zz4=");
  background-repeat: repeat-x;
  background-size: 260px auto;
  background-position: bottom;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 200px;
  animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  z-index: 1;
}
  
.single-coach .coach-box.test-coach .wave:nth-of-type(2) {
  opacity: 0.7;
  animation: swell 5s ease -1.25s infinite, wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite;
  z-index: 0;
  }
  
  @keyframes wave {
  0% {
  background-position-x: 0%;
  }
  100% {
  background-position-x: -500px;
  }
  }
  
  @keyframes swell {
  0%, 100% {
  background-position: right bottom 10px;
  }
  50% {
  background-position: right bottom 0;
  }
  }  */

/* --- For Animating water wave Effects --- */
/* ---- Train Coaches Water Level Sections --- */

/* ====== Train Coaches Water Level Page ====== */



/* ===== Authentication Pages ===== */
.authentication-pages-wrapper {
  display: flex;
  min-height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.authentication-inner .card {
  background-clip: padding-box;
  box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
  max-width: 450px;
  margin: auto;
  border: 0 solid #d9dee3;
  border-radius: 8px;
}

.brand-logo-auth {
  margin-bottom: 2rem;
}

.authentication-inner .card .card-body {
  flex: 1 1 auto;
  padding: 2rem;
  position: relative;
}

.authentication-inner .card .card-body h4 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 32px;
  letter-spacing: 0.18px;
  text-align: center;
  color: rgba(50, 71, 92, 0.8700000047683716);
}

.authentication-inner .card .card-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(50, 71, 92, 0.6000000238418579);
}

.authentication-inner .card .card-body p a,
.forget-pwd a {
  color: #0169A5;
  font-weight: 500;
}

.authentication-inner form .form-label {
  display: none;
}

.authentication-inner form .form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(50, 71, 92, 0.3799999952316284);
  color: rgba(50, 71, 92, 0.8700000047683716);
  height: 56px;
}

.authentication-inner form .form-control::placeholder {
  color: rgba(50, 71, 92, 0.3799999952316284);
}

.authentication-inner form .form-check-label {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(50, 71, 92, 0.8700000047683716);
}

.authentication-inner form button {
  background: #0169a5;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgba(50, 71, 92, 0.02), 0px 2px 6px rgba(50, 71, 92, 0.04), 0px 1px 6px rgba(50, 71, 92, 0.06);
  height: auto;
  padding: 12px 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #ffffff;
}

.authentication-inner form .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

.authentication-inner form .show-hide-pwd {
  background-color: transparent;
  border: none !important;
  position: absolute;
  cursor: pointer;
  right: 6px;
  top: 12px;
}

.authentication-inner form .show-hide-pwd i {
  font-size: 20px;
}

.authentication-inner form .form-control:focus,
.authentication-inner form .form-control:focus-within,
.authentication-inner form .form-control:focus-visible {
  box-shadow: none;
  outline: none;
}

.form-check,
.form-check>* {
  cursor: pointer;
}


.either-use-social-platforms {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  align-items: center;
}

.either-use-social-platforms .border-side {
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

.text-inner-center {
  padding: 0 1.5rem;
  color: rgba(50, 71, 92, 0.8700000047683716);
}

.social-platforms ul {
  gap: 16px;
}

.authentication-inner .card .card-body::before {
  content: "";
  width: 148px;
  height: 148px;
  background-image: url("../img/top-illustration.svg");
  position: absolute;
  top: -37px;
  background-size: cover;
  right: -54px;
  z-index: -1;
}

.authentication-inner .card .card-body::after {
  content: "";
  width: 148px;
  height: 148px;
  background-image: url("../img/bottom-illustration.svg");
  position: absolute;
  bottom: 24px;
  background-size: cover;
  left: -40px;
  z-index: -1;
}

/* ===== Authentication Pages ===== */

/* ===== Notification dropdown ===== */
.Notifications-buton {
  width: 100%;
  padding: 8px;
  background-color: #0169a5;
  color: white;
  border: none;
  border-radius: 10px;
}

.notification-icon {
  position: fixed;
  right: 30px;
  bottom: 3x;
  bottom: 10px;
  background-color: #ecedff;
  z-index: 9999;
  border-radius: 10px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(119, 119, 119, 0.5));
}

.layout-wrapper .card-box {
  border: 1px solid #343C6A;
  padding: 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.layout-wrapper .card-box:hover {
  border: 1px solid #0d6efd;
  margin-top: 6px;
}

.layout-wrapper .card-box h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.layout-wrapper h2,
.schedule-layout-wrapper h2 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}

.card-box img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.schedule-btn button {
  border: 1px solid #353d6b;
  color: #353d6b !important;
  padding: 10px 25px;
  font-size: 16px;
}

.schedule-btn button.active {
  color: #fff !important;
  background-color: #353d6b !important;
}

.schedule-btn button:hover {
  color: #fff !important;
  background-color: #353d6b !important;
}

/* .schedule-layout-wrapper {
    position: relative;
    background-image: url('../img/shot-electric-train-railway.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 10px 150px;
    z-index: 1;
} */
.schedule-layout-wrapper {
  padding: 50px 10px 150px;
  background-color: #e9f2ff;
}

.schedule-list ul li {
  line-height: 1.8;
}

.schedule-list ul li a {
  font-weight: 500;
  color: #353d6b;
  font-size: 18px;
}

.schedule-list ul {
  padding-left: 20px;
}

.schedule-check .form-check label {
  font-size: 18px;
  font-weight: 500;
  color: #353d6b;
}

.schedule-check .form-check input {
  width: 20px;
  height: 20px;
  border: 1px solid #353d6b;
}

/*14-08-2025*/
.schedule-list .accordion-item {
  margin-bottom: 40px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  border-radius: 20px;
}

.schedule-list .submit-container input {
  background: #0b297e;
  border: unset;
  padding: 10px 25px;
  font-size: 16px;
}

.schedule-list .submit-container input:hover {
  background: #0b297e;
}

.schedule-list .accordion-header button.accordion-button {
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  background: #0d6efd;
  color: #fff;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.schedule-list .accordion-header button.accordion-button.collapsed {
  border-radius: 20px !important;
}

.schedule-check-wrapper {
  margin-bottom: 25px;
}

.schedule-list .table>:not(caption)>*>* {
  background-color: unset;
}

.schedule-list table td {
  background-color: unset;
}

.schedule-list table td input {
  border: 1px solid #000;
}

.schedule-list table td input::placeholder {
  color: #000;
}

.schedule-list .form-control:focus {
  box-shadow: unset;
  outline: 0;
  border: 1px solid #000;
}

.schedule-list .table-bordered>:not(caption)>*>* {
  border-width: 0;
}

.schedule-list .table-bordered>:not(caption)>* {
  border-width: 0;
}

.schedule-layout-wrapper .btn-group {
  display: flex;
  gap: 13px;
}

.schedule-layout-wrapper .btn-group button {
  border-radius: 5px !important;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.schedule-layout-wrapper .btn-group button:hover {
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  color: #fff;
}

.schedule-list .accordion-header button.accordion-button:focus {
  box-shadow: unset;
}

.sidebar-nav .side-icon img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  object-fit: contain;
}

.schedule-layout-wrapper .schedule-box i {
  background: #dbeafe;
  padding: 12px;
  border-radius: 5px;
  font-size: 24px;
  color: #0d6efd;
}
.schedule-layout-wrapper .schedule-box .kms {
    color: #0b297e;
    font-weight: 600;
}