/*===== As gordita font is not accessible in power apps, using Roboto Flex font as a replacement.  =====*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,slnt,wdth,wght,GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC@8..144,-10..0,25..151,100..1000,-200..150,27..175,323..603,25..135,649..854,-305..-98,560..788,416..570,528..760&display=swap");

/*===== Page Reset CSS =====*/
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Roboto Flex", "serif" !important;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #ffffff;
  line-height: 1;
  letter-spacing: normal;
  text-underline-offset: 8px;
  user-select: none;
}

/*==== Custom requerings for the body element ====*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: rgba(211, 211, 211, 0.5);
  border-radius: 50px;
  border: 2px solid rgba(211, 211, 211, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(211, 211, 211, 0.7);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(211, 211, 211, 0.5) transparent;
}


@supports (-ms-ime-align: auto) {
  * {
    scrollbar-face-color: rgba(211, 211, 211, 0.5);
    scrollbar-track-color: transparent;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

hr {
  border-color: #dadada;
  border-width: 2px;
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

select,
.form-select {
  border-radius: 4px;
  border: 1px solid #c6c6c6 !important;
  padding: 12px 40px 12px 12px;
  color: #000000 !important;
  font-size: 14px;
  line-height: normal;
  box-shadow: none !important;
  outline: none !important;
  height: 45px;
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

form[action^="/SignIn?ReturnUrl"],
form[action="/SignIn"] {
  display: none !important;
}


button,
input,
a,
button:focus,
input:focus,
a:focus {
  outline: none !important;
}

.page-content {
  margin: 0px;
}


/*==== Website and API loader ====*/

#loaderOverlay,
#websitePageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999;
}

#websitePageLoader {
  background: #ffffff;
}

#loaderOverlay img,
#websitePageLoader img {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 3;
}

#loaderWrapper {
  height: 80px;
  width: 80px;
  position: relative;
}

.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}

.dot-1 {
  left: 35px;
}

.dot-2 {
  right: 10px;
  top: 10px;
  animation-delay: 0.2s;
}

.dot-3 {
  top: 35px;
  right: 0;
  animation-delay: 0.4s;
}

.dot-4 {
  right: 10px;
  bottom: 10px;
  animation-delay: 0.6s;
}

.dot-5 {
  left: 35px;
  bottom: 0;
  animation-delay: 0.8s;
}

.dot-6 {
  left: 10px;
  bottom: 10px;
  animation-delay: 1s;
}

.dot-7 {
  top: 35px;
  left: 0;
  animation-delay: 1.2s;
}

.dot-8 {
  left: 10px;
  top: 10px;
  animation-delay: 1.4s;
}

@keyframes loader {
  0% {
    background: #fff;
  }

  100% {
    background: #0000;
  }
}

.spinner-border {
  position: absolute;
  width: 100px;
  height: 100px;
  border-width: 5px;
  border-color: #ffffff;
  border-right-color: #17386d;
  display: block;
  background-color: #ffffff;
}

/*==== Custom tab styling ====*/

.default-tab-content {
  margin-top: 30px;
}

.default-nav-tabs .nav-link:hover,
.default-nav-tabs .a.nav-link[role="tab"]:not(.active):hover {
  background: transparent;
}

.default-nav-tabs .nav-link,
.default-nav-tabs .a.nav-link[role="tab"]:not(.active) {
  padding: 12px 16px;
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 2px solid transparent;
}

.default-nav-tabs .nav-link.active {
  border-bottom-color: #17386d;
  background: #eff2fc;
}

.tab-content,
.tab-pane {
  height: 100%;
  border-radius: 12px;
  background-color: transparent !important;
}


/*===== common slick slider styling =====*/

