input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* .card {
  min-height: 250px;
} */

.dataTable {
  width: 100%;
}

/*Loader*/
/* #loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
} */
/*Loader*/

.selectize-input {
  margin-top: 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #000;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-primary {
  background-color: #1a2035;
  color: white;
  border: none;
}

.btn-primary:hover {
  background-color: #3a4975;
  color: white;
}

.btn-primary:disabled {
  background-color: #3a4975;
  color: white;
  cursor: not-allowed;
  opacity: 0.65;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #1a2035;
}

.esg-bg-primary {
  background-color: #1a2035;
  color: white;
}

.form-label {
  margin-bottom: 0.5rem;
  /* font-weight: bolder; */
}

.strong {
  font-weight: bold;
}

.esg-text-primary {
  color: #1a2035;
}

.hidden {
  display: none;
}

.w-100 {
  width: 100%;
}

.card-header-theme {
  background-color: #1a2035;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.clickable {
  cursor: pointer;
}

.table-ver-center td,
th {
  vertical-align: middle !important;
}

/* Help modal loading */
.loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
}

.loading span {
  width: 4px;
  height: 50px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}

.loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}

.loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
}

.loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
}

@keyframes scale {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}
/* Help modal loading */

/* Permission Module */
.clickable {
  cursor: pointer;
}

.vertical-middle td,
th {
  vertical-align: middle;
}

.div-border {
  border: 1px solid black;
}

.div-border p {
  margin-top: -0.9em;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgb(199, 199, 199);
  display: block;
  text-align: center;
  color: white;
}
/* Permission Module */

/* Spinner */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  border-radius: 50%;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Spinner-small */
.spinner-small {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  border-radius: 50%;
}

.spinner-small {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 20px;
  height: 20px;
}

.spinner-small {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  width: 20px;
  height: 20px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Toastify */
.toast-with-progress {
  position: absolute;
  display: inline-block;
}

.toast-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: width 0.5s linear;
  width: 100%;
}
/* Toastify */

.bg-card-headers {
  background-color: #1a2035;
}

/* Login */

.login-form-side {
  padding: 40px;
  color: rgb(61, 60, 60);
  padding-right: 100px;
}

.top-bar {
  vertical-align: middle;
  align-items: center;
}

.top-bar a {
  text-decoration: none;
}

.login-page-dropdown {
  display: inline;
}

.menu-text-trans {
  font-size: 16px;
  color: #12346d;
  font-weight: bold;
}

.eye-login-pass {
  border-top: none;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
}

.eye-login-pass-initial {
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
}

.form-control-user-pass {
  border-right: none;
}

.form-control-user {
  border-radius: 0px;
  height: 60px;
}

.pageHeading {
  color: #12346d;
  font-weight: bold;
}

.note-editor.note-frame {
  background-color: #ffffff;
}

/* purchase order */
.po-form-section {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 20px;
}

.po-table th,
.po-table td {
  vertical-align: middle;
  text-align: center;
}

.po-total-section {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
}

.po-subtotal {
  margin-top: 20px;
}
/* purchase order */

.text-justify {
  text-align: justify;
}

.small-text {
  font-size: 10px;
}

.small-text-td {
  font-size: 13px;
}

.small-text-2 {
  font-size: 12px;
}
.aligntext {
  color: #ffffff;
}

.heder-text {
  color: #0b6ec5;
}

.dashboard-card {
  border-left: 5px solid #0b6ec5;
  font-size: 20px;
  vertical-align: baseline;
  color: #0b6ec5;
  transition: transform 0.3s ease-in-out;
}

.dashboard-card .card-body {
  padding: 20px;
}

.no-decoration {
  text-decoration: none;
}

.dashboard-card:hover {
  transform: scale(1.1);
}

.no-decoration {
  text-decoration: none;
}

.text-size-change-head {
  font-size: 16px;
}

.text-size-change {
  font-size: 12px;
  padding-left: 5px;
}

#statusChart {
  max-width: 300px;
  max-height: 300px;
}

#conditionChart {
  max-width: 300px;
  max-height: 300px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: #aab7cf;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background: #8a9bb5;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

.small-title {
  font-size: 16px;
  font-weight: bold;
  font-weight: normal;
  color: #333;
}

.btnUpdateWorkingPlan {
  cursor: pointer;
}

