.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;
}

#cruise-booking-section {
  top: 0;
  right: 0;
  z-index: 1001;
}
#cruise-booking-section .modal-overlay {
  background: #000000aa;
}
#cruise-booking-section .modal-row {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1920px;
}
#cruise-booking-section .modal-header {
  height: 42px;
  background: #1c2450;
  color: white;
  font-size: 15px;
  position: relative;
  border-radius: 0px;
  border: none;
}
#cruise-booking-section .modal-headertext {
  position: absolute;
  left: 20px;
  top: 10px;
}
#cruise-booking-section .scrollable {
  max-height: calc(100vh - 42px);
  overflow-y: auto;
}
#cruise-booking-section .container-1 {
  background-color: white;
  padding: 15px;
  min-height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#cruise-booking-section .container-1.short {
  height: 435px;
}
#cruise-booking-section .container-1 .top-right-btn {
  position: absolute;
  right: 13px;
}
#cruise-booking-section .container-2 {
  background-color: white;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
}
#cruise-booking-section .container-2 > h4 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #1c2450;
}
#cruise-booking-section .container-2 > h5 {
  margin-top: 17px;
  letter-spacing: 1px;
}
@media (max-width: 479px) {
  #cruise-booking-section .scrollable {
    height: unset !important;
  }
  #cruise-booking-section .container-2 > h4 {
    font-size: 23px;
  }
  #cruise-booking-section .container-2 > h5 {
    margin-top: 17px;
    letter-spacing: 1px;
  }
}
#cruise-booking-section .container-2 .number-input {
  margin-top: 21px;
  font-size: 11px;
  color: #1c2450;
}
#cruise-booking-section .container-2 .category-list {
  margin-top: 20px;
  text-shadow: 0px 0px 3px black, 0px 0px 5px black;
}
#cruise-booking-section .btn-container {
  width: 100%;
  padding-bottom: 47px;
}
#cruise-booking-section .btn-container button:not(:disabled) {
  background: #1c2450;
  color: white;
}
#cruise-booking-section .btn-container .pay-btn:not(:disabled) {
  background: #0a6b33;
}
#cruise-booking-section .room-count,
#cruise-booking-section .passenger-count {
  font-size: 77px;
}

#cruise-booking-section .grey {
  color: darkgrey;
}

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

#cruise-booking-section .payment-option {
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  border-color: #ccc;
  color: #ccc;
}

#cruise-booking-section .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: 30px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1300px) {
  .category-min-price {
    font-size: 22px !important;
    font-weight: normal;
  }

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

@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: 10px;
  }
}

.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;
}

#cruise-booking-section .separator-title {
  color: rgb(28, 36, 80);
  border-bottom: solid 2px rgb(28, 36, 80);
}
#cruise-booking-section .blue-remark {
  color: mediumblue;
}

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

.personal-info-container .birthday-wrapper {
  width: 90%;
}
.underline {
  text-decoration: underline !important;
}
#cruise-booking-section .custom_nationality_autocomplete{
  font-size: 16px;
  width: 90%;
  padding: 20px 0;
}
#cruise-booking-section .custom_nationality_autocomplete div[role="combobox"]{
  width: 100%;
}


#cruise-booking-section .fix-autocomplete{
  font-size: 16px;
  width: 90%;
  padding: 20px 0;
}
#cruise-booking-section .fix-autocomplete div[role="combobox"]{
  width: 100%;
}

/*****************************************/
/************ Show Deck View *************/
/*****************************************/

/* Enter and leave animations can use different */
/* durations and timing functions.              */
#deck-view-container-vue .container {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1002;
  max-width: unset;
}
#deck-view-container-vue .container-2 {
  background-color: white;
  color: #1c2450;
  position: fixed;
  width: 500px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 1005;
}

#deck-view-container-vue .deck-fade-enter-active {
  transition: all 0.3s ease;
}
#deck-view-container-vue .deck-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
#deck-view-container-vue .deck-fade-enter,
#deck-view-container-vue .deck-fade-leave-to {
  /* transform: translateX(500px); */
  opacity: 0;
}

#deck-view-container-vue .deck-slide-enter-active {
  transition: all 1s ease;
}
#deck-view-container-vue .deck-slide-leave-active {
  transition: all 1s cubic-bezier(1, 0.5, 0.8, 1);
}
#deck-view-container-vue .deck-slide-enter,
#deck-view-container-vue .deck-slide-leave-to {
  transform: translateX(500px);
  /* opacity: 0; */
}

#deck-view-container-vue .close-button-wrapper {
  z-index: 1005;
}

#deck-view-container-vue .close-button {
  font-size: 2em;
  background-color: rgba(255, 255, 255, 0.8);
}

#deck-view-container-vue .scrollable-container {
  height: 100%;
  overflow: scroll;
}

@media only screen and (max-width: 575px) {
  #deck-view-container-vue .container-2 {
    width: 100vw;
  }
  #deck-view-container-vue .deck-slide-enter,
  #deck-view-container-vue .deck-slide-leave-to {
    transform: translateX(100vw);
  }
}


/* override autocomplete style */
#cruise-booking-section .autoComplete_wrapper>input {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: block;
  font-size: inherit;
  font-family: inherit;
  color : rgb(51, 51, 51);  
}
#cruise-booking-section .autoComplete_wrapper>ul>li mark {
  font-weight: normal;
}

#cruise-booking-section .autoComplete_wrapper>input::placeholder{
  color: rgb(117, 117, 117);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#cruise-booking-section .autoComplete_wrapper>input:hover {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  color: rgb(139,139,139);
}

#cruise-booking-section .autoComplete_wrapper>input:focus {
  color: rgb(139,139,139);
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

#cruise-booking-section .autoComplete_wrapper>input {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#cruise-booking-section .autoComplete_wrapper>input:hover::placeholder {
  color: rgb(117, 117, 117);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  padding-left: 0;
  padding-right: 0;

}

#cruise-booking-section .autoComplete_wrapper>input:focus::placeholder {
  color: rgb(117, 117, 117);
  padding: inherit;
  font-size: inherit;
  /* padding-left: 0; */
  /* padding-right: 0; */
}

#cruise-booking-section .autoComplete_wrapper>input:focus::selection {
  background-color: rgba(255,122,122,.15)
}

#cruise-booking-section .autoComplete_wrapper>input::selection {
  background-color: rgba(255,122,122,.15)
}

#cruise-booking-section .autoComplete_wrapper>input:hover {
  color: rgba(255,122,122,.8);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#cruise-booking-section .autoComplete_wrapper>input:focus {
  color : rgb(51, 51, 51);
  padding-left: 0;
  padding-right: 0;
}

#cruise-booking-section .autoComplete_wrapper>ul {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  z-index: 2;
}

#cruise-booking-section .autoComplete_wrapper>ul>li {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#cruise-booking-section .autoComplete_wrapper>ul>li mark {
  padding: 0;
  /* background-color: transparent;
  color: #ff7a7a;
  font-weight: 700 */
}

/* #cruise-booking-section .autoComplete_wrapper>ul>li:hover {
  cursor: pointer;
  background-color: rgba(255,122,122,.15)
}

#cruise-booking-section .autoComplete_wrapper>ul>li[aria-selected=true] {
  background-color: rgba(255,122,122,.15)
}

@media only screen and (max-width: 600px) {
  #cruise-booking-section .autoComplete_wrapper>input {
      width:18rem
  }
} */

#cruise-booking-section .container-2 .category-list p.cat-remark {
  text-shadow:none;
}