.slick-list {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.slick-track {
  display: flex !important;
  padding: 20px 0px;
  gap: 20px;
}

.slick-track:before,
.slick-track:after {
  position: absolute;
}

.slick-slide {
  flex: 1;
  transition: all 0.4s ease-in-out;
}


/*==== Custom classes ====*/

.cursor-pointer {
  cursor: pointer !important;
}

.bg-danger {
  background: none !important;
  background-color: #b74528 !important;
}

.default-notification-ribbon {
  margin: 0;
  background: #0469E3;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  color: #ffffff;
  font-weight: 500;
  border-radius: 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  z-index: 5;
}

.alert-dismissible .btn-close {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") no-repeat center center;
  right: 20px;
  bottom: 0;
  height: 100%;
  border-radius: 0;
  background-size: 15px;
  padding: 0px 10px;
  opacity: 1;
  filter: invert(100%);
}

.error-occurraence.form-control,
.error-occurraence.form-control:focus,
.error-occurraence.form-select,
.error-occurraence.form-select:focus {
  border-color: #fe171a !important;
}

.error-message {
  font-size: 12px;
  color: #fe171a;
  font-weight: 500;
  font-style: italic;
  line-height: 16px;
  display: none;
  gap: 5px;
}

.error-message i {
  line-height: 16px;
}

.primary-btn {
  padding: 8px 25px;
  border-radius: 8px;
  background: linear-gradient(180deg, #285fb7 0%, #2555a1 100%);
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  width: auto;
  min-width: 120px;
}

.primary-btn:disabled {
  opacity: 0.5;
}

.default-link {
  color: #2759aa !important;
  line-height: 20px !important;
}

.custom-file-input {
  border-radius: 5px;
  border: 1px dashed #2759aa;
  padding: 20px;
  padding-left: 40px;
  gap: 15px;
  max-width: 30%;
}

.custom-file-input.error-occurraence {
  border-style: solid;
  border-color: #fe171a;
}

.custom-file-input .attachment-notice {
  color: #525252;
  font-style: italic;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
}

.custom-file-input .attach-link {
  color: #2759AA;
  font-style: italic;
  font-weight: 700;
}

/*=== Navigation Header ===*/

.website-header {
  background: #17386d;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.website-logo {
  width: 80px;
  height: 80px;
}

.website-header .navbar-toggler {
  outline: none;
  box-shadow: none;
}

.website-navigation .navbar-nav {
  gap: 40px;
}

.website-navigation .navbar-nav .nav-item>a,
a.nav-link {
  padding: 0px 0px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  box-shadow: none !important;
}

.website-navigation .navbar-nav .nav-item>a.active,
a.nav-link.active {
  text-decoration: underline;
}

.website-header a.nav-link:hover,
.website-header a.nav-link:active,
.website-header a.nav-link:focus {
  color: #ffffff;
}

.user-profile-dropdown-menu,
.navigation-dropdown-menu {
  border-radius: 0px 0px 12px 12px;
  background: #17386d;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 24px 12px;
  gap: 10px;
}

.dropdown-menu[data-bs-popper] {
  left: -35px;
  display: flex;
  top: 50px;
}

.user-profile-dropdown-menu a,
.navigation-dropdown-menu a {
  color: #000000;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 5px;
  background-color: transparent;
  border-radius: 12px;
  padding: 8px 12px !important;
  text-transform: capitalize;
  text-decoration: none;
}

.user-profile-dropdown-menu a:hover,
.user-profile-dropdown-menu a:focus,
.user-profile-dropdown-menu a:active,
.user-profile-dropdown-menu a.active,
.navigation-dropdown-menu a:hover,
.navigation-dropdown-menu a:focus,
.navigation-dropdown-menu a:active,
.navigation-dropdown-menu a.active {
  background: #4c6b9d !important;
}

.website-navigation a.nav-link.user-initials {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50%;
  background: #dae6ed;
  color: #17386d;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.notification-dropdown {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  padding: 8px;
}

.notification-dot {
  width: 20px;
  height: 20px;
  background: #ff0000;
  top: -5px;
  right: -8px;
  font-size: 12px;
}

.notification-item {
  padding: 10px;
  gap: 10px;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid transparent;
  border-left-width: 5px;
}

.notification-item.success i,
.notification-item.update i,
.notification-item.delete i,
.notification-item.deactivate i {
  border: 1px solid;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.notification-item.success,
.notification-item.success i {
  border-color: #5C9F47;
}

.notification-item.success i {
  color: #5C9F47;
}

.notification-item.update,
.notification-item.update i {
  border-color: #ECC500;
}

.notification-item.update i {
  color: #ECC500;
}

.notification-item.delete,
.notification-item.deactivate,
.notification-item.delete i,
.notification-item.deactivate i {
  border-color: #D10B0B;
}

.notification-item.deactivate i,
.notification-item.delete i {
  color: #D10B0B;
}

/*==== Website footer ====*/

.footer {
  z-index: 5;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #17386d61;
  background-blend-mode: multiply, normal;
  pointer-events: none;
  z-index: -1;
}

.footer-heading {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
}

.footer-address {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-sitemap-heading,
.footer-sitemap-link {
  color: #ffffff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-left: 0 !important;
  line-height: 24px;
}

.footer-section i {
  font-size: 45px;
}

.footer-section {
  padding: 65px 0px;
}

.footer-sitemap-link:hover,
.footer-sitemap-link:active {
  color: #ffffff;
}

footer ul {
  gap: 5px;
}

.selected-date {
  border: 1px solid #17386d !important;
}

/*==== Dynamic Jumbotron  ====*/

.dynamic-jumbotron,
.custom-page-header {
  padding: 25px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 90px;
}

.dynamic-jumbotron::after,
.custom-page-header::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(256deg,
      rgba(37, 85, 161, 0.75) 23.16%,
      rgba(23, 56, 109, 0) 55.5%,
      #2555a1 84.18%);
  background-blend-mode: multiply, normal;
  z-index: -1;
}

.dynamic-jumbotron .heading {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  gap: 5px;
}

.dynamic-jumbotron .heading span {
  max-width: 400px;
}

.dynamic-jumbotron .description {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}


.role-base-airline-logo {
  height: 65px;
  width: 150px;
  margin-left: auto;
}

/*==== Home page hero banner ====*/

.hero-banner {
  z-index: 5;
  background: linear-gradient(255deg,
      rgba(23, 56, 109, 0) 10.63%,
      rgb(37, 85, 161) 93.32%),
    url("/heroBanner.webp") 50% center / cover no-repeat lightgray;
  background-blend-mode: multiply, normal;
  min-height: calc(100dvh - 80px);
}

.hero-banner-heading {
  letter-spacing: normal;
}

.hero-banner-button,
.service-offered-btn {
  border-radius: 8px !important;
  background: linear-gradient(180deg, #285fb7 0%, #2555a1 100%) !important;
}

.utility-cards-container-data {
  gap: 8px;
}

@keyframes upDown {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -20px);
  }
}

#skitToMainContent {
  scroll-margin-top: 50px;
}

.animation-upDown {
  width: 100px;
  transform: translate(-50%, 0);
  animation: upDown 2s ease-in-out infinite;
}

/*==== form component styling ====*/

label,
.form-label {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
}

.form-check-label {
  font-weight: 400;
  padding-left: 10px;
  line-height: 22px;
}

.form-control {
  font-family: "Roboto Flex", "serif" !important;
  border-radius: 4px;
  height: 45px;
  border: 1px solid #c6c6c6 !important;
  background: #ffffff;
  padding: 12px;
  color: #000000 !important;
  font-size: 14px;
  line-height: normal;
  box-shadow: none !important;
  outline: none !important;
}

textarea.form-control {
  height: 130px !important;
  resize: none;
  font-family: "Roboto Flex", "serif" !important;
}

input:focus::placeholder,
.form-control::placeholder,
.form-select::placeholder {
  color: #b7b7b7 !important;
  font-weight: 500 !important;
}

input:focus,
.form-control:focus,
.form-select:focus {
  border-color: #c6c6c6 !important;
}

.form-action-wrapper {
  gap: 22px;
}

.form-label.attachment-label {
  color: #2759aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration-line: underline;
}

/*==== Default modal styling ====*/

.modal-content {
  border-radius: 8px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
}

.modal-header,
.modal-body,
.modal-footer,
.offcanvas-header,
.offcanvas-body {
  padding: 20px;
}

.modal-header,
.offcanvas-header {
  justify-content: space-between;
  align-items: center;
  background-color: #17386d;
}


.modal-title,
.offcanvas-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.modal-message {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}

.project-feedback-submit-modal .auth-left-card {
  width: 100%;
  min-width: auto;
}

.modal .general-link {
  color: #2759aa;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.modal-footer>* {
  margin: 0;
}

.modal-note,
.delete-alert-data {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.modal-cancel-btn {
  color: #2759aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
}

.modal .btn-close,
.offcanvas-header .btn-close,
.notification-wrapper .alert-dismissible .btn-close {
  background: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000' %3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' /%3e%3c/svg%3e");
  min-width: 20px;
  min-height: 20px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  filter: invert(100%);
}

.notification-wrapper .alert-dismissible .btn-close {
  display: none;
}

/*==== Floating toast style ====*/

.toast-header .btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIiBmaWxsPSIjZmZmZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI0Mi43IDI1NmwxMDAuMS0xMDAuMWMxMi4zLTEyLjMgMTIuMy0zMi4yIDAtNDQuNWwtMjIuMi0yMi4yYy0xMi4zLTEyLjMtMzIuMi0xMi4zLTQ0LjUgMEwxNzYgMTg5LjMgNzUuOSA4OS4yYy0xMi4zLTEyLjMtMzIuMi0xMi4zLTQ0LjUgMEw5LjIgMTExLjVjLTEyLjMgMTIuMy0xMi4zIDMyLjIgMCA0NC41TDEwOS4zIDI1NiA5LjIgMzU2LjFjLTEyLjMgMTIuMy0xMi4zIDMyLjIgMCA0NC41bDIyLjIgMjIuMmMxMi4zIDEyLjMgMzIuMiAxMi4zIDQ0LjUgMEwxNzYgMzIyLjdsMTAwLjEgMTAwLjFjMTIuMyAxMi4zIDMyLjIgMTIuMyA0NC41IDBsMjIuMi0yMi4yYzEyLjMtMTIuMyAxMi4zLTMyLjIgMC00NC41TDI0Mi43IDI1NnoiLz48L3N2Zz4=");
  opacity: 1;
}

.toast-container .toast {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  background: transparent;
  border-radius: 5px;
}

.toast-header {
  border-radius: 5px;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
}

/*==== All auth page styles ====*/

.auth-content-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 40px 0px;
}

.auth-content-card {
  padding: 14px;
  border-radius: 15px;
  gap: 14px;
}

.auth-left-card {
  border-radius: 12px;
  background: #e9edf4;
  padding: 40px;
  min-width: 470px;
  width: 470px;
}

.auth-left-card .card-top .title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.auth-left-card .card-top .description {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.success-logo {
  width: 100px;
  height: 100px;
}

.portal-form,
.auth-left-card,
.portal-form .row,
.step-form-content {
  gap: 28px 0px;
}

.password-hide-show {
  top: 26px;
  right: 5px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.register-link,
.register-link a,
.forgot-password-link {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.register-link a:hover,
.forgot-password-link:hover {
  color: #17386d !important;
}

.auth-additional-links>p:first-child {
  color: #000000;
  font-size: 16px;
  line-height: normal;
}

.auth-additional-links>p:last-child {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.auth-additional-links>p:last-child a {
  color: #17386d;
}

.or-divider {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.form-special-info {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-top: 8px;
}

.auth-right-card {
  flex: 1;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-clip: padding-box;
}

.auth-right-card::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(13, 37, 75, 0.53) 8.17%,
      rgba(13, 37, 75, 0.15) 61.17%);
  z-index: 1;
  border-radius: 12px;
  opacity: 0.5;
}

.recaptcha-container {
  border-radius: 4px;
  border: 1px solid #c6c6c6 !important;
  background: #ffffff;
  padding: 12px;
  gap: 12px;
}

.captcha-logo {
  width: 30px;
  height: 30px;
}

#captcha-canvas {
  width: 100%;
  display: block;
  margin: 0;
  background-color: #e9edf4;
  height: 50px;
  object-fit: contain;
}

/*==== Home page who we are section ====*/

.who-we-are-section {
  padding: 80px 0px;
  margin-bottom: 40px !important;
  background: #17386d;
}

.who-we-are-section .description {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
}

.who-we-are-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/ribbon.webp") no-repeat center/cover;
  z-index: -1;
}

/*========================= Home Page utility cards ====================*/

.utility-cards-container-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
}

.utility-cards-container-card:hover {
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.1);
}

