.aircraft-map-container {
    display: none;
    width: 100%;
    max-width: 1440px;
    height: auto;
    min-height: 813px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #2C3059;
}

.aircraft-info-container-modal {
    width: 100%;
    max-width: 1204px;
    height: 610px;
    padding: 40px;
    gap: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;

}

.aircraft-map-header {
    width: min(100%, 1224px);
    height: 34px;
    gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.aircraft-map-txt {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    /*letter-spacing: 0%;*/
    color: #2C3059;
    margin: inherit;
}

.cancelIcon {
    width: 48px;
    height: 48px;

}

.aircraft-map-content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    overflow-y: auto;
}

@media (max-width:991px)	{
	.aircraft-map-content {
    	flex-direction: column;
	}
}

.aircraft-image-container {
    width: 50%;
    height: auto;
}

@media (max-width:991px){
	.aircraft-image-container {
     align-self: center;
	}
}
.aircraft-image-container-fullwidth {
    width: 100%;
    height: auto;
}

.aircraftmap-image {
    width: -webkit-fill-available;
}

.aircraftmap-amenities-container {
    width: 50%;
    height: 384px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    /*top: 15%;
    right: 10px;*/
    align-items: center;
}

.aircraftmap-amenities-list {
    width: 100%;
    max-width: 420px;
    height: 64px;
    display: grid;
    position:fixed;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:991px){
	.aircraftmap-amenities-list {
        position: unset;
    }
}

.aircraftmap-amenities {
    width: 202px;
    height: 64px;
    gap: 16px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aircraftmap-amenities h4 {
    width: 129px;
    font-family: 'InterBold';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2C3059;
}

.aircraftmap-bottom-container {

    height: auto;
    gap: 24px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #ffffff;

}

.aircraft-map-button {
    width: min(100%, 192px);
    height: auto;
    min-height: 61px;
    gap: 8px;
    border-radius: 30px;
    padding-top: 8px;
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
    background: rgb(104, 75, 155);
    background: linear-gradient(90deg, rgba(104, 75, 155, 1) 35%, rgba(56, 27, 107, 1) 100%);
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    border: none;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.modal.modal.bottom-modal .modal-dialog {
    display: flex;
}

.modal-content .modal-header {
    padding: 40px 40px 16px 40px;
}

.modal-content .modal-body {
    padding: 0px 40px;
}

  .modal-content .modal-footer {
    padding: 32px 40px;
  }

  .modal-content .modal-header .modal-title {
    overflow: hidden;
    color: var(--gray-text-strong, #2c3059);
    text-overflow: ellipsis;

    /* H4/H4 - Bold */
    font-family: "InterBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
  }

  .modal-footer .modal-button {
    border: none !important;
    display: flex;
    width: 192px;
    min-width: 192px;
    align-items: flex-start;

    height: 61px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;

    border-radius: 30px;
    background: var(
      --Gradient-brand-surface,
      linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
    );
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

    color: var(--gray-text-invert, #fff);
    /* H4/Header 4 — Bold */
    font-family: "InterBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }

@media (max-width: 740px) {
    .aircraft-map-content {
        flex-direction: column;
    }

    .aircraftmap-bottom-container {
        justify-content: center;
    }

    .aircraft-image-container {
        width: 100%;
    }
    .aircraft-image-container-fullwidth {
        width: 100%;
    }

    .aircraft-map-container {
        background-color: unset;
    }

    .aircraft-map-button {
        width: 358px;
    }
	.aircraftmap-amenities-list {
        width: 100%;
        max-width: 420px;
        height: 64px;
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    }
    .modal.bottom-modal .modal-dialog {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 90%;
        transition: transform 0.3s ease-out;
    }

    .modal.bottom-modal .modal-content {
        height: 100%;
        border-radius: 1rem 1rem 0 0;
    }

	.modal-content .modal-header {
  padding: 24px 16px 16px 16px;
}

.modal-content .modal-header .modal-title {
  color: var(--gray-text-strong, #2c3059);

  /* Mobile/H3 — Bold */
  font-family: "InterBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}

.modal-content .modal-body {
  padding: 0px 16px;
}

.modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;

  color: var(--gray-text, #6a6d87);

  /* Body/Body — Regular */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.modal-content .modal-body .modal-title {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}

.modal-content .modal-body .modal-subtitle {
  color: var(--gray-text, #6a6d87);

  /* Body/Body — Medium */
  font-family: "InterMedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.modal-content .modal-body .modal-text {
  color: var(--gray-text, #6a6d87);

  /* Small/Small — Regular */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.modal-content .modal-footer {
  padding: 16px 8px 12px 8px;
}

.modal-footer .modal-button {
  display: flex;
  width: 358px;
  align-items: flex-start;

  padding: 12px var(--spacing-xs, 8px);
  justify-content: center;
  align-items: center;

  border-radius: 30px;
  background: var(
    --Gradient-brand-surface,
    linear-gradient(99deg, #684b9b -27.72%, #381b6b 127.08%)
  );
  /* CTA Shadow */
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);

  color: var(--gray-text-invert, #fff);
  /* Body1/Body 1 — Bold */
  font-family: "InterBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
}

body.modal-open {
    position: fixed;
}