/* apps design */

#search-container {
  margin: 20px;
  display: flex;
  gap: 10px;
}

#search {
  width: 300px;
  padding: 10px;
}

#search-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

#search-btn:hover {
  background-color: #0056b3;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #000;
  padding: 20px;
}

.app-icon {
  width: 100px;
  height: 100px;
}

.app-name {
  margin-top: 10px;
  font-weight: bold;
}

.app-description {
  margin-top: 5px;
  font-size: 0.9em;
  text-align: center;
  color: #555;
}

.custom-table th,
.custom-table td {
  border-right: 2px solid #343a40; /* Dark border for columns */
}

.custom-table th:last-child,
.custom-table td:last-child {
  border-right: none; /* Remove right border for the last column */
}

.img-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}

/* Course Content */
/* .categories-bar {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.category-item {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.category-item:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.course-card {
  border: 2px solid #007bff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.1);
  background-color: #f8f9fa;
}

.course-card-header {
  background-color: #1a2035;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.course-name {
  font-weight: bold;
  font-size: 16px;
} */

/* Training Dashboard */
.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  margin: 0 auto 15px;
}

.icon-box i {
  font-size: 1.8rem;
  color: #007bff;
}

.chart-container {
  margin-top: 30px;
}

.chart-title {
  font-weight: 600;
  margin-top: 10px;
  color: #495057;
}

/* Training Dashboard */

.training-card {
  width: 350px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.training-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
  border-radius: 15px;
}

.training-card:hover .training-card-inner {
  transform: rotateY(180deg);
}

.training-card-front,
.training-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.training-card-front {
  background-color: #ffffff;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
  border-radius: 15px;
  border-bottom: 5px solid #1a2035;
  border-right: 3px solid #1a2035;
  border-left: 3px solid #1a2035;
  border-top: 5px solid #1a2035;
}

.training-card-back {
  background-color: white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  border-radius: 15px;
  border-bottom: 5px solid #1a2035;
  border-right: 3px solid #1a2035;
  border-left: 3px solid #1a2035;
  border-top: 5px solid #1a2035;
}

.training-card-header {
  width: 95%;
  background-color: white;
  margin-top: 10px;
  text-align: center;
  border-radius: 150px;
  border: 2px solid #1a2035;
}

.training-card-footer {
  width: 95%;
  background-color: white;
  text-align: center;
}

r;
  border-radius: 150px;
  border: 2px solid #1a2035;
}

.training-image-container img {
  max-width: 100%;
  max-height: 150px;
}

.training-card-border {
  width: 100%;
  border-bottom: 5px solid #1a2035;
  border-right: 3px solid #1a2035;
}

.categories-bar {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}

.lms-card {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  border-bottom: 5px solid #1a2035;
  border-right: 3px solid #1a2035;
}

.lms-card a {
  text-decoration: none;
}

.lms-content {
  padding: 1.1rem;
}

.lms-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.lms-title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.lms-desc {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.alert-warning {
  font-size: 1rem;
  background-color: #fff3cd;
  color: #856404;
}

/* map design */
#map {
  width: 100%;
  height: 500px;
}
/* map design */

.curs-pointer {
  cursor: pointer;
}

/* Chat bot */
.profile-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.offcanvas-body {
  padding: 0;
}

.chat-body {
  padding: 10px;
}

.profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.offcanvas-body {
  padding: 0;
}

.chat-body {
  padding: 10px;
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  border-radius: 50%;
  padding: 5px;
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 9999;
}
/* Chat bot */

/* enable Switch button */

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  transition: 0.4s;
  border-radius: 32px;
  outline: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  outline: 2px solid #b0b0b0;
  left: -1px;
  bottom: -1px;
  background-color: #fff;
  transition: transform 0.25s ease-in-out 0s;
}

.slider-icon {
  opacity: 0;
  height: 12px;
  width: 12px;
  stroke-width: 8;
  position: absolute;
  z-index: 999;
  stroke: #222222;
  right: 60%;
  top: 30%;
  transition: right ease-in-out 0.3s, opacity ease-in-out 0.15s;
}

input:checked + .slider {
  background-color: #222222;
}

input:checked + .slider .slider-icon {
  opacity: 1;
  right: 20%;
}