.utility-cards-container-icon {
  width: 80px;
  height: 80px;
}

.utility-cards-container-data .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.utility-cards-container-data .description {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.utility-cards-container-card:hover a {
  text-decoration: underline;
}

/*==== Home page contact/vendor/resources/member-login banner ====*/

.random-small-card-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-page-contact-banner::after,
.home-page-venderinfo-bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
}

.home-page-contact-banner::after {
  background: linear-gradient(136deg,
      rgba(248, 248, 248, 0.55) 25.6%,
      rgba(187, 240, 243, 0) 61.98%);
}

.home-page-venderinfo-bg::after {
  background: linear-gradient(166deg,
      #e5e5e5 -9.96%,
      rgba(229, 229, 229, 0) 43.16%);
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.home-page-resources-banner::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(180deg,
      rgba(13, 37, 75, 0.53) 8.17%,
      rgba(13, 37, 75, 0.15) 61.17%);
}


.home-page-venderinfo-bg:hover a,
.home-page-memberLogin-bg:hover a,
.home-page-resources-banner:hover a,
.home-page-contact-banner:hover a {
  text-decoration: underline !important;
}

.home-page-memberLogin-bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(334deg,
      rgba(23, 56, 109, 0) 27.11%,
      #17386d 98.1%);
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 8px;
}

/*==== home page service offered section ====*/

.home-service-offered-section .section-icon {
  width: 65px;
  height: 65px;
}

.home-service-offered-section {
  gap: 40px;
}

/*========================= Event calendar and meeting minutes module ====================*/

.calendar-wrapper {
  padding: 25px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
}

/*==== (Left side meeting calendar) ====*/

.calendar-heading {
  color: #0c0326;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

#calendar {
  gap: 16px;
}

#calendar.fc .fc-toolbar.fc-header-toolbar {
  margin: 0;
}

#calendar.fc .fc-button-primary {
  padding-left: 0px;
  padding-right: 0px;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}

#calendar.fc .fc-toolbar-title {
  color: #777777;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

#calendar.fc .fc-button .fc-icon {
  font-size: 20px;
  color: #777777;
}

#calendar.fc .fc-view-harness {
  flex-grow: unset !important;
  height: auto !important;
}

