.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.3s ease;
}
.slide-fade-enter, .slide-fade-leave-to
  /* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(300px);
  opacity: 0;
}

#date-price-expand-popup-vue {
  top: 0;
  right: 0;
  z-index: 1001;
  position: fixed;
  width: 100vw;
}
#date-price-expand-popup-vue .modal-overlay {
  background: #000000aa;
}
#date-price-expand-popup-vue .modal-row {
  position: absolute;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* max-width: 1920px; */
}
#date-price-expand-popup-vue .modal-header {
  height: 42px;
  background: #1c2450;
  color: white;
  font-size: 15px;
  position: relative;
  border-radius: 0px;
  border: none;
}
#date-price-expand-popup-vue .modal-headertext {
  position: absolute;
  left: 20px;
  top: 10px;
}
#date-price-expand-popup-vue .scrollable {
  max-height: calc(100vh - 42px);
  overflow-y: auto;
}
#date-price-expand-popup-vue .container-1 {
  background-color: white;
  padding: 15px;
  min-height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100vh;
  overflow-y: scroll;
}
#date-price-expand-popup-vue .top-right-btn {
  position: absolute;
  right: 13px;
  top: 10px;
}
#date-price-expand-popup-vue .container-2 {
  background-color: white;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
}
#date-price-expand-popup-vue .container-2 > h4 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1c2450;
}
#date-price-expand-popup-vue .container-2 > h5 {
  margin-top: 17px;
  letter-spacing: 1px;
}

#date-price-expand-popup-vue .large-close-button {
  background-color: rgb(240, 240, 240);
  border-radius: 4px;
  max-width: 50%;
  margin: auto;
}

@media (max-width: 479px) {
  #date-price-expand-popup-vue .scrollable {
    height: unset !important;
  }
  #date-price-expand-popup-vue .container-2 > h4 {
    font-size: 23px;
  }
  #date-price-expand-popup-vue .container-2 > h5 {
    margin-top: 17px;
    letter-spacing: 1px;
  }
}
#date-price-expand-popup-vue .container-2 .number-input {
  margin-top: 21px;
  font-size: 11px;
  color: #1c2450;
}
#date-price-expand-popup-vue .container-2 .category-list {
  margin-top: 20px;
  text-shadow: 0px 0px 3px black, 0px 0px 5px black;
}
#date-price-expand-popup-vue .btn-container {
  width: 100%;
  padding-bottom: 47px;
}
#date-price-expand-popup-vue .btn-container button:not(:disabled) {
  background: #1c2450;
  color: white;
}
#date-price-expand-popup-vue .btn-container .pay-btn:not(:disabled) {
  background: #0a6b33;
}
#date-price-expand-popup-vue .room-count,
#date-price-expand-popup-vue .passenger-count {
  font-size: 77px;
}

#date-price-expand-popup-vue .grey {
  color: darkgrey;
}

#date-price-expand-popup-vue .error {
  color: red;
}
#date-price-expand-popup-vue label[id*="birth_day"][id$="error"] {
  display: inline;
}
#date-price-expand-popup-vue label[id*="birth_day"][id$="error"]::after {
  content: "\a";
  white-space: pre;
}
#date-price-expand-popup-vue label[id*="birth_month"][id$="error"] {
  display: inline;
}
#date-price-expand-popup-vue label[id*="birth_month"][id$="error"]::after {
  content: "\a";
  white-space: pre;
}
#date-price-expand-popup-vue .div-with-shadow {
  border: solid 2px #1c2450;
  color: #1c2450;
}
#date-price-expand-popup-vue .div-with-shadow:hover {
  background: #1c2450;
  color: white;
}
#date-price-expand-popup-vue .crown_and_anchor_input {
  letter-spacing: -0.3px;
  font-size: 14px;
  min-height: 33px;
}
#date-price-expand-popup-vue .crown_and_anchor_label {
  position: absolute;
  font-size: 15px;
  color: dimgrey;
}
#date-price-expand-popup-vue .gender_label,
#date-price-expand-popup-vue .nationality_label,
#date-price-expand-popup-vue .title_label {
  color: dimgrey;
}
#date-price-expand-popup-vue .blue-div {
  background-color: #1c2450;
  color: white;
}
#date-price-expand-popup-vue .customer_collapsible {
  color: rgb(28, 36, 80);
  border-bottom: solid 2px rgb(28, 36, 80);
}
#date-price-expand-popup-vue .customer_collapsible:after {
  content: "";
  display: table;
  clear: both;
}
#date-price-expand-popup-vue .customer_collapsible label {
  font-size: 16px;
  font-weight: 500;
  color: rgb(28, 36, 80);
}
#date-price-expand-popup-vue .loading_shade {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#date-price-expand-popup-vue .spinner {
  /*position: fixed;*/
  z-index: 10;
}

#date-price-expand-popup-vue .payment-option {
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  border-color: #ccc;
  color: #ccc;
}

#date-price-expand-popup-vue .payment-option.selected {
  border-color: #1c2450;
  color: #1c2450;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

#dateprice-table td.mdl-data-table__cell--non-numeric {
  padding-left: 0px;
  padding-right: 0px;
}

#dateprice-table td.mdl-data-table__cell--non-numeric:first-child {
  padding-left: 10px;
}

@media (max-width: 479px) {
  #dateprice-table td.mdl-data-table__cell--non-numeric:first-child {
    padding-right: 10px;
  }
  #dateprice-table th:first-of-type {
    padding-left: 18px;
  }

  #dateprice-table th:last-of-type {
    padding-left: 18px;
  }
}

