/* ASIDE TRIPS START */
.gn-aside-block-wrap {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  max-width: 430px;
  float: left;
}

.gn-aside-nav-trips-container {
  position: sticky;
  overflow: clip;
  top: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.2s;
}

.gn-aside-block-wrap .gn-aside-nav-trips-container {
  position: relative;
  top: auto;
}

.gn-aside-nav-trips-content {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 12px 4px 0;
  gap: 12px;
}

.gn-aside-group-stiky-top {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: -8px;
  top: 0px;
  width: 100%;
  flex-direction: column;
  position: sticky;
  z-index: 10;
  background-color: var(--light-00);
}

.gn-aside-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  gap: 8px;
  flex-wrap: wrap;
}

.gn-aside-group-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 4px;
}

.gn-aside-wraped-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 64px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.gn-aside-accordion-open {
  flex: 1 0 0;
}

.gn-aside-group-container {
  display: block;
  flex: 1 0 0;
  width: 100%;
  overflow-y: auto;
}

.gn-aside-accordion-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background-color: var(--blue-80);
  padding: 12px 24px;
  min-height: 64px;
  cursor: pointer;
  border-radius: 8px;
}

.gn-aside-accordion-header::before {
  content: "";
  background-image: url(/content/new/icons/chevron-bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 16px;
  top: 16px;
  transition: all 0.3s;
}

.gn-aside-accordion-open .gn-aside-accordion-header {
  cursor: auto;
}

.gn-aside-accordion-open .gn-aside-accordion-header::before {
  transform: rotate(180deg);
  opacity: 0;
}

.gn-aside-group-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.gn-aside-port-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--light-10);
  width: 100%;
  position: relative;
}

.gn-aside-port-card-active-mod {
  border-width: 2px;
  border-color: var(--acent-50);
  border-style: solid;
}

.gn-aside-port-card-disabled-mod {
  border-width: 2px;
  border-color: var(--dark-30);
  border-style: solid;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.gn-aside-port-card header {
  display: flex;
  flex-direction: column;
  padding: 12px;
  min-height: 120px;
  align-items: flex-start;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  position: relative;
}

.gn-aside-port-card-disabled-mod header {
  min-height: 60px;
}

.gn-aside-port-card header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.gn-aside-port-card-main {
  display: flex;
  flex-direction: column;
  padding: 8px 12px 0 12px;
  gap: 8px;
}

.gn-aside-port-card-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 8px 12px 12px 12px;
  gap: 8px;
}

.gn-aside-port-card-footer div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gn-aside-port-card-active-mod .gn-aside-port-card-footer .h6 {
  color: var(--acent-50) !important;
}

.gn-aside-trip-card {
  display: flex;
  flex-direction: column;
  background-color: var(--light-00);
  border-radius: 8px;
  border-width: 1px;
  border-color: var(--dark-30);
  border-style: solid;
  padding: 8px;
}

.gn-aside-trip-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 12px;
  width: 100%;
}

.mob-gn-aside-nav-trips-header,
.mob-rh-aside-resume-card {
  display: none;
}

.rh-itinerary-button-mod span,
.gn-aside-accordion-header span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-00);
  color: var(--acent-50);
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.gn-aside-accordion-header .h5 {
  width: calc(100% - 58px);
}

.gn-aside-accordion-header span {
  position: absolute;
  right: 2px;
  top: 2px;
}

.card-aside-icon-orange {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: var(--acent-50);
  color: var(--light-00);
  right: 8px;
  bottom: 8px;
  z-index: 10;
  border-radius: 16px;
}

@media screen and (max-width: 1280px) {
  #mobAsideResume {
    position: sticky;
    top: 0;
    overflow: clip;
    z-index: 5;
  }

  .mob-rh-aside-resume-card {
    display: flex;
    flex-direction: row;
    padding: 16px 32px;
    background-color: var(--light-00);
    border-bottom: 1px solid var(--light-20);
    width: 100%;
  }

  .gn-aside-nav-trips-container {
    display: flex;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: inherit;
    background-color: var(--light-00);
    left: -480px;
    top: 0px;
    transition: all 0.2s;
  }

  .arrow-orange-right {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 32px;
    right: 0px;
    top: 0px;
    z-index: 10;
    background-color: var(--acent-50);
  }

  .gn-aside-nav-trips-content {
    padding: 16px;
  }

  .mob-gn-aside-nav-trips-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 16px;
    background-color: var(--blue-90);
    gap: 8px;
    cursor: pointer;
  }

  .mob-gn-aside-nav-trips-header::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("/content/new/icons/chevron-right-grey.svg");
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    transform: rotate(180deg);
  }

  .mob-gn-aside-nav-trips-open {
    left: 0px;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 964px) {
  .gn-aside-port-card-disabled-mod {
    display: none;
  }

  .mob-rh-aside-resume-card {
    padding: 16px 8px 16px;
  }

  .mob-rh-aside-resume-card button {
    width: 100%;
    padding: 12px 24px;
    white-space: wrap !important;
  }

  .mob-gn-aside-nav-trips-header {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 406px) {
  .mob-gn-aside-nav-trips-header {
    padding: 10px 16px;
  }
}

/* ASIDE TRIPS END */