#calendar.fc .fc-view-harness-active>.fc-view,
#calendar.fc .fc-scroller-liquid-absolute {
  inset: unset !important;
  position: static !important;
}

.fc-theme-standard .fc-scrollgrid {
  border: none !important;
}

#calendar.fc .fc-scroller-harness {
  overflow: visible !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: none !important;
}

#calendar.fc .fc-col-header-cell-cushion {
  color: #777777;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 0;
  margin: 5px 0px;
}

.fc-scrollgrid-section>td:first-child {
  padding: 0 !important;
}

.fc-theme-standard td:not(th) {
  padding: 10px !important;
}

#calendar.fc .fc-daygrid-day-frame {
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background: #eff2fc;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.fc-day-other .fc-daygrid-day-frame {
  background: #e1e2e5 !important;
}

#calendar.fc .fc-daygrid-day-number {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 0px !important;
}

.fc-daygrid-day-events {
  display: flex;
  gap: 3px;
  min-height: auto !important;
  justify-content: center;
  align-items: center;
}

#calendar.fc .fc-daygrid-day-bottom,
#calendar.fc .fc-daygrid-day-bg {
  display: none !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: white !important;
}

.fc-day-today .fc-daygrid-day-frame {
  background: #aec1ff !important;
}

.fc-scroller {
  overflow: visible !important;
}

.fc-daygrid-event-harness {
  margin: 0 !important;
  display: block !important;
}

.fc-event-title {
  display: none;
}

.fc-icon-chevron-left {
  color: #777777 !important;
}

.fc-icon-chevron-right {
  color: #777777 !important;
}

.fc-daygrid-more-link {
  display: none !important;
}

.fc-event {
  border: none !important;
  background: transparent !important;
}

/*==== (right side event listing) ====*/

.event-list-wrapper {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
  padding: 25px 15px 15px 15px;
  gap: 10px;
  max-height: 785px;
}

.month-day-year {
  text-align: center;
  padding: 0px 10px;
}

.month-day-year,
.date-label {
  color: #777;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.date-label {
  text-decoration: underline;
}

.event-list-heading {
  color: #0c0326;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding: 0px 10px;
}

.calendar-date-selector {
  padding: 0px 10px;
}

.event-card-wrapper {
  gap: 20px;
  overflow: hidden auto;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
}

.event-card-tile {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
  gap: 10px;
  cursor: pointer;
}

.event-card-title,
.event-card-date {
  line-height: normal;
  font-weight: 500;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.event-card-title {
  color: #000000;
  font-size: 20px;
}

.event-card-date,
.event-card-time {
  color: #6a6a6a;
  font-size: 16px;
}

.calendar-no-data {
  padding: 10px 10px;
  border: 1px solid #ecdcb0;
  background-color: #ecdcb0;
  border-radius: 5px;
  color: rgb(88, 21, 28);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
}

.participants-name {
  background-color: #E7F3FB;
  padding: 5px 10px;
  font-size: 14px;
  color: #000000;
  border-radius: 26px;
  border: 1px solid #DAE6ED;
}

.description-display {
  border: 1px solid #c6c6c6 !important;
  background-color: #e9ecef;
  line-height: 25px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}


/*========== Home page MOM listing table view ==========*/

/* (Common for MOM listing and MOM details view) */

.mom-wrapper,
.mom-view-wrapper {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.12);
  gap: 24px;
}

.mom-wrapper .title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

#momDateFilter::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#momDateFilter.empty::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  pointer-events: none;
  background-color: #ffffff;
  width: 90%;
  height: 95%;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #b7b7b7;
}

.event-calendar-section-wrapper,
.mom-wrapper {
  margin-bottom: 40px;
}

#momDateFilter.empty {
  color: transparent;
}

#momDateFilter:not(.empty) {
  color: #212529;
}


.filters.mom-filter>* {
  flex: 1;
  max-width: 250px;
}

.filters i,
.filters svg {
  bottom: 12px;
  right: 15px;
}


/*============================ Airline/Resources listing page start ============================*/

.airline-card-wrapper,
.resource-list-wrapper,
.services-card-wrapper,
.vendor-card-wrapper,
.account-setting-wrapper,
.access-denied-wrapper,
.page-not-found {
  padding: 40px 0px;
  background-color: #eff2fc;
}

