<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.account-wrapper form{
	font-size:14px;
	font-weight: 400;
	color: #333;
}

#tm-account-dashboard{
	border-top:1px solid #ceddd8;
	margin-bottom: 45px;
}

.tm-account-error-message,
.tm-account-success-message {
  margin-bottom:10px;    
}

.tm-account-error-message {
  color: red;
}

.tm-account-success-message {
  color: green;
}

.full-width-btn{
	width:100%;
	display: block;
}

.flex-icons i{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 32px;
}

.flex-icons span{
	font-size: 16px;
	line-height: 1.5625em;
	display: block;
	margin-top:1px;
	margin:1px auto 0;
    max-width: 135px;	
}

.flex-icons{
    max-width: 433px;
    margin: 0 auto 19px;
    justify-content: space-between;
}

.flex-icon.icon-1{
    flex: 0 0 71px;
}

.flex-icon.icon-2{
    flex: 0 0 108px;
}

.flex-icon.icon-3{
    flex: 0 0 114px;
}

.account-title h1{
    font-size: 30px;
    margin-top: 43px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 41px;	
}


.custom-input, .custom-select{
    position: relative;
    width: 100%;
    margin-bottom: 16px;	
}

.custom-input input[type=text], .custom-input input[type=email], .custom-input textarea {
    padding-right: 10px;
}

.account-wrapper button, .account-wrapper input, .account-wrapper optgroup, .account-wrapper select, .account-wrapper textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.account-wrapper input, .account-wrapper select, .stripe-element, .custom-select2-wrapper .select2-container .select2-selection--single, .custom-input textarea {
    border: 1px solid #d9d9d9;
    height: 47px;
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
    transition: border .3s, box-shadow .3s;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
}

.account-wrapper input.error, .account-wrapper input.error:focus {
    border-color: red;
    box-shadow: none;
}

.account-wrapper button, .account-wrapper input {
    overflow: visible;
}

.account-wrapper input:focus, .account-wrapper select:focus {
    outline: none;
    border: 1px solid #005bff;
    box-shadow: 0 0 0 1px #005bff;
}

.account-wrapper input:focus, .account-wrapper select:focus, .stripe-element.focused {
    border-color: #1e73be;
    box-shadow: 0 0 0 1px #1e73be;
}

.custom-input label, .custom-select label {
    position: absolute;
    top: 13px;
    left: 11px;
    transition: all .3s;
    opacity: 0;
    z-index: -1;
    color: #737373;

}

.StripeElement.empty + label, .custom-input input.empty + label, .intl-tel-input.empty + label {
    opacity: 0;
    z-index: -1;
}

.custom-input input:not(.empty) {
    padding-top: 19px;
}

.StripeElement:not(.empty) + label, .custom-input input:not(.empty) + label, .intl-tel-input:not(.empty) + label{
    z-index: 1;
    opacity: 1;
    top: 4px;
    font-size: 12px;	
}

.button.continue-btn{
	height: 60px;	
	-webkit-appearance: button;	
    border: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;	
    padding:0 !important;
    background-color: var(--p);
    color: #fff;
	text-transform: none;    
	margin-top: 22px;	
}

a.button.continue-btn{
    line-height: 60px;
}

.button.continue-btn:hover {
    outline: none;
    opacity: .9;
}

.continue-btn + ul{
	padding:0;
	list-style: none;
	margin:0;
	font-size: inherit;
	margin-top: 10px;	
}

.checkbox {
    display: -inline-block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 14px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
    background-color: #005bff;
    border: none;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input:checked ~ .checkmark, .radiobtn input:checked ~ .dotted {
    background-color: #1e73be;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

#loginform #wp-submit{
    margin-top:16px;
}

#tm-login-form hr{
    margin-top: 28px;
    margin-bottom: 18px;  
}

.paragraph-under-button,
.account-wrapper p{
    font-size: 16px !important;
    line-height: 1.5 !important; 
    color:#5d5d5d;   
}

.account-wrapper a{
    color:var(--p);
    text-decoration: none;
}

.account-wrapper a:hover{
    border-bottom-color: var(--p);    
}

.account-title p{
    margin-top:-29px;
}

.bookings-listing h2{
    font-size: 20px;
    margin-bottom:5px;
}

.bookings-wrapper{
    margin-top:31px;
}

.booking-info{
    border-top:1px solid #ceddd8;
    padding-top:18px;
    padding-bottom:18px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: normal;
    justify-content: flex-start;  
}

.booking-product-info{
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex: 0 0 66.21%;
    max-width: 66.21%;
    margin-left: 0%;
    right: auto;
    left: auto;    
}

.booking-actions{
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex: 0 0 27.79%;
    max-width: 27.79%;
    margin-left: 6%;
    right: auto;
    left: auto; 
    padding-top:2px;   
}

