<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Package Component CSS */


/** Hero Image **/
.package-hero-cover {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	.package-hero-cover {
		max-height: 240px;
	}
}

.hotcard-group-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.contentpane ul&gt;li {
	margin-bottom: 12px;
	line-height: 2;
}

.contentpane p {
	line-height: 2em;
	padding: 20px 00px 20px 0px;
}

/* Date Picker  */
.vdp-datepicker * {
	cursor: pointer;
}
.vuejs-datepicker-wrapper-class{
	display: flex;
}
.vuejs-datepicker-wrapper-class .vdp-datepicker__calendar-button{
	position: absolute;		
	left: 24px;
	top: 10px;
}
.vuejs-datepicker-wrapper-class .vdp-datepicker__clear-button{
	padding: 0.5rem;
	font-size: large;
}
.vuejs-datepicker-calendar-class .cell{
	line-height: normal;
	height: auto;
}
.vuejs-datepicker-calendar-class .cell.disabled,.vuejs-datepicker-calendar-class .cell.disabled *{
	cursor: default;
}
.vuejs-datepicker-calendar-class .content-date{
	font-size: small;
}

.vuejs-datepicker-calendar-class .content-price {
	font-size: xx-small;
}

.vuejs-datepicker-input-class {
	text-indent: 20px;
	text-align: center;
	border: solid 1px #1c2450;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

.cell.day {
	padding: 10px;
}

.package-description img {
	width: 100%;
	max-width: 600px;
}


/** Package Selection **/
.package-selection {

	border: solid 1px #8c8d94;
	padding: 16px 40px 16px 40px;
	margin: 20px 0px 20px 0px;
	font-size: 14px;
}

.package-selection:hover {
	border: solid 1px #ffffff;
	background-color: #1c2450;
	color: #ffffff;
	cursor: pointer;
}

.package-selection.active {
	border: solid 1px #ffffff;
	background-color: #1c2450;
	color: #ffffff;
	cursor: pointer;
}

.book-now.mdl-button {
	padding: 5px 20px 5px 20px;
	width: 100%;
	height: auto;
}

.package-voucher {
	border: solid 1px #8c8d94;
	padding: 16px 40px 16px 40px;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	display:inline-block;
	width:100%;
}

.room-count{
	font-size:18px;
}

#mainbody_com {
	padding: 1em;
}

.package-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 600;
}
@media only screen and (max-width: 840px) {
	.package-voucher {
		font-size: small;
	}
}


@media only screen and (max-width: 1024px) {

	div.moduletable_add_com {
		margin-top: 0px;
		padding: 0px;
	}

	#mainbody_com {
		padding: 0px;
	}

}

@media only screen and (min-width:431px) and (max-width: 640px) {
	.package-heading {
		font-size: 2.0rem;
	}

	.package-voucher {
		font-size: 14px;
		padding: 10px 24px 10px 24px;
	}

}



@media only screen and (max-width: 430px) {
	.hotcard-group-title {
		margin: 0px 19px 5px 19px;
		padding: 5px;
		text-align: center;
	}

	.package-heading {
		font-size: 1.6rem;
		margin-bottom: 12px;

	}

	.package-voucher {
		font-size: 14px;
		padding: 10px 20px 10px 20px;
	}


}

#main-layout {
	background-color: #e4e4e4;
}


div.moduletable_add_com {
	border: none;
}

h2.contentheading,
.contentheading {
	color: #1c2450;
	font-weight: lighter;
	border-bottom: black solid 1px;
}



/** Package Booking Dialog **/
.slide-fade-enter-active {
	transition: all .3s ease;
}

.slide-fade-leave-active {
	transition: all .3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to

/* .slide-fade-leave-active below version 2.1.8 */
	{
	transform: translateX(300px);
	opacity: 0;
}

#package-booking-section {
	top: 0;
	right: 0;
	z-index: 900;
}

#package-booking-section .modal-overlay {
	background: #000000aa;
}

#package-booking-section .modal-row {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1920px;
}