input:checked + .slider:before {
  transform: translateX(1.5em);
  outline-color: #181818;
}
/* enable Switch button */

/* workorder-pending progress */
/* In Progress - Animated */
.in-progress {
  width: calc(160px / 0.707);
  height: 15px;
  background: repeating-linear-gradient(-45deg, #1a2035 0 30px, #0000 0 40px)
    left/200% 100%;
  animation: in-progress-animation 2s infinite linear;
  border-radius: 10px;
  border: 1px solid #766df4;
}

@keyframes in-progress-animation {
  100% {
    background-position: right;
  }
}

/* Started - 25% filled */
.started {
  width: calc(160px / 0.707);
  height: 15px;
  background: linear-gradient(to right, #f4a261 25%, #ddd 25%);
  border-radius: 10px;
  border: 1px solid #f4a261;
}

/* Completed - Fully Green (No Animation) */
.completed {
  width: calc(160px / 0.707);
  height: 15px;
  background: #2a9d8f;
  border-radius: 10px;
  border: 1px solid #2a9d8f;
}

/* Login Page Styles */
.logo {
  width: 180px;
}

.lang-icon {
  width: 30px;
}

.login-box {
  max-width: 500px;
  width: 100%;
}

.welcome-text {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.form-control-login {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.btn-login {
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: gray;
}

.bg-login-image-mod {
  background: url(../images/login-page.jpeg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

/* Responsive Styles */
@media only screen and (max-width: 992px) {
  .bg-login-image-mod {
    display: none;
  }
}

.login-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  position: relative;
}

.login-divider::before,
.login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
  margin: 0 10px;
}

/* Overlay */
#loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.fsm-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fsm-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}

.circle {
  width: 100px;
  height: 100px;
  border: 4px solid transparent;
  border-top: 4px solid #2e93e6;
  border-radius: 50%;
  animation: spin 0.8s infinite linear;
  position: absolute;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*Overlay*/

/* button Loader */

.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.9;
}

.btn-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

.btn-loading i:first-child,
.btn-loading .fas:first-child,
.btn-loading .far:first-child,
.btn-loading .fab:first-child {
  display: none;
}
/* button Loader */

/* loader new  */
.maritech-loader {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.maritech-loader-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maritech-loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #1a2035;
  border-right-color: #1a2035;
  /* border-bottom-color: #1a2035; */
  animation: maritech-rotate 1.5s linear infinite;
  box-shadow: 0 0 15px rgba(26, 32, 53, 0.5), 0 0 25px rgba(26, 32, 53, 0.3),
    inset 0 0 10px rgba(26, 32, 53, 0.2);
}

.maritech-loader-inner {
  --c1: #673b14;
  --c2: #f8b13b;
  width: 25px;
  height: 40px;
  border-top: 6px solid var(--c1);
  border-bottom: 6px solid var(--c1);
  background: linear-gradient(
      90deg,
      var(--c1) 2px,
      var(--c2) 0 5px,
      var(--c1) 0
    )
    50%/7px 8px no-repeat;
  display: grid;
  overflow: hidden;
  animation: maritech-l5-0 1.2s infinite linear;
  position: relative;
  z-index: 1;
}

.maritech-loader-inner::before,
.maritech-loader-inner::after {
  content: "";
  grid-area: 1/1;
  width: 75%;
  height: calc(50% - 4px);
  margin: 0 auto;
  border: 2px solid var(--c1);
  border-top: 0;
  box-sizing: content-box;
  border-radius: 0 0 40% 40%;
  -webkit-mask: linear-gradient(#000 0 0) bottom/4px 2px no-repeat,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  background: linear-gradient(var(--d, 0deg), var(--c2) 50%, #0000 0)
      bottom/100% 205%,
    linear-gradient(var(--c2) 0 0) center/0 100%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-name: maritech-l5-1;
}

.maritech-loader-inner::after {
  transform-origin: 50% calc(100% + 2px);
  transform: scaleY(-1);
  --s: 3px;
  --d: 180deg;
}

@keyframes maritech-l5-0 {
  80% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0.5turn);
  }
}

@keyframes maritech-l5-1 {
  10%,
  70% {
    background-size: 100% 205%, var(--s, 0) 100%;
  }
  70%,
  100% {
    background-position: top, center;
  }
}

@keyframes maritech-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