.product-image{
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex: 0 0 36.6%;
    max-width: 36.6%;
    margin-left: 0%;
    right: auto;
    left: auto;    
}

.booking-data{
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    flex: 0 0 63.4%;
    max-width: 63.4%;
    margin-left: 0%;
    right: auto;
    left: auto;
    padding-left:21px;    
}

.product-image-cropper{
    max-width:269px;
    max-height:179px;
    overflow: hidden;
}

.product-image img{
    width: 100%;
    height: auto;    
}

.booking-actions a,
.account-wrapper .button{
    width:100%;
    display: block;
    text-align:center;
    background-color:var(--p);
    font-size:15px;
    font-weight: 600;
    padding-top:10px;
    padding-bottom:10px;
    text-transform: none;
    border-radius:3px;
    border:1px solid transparent !important;
    color: white;
    cursor: pointer;
}

.account-wrapper .button.inline{
    display: inline;
    width: auto;
    padding-left: 20px;
    text-align: center;
}

.account-wrapper .button.outline-button{
    background-color: white;
    color: var(--p);
    border: 1px solid var(--p) !important;
}

.account-wrapper .button.outline-button:hover{
    background-color: var(--p);
    color: white;
}

.outline-button .icon{
    position: absolute;
    left: 9px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 22px;    
}

.booking-actions a{
    margin-bottom:15px !important;    
}

.booking-data h3{
    margin-top: 11px;
    font-size: 20px;
    margin-bottom: 0;
    color: #222 !important;    
}

.booking-data h3 + ul{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-top:3px;    
}

body .button.inverse{
    background-color: white;
    color:var(--p);
    border-color:var(--p) !important;
}

body .button.inverse:hover{
    background-color: var(--p);
    color:white;
    border-color:transparent !important;    
}

body .button.underline{
    border:0 !important;
    color:var(--p);
    background-color: transparent !important;
}

body .button.underline:hover{
    text-decoration: underline;
}

.account-wrapper a.button{
    max-width:490px;
    margin:0 auto;
}

.wish-list-empty .account-title p{
    margin-bottom: 42px;    
}

.wish-list-empty-image img{
    width:100%;
    height: auto;
    max-width:948px;
}

.wish-list .products-carousel{
    margin-top:27px !important;
}

.forget-your-itinerary-number {
    margin-top: -9px;
    margin-bottom: -6px;    
}

.line-heading{
    text-transform: none;
    color:#55575b;
    font-size:16px;
    margin-top: 30px;
    margin-bottom: 27px;    
}

.account-medium-width{
    max-width: 650px;
    margin:0 auto;
}

.d-none{
    display: none;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.account-setting-section{
    border-top:1px solid #e5e5e5;
    padding-top:40px;
    padding-bottom:40px;
}

.account-setting-section:last-child{
    padding-bottom:0;
}

.account-setting-section h3{
    font-size:20px;
    margin-bottom:4px;
    margin-top:14px;
}

.account-setting-section h3 + div{
    font-size:16px;
}

.text-success,
.text-danger{
    color: #186d61;
    font-size:16px;
}

.text-danger{
    color: #bd4116;
}

.mt-10{
    margin-top:10px;
}

body .button.error{
    color: #bd4116;
    background-color: transparent;
    background-image: none;
    border-color: #bd4116 !important;    
}

body .button.error:hover{
    color: #fff;
    background-color: #bd4116;
    border-color: #bd4116;
}    

#editName{
    margin-left:5px;
}

.text-nowrap {
    white-space: nowrap!important;
}

.account-setting-section .custom-input{
    margin-top:6px;
}

.show-hide-btn {
    max-height: 47px;
    background: #d6d6d6;
    margin-top: 6px;
    text-align: center;
    padding-top: 11px !important;
    cursor: pointer;
}

.show-hide-btn.password-visible {
    background: #1e73be;
}

.show-hide-btn svg {
    fill: rgba(0,0,0,.45);
}
.show-hide-btn.password-visible svg {
    fill: #fff;
}

.custom-message.small{
    font-size:14px;
    margin-top:5px;
    line-height: 1.5;
}

.show-hide-password label{
    left:11px;
}

#editEmail{
    margin-left:5px;
}


.login-page .line-heading,
.signup-page .line-heading{
    margin-top: 34px;
    margin-bottom: 32px;    
}

.login-page .account-title p{
    margin-bottom: 25px !important;
}

#tm-account-dashboard.unsubscribe-page-content{
    margin-bottom:0 !important;
}

.unsubscribe-page-content-home-blocks .destinations-slider .slick-slider{
    max-width: 1116px;
    margin: 0 auto;
}

.blue-color {
    --a: #1e73be;
    --p: #1e73be;
    --h: #1e73be;
    --c: #fff;
}

.show-hide-password input[type=password]{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;</pre></body></html>