.category-list > div {
  padding: 0.5rem;
  margin-top: 5px;
}
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.category-div {
  height: 300px;
  cursor: pointer;
  text-align: center;
}

.category-div h2,
.category-div h3,
.category-div h4,
.category-div h5,
.category-div span:not(.animated) {
  color: white;
  padding: 20px 5px 20px 5px;
}
.category-name {
  margin-top: 0;
}
.category-div h5 {
  font-size: 32px;
  font-weight: normal;
}

.category-div span:not(.animated) {
  font-size: 17px;
}

.category-div .category-divider {
  display: inline-block;
  background: white;
  height: 2px;
  width: 90%;
  margin-bottom: 24px;
}
.category-min-price {
  position: absolute;
  left: 0;
  font-size: 26px !important;
  bottom: 16px;
  text-align: center;
  width: 100%;
}

#cruise-booking-section .container-2 .cabin-max{
  max-height: 200px;
}

@media (max-width: 1300px) {
  .category-div h5 {
    font-size: 26px !important;
  }

  h5.category-min-price {
    font-size: 22px !important;
    font-weight: normal;
  }

  .category-description {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .category-div h5 {
    font-size: 18px !important;
  }
  .category-min-price {
    font-size: 18px !important;
    font-weight: normal;
    bottom: 8px;
  }


  .category-description {
    font-size: 14px !important;
  }
  #cruise-booking-section .container-1 {
    padding : 10px;
  }
  #cruise-booking-section .container-2 {
    padding : 5px;
  }


}

@media (max-width: 479px) {
  .category-list > div {
    padding: 0;
  }
  .category-div {
    height: 215px;
    padding: 0.5rem 2rem !important;
  }

  .category-div h5 {
    font-size: 23px;
    
  }

  .category-min-price span {
    bottom: 16px;
  }

  .category-min-price {
    bottom: 4px;
    padding: 10px 5px 10px 5px !important;
  }
  
  .category-div .category-divider {
    margin-bottom : 16px;
  }

  
  .category-div .category-divider {
    margin-bottom : 24px;
  }

}

.background-interior {
  background-image: url("/images/rccl/interior.png");
}
.background-oceanview {
  background-image: url("/images/rccl/oceanview.png");
}
.background-balcony {
  background-image: url("/images/rccl/balcony.png");
}
.background-suite {
  background-image: url("/images/rccl/suite.png");
}

.cursor-pointer {
  cursor: pointer;
}

.priced-cat-content {
  background: #1c2450;
  color: white;
  display: flex;
  height: 40px;
}

.priced-cat-content.white-style {
  background: white;
  color: #1c2450;
}

.priced-cat-div h6 {
  line-height: 40px;
  font-weight: normal;
}

.farecode-div h6 {
  line-height: inherit;
  font-weight: bold;
}

.priced-cat-div:hover h6,
.priced-cat-div:hover i {
  line-height: 44px;
}

.farecode-div:hover h6 {
  line-height: inherit;
}

.priced-cat-div:hover .priced-cat-content,
.priced-cat-div:hover .priced-cat-name {
  background: #d1d3d4;
  color: #1c2450;
}

.priced-cat-div:hover .priced-cat-content.white-style,
.priced-cat-div:hover .priced-cat-name.white-style {
  background: white;
  color: #1c2450;
}

.priced-cat-div.farecode-div {
  border: #1c2450 1px solid;
  border-radius: 3px;
}

.farecode-div .darkgrey {
  color: darkgrey !important;
}

.farecode-div .grey {
  color: #555555 !important;
}

.farecode-div .link {
  text-decoration: underline !important;
}

.farecode-div .link:hover {
  text-decoration: none !important;
}

.priced-cat-code {
  flex-grow: 5;
}

.priced-cat-price {
  flex-grow: 6;
  text-align: left;
  padding-left: 10px;
}

.priced-cat-arrow {
  flex-grow: 2;
}
.priced-cat-arrow i {
  font-size: 20px;
  line-height: 48px;
}

.priced-cat-name {
  border: solid 1px #1c2450;
  color: #1c2450;
  background-color: #ffffff;
}

.priced-cat-name.white-style {
  background: white;
  color: #1c2450;
}

.priced-cat-name {
  line-height: 28px;
}

.cabin-number-fixed-width {
  width: 65px;
}

.text-dark-blue {
  color: #1c2450;
}

.popup-message-box .title {
  color: #1c2450;
  margin: inherit;
}

.popup-message-box .content {
  color: #1c2450;
  font-weight: 100;
}

.padding-bottom-inherit {
  padding-bottom: inherit;
}

#popup-window pre {
  white-space: pre-wrap;
  color: #1c2450;
  background-color: transparent;
  overflow: scroll;
  padding-right: 10px;
  height: 270px;
}

#popup-window pre p {
  margin-bottom: 15px;
}

.font-10 {
  font-size: 10px;
}

.blue-border-box {
  border: rgb(28, 36, 80) 1px solid;
}

.star {
  color: tomato;
  font-size: x-large;
  align-self: center;
}

#date-price-expand-popup-vue .separator-title {
  color: rgb(28, 36, 80);
  border-bottom: solid 2px rgb(28, 36, 80);
}
#date-price-expand-popup-vue .blue-remark {
  color: mediumblue;
}

.personal-info-container .mdl-textfield {
  width: 90%;
}

.personal-info-container .birthday-wrapper {
  width: 90%;
}
.underline {
  text-decoration: underline !important;
}