#package-booking-section .modal-header {
	height: 42px;
	background: #1c2450;
	color: white;
	font-size: 15px;
	position: relative;
	border-radius: 0px;
	border: none;
}

#package-booking-section .modal-headertext {
	position: absolute;
	left: 20px;
	top: 10px;
}

#package-booking-section .scrollable {
	max-height: calc(100vh - 42px);
	overflow-y: auto;
}

#package-booking-section .container-1 {
	background-color: white;
	padding: 15px;
	min-height: 435px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#package-booking-section .container-1.short {
	height: 435px;
}

#package-booking-section .container-1 .top-right-btn {
	position: absolute;
	right: 13px;
}

#package-booking-section .container-2 {
	background-color: white;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
}

#package-booking-section .container-2&gt;h4 {
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #1c2450;
}

#package-booking-section .container-2&gt;h5 {
	margin-top: 17px;
	letter-spacing: 1px;
}

@media (max-width: 479px) {
	#package-booking-section .scrollable {
		height: unset !important;
	}

	#package-booking-section .container-2&gt;h4 {
		font-size: 23px;
	}

	#package-booking-section .container-2&gt;h5 {
		margin-top: 17px;
		letter-spacing: 1px;
	}
}

#package-booking-section .container-2 .number-input {
	margin-top: 21px;
	font-size: 11px;
	color: #1c2450;
}

#package-booking-section .container-2 .category-list {
	margin-top: 20px;
	text-shadow: 0px 0px 3px black, 0px 0px 5px black;
}

#package-booking-section .btn-container {
	width: 100%;
	padding-bottom: 47px;
}

#package-booking-section .btn-container button:not(:disabled) {
	background: #1c2450;
	color: white;
}

#package-booking-section .btn-container .pay-btn:not(:disabled) {
	background: #0a6b33;
}

#package-booking-section .room-count,
#package-booking-section .passenger-count {
	font-size: 77px;
}

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

#package-booking-section .error {
	color: red;
}

#package-booking-section label[id*='birth_day'][id$='error'] {
	display: inline;
}

#package-booking-section label[id*='birth_day'][id$='error']::after {
	content: "\a";
	white-space: pre;
}

#package-booking-section label[id*='birth_month'][id$='error'] {
	display: inline;
}

#package-booking-section label[id*='birth_month'][id$='error']::after {
	content: "\a";
	white-space: pre;
}

#package-booking-section .div-with-shadow {
	border: solid 2px #1c2450;
	color: #1c2450;
}

#package-booking-section .div-with-shadow:hover {
	background: #1c2450;
	color: white;
}

#package-booking-section .crown_and_anchor_input {
	letter-spacing: -0.3px;
	font-size: 14px;
	min-height: 33px;
}

#package-booking-section .crown_and_anchor_label {
	position: absolute;
	font-size: 15px;
	color: dimgrey;
}

#package-booking-section .gender_label,
#package-booking-section .nationality_label,
#package-booking-section .title_label {
	color: dimgrey;
}

#package-booking-section .blue-div {
	background-color: #1c2450;
	color: white;
}

#package-booking-section .customer_collapsible {
	color: rgb(28, 36, 80);
	border-bottom: solid 2px rgb(28, 36, 80);
}

#package-booking-section .customer_collapsible:after {
	content: "";
	display: table;
	clear: both;
}

#package-booking-section .customer_collapsible label {
	font-size: 16px;
	font-weight: 500;
	color: rgb(28, 36, 80);
}

#package-booking-section .loading_shade {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

#package-booking-section .spinner {
	/*position: fixed;*/
	z-index: 10;
}

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

#package-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&gt;div {
	padding: .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&gt;div {
		padding: 0;
	}

	.category-div {
		height: 215px;
		padding: .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;
}

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

#package-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;
}

.underline-blue{
	border-bottom: navy solid 2px;
}
.underline-grey{
	border-bottom: grey solid 2px;
}
input.mdl-textfield__input::placeholder{
	color: grey;
}
.price-summary-border{
	border: rgb(28,36,80) solid 1px;
}


/* override theme  */
.form-group{
	margin-bottom: 2rem;
}</pre></body></html>