.resource-list-wrapper,
.services-card-wrapper,
.vendor-card-wrapper {
  background-image: url("/authRibbon.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.airline-card-wrapper .row,
.associations-resource-card .row,
.service-partner-resource-card .row,
.govt-agency-resource-card .row,
.services-card-wrapper .row,
.vendor-card-wrapper .row {
  gap: 25px 0px;
}

.airline-card-wrapper .card-body,
.resource-card .card-body,
.services-card .card-body,
.vendor-card .card-body {
  padding: 24px;
  gap: 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.airline-card,
.services-card,
.resource-card,
.vendor-card {
  height: 100%;
  border-radius: 8px;
}

.airline-card .card-body,
.services-card .card-body {
  padding-right: 65px;
}

.airline-logo,
.resource-logo {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
}

.default-airline-logo {
  background: #b1b1b1;
  padding: 5px;
}

.airline-logo,
.airline-logo img,
.resource-logo,
.resource-logo img {
  border-radius: 8px;
}

.airline-data .title,
.resource-data .title,
.services-data .title,
.vendor-data .title {
  color: #050d1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.16px;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-data .title,
.vendor-data .title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.services-data .description,
.vendor-data .description,
.vendor-contact li p,
.vendor-contact li a {
  color: #4b4e53;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.airline-weblink,
.resource-weblink {
  color: #3779e3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
  display: block;
  word-wrap: break-word;
  transition: all 0.4s ease-in-out;
}

.resource-card:hover .resource-weblink,
.airline-card:hover .airline-weblink {
  text-decoration: underline;
  color: #154797;
}

.floating-link-icon {
  right: 20px;
  top: 30px;
}


/*==== Resourse page ====*/

.resource-list-wrapper .list-heading {
  color: #334766;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}

.resource-card .card-body {
  padding-right: 35px;
}

.resource-weblink.no-link {
  color: #818181 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-decoration: none !important;
}

.resource-card .floating-link-icon {
  opacity: 0;
}

.resource-card:hover .floating-link-icon {
  opacity: 1;
}


/*==== Vendor page ====*/

.vendor-card {
  border: 1px solid #dadada;
}

.vendor-image {
  height: 100%;
  max-width: 100px;
}

.vendor-data li a {
  margin: 0 !important;
  word-break: break-all;
}

.vendor-data {
  gap: 8px;
  width: 100%;
}

.vendor-contact {
  gap: 5px;
}


/*==== Services page ====*/

.services-data {
  gap: 16px;
  width: 100%;
}

.service-key-features {
  gap: 10px;
}

.service-key-features li p {
  color: #8b9099;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
}

.services-card .floating-link-icon {
  width: 30px;
  height: 30px;
}


/*========= Default data table and pagination style start =========*/

.default-table-wrapper {
  gap: 28px;
}

.dt-layout-table,
.dt-layout-full {
  margin: 0;
  padding: 0;
}

.page-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sort-column::after,
.sort-column::before {
  margin: 0;
  opacity: 0.125;
  position: absolute;
  transform: translateY(-50%);
  right: 13px;
  line-height: 9px;
  font-size: 0.8em;
}

.sort-column::after {
  content: "▲";
  top: 43%;
}

.sort-column::before {
  content: "▼";
  top: 64%;
}

.sort-column.asc::after,
.sort-column.desc::before {
  opacity: 0.6;
}

.default-table-wrapper table {
  margin: 0px !important;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  vertical-align: middle;
}

.default-table-wrapper tr button.dropdown-toggle::after {
  display: none;
}

.default-table-wrapper tr button.dropdown-toggle {
  width: 25px;
  height: 25px;
}

.default-table-wrapper tr button.dropdown-toggle:hover {
  background-color: #cfcfcf !important;
}

.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .a.nav-link[role="tab"]:not(.active) {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 15px 10px;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 8px;
}

.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .dropdown-item {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 3px 10px !important;
  text-decoration: none !important;
  cursor: pointer;
  border: none !important;
}

.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .dropdown-item:hover,
.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .dropdown-item:active,
.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .dropdown-item.active {
  background-color: #f8f9fa !important;
}

.default-table-wrapper tr button.dropdown-toggle+.dropdown-menu .dropdown-item.disabled {
  color: #8b9099 !important;
  cursor: none !important;
}

.default-table-wrapper table,
.default-table-wrapper tr,
.default-table-wrapper td,
.default-table-wrapper th {
  text-align: center !important;
  position: relative;
}

.default-table-wrapper th,
.default-table-wrapper td {
  padding: 12px !important;
  border: 1px solid #bbb;
  min-width: 250px;
  vertical-align: middle;
}

.default-table-wrapper th p,
.default-table-wrapper td p {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dt-empty,
p.empyt-cell {
  font-weight: bold !important;
  color: #b74528 !important;
  font-size: 16px;
}

.dt-layout-end {
  margin: 0 !important;
  justify-content: end !important;
  gap: 25px !important;
  padding-top: 15px !important;
  width: 100%;
}

.dt-length {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dt-length label,
.pagination .form-label {
  flex: 1;
  color: rgba(0, 0, 0, 0.6);
}

.pagination {
  gap: 25px;
}

.dt-length select,
.pagination select {
  background-color: #ffffff;
  background-image: url("/selectDownCeret.svg");
  border: none !important;
  margin: 0 0px 0px 10px !important;
  padding: 0;
  padding-right: 15px;
  height: auto;
  width: auto;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

div.dt-container div.dt-paging ul.pagination {
  margin: 0 !important;
  gap: 10px !important;
}

.pagination-arrows {
  gap: 10px;
}

.pagination .dt-paging-button button,
.pagination-arrows .page-arrow {
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 14px;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  border-radius: 50% !important;
}

.pagination .page-link.disabled,
.pagination .disabled>.page-link,
.pagination-arrows button[disabled] {
  background-color: #efefef;
}

.page-number,
.dt-info {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.dt-paging-button.page-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n + 1)>* {
  box-shadow: none !important;
}

table.table.dataTable.table-striped>thead>tr:nth-of-type(2n + 1)>*,
table.table.table-striped>thead>tr:nth-of-type(2n + 1)>* {
  background: #eff2fc;
  box-shadow: none !important;
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n-2)>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05) !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

table th.acticon-th {
  width: 100px;
}

/*========= Default data table and pagination style start =========*/


/*==== About us page ====*/

.about-banner-with-tab {
  padding: 65px 0px;
  padding-top: 62px;
  background-color: #eff2fc;
  background: url("/aboutBannerBG.webp") no-repeat center / cover;
}

.nav.nav-pills {
  gap: 40px;
}

.nav-pills .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  height: 80px;
}

.about-banner-with-tab .tab-pane {
  padding: 15px;
  min-height: 390px;
}

.about-banner-with-tab .tab-content>.tab-pane img {
  border-radius: 12px;
}

.tab-custom-width {
  width: 80%;
  margin: 0 auto;
  gap: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
  background: #323d4c;
}

.about-banner-with-tab .tab-pane p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.color-sub-header {
  padding: 65px 0px;
  background: #ecdcb0;
}

.color-sub-header .content {
  color: #292c30;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.about-team-card-wrapper {
  background: #dce4f4;
  padding: 65px 0px;
  padding-top: 62px;
}

.about-team-listing-wrapper {
  background: #e6ebf2;
  padding: 65px 0px;
  padding-top: 62px;
}

.about-team-card-wrapper .title,
.about-team-listing-wrapper .title {
  color: #050d1a;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}

.about-team-card-wrapper .row,
.about-team-listing-wrapper .row {
  gap: 40px 0px;
}

.about-team-card-wrapper .container-fluid .row {
  gap: 60px 0px;
}

.team-person-img {
  width: 200px;
  height: 200px;
  background-color: #d9d9d9;
  margin: 0 auto;
}

.team-person-img .no-person {
  padding: 20px;
  width: 150px;
  height: 150px;
}

.team-person-name {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 0px 10px;
}

.team-person-designation {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.44px;
  padding: 0px 10px;
}

.about-team-card {
  gap: 23px;
}

/*==== About us page ====*/


/*========== MOM View Details` page ==========*/

.mom-view-wrapper {
  margin: 40px 0px;
}

.mom-title {
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.back-to-mom-listing,
.back-to-mom-listing a {
  color: #0c0326 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.mom-heading,
.mom-text {
  color: #000000;
  font-size: 14px;
  line-height: normal;
}

.mom-heading {
  font-weight: 700;
}

.mom-text {
  font-weight: 500;
}

.mom-participents-name span {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 6px 12px;
  border-radius: 26px;
  border: 1px solid #dae6ed;
  background: #e7f3fb;
}

.mom-description .mom-text,
.mom-attachment .mom-text {
  line-height: 24px;
}

.disabled-attachment {
  color: #2759aa;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-underline-offset: 5px;
}

.mom-input {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  background: #efefef;
}

#mom-description ul,
#meeting-description ul {
  padding-left: 10px !important;
}

#mom-description ul li,
#meeting-description ul li {
  list-style-position: outside !important;
}

#mom-description ul li p,
#meeting-description ul li p {
  margin: 0 !important;
}

/*========= project slider and projects realated css start ==========*/

.project-slider-wrapper {
  background: #eff2fc;
  padding: 40px 0px;
}

.project-slider-wrapper .slider-heading {
  color: #050d1a;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.project-card,
.project-card-details {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.project-card-details {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.project-card-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  bottom: 12px;
  left: 12px;
  right: 12px;
}

.project-image {
  width: 100%;
  height: 210px;
  border-radius: 8px;
}

.project-card-details .project-image {
  width: 375px;
  height: 100%;
  max-height: 400px;
}

.project-image::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.39%, #000 111.67%);
}

.project-card.no-image-project .project-image::after,
.project-card-details.no-image-project .project-image::after {
  display: none;
}

.project-card.no-image-project .project-image,
.project-card-details.no-image-project .project-image {
  background-color: #42526c;
  background-image: url("/projectNoImage.webp");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center 45px;
}

.project-card-details.no-image-project .project-image {
  background-size: 150px;
  background-position: center;
}

.project-description,
.project-description-details {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.project-description {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-data-brief,
.project-updation-timeline {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.project-see-more a,
.project-details-heading {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.slick-prev,
.slick-next {
  width: 20px !important;
  height: 70px !important;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/sliderArrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  z-index: 1;
  content: " " !important;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-prev {
  left: -35px !important;
}

.slick-next {
  right: -35px !important;
}

.slick-dots {
  bottom: -32px !important;
}

.slick-dots li button:before {
  font-size: 9px !important;
}

.slick-dots li.slick-active button:before {
  color: #17386D !important;
}

/*========= Vendor request form UI ==========*/

.vendor-request-form .form-action-wrapper .primary-btn {
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
}

.form-action-wrapper .back-to-login {
  color: #2759aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

/*============ solicitation page css start ============ */

.solicitation-page-container {
  padding: 40px 0px;
  background: #eff2fc;
}

.solicitation-page-banner .heading {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.solicitation-page-banner .description {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.solicitation-page-banner .back-to-login {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.download-attachment {
  border-radius: 5px;
  border: 1px solid #DAE6ED;
  background: #E7F3FB;
  padding: 5px 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.module-no-data-container {
  padding: 30px 20px;
  gap: 15px;
}

.module-no-data-container h3 {
  color: #dc3545;
  font-size: 25px;
  font-weight: 500;
  border: 1px dashed;
  align-self: stretch;
  text-align: center;
  padding: 20px;
  background-color: #ffff;
  border-radius: 5px;
}

.solicitation-page-banner .back-to-login a {
  color: #2759aa;
  font-weight: bold;
}

.solicitation-card {
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #ffffff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 24px;
  gap: 24px;
  /* margin: 0 10px; */
  transition: all 0.4s ease-in-out;
}

.solicitation-card .card-body {
  gap: 25px;
}

.solicitation-type-batch .badge {
  padding: 8px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  float: none;
}

.solicitation-type-batch {
  color: #ffffff;
  border-radius: 150px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 5px 10px;
  letter-spacing: 0.5px;
}

.solicitation-type-batch.financial {
  background-color: #984715bf;
}

.solicitation-type-batch.building-maintenance {
  background: #157798bf;
}

.solicitation-type-batch.tax-assessment {
  background: #319815bf;
}

.solicitation-type-batch.baggage-handling {
  background-color: #6f42c1bf;
}

.solicitation-type-batch.consulting {
  background: #fd7e14bf;
}

.solicitation-type-batch.risk-management {
  background: #20c997bf;
}

.solicitation-type-batch.other {
  background-color: #e83e8cbf;
}

.solicitation-card-heading {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.solicitation-data-brief {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.solicitation-card .back-to-login {
  font-size: 16px;
  line-height: 28px;
  color: #2759aa;
  font-weight: bold;
}

.char-count {
  font-size: 0.8rem;
  color: #666;
  margin-left: 4px;
}


/*============ solicitation page css end ============ */

/*============ Multistep vendor registration form css start ============ */

.step-wrapper {
  gap: 10px;
}

.step-number {
  background: #9e9e9e;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}

.step-name {
  color: #9e9e9e;
  font-weight: 500;
  line-height: normal;
}

.step-divider {
  width: 45px;
  height: 1.7px;
  background: #9e9e9e;
  opacity: 0.5;
}

.step-wrapper.active .step-number {
  background: #17386d;
}

.step-wrapper.active .step-name {
  color: #000000;
}

.vendor-registration-form .card-top {
  gap: 28px;
}

.vendor-registration-form .card-top .title {
  font-size: 25px;
}

.vendor-registration-form .card-top .description {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.portal-form .single-link {
  color: #2759aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

/*============ Multistep vendor registration form css end ============ */

/*========= project slider and projects realated css end ==========*/

/* Small devices (e.g., smartphones in landscape mode or larger phones) */
/* @media (max-width: 480px){} */
/* @media (min-width: 481px) and (max-width: 768px) {} */
/* @media (min-width: 768px) and (max-width: 1024px){} */
/* @media (min-width: 1025px) and (max-width: 1200px) {} */
/* @media (min-width: 1201px) {} */

@media only screen and (max-width: 575px) {

  .default-nav-tabs .nav-link,
  .default-nav-tabs .a.nav-link[role="tab"]:not(.active) {
    width: 100%;
    text-align: center;
  }

  .filters .btn {
    width: 100% !important;
  }

  .filters> :not(:first-child):nth-child(-n + 4),
  .filters.mom-filter>* {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
  }

  .filters {
    gap: 20px;
  }

  .vendor-image {
    max-width: inherit;
    width: auto;
    height: 50px;
  }

  .default-table-wrapper>.table-responsive table {
    table-layout: unset;
  }

  div.dt-container div.dt-layout-table>div {
    overflow: auto;
  }

  .dt-layout-end {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-direction: column;
  }

  div.dt-container div.dt-paging ul.pagination {
    margin-top: 5px !important;
  }

  .event-card-title {
    width: 80%;
  }

  .default-notification-ribbon {
    top: 76px;
  }

  .default-notification-ribbon.alert-dismissible {
    padding-right: 30px;
  }

  .default-notification-ribbon.alert-dismissible .container {
    padding: 0;
  }

  .default-notification-ribbon.alert-dismissible p {
    line-height: 20px;
  }

  .alert-dismissible .btn-close {
    right: 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 766px) {
  .filters {
    gap: 20px;
  }

  div.dt-container div.dt-layout-table>div {
    overflow: auto;
  }

  .filters> :not(:first-child):nth-child(-n + 4),
  .filters.mom-filter>* {
    flex: unset;
    max-width: 100%;
    min-width: 100px;
    width: 47%;
  }

  .filters.mom-filter>* {
    flex: 1;
  }

  .filters .btn {
    width: 47% !important;
  }

  .dt-layout-end {
    display: flex;
  }
}

/* Small devices (e.g., smartphones in landscape mode or larger phones) */
@media (max-width: 767px) {
  .container {
    padding: 0px 30px;
  }

  .hero-banner {
    min-height: calc(60dvh - 80px);
  }

  .website-header .container {
    padding: 0px 35px;
  }

  .website-logo {
    width: 60px;
    height: 60px;
  }

  .footer-section {
    padding: 0px 0px;
  }

  .footer-content {
    gap: 15px 0px;
  }

  .website-navigation .navbar-nav {
    gap: 10px;
  }

  .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .navbar-collapse.show {
    overflow-y: visible;
  }

  .user-profile-dropdown,
  .navigation-dropdown {
    margin-top: 10px !important;
  }

  .website-header .navbar-toggler-icon {
    background-size: 23px;
  }

  .hero-banner {
    padding: 40px 0px !important;
  }

  .hero-banner-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
  }

  .hero-section-wrapper {
    gap: 30px !important;
  }

  .hero-banner-description {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.16px !important;
  }

  .hero-banner-button,
  .service-offered-btn {
    font-size: 16px !important;
    line-height: normal !important;
    padding: 15px 20px !important;
  }

  .utility-cards-container-card {
    padding: 16px !important;
  }

  .footer {
    padding: 40px 0px !important;
  }

  .footer-heading {
    font-size: 24px;
    letter-spacing: -0.48px;
  }

  .utility-cards-container-data .title {
    font-size: 20px !important;
  }

  .utility-cards-container-data .description {
    font-size: 14px !important;
    line-height: normal !important;
  }

  .utility-cards-container-data br {
    display: none;
  }

  .utility-cards-container {
    gap: 25px;
  }

  .utility-cards-container-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .home-page-contact-banner,
  .home-page-resources-banner {
    height: 220px !important;
    padding: 24px !important;
  }

  .home-page-resources-banner {
    background-position: 0px -90px !important;
  }

  .random-small-card-container {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    background-position: center center !important;
  }

  .who-we-are-section {
    padding: 40px 0px !important;
  }

  .who-we-are-section .title,
  .random-small-card-container .title {
    font-size: 24px !important;
    line-height: 48px !important;
  }

  .random-small-card-container .title {
    line-height: normal !important;
  }

  .who-we-are-section .description {
    font-size: 20px;
    line-height: 35px;
  }

  .random-small-card-container .description {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.16px !important;
  }

  .who-we-are-section .bg-image,
  .about-banner-with-tab .bg-image,
  .random-small-card-container .bg-image {
    height: 220px !important;
  }

  .home-service-offered-section .section-heading {
    font-size: 24px !important;
    line-height: normal !important;
    letter-spacing: -0.48px !important;
  }

  .home-service-offered-section .section-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .home-service-offered-section .title {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .home-service-offered-section .service-card {
    padding: 16px !important;
    gap: 25px !important;
  }

  .auth-left-card {
    min-width: inherit;
    width: 100%;
  }

  .auth-content-wrapper {
    padding: 20px 0px;
  }

  .auth-left-card {
    padding: 25px;
  }

  .portal-form,
  .auth-left-card,
  .portal-form .row {
    gap: 20px 0px;
  }

  .set-up-password.primary-btn {
    padding: 0px 13px;
    font-size: 14px;
  }

  .auth-left-card .card-top .description {
    font-size: 13px;
  }

  .auth-left-card .card-top .title {
    font-size: 24px;
  }

  .event-card-wrapper {
    margin-bottom: 0px;
  }

  .event-list-wrapper .event-list-heading {
    font-size: 20px;
    line-height: normal;
  }

  .dynamic-jumbotron .heading {
    font-size: 30px;
    letter-spacing: normal;
  }

  .home-service-offered-section {
    gap: 24px;
  }

  #calendar.fc .fc-daygrid-body,
  .fc-scroller,
  #calendar.fc .fc-scroller-harness,
  #calendar {
    overflow: hidden !important;
  }

  .dynamic-jumbotron.header-2 .heading {
    font-size: 30px;
    letter-spacing: normal;
  }

  .dynamic-jumbotron.header-2 .description {
    font-size: 16px;
  }

  #calendar.fc .fc-scrollgrid,
  #calendar.fc .fc-scrollgrid table {
    table-layout: auto;
  }

  #eventCards .calendar-no-data {
    font-size: 14px;
  }

  .custom-multiselect .select2-container--default .select2-results>.select2-results__options {
    max-height: 15px;
  }

  .custom-multiselect .select2-container .select2-selection--multiple {
    max-height: 150px;
    overflow: hidden auto;
  }

  .resource-list-wrapper .row {
    gap: 25px 0px;
  }

  .nav-pills .nav-link {
    width: 100%;
    height: 65px;
    font-size: 18px;
  }

  .tab-custom-width {
    width: 95%;
  }

  .nav.nav-pills,
  .about-banner-with-tab .row {
    gap: 20px;
  }

  .about-banner-with-tab .tab-pane p {
    font-size: 16px;
  }

  .color-sub-header {
    padding: 40px 0px;
  }

  .color-sub-header .content {
    font-size: 20px;
    line-height: 35px;
  }

  .about-team-card-wrapper .title,
  .about-team-listing-wrapper .title {
    font-size: 35px;
  }

  .team-person-img {
    width: 180px;
    height: 180px;
  }

  .team-person-name {
    font-size: 22px;
  }

  .team-person-designation {
    font-size: 20px;
  }

  .about-team-card-wrapper .row {
    gap: 20px;
  }

  .about-team-listing-wrapper .row {
    gap: 28px;
  }

  .about-team-card-wrapper .container-fluid .row {
    gap: 40px;
  }

  .pagination {
    gap: 10px;
  }

  .role-base-airline-logo {
    margin: 0 auto;
  }

  .slick-slide {
    padding: 0px;
  }

  .slick-track {
    padding-bottom: 0px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }

  .project-card-details {
    margin-top: 40px;
  }

  .project-card,
  .project-card-details {
    padding: 20px;
  }

  /* .slick-track>.slide-item:not(:last-child) {
    margin-right: 10px;
  } */

}

/* Medium devices (e.g., tablets in portrait mode) */
@media (min-width: 768px) and (max-width: 991px) {
  .website-navigation .navbar-nav {
    gap: 10px;
  }

  .footer-section {
    padding: 0px 0px;
  }

  .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .navbar-collapse.show {
    overflow-y: visible;
  }

  .user-profile-dropdown,
  .navigation-dropdown {
    margin-top: 10px !important;
  }

  .vendor-data {
    flex: 1;
  }

  .website-navigation .navbar-nav .nav-item>a,
  a.nav-link {
    font-size: 18px !important;
  }

  .hero-banner {
    padding: 40px 0px !important;
    /* min-height: calc(80dvh - 80px); */
    min-height: calc(50dvh - 80px);
  }

  .hero-banner-heading {
    font-size: 40px !important;
  }

  .hero-section-wrapper {
    gap: 30px !important;
  }

  .hero-banner-description {
    font-size: 20px !important;
    line-height: 40px !important;
  }

  .hero-banner-button,
  .service-offered-btn {
    font-size: 20px !important;
    line-height: normal !important;
    padding: 15px 25px !important;
  }

  .nav-pills .nav-link {
    width: 31%;
  }

  .footer {
    padding: 40px 0px !important;
  }

  .auth-left-card {
    padding: 30px;
  }

  .footer-heading {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 35px;
  }

  .utility-cards-container-data .title {
    font-size: 20px !important;
  }

  .utility-cards-container-data .description {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .utility-cards-container-data br {
    display: none;
  }

  .utility-cards-container {
    padding: 40px 0px !important;
  }

  .utility-cards-container-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .home-page-contact-banner,
  .home-page-resources-banner {
    height: 220px !important;
    padding: 24px !important;
  }

  .random-small-card-container {
    padding: 0px 0px 40px 0px !important;
  }

  .who-we-are-section {
    padding: 40px 0px !important;
  }

  .who-we-are-section .title,
  .random-small-card-container .title {
    font-size: 20px !important;
    line-height: 48px !important;
  }

  .random-small-card-container .title {
    line-height: normal !important;
  }

  .who-we-are-section .description,
  .random-small-card-container .description {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.16px !important;
  }

  .who-we-are-section .bg-image,
  .about-banner-with-tab .bg-image,
  .random-small-card-container .bg-image {
    height: 100% !important;
    height: 220px !important;
  }

  .home-service-offered-section .section-heading {
    font-size: 24px !important;
    line-height: normal !important;
    letter-spacing: -0.48px !important;
  }

  .home-service-offered-section .section-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .home-service-offered-section .title {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .home-service-offered-section .service-card {
    padding: 16px !important;
    gap: 23px !important;
    height: 100% !important;
  }

  .auth-left-card {
    min-width: inherit;
    width: 350px;
  }

  .dynamic-jumbotron .heading,
  .dynamic-jumbotron.header-2 .heading {
    font-size: 30px;
    letter-spacing: normal;
  }

  .dynamic-jumbotron.header-2 .description {
    font-size: 16px;
  }

  .resource-list-wrapper .row {
    gap: 25px 0px;
  }

  .nav.nav-pills,
  .about-banner-with-tab .row {
    gap: 20px;
  }

  .filters {
    gap: 15px;
  }

  div.dt-container div.dt-layout-table>div {
    overflow: auto;
  }

  .account-setting-wrapper table {
    table-layout: unset;
  }

  div.dt-container div.dt-layout-table>div {
    overflow: auto;
  }

  .slick-slide {
    padding: 0px;
  }

  .slick-track {
    padding-bottom: 0px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }

  .project-card-details {
    margin-top: 40px;
  }

  /* 
  .slick-track>.slide-item:not(:last-child) {
    margin-right: 10px;
  } */
}

@media only screen and (max-width: 991px) {
  .project-slider-wrapper .slider-heading {
    color: #424242;
    font-size: 24px;
  }

  .project-card-details .project-card-title {
    color: #000000;
    position: static !important;
  }
}

/* Large devices (e.g., tablets in landscape mode or small laptops) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-banner {
    min-height: calc(100dvh - 80px);
  }

  .nav-pills .nav-link {
    width: 30%;
  }

  .nav.nav-pills,
  .about-banner-with-tab .row {
    gap: 20px;
  }

  .filters {
    gap: 15px;
  }
}

/* Large devices (e.g., tablets in landscape mode or small laptops) */

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .website-navigation .dropdown-menu[data-bs-popper] {
    top: 45px;
    left: -65px;
    margin-top: var(--bs-dropdown-spacer);
  }
}

/* Extra large devices (e.g., desktops, large monitors) */
@media (min-width: 1201px) {}

@media only screen and (min-width: 1921px) {
  body {
    margin: 0 auto;
    max-width: 1400px;
  }

  .hero-banner {
    min-height: calc(65dvh - 80px);
  }

  .dropdown-menu[data-bs-popper] {
    left: -70px;
  }
}

@media only screen and (min-width: 2999px) {
  .hero-banner {
    min-height: calc(50dvh - 80px);
  }
}