/* branding colors */

:root {

    --color-ivory: #F1F0EB;
    --color-sky-blue: #00A2D9;
    --color-slate-gray: #677D85;
    --color-dark-jet: #3B3A3B;

    --color-success: #35AB79;
    --color-warning: #B39B41;
    --color-danger: #F44336;

    --border-radius: 5px;

    --font-size-biggest: 2.8125rem;
    --font-size-bigger: 1.975rem;
    --font-size-big: 1.5625rem;
}

.font-size-big {
    font-size: var(--font-size-big);
}

.text-small {
    font-size: 0.925rem;
}

::placeholder {
    font-weight: normal;
    opacity: 0.8;
    color: var(--color-sky-blue);
}

.color-ivory {
    color: var(--color-ivory);
}

.color-sky-blue {
    color: var(--color-sky-blue);
}

.color-slate-gray {
    color: var(--color-slate-gray);
}

.color-dark-jet {
    color: var(--color-dark-jet);
}

.color-success {
    color: var(--color-success) !important;
}

.color-warning {
    color: var(--color-warning) !important;
}

.color-danger {
    color: var(--color-danger) !important;
}

html,
body {
    height: 100%;
}

body a {
    color: var(--color-sky-blue);
}

[ng-cloak] {
    display: none;
}

a:hover {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-0 {
    flex: 0;
}

.flex-column {
    flex-direction: column;

}

.gap-05 {
    gap: 0.5rem;
}

.gap-1 {
    gap: 1rem;
}

.vertical-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}



@media (max-width:468px) {
.column-on-mobile {
        flex-direction: column;
    }
}

#inputCreated_root {
    outline: none;
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;

}

#map_canvas>div {
    position: absolute !important;
    overflow: hidden !important;
}

.map_toolbar {
    padding: 15px;
}

.map_toolbar a {
    margin-left: 10px;
}

.no_padding {
    padding: 0px !important;
}

.no_padding_left {
    padding-left: 0px !important;
}

.no_padding_right {
    padding-right: 0px !important;
}

.no_margin_top {
    margin-top: 0px !important;
}

.flr {
    float: right
}

.fll {
    float: left
}

.margin_top0_bottom1rem {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.no_padding_bottom {
    padding-bottom: 0 !important
}

.no_shadow {
    box-shadow: none !important
}

.custom_margin_bottom {
    margin-bottom: 0px !important;
}

.input-field input[type="search"] {
    padding-left: 15px;
}

#generic_placeholder {
    position: absolute;
    top: 0px;
    left: 0px;
}

.no_margin_bottom {
    margin-bottom: 0px !important;
}

.full-width-flights {
    margin-right: 24px;
    margin-left: 24px;
}


@media only screen and (max-width: 600px) {
    .tabs .tab a span {
        font-size: 10px;
    }

    .login_map {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .login-form {
        margin-top: 3em !important;
    }

    .full-width-flights {
        right: 24px;
        width: calc(100% - 48px);
        margin: 0;
    }

    .full-width-book {
        width: calc(100% - 1.5rem - 40px);
        left: calc(0.75rem + 20px);
        position: relative;
    }
}

.full-width-book {
    padding: 0 0.8rem !important;
}

@media only screen and (min-width: 601px) {
    .paddingi_custom {
        padding-right: 0.3rem !important;
    }
}

.no_margin {
    margin: 0 0 0.75rem;
}

.true_no_margin {
    margin: 0;
}

@media only screen and (min-width: 601px) {

    .full_height {
        height: 100%;
    }

    .no_margin {
        margin: 0;
    }

    .empty_set {
        margin-bottom: 0.75rem;
    }
}

/* input::-webkit-input-placeholder {
    color: #01579b !important;
}
*/

input:-moz-placeholder {
    /* Firefox 18- */
    color: #01579b !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #01579b !important;
}

input:-ms-input-placeholder {
    color: #01579b !important;
}

*/ .md-icon {
    color: #01579b !important;
}

select {
    height: 2.5em !important;
}

.top_right {
    cursor: pointer;
    display: block;
    margin-top: 16px;
    position: absolute;
    right: 10px;
}

.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    margin-top: 2px;
}

.spin {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    margin-top: 0px;
}

.collection .collection-item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.collection {
    border: 0px;
}

.travelers-modal {
    width: 300px !important;
}

.btn-travellers {
    padding: 0px;
    color: #01579b;
    margin: 0px;
    text-align: center;
    text-transform: none;
}

.pagination li a,
.btn-flat,
.dropdown-content li>a,
.dropdown-content li>span,
.input-field label.active {
    color: #01579b;
}

.middle_modal {
    max-height: calc(100% - 100px);
    right: auto !important;
    max-width: 400px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.loadingMessage-wrapper {
    position: absolute;
    left: 90px;
    top: 80px;
    height: 50px;
    padding-right: 2rem;
}

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}

@keyframes moveFromBottomFade {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveToTopFade {
    from {}

    to {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    from {}

    to {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

#main_container.ng-enter {
    -webkit-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both;
}

#main_container.ng-leave {
    -webkit-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both;
}

.collapsible-header i {
    line-height: inherit;
    margin-right: inherit;
    width: inherit;
}

.pos-relative {
    position: relative;
}

.card-legend {
    position: absolute;
    top: -0.6em;
    left: 1.1em;
    background: #fff;
    padding: 0 0.4em;
    color: #9e9e9e;
    line-height: 14px;
}

.facebook {
    background-color: #1d71c7 !important;
}

.gplus {
    background-color: #dc4e41 !important;
}

.border_black {
    border-bottom: 2px black solid !important;
}

.label_black {
    color: black !important;
    font-weight: bold;
}

.center_form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    pointer-events: none;
    height: 100%;
}

.messages {
    padding: 10px;
}

.chip {
    height: auto;
    width: auto;
}

.by_air {

    margin-left: -1px;
    margin-top: 2px;
}

.by_land {
    margin-top: 1px;
}

.btn-small {
    color: white !important;
    height: auto;
    padding: 0px;
}

md-toast {
    position: fixed !important;
    z-index: 1220 !important;
}

md-toast .md-toast-content {
    align-items: center;
    background-color: #323232;
    border-radius: 2px;
    clear: both;
    color: #fff;
    display: flex;
    font-size: 1.1rem;
    font-weight: 300;
    height: auto;
    justify-content: space-between;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 100%;
    min-height: 48px;
    padding: 10px 25px;
    position: relative;
    top: 0;
    width: auto;
}

@media only screen and (min-width: 992px) {
    md-toast.md-top {
        top: 81px;
    }

    nav .brand-logo {
        margin-left: 0.5rem;
    }
}

@media only screen and (max-width: 992px) {
    md-toast .md-toast-content {
        border-radius: 0px;
    }

    md-toast {
        padding: 0px !important;
    }
}

.fill_remaining_height {
    height: calc(100% - 102px);
    margin-bottom: 0;
}

.height100 {
    height: 350px;
}

@media only screen and (max-width: 992px) {
    .height100 {
        height: auto;
    }
}

.list_header_results {
    box-shadow: none !important;
}

.small_margin_bottom {
    margin-bottom: 5px !important;
}

.text_big {
    font-size: 1.64rem;
}

.toolbar_flights {
    padding-right: 15px;
}

.autocmpl_child {
    padding-left: 1em;
}

.flight_info {
    line-height: 2em;
    position: relative;
}

.collapsible-header {
    padding: 5px 0px;
    outline: none;
}

* {
    outline: none !important;
}

md-tooltip .md-content {
    font-size: 14px;
    line-height: 10px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: justify;
}

.size_smaller {
    font-size: 14px;
}

.btn-diff {
    padding: 0 1rem;
}

.md-toast-content .md-button {
    background-color: #26a69a;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    outline: 0 none;
    padding: 0 2rem;
    margin-left: 7px !important;
}

.empty_set.ng-show {
    -webkit-animation: fade-in 5.5s ease both;
    animation: fade-in 5.5s ease both;
}

.empty_set.ng-hide {
    -webkit-animation: fade-out 0.5s ease both;
    animation: fade-out 0.5s ease both;
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.col-centered {
    float: none !important;
    margin: 0 auto !important;
}

nav .brand-logo {
    padding: 4px !important;
}

.brand-logo img {
    width: 80%;
    padding-top: 10px
}

.brand-logo svg {
    width: 180px;
    height: auto;
    padding-top: 25px;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        transform: translate(-50%, -39%);
        top: 50%;
    }
}

.margin_bottom_08rem {
    margin-bottom: 0.8rem;
}

.margin_fav_title {
    margin: 1.4rem 0 2.2rem 0;
}

div.invalid .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}

div.a-wrapper {
    /*padding-bottom: 5px;*/
}

div.a-wrapper {
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 15px;
    overflow: hidden;
}

div.autoselect_invalid div.a-wrapper,
p.invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}

span.error {
    position: absolute;
    display: block;
    font-size: 0.8rem;
    color: #f44336;
    top: 3.7em;
    left: 4.7em;
}

span.errormsg {
    font-size: 0.8rem;
    color: #f44336;
    font-weight: normal;
}

.agree p {
    display: inline;
    padding-bottom: 5px;
}

.search_title {
    margin: 0;
    font-size: 2rem !important;
    font-weight: 300 !important;
}

.search_description {
    font-weight: 300 !important;
}

h3.title,
h5.title,
h4.title,
h6.title {
    margin: 0;
    font-weight: 300 !important;
    color: #b71c1c;
}

h3.title small {
    font-size: 1.5rem;
    font-weight: 300 !important;
}

.grey-title {
    color: #455a64 !important;
}

.subtitle {
    font-weight: 300 !important;
    font-size: 1.4rem !important;
}

.per_passenger_type {
    padding-left: 3px;
    font-weight: 300 !important;
    font-size: 1.4rem !important;
    margin: 2px 0 6px !important;
}

h6.title {
    font-size: 1.4rem;
}

.taxes {
    font-size: 1.4rem !important;
}

.description {
    padding-left: 3px;
    font-weight: 100;
    font-size: 1.4rem !important;
    font-weight: 200 !important;
}

.hubs {
    margin-top: 16px;
    padding-left: 3px;
    font-weight: 300;
}

.hubs span {
    color: #66bb6a;
    font-weight: 400;
}

.title_margin {
    margin-left: 20px;
}

.collection .collection-item {
    border-bottom: 0px;
}

.collection .collection-item.avatar {
    min-height: 70px;
}

.switch label .lever {
    margin: 0px;
}

.date_margin_right {
    margin-right: 20px !important;
}

.toolbar_lights {
    margin-right: 21px;
}

md-autocomplete.md-default-theme,
md-autocomplete {
    margin-top: 5px;
    background: none;
}

md-autocomplete.md-default-theme button::after,
md-autocomplete button::after {
    background: none;
}

md-autocomplete.md-default-theme[disabled],
md-autocomplete[disabled] {
    background: none;
}

md-autocomplete input:not(.md-input) {
    font-size: 15px;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
    box-shadow: none;
}

.input-field input[type="search"] {
    padding-left: 0;
}

.input-field label {
    color: #01579b;
    font-size: 1rem;
    left: 0.75rem;
    position: absolute;
    top: 0.8rem;
    transition: all 0.2s ease-out 0s;
}

/* *::-moz-placeholder {
    color: #01579b;
} */

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
    color: #01579b;
    border-color: #01579b;
}

.select-wrapper input.select-dropdown {
    border-color: #01579b;
    font-size: 1.15rem;
}

[type="checkbox"]+label::before {
    border: 2px solid #01579b;
}

input {
    color: #01579b !important;
}

.select-wrapper {
    color: #01579b !important;
}

.select-wrapper span.caret {
    color: #01579b !important;
}

/*
input[type="checkbox"]:checked + label::before {
    border-color: transparent #01579b #01579b transparent !important;
}

ul#favorite_list li:hover, ul#favorite_list li.active, ul#favorite_list li.selected,
ul#userMenu li:hover, ul#userMenu li.active, ul#userMenu li.selected {
    background: #eee;
    color: #78909c;
}

nav ul#favorite_list a:hover,
nav ul#userMenu a:hover {
    background: none !important;
}

ul#favorite_list li:hover a,
ul#userMenu li:hover a {
    color: #78909c;
}

ul#favorite_list {
    z-index: 1200 !important;
    max-width: 33%;
}

ul#favorite_list li {
    position: relative;
    min-height: 30px;
}

#favorite_list li > a {
    padding: 0;
    font-size: 15px;
    width: 100%;
    display: block;
    float: left;
}

nav #favorite_list i.material-icons {
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 1;
    line-height: 22px;
    height: 22px;
}

ul#favorite_list li a span {
    display: block;
}

ul#favorite_list li a span.truncate {
    padding: 7px 30px 0 12px;
}

ul#favorite_list li a span.grey-text {
    padding: 0 30px 8px 12px;
}

#favorite_list_mob ul.collection {
    border: 1px solid #e0e0e0 !important;
    border-bottom: 0 !important;
}

#favorite_list_mob ul.collection li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0 !important;
    clear: both;
    padding-left: 12px !important;
}

#favorite_list_mob ul.collection li *.title {
    display: block;
    padding: 8px 8px 8px 0;
}

#favorite_list_mob ul.collection li *.secondary-content {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 100%;
    line-height: 100%;
    display: block;
}

#favorite_list_mob ul.collection li *.secondary-content i {
    font-size: 15px;
    margin-top: 19px;
}

#favorite_list_mob ul.collection li a.title {
    display: block;
    float: left;
    width: 100%;
    min-width: 100%;
}

#favorite_list_mob ul.collection li a.title span {
    display: block;
}
*/

ul#favorite_list li:hover,
ul#favorite_list li.active,
ul#favorite_list li.selected,
ul#userMenu li:hover,
ul#userMenu li.active,
ul#userMenu li.selected {
    background: #eee;
    color: #78909c;
}

nav ul#favorite_list a:hover,
nav ul#userMenu a:hover {
    background: none !important;
}

ul#favorite_list li:hover a,
ul#userMenu li:hover a {
    color: #78909c;
}

ul#favorite_list {
    z-index: 1200 !important;
    max-width: 33%;
}

ul#favorite_list li {
    position: relative;
    min-height: 30px;
}

#favorite_list li>a {
    padding: 0;
    font-size: 15px;
    width: 100%;
    display: block;
    float: left;
}

nav #favorite_list i.material-icons {
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 1;
    line-height: 22px;
    height: 22px;
}

nav #favorite_list i.fav {
    right: 0px;
    top: 8px;
}


ul#favorite_list li a span {
    display: block;
}

ul#favorite_list li a span.truncate {
    padding: 7px 30px 0 12px;
}

ul#favorite_list li a span.grey-text {
    padding: 0 30px 8px 12px;
}

#favorite_list_mob ul.collection {
    border: 1px solid #e0e0e0 !important;
    border-bottom: 0 !important;
}

#favorite_list_mob ul.collection li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0 !important;
    clear: both;
    padding-left: 12px !important;
}

#favorite_list_mob ul.collection li *.title {
    display: block;
    padding: 8px 8px 8px 0;
}

#favorite_list_mob ul.collection li *.secondary-content {
    position: absolute;
    top: 2px;
    right: 10px;
    height: 100%;
    line-height: 100%;
    display: block;
}

#favorite_list_mob ul.collection li *.secondary-content i {
    font-size: 15px;
    margin-top: 19px;
}

#favorite_list_mob ul.collection li a.title {
    display: block;
    float: left;
    width: 100%;
    min-width: 100%;
}

#favorite_list_mob ul.collection li a.title span {
    display: block;
}

ul#favorite_list li a p span {
    display: inline-block;
}

/*
.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #37474f;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #78909c;
}
*/
.tabs .tab a {
    color: #37474f;
}

.tabs .tab a:hover {
    color: #78909c;
}

.tabs .indicator {
    background-color: #37474f;
}

.md-toast-content .md-button {
    background-color: transparent !important;
}

nav,
nav .nav-wrapper ul.hide-on-med-and-down li p i,
nav a.button-collapse,
nav a.button-collapse i,
nav .nav-wrapper ul.hide-on-med-and-down li a i {
    height: 79px;
    line-height: 79px;
}

nav ul p {
    padding: 0 15px;
    margin: 0;
}


nav ul a.active {
    background-color: rgba(0, 0, 0, 0.1)
}

.align_cabin {
    margin-top: 12px;
}

.small_close {
    font-size: 15px;
}

.picker {
    position: fixed !important;
}

.picker__date-display {
    background-color: #039be5;
}

.picker__weekday-display {
    background-color: #01579b;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #039be5;
}

.picker__close,
.picker__today {
    color: #039be5;
}

.picker__day.picker__day--today {
    color: #039be5;
}

.a-swrapper md-autocomplete input:not(.md-input) {
    border-bottom: 1px solid #01579b;
    padding: 0;
}

.a-swrapper md-autocomplete {
    min-width: 100%;
}

.a-swrapper md-autocomplete input {
    min-width: 100%;
}

.destination_date {
    padding: 0 !important;
}

.no_padding_sides {
    padding-right: 0;
    padding-left: 0;
}

.padding_sides {
    padding-right: 20px;
    padding-left: 20px;
}

.destination {
    margin-bottom: 0px !important;
    padding: 0 12px 0 30px;
}

input:focus:not([type]):not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #01579b;
    box-shadow: 0 1px 0 0 #01579b;
}


input:focus:not([type]):not([readonly])+label,
input[type="text"]:focus:not([readonly])+label,
input[type="password"]:focus:not([readonly])+label,
input[type="email"]:focus:not([readonly])+label,
input[type="url"]:focus:not([readonly])+label,
input[type="time"]:focus:not([readonly])+label,
input[type="date"]:focus:not([readonly])+label,
input[type="datetime-local"]:focus:not([readonly])+label,
input[type="tel"]:focus:not([readonly])+label,
input[type="number"]:focus:not([readonly])+label,
input[type="search"]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #01579b;
}

input.basic,
input:focus.basic {
    min-width: 300px;
    max-width: 50%;
    height: auto;
    border: solid 1px #ccc;
    margin: 0px;
    padding: 6px;
}

.custom_chip {
    border-radius: 0px;
    background-color: #323232;
    color: white !important;
    margin: 5px;
}

.custom_chip a {
    color: inherit;
}

.input-field .prefix {
    color: #039be5;
}

.input-field .prefix.active {
    color: #01579b;
}

.route_part {
    transition: border 500ms ease-out;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    border-left: 3px solid #fff;
    padding-left: 5px !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
}

.route_part:hover {
    border-left: 3px solid #0288d1;
    cursor: move;
}

.route_part span {
    line-height: 24px;
}

.collection .collection-item .route_part p {
    line-height: normal;
    margin: 2px 0 0 1px;
}

.collection_with_border {
    border: 1px solid #e0e0e0;
}

.collection_item_fnf {
    min-height: auto !important;
    padding: 0.5rem 0.5rem 0.5rem 0.9rem !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.collection_item_fnf:last-child {
    border-bottom: 0px solid #e0e0e0 !important;
}

.city_pair {
    margin-bottom: 12px;
    display: inline;
    float: left;
    height: auto;
}

.city_pair div {
    float: left;
    display: inline;
}

.city_pair div span {
    font-size: 2rem;
    font-weight: 300;
    line-height: 32px;
}

.city_pair div p {
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 15px;
}

.city_pair div.loc {
    margin-right: 16px;
}

.city_pair div.ico {
    margin-right: 16px;
}

.city_pair div.ico i {
    padding-top: 3px;
}

.city_pair div.ico i.mdi-maps-directions-train {
    margin-left: -4px;
}

.card-title {
    font-size: 1.6rem;
    font-weight: 300;
}

.margin_left077rem {
    margin-left: 0.77rem;
}

.slip-list li {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.bylands_list {
    background-color: transparent;
    left: calc(50% - 33px);
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1001 !important;
}

.bylands_list li {
    background-color: transparent !important;
    width: 100% !important;
    left: calc(50% - 21px) !important;
}

.bylands_list li:last-child {
    margin-bottom: 15px !important;
}

.bylands_list a {
    margin-top: 32px;
}

.loader_margin {
    margin-top: 24px;
}

.md-autocomplete-suggestions-container {
    z-index: 1100 !important;
}

.travelers {
    margin-bottom: 20px;
}

.custom_padding {
    padding: 12px 0.75rem 5px 0.75rem;
}

.custom_margin {
    margin-bottom: 5px !important;
}

.custom_margin_top {
    margin-top: 1rem !important;
}

.card-content-cp {
    padding: 7px 0px 0px 0px;
}

.margin_zero {
    margin: 0 !important;
    position: relative;
}

.side-nav {
    z-index: 1101 !important;
}

.side-nav li.padding {
    padding: 0 15px !important;
}

.nbsp {
    font-size: 7px;
}

.clear-fix {
    clear: both !important;
    height: 48px;
    display: block;
}

.small-line {
    border-bottom: 1px #e0e0e0 solid !important;
    width: 50%;
}


footer.page-footer {
    margin-top: 5px;
    padding-top: 10px;
    /* border-top: 4px #9c1d1d solid; */
    padding-bottom: 10px;
}

footer.page-footer,
footer.page-footer .footer-copyright {
    background: none;
}

footer.page-footer .row {
    margin: 0;
}

footer.page-footer p {
    margin: 0;
}

.ftext p {
    width: 560px;
    padding-left: 3px;
    line-height: 1.3;
}

.ftext img {
    margin-bottom: -6px;
}

.mauto {
    margin: 20px auto 0 auto;
    display: block;
    width: 640px;
}

.bbblink {
    margin-right: 12px;
}

#bbblink {
    display: block;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 98px;
    margin: 0px;
    padding: 0px;
}

#bbblinkimg {
    padding: 0px;
    border: none;
    width: 120px;
    height: 98px;
}

body {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
}

nav ul a:hover {
    /*background: transparent;*/
    background-color: rgba(0, 0, 0, 0.2);
}

.toast {
    word-break: normal !important;
    text-align: justify !important;
}

#loadingTitle {
    font-weight: 400;
    font-size: 1.5rem;
}

#loadingMessage {
    padding: 12px 0 0 6px;
}

.loader_margin .col {
    padding: 0 !important;
}

.side-nav a.collapsible-header {
    margin: 0;
}

.side-nav a.collapsible-header i {
    margin-right: 15px;
    font-size: 2rem;
    line-height: 64px;
    height: 56px;
}

.side-nav .collapsible-body {
    background: none;
}

@media only screen and (max-width: 600px) {
    .material-tooltip {
        margin-top: 0px !important;
    }
}

.side-nav li i {
    line-height: 48px !important;
    height: 48px !important;
}

.flight_info i {
    margin-top: -1px;
}

.fipl {
    padding-left: 2px;
}

.air-submit {
    margin-right: 1rem !important;
}

.air-cancel {
    margin-right: 0.5rem !important;
}

/*
.collapsible li div.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    margin-top: 0px;
}

.collapsible-body{ padding-bottom: 1rem;}
.collapsible-body p{ padding: 1rem 1rem 0 1rem !important;}*/
.pready {
    margin: 1rem 0.77rem 1.5rem 0.77rem !important;
}

.footer-push {
    clear: both;
    width: 100%;
    height: 20px;
}

.callus {
    height: 62px;
    width: 310px;
    padding-top: 10px;
}

.callus span {
    display: block;
    font-size: 1.12rem;
    text-transform: uppercase;
    line-height: 1rem;
    margin-top: 0.8rem;
}

.callus a {
    font-size: 2.6rem;
    line-height: 2.9rem;
}

.cursor {
    cursor: default;
    padding: 6px 20px 6px 20px !important;
}

.modify {
    margin-right: -1.4rem
}

.currency_wrapper {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 5rem;
}

#scrollList {
    position: relative;
}

.indie-logo-wrapper {
    line-height: 1.5rem;
    position: relative;
    width: 60px;
    height: 25px;
    display: inline-block;
}

.waves-effect img.indie-logo {
    position: absolute;
    top: 4px;
    left: 0;
}

.my-close-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.alliance img {
    width: 26px !important;
    flex-shrink: 0;
}

.alliance span {
    padding-left: 5px;
}

.alliance-med {
    width: 20px;
}

.red-border-bottom {
    border-bottom: 4px #9c1d1d solid;
}

.with-gap[type="radio"]+label::before {
    border-color: #78909c;
}

.with-gap[type="radio"]+label::after {
    border-color: #78909c;
    background-color: #78909c;
}

.with-gap[type="radio"]:checked+label::before {
    border-color: #01579b;
}

.with-gap[type="radio"]:checked+label::after {
    border-color: #01579b;
    background-color: #01579b;
}

.padding_top02 {
    padding-top: 0.2rem !important;
}

.pt-1 {padding-top: 0.25rem;}
.pt-2 {padding-top: 0.5rem;}
.pt-3 {padding-top: 0.75rem;}
.pt-4 {padding-top: 1rem;}
.pt-5 {padding-top: 1.25rem;}
.pt-6 {padding-top: 1.5rem;}

.pb-1 {padding-bottom: 0.25rem;}
.pb-2 {padding-bottom: 0.5rem;}
.pb-3 {padding-bottom: 0.75rem;}
.pb-4 {padding-bottom: 1rem;}
.pb-5 {padding-bottom: 1.25rem;}
.pb-6 {padding-bottom: 1.5rem;}


.margin_bottom05 {
    margin-bottom: 0.5rem !important;
}

.width200 {
    width: 260px !important;
    padding: 0 12px !important;
}

.btn-text {
    padding: 5px 0 0 0;
}

.invalid2 {
    border-bottom: 2px #ff0000 solid
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.invisible {
    visibility: hidden;
}

.muted {
    color: rgba(0, 0, 0, .27) !important;
    border-color: #cbd4d6 !important;
}

.bold {
    font-weight: 500;
}

/*
-------------------------
*/

.air-loading {
    margin-top: 56px;
}

#airModal .card-title {
    margin-bottom: 1rem;
    display: block;
}

@media only screen and (max-width: 340px) {
    .btn-flat {
        padding: 0 1.5rem !important;
    }
}

.itineraryInput.invalid {
    border: 1px solid #f44336;
    box-shadow: none !important;
    padding: 0 5px;
    text-align: center;
}

.card-dismiss {
    padding: 8px;
    position: relative;
}

.card-dismiss a.btn-floating {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.card-dismiss a.btn-floating i {
    font-size: 1rem;
    line-height: 25px;
}

.card-dismiss span {
    display: block;
    text-align: justify;
}

.card-dismiss a {
    color: #ffca28;
}

.card-dismiss a:hover {
    text-decoration: underline;
}

#loginFormModal,
#passwordModal {
    display: none;
    top: 0 !important;
    z-index: 1300 !important;
}

ul#favorite_list li a span.truncate b,
#favorite_list_mob li a b {
    font-weight: normal !important;
}

.learn-ico {
    width: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    top: 8px;
    left: 112px;
}

a.learn-ico:hover {
    color: #ff8f00;
}

nav .learn-ico i.material-icons {
    width: 30px;
    height: 50px;
    line-height: 50px !important;
    display: inline;
    font-size: 1.4rem;
}

#learnFlyairtreks {
    width: 608px;
}

.sw-label-off,
.sw-label-on {
    margin-left: 10px;
    font-size: 0.9rem;
    line-height: 0.8rem;
    padding-top: 7px;
    display: block;
    float: right;
    color: #757575;
}

.sw-label-on {
    color: #26a69a;
}

.filter .col .material-icons {
    line-height: 20px;
    float: left;
    margin-right: 5px;
}

.alliance img {
    width: 26px !important;
    flex-shrink: 0;
}

.alliance span {
    padding-left: 5px;
}

.alliance-med {
    width: 20px;
}

.msg-dismissible {
    margin: 10px 24px 18px 24px;
    padding: 10px 12px;
    border: 1px solid #ef5350;
    position: relative;
}

.fallback {
    border: 1px solid #ef5350;
}

.msg-dismissible i.material-icons {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 1.2rem;
}

.segment .row {
    margin-bottom: 10px;
}

.segment .chip {
    margin: 0;
}

.segment .fare,
.segment .layover {
    padding: 10px 0;
}

.segment .to {
    margin: 0 5px;
}

.minus_margin_top {
    margin-top: -1rem !important;
}

th a {
    font-weight: normal;
    position: relative;
    padding-right: 10px;
}

th a i.material-icons {
    position: absolute;
    right: -10px;
}

.tabs .tab a {
    position: relative;
}

.tabs .tab {
    line-height: 38px !important;
}

.tabs .tab a small {
    text-transform: lowercase !important;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 992px) {
    i.indie {
        margin: -1px 0 -5px 0;
    }

    .tabs .tab {
        line-height: normal !important;
    }

    .tabs .tab a small {
        bottom: 1px;
    }

    .tabs .tab {
        height: auto !important;
        line-height: normal !important;
    }
}


.change-airport {
    padding-left: 15rem;
    line-height: 1rem;
    color: #d32f2f;
    font-size: 12px;
    font-weight: 400;
}

.my-icon {
    width: 24px !important;
    height: 30px !important;
    display: block !important;
    float: left !important;
}

.day-plus {
    background: url('/img/flex-plus.png') center no-repeat;
}

.day-minus {
    background: url('/img/flex-minus.png') center no-repeat;
}

.day-plus-one {
    background: url('/img/flex-plus.png') center no-repeat;
}

.day-plus-two {
    background: url('/img/flex-two.png') center no-repeat;
}




.powered {
    position: absolute;
    top: 0;
    right: 14px;
}

.powered img {
    margin-bottom: -3px;
}

.form-wrapper {
    margin: 0;
    padding: 0 0 11px 0;
    position: relative;
}

.trust-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.row1 {
    display: block;
    width: 48px;
    clear: both;
}

.row1b {
    display: block;
    width: 58px;
    clear: both;
}

.row1 span i {
    line-height: 24px !important;
}

.row2 {
    display: block;
    width: 50px;
    clear: both;
    line-height: 24px;
}

.ptop5 {
    padding-top: 5px;
}

.sticky-imp {
    position: sticky !important;
}

.top-0 {
    top:0;
}

.backdrop {
    background-color: #37474f;
    border-radius: 0 !important;
}

.counters p {
    margin: 15px 0 5px 0;
}

.counters ul {
    margin: 0 !important;
}

.klaus {
    display: block;
    height: 70px;
}

.klaus i.material-icons {
    margin-top: 5px !important;
    font-size: 1.5rem;
}

.no_padding_bottom {
    padding-bottom: 0 !important;
}

.field-error {
    color: #F44336;
    width: calc(100% - 3rem - 1.5rem);
    font-size: 0.8rem;
    transform: translateY(-140%);
    left: 0.75rem;
    position: absolute;
    top: 5rem;
}

.ml1 {
    margin-left: 0.6rem;
}

.ml3 {
    margin-left: 3rem;
}

.field-error-label {
    color: #F44336;
    font-size: 0.8rem;
    display: block;
    margin-top: 1rem;
}

@media (min-width: 1400px) {
    .row .col.ml6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

.button__flex {
    display: flex;
    gap: 1rem;
    flex-direction: column
}

.button__flex button {
    width: 100%;
    left: 0;
    min-width: 150px;
    text-align: center !important;
    justify-content: center;
    align-items: center;
}

.block {
    display: block;
}

@media (min-width: 1200px) {
    .button__flex {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .button__flex button {
        width: auto;
    }
}

.dp_trigger span {
    font-weight: 700;
    font-size: 19px;
    display: inline-block;
    transform: rotate(45deg);
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
}

.dp_trigger span.close {
    transform: rotate(0deg);
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.oswald-footer {
    font-size: 20px;
}

footer {
    line-height: 1;
}

footer.page-footer .footer-copyright {
    background: none !important;
}

.bg-color {
    background: #004f69;
}

footer.bg-color {
    background: #003749;
}

nav ul a.simple-a,
nav ul a.simple-a:hover {
    transition: none;
    padding: 0;
    background: transparent;
}

.city_pair2 {
    margin-bottom: 12px;
}

.city_pair2 div {
    float: left;
    display: inline;
}

.city_pair2 div span {
    font-size: 2rem;
    font-weight: 300;
    line-height: 32px;
}

.city_pair2 div p {
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 15px;
}

.city_pair2 div.loc {
    width: 40%;
}

.city_pair2 div.ico {
    width: 5%;
    margin-right: 15%;
}

.city_pair2 div.ico i {
    padding-top: 3px;
}

.city_pair2 div.ico i.mdi-maps-directions-train {
    margin-left: -4px;
}

h3.title2,
h4.title2,
h5.title2 {
    margin: 0;
    font-weight: 200 !important;
}

/* error inputs exclamation marks */


/* div.ng-invalid-required, input.ng-invalid-required + label, .autoselect_invalid label{position: relative;} */
p.invalid {
    position: relative
}

div.invalid:before,
input.invalid+label:before,
.autoselect_invalid label:before,
input.invalid+span+label:before,
p.invalid:before {
    position: absolute;
    content: "!";
    color: white;
    background: #F44336;
    width: 22px;
    height: 22px;
    text-align: center;
    right: 10px;
    top: 12px;
    z-index: 9;
    font-weight: bold;
    border-radius: 50%;
    font-size: 1rem;
    opacity: 1
}

p.invalid:before {
    right: -30px;
    top: 0px
}

input.invalid+label.active:before {
    font-size: 0.8rem;
    width: 28px;
    height: 18px;
    opacity: 0
}

input.ng-invalid-required+label:before,
input.invalid+span+label:before {
    top: 0px
}


p.required {
    position: relative
}

div.required:before,
input.required+label:before,
input.required+span+label:before,
p.required:before {
    position: absolute;
    content: "*";
    color: red;
    background: transparent;
    width: 22px;
    height: 22px;
    text-align: center;
    right: 10px;
    top: 5px;
    z-index: 5;
    font-weight: bold;
    font-size: 1rem;
    opacity: 1
}

p.required:before {
    right: -30px;
    top: 0px
}

input.required+label.active:before {
    font-size: 0.8rem;
    width: 28px;
    height: 18px;
    opacity: 0
}

input.required+span+label.active:before {
    font-size: 0.8rem;
    width: 28px;
    height: 18px;
    opacity: 0
}

input.required+span+label:before {
    top: 0px
}


.autoselect_invalid label:before {
    top: 25px
}

.autoselect_invalid label {
    width: 100%
}



.input-field.col label {
    width: calc(100% - 0.75rem);
}

.input-field.col .prefix~label,
.input-field.col .prefix~.validate~label {
    width: calc(100% - 3rem - 0.75rem);
}

#generic_placeholder {
    z-index: 999
}

/* end of error inputs exclamation marks */

/* new special page */

.special__article {}

.special__title {
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald';
}

.special__notes {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 300;
    text-align: left;
}

.special__author,
.special__price .price__details {
    text-align: right;
    color: #666
}

.special__price i {
    color: #8BC34A;
}

.special__tags i {
    color: var(--color-sky-blue);
}

.special__price span {
    font-size: 1.2rem;
    font-weight: 600;
}

.special__cities {
    float: left
}

.special__price a,
.special__tags {
    text-align: right
}

.special__article i {
    vertical-align: top
}

.special__article .card-panel {
    box-shadow: none;
    margin: 0;
    width: 100%
}

.card-panel.special__card__price {
    background: var(--color-ivory);
    margin-top: 0.5rem
}

.card-panel.special__card__details {
    overflow: hidden;
    background: #f9f9f9;
    /* margin-bottom: 2rem; */
    margin-top: -7px;
}

.specials .city_pair {
    font-size: 1.2rem;
    display: inline-block;
    float: none
}

.specials .city_pair:last-child .ico {
    display: none
}

.specials .city_pair div.ico,
.specials .city_pair div.loc {
    margin-right: 7px
}

.specials .centered {
    text-align: center
}

.specials .alltrips {
    padding-right: 20px;
    line-height: 35px;
    color: var(--color-ivory);
    /* transform: translate(10px, 10px); */
    margin-top: 0 !important;
}

@media (min-width: 601px) {
    .specials .sticky {
        position: sticky;
        top: 0;
    }
}

.price_rating {
    font-size: 16px;
    letter-spacing: -1.5px;
    font-weight: 600;
}

.price_rating span.dollar {
    color: var(--color-success);
    opacity: .4
}

.price_rating.one span.dollar:first-child,
.price_rating.two span.dollar:nth-child(-n+2),
.price_rating.three span.dollar:nth-child(-n+3),
.price_rating.four span.dollar {
    color: var(--color-success);
    opacity: 1
}

.special__social__bottom {
    display: none
}

.specials .city_pair {
    margin-bottom: 0
}

/* end of new special page */

/* feedback form on thank you page */
.userfeedback {
    text-align: left;
    background: #f5f5f5;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.userfeedback button {
    /* width:100% */
}

/* feedback form on thank you page */

@media only screen and (max-width: 1400px) {
    .specials .alltrips {
        float: none;
        display: block;
        margin-top: 20px
    }

    .specials .height100 {
        height: 300px
    }
}


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

    .contact2 .full-width-book,
    .contact2 .booknow.full-width-book {
        float: none !important;
        width: calc(100% - 1.5rem - 40px);
    }

    .special__price a {
        text-align: left;
        margin-top: 10px;
        display: inline-block
    }

    .special__social__top {
        display: none
    }

    .special__social__bottom {
        display: block
    }
}

.mtop {
    margin-top: 14px !important;
}

.cant {
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.at-bg {
    /*background-color: #11A2DA;*/
    padding-bottom: 3em;
    margin-bottom: 0.5em;
}

.choices {
    margin-top: 2em;
    display: inline-block;
}

.choices li {
    margin-bottom: 1em;
    margin-left: 1em;
}

.choices li a.selected {
    background-color: #aed581 !important;
}

.qinfo {
    height: 2em;
    line-height: 2em;
}

.qinfo a {
    vertical-align: middle;
    font-size: 2em;
}

.qinfo span {
    vertical-align: middle;
    line-height: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-top: 0.4em;
}

.qinfo a.disabled {
    color: #ccc;
    cursor: default;
}

@media only screen and (min-width: 400px) {
    .bordered .big {
        font-size: 1.5em;
    }
}

.carrot {
    position: absolute;
    top: 5px;
    right: 5px;
}

.inline-icon {
    color: #039be5;
    font-size: 2rem;
    margin-right: .75rem
}

.contact-mode {
    padding-left: 3rem;
}

.contact-mode p {
    display: inline-block;
    margin-right: 2rem;
}

.input-field label.custom {
    transform: translateY(-120%);
}

/* flex reverse max 600 */
@media only screen and (max-width: 600px) {
    .flex-reverse {
        display: flex;
        flex-direction: column;
    }

    .flex-reverse>div:first-of-type {
        order: 1;
    }

}


footer.page-footer .footer-copyright {
    color: var(--color-dark-jet) !important;
}

footer.page-footer p {
    padding-top: 15px;
}

body .card-panel {
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid var(--color-ivory);
}

/* buttons */


.button,
a.button {
    padding: 7px 15px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-align: center;
}


.button-primary,
a.button-primary,
a.button-primary:visited,
.button-secondary:not([disabled]):hover,
a.button-secondary:not([disabled]):hover,
a.button-secondary:not([disabled]):focus,
.button-secondary:not([disabled]):focus {
    background: var(--color-sky-blue) !important;
    color: #fff;
    border: 1px solid var(--color-sky-blue);
    /* font-family: var(--font-roboto); */
}

.button-secondary,
a.button-secondary {
    background: transparent;
    color: var(--color-slate-gray);
    border: 1px solid var(--color-slate-gray);
    transition: 0.3s all ease;
    /* font-family: var(--font-roboto); */
}

.button-secondary-filled {
    background: var(--color-slate-gray);
    border: 1px solid var(--color-slate-gray);
    color: #fff;
}

.button-tertiary-filled,
a.button-tertiary-filled {
    background: #fff;
    /* border: 1px solid var(--color-dark-jet); */
    color: var(--color-slate-gray);
}



.button-info {
    background: var(--color-dark-jet) !important;
    box-shadow: none !important;
    color: var(--color-ivory);
}

.button-success {
    background: var(--color-success) !important;
    box-shadow: none !important
}

.button-warning {
    background: var(--color-warning) !important;
    box-shadow: none !important
}

.button-danger {
    background: var(--color-danger) !important;
    box-shadow: none !important;
    color: var(--color-ivory);
}

.button-white {
    background: #fff;
}

.button-sm,
a.button-sm {
    padding: 5px 10px;
}

.button-mc,
a.button-mc {
    padding: 3px 10px;
    font-size: 0.725rem;
}

.button-lg,
a.button-lg {
    padding: 15px 20px;
}

.button-for-input,
a.button-for-input {
    padding: 10px 20px;
    white-space: nowrap;
}

.button-circle {
    width: 23px;
    height: 23px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-left: 1rem;
    font-weight: bold;
}

.button:disabled {
    background: var(--color-slate-gray) !important;
    border: 1px solid var(--color-slate-gray);
    color: #fff;
    background: var(--color-slate-gray) !important;
    border: 1px solid var(--color-slate-gray);
    color: #fff;
    opacity: 0.7;
    cursor: not-allowed;
}

/* new trip planner template */


/* pannels */
.tp-panel-heading {
    padding: 10px 10px;
    background: var(--color-dark-jet);
    border-radius: 5px;
    color: #fff;
    margin-bottom: 2rem;
}

.tp-panel-heading.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

/* new forms */
.form-holder {
    padding: 2rem;
    background: var(--color-ivory);
    border-radius: 5px;
}

.form-holder [type="checkbox"].filled-in:checked+label:after {
    border: 2px solid var(--color-success);
    background-color: var(--color-success);
}




/* .specials .input-field.col label {
    font-weight: 500;
    color: var(--color-dark-jet);
    
} */

.specials .form-holder input[type="text"],
.specials .form-holder input[type="email"],
.specials .form-holder input[type="search"],
.specials textarea {
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid var(--color-slate-gray);
    color: var(--color-dark-jet) !important;
    background: #fff;
}

.specials .form-holder md-autocomplete {
    margin-bottom: 20px;
}

.specials .form-holder .chip,
.chip.dark {
    background-color: var(--color-slate-gray);
    color: #fff;
}

.specials .form-holder .flex,
.specials .form-holder .flex-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.specials .form-holder .flex-inline {
    display: inline-flex;
    gap: 5px;
}

.specials .form-holder .col .tp-panel-heading {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.specials .form-holder .airlines__preferences {
    margin-bottom: 2rem;
}

.specials .form-holder .airlines__preferences span {
    white-space: nowrap;
}

.specials .form-holder .airlines__preferences .flex {
    border-bottom: 1px solid var(--color-dark-jet);
    padding: 10px 0;
}

.specials .form-holder .chip input {
    padding: 6px;
    height: auto;
    width: 170px;
    min-width: 50px;
    background: transparent;
    color: #fff !important;
    border-radius: 0;
    font-size: 13px;
    transition: width 0.2s ease;
}

.specials .form-holder .chip input::placeholder {
    color: #fff;
}

.specials .form-holder .airlines__preferences .flex:last-of-type {
    border-bottom: none;
    padding: 10px 0;
}

.specials .form-holder .airlines__preferences input {
    margin: 0 !important;
}

.specials .form-holder .col {
    position: relative;
}

.specials .form-holder button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.specials .form-holder button.cancel {
    position: absolute;
    right: 59px;
    top: 38px;
}

.specials .form-holder .selected__location {
    font-size: 1rem;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    color: var(--color-sky-blue);
}

.specials textarea {
    min-height: 150px;
}

.specials .form-holder label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1rem;
    color: var(--color-dark-jet);
    position: relative;
}

.specials .form-holder .estimate-dates {
    padding: 2rem 1rem;
}

.specials .form-holder .estimate-dates label {
    position: absolute;
    left: 23px;
}

.specials .form-holder .estimate-dates label.active {
    left: 11px;
    /* background: red; */
    top: -24px;
    height: 70px;
    transform: none;
}

.specials .form-holder label.error,
.form-questions label.error {
    padding-top: 10px;
    font-weight: normal !important;
    font-size: 85%;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    color: var(--color-danger);
    display: none;
}

.specials .form-holder label.error:before,
.form-questions label.error:before {
    content: none;
    display: none;
}

.specials .form-holder input.invalid+label.error,
.form-questions.invalid label.error {
    display: block;
}

.specials .form-holder input.invalid {
    box-shadow: none;
    border-color: var(--color-danger);
}

.form-holder .calendar {
    position: relative;
}

.form-holder .calendar input {
    margin-top: 32px;
}



.form-holder .calendar label.trigger {
    width: 100%;
    width: calc(100% - 0.75rem);
    height: 77px;
    background: transparent;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.specials .select-wrapper span.caret {
    right: 13px;
    color: var(--color-dark-jet) !important;
    z-index: 999;
}

.specials input:focus,
.specials textarea:focus {
    box-shadow: none !important;
    outline: 1px solid var(--color-dark-jet) !important;
}

.specials label.required:before {
    position: absolute;
    content: "*";
    color: red;
    background: transparent;
    width: 22px;
    height: 22px;
    text-align: center;
    right: 10px;
    top: 5px;
    z-index: 5;
    font-weight: bold;
    font-size: 1rem;
    opacity: 1;
}

.specials .q-title {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: var(--color-dark-jet);
    display: inline-block;
    margin-right: 10px;
}


h1.estimated__title {
    font-family: 'Oswald';
    font-size: 2rem;
    font-weight: 400;
    color: var(--color-dark-jet) !important;
    margin-bottom: 1rem;
}

.estimate__info {
    font-size: 2rem;
    color: var(--color-sky-blue);
}

/* homepage */

.button-main-search {
    margin-top: 2rem;
    width: 100%;
    display: block;
}

/* flight/foot toggle */
.avatar a.button-secondary {
    box-shadow: none;
    padding: 0;
    border-radius: 50%;
    border-color: var(--color-ivory);
    width: 40px;
    height: 40px;
    position: relative;
}

.avatar a.button-secondary:hover {
    border-color: var(--color-dark-jet);
    ;
}

#mobile-demo,
nav a.button-collapse {
    display: none !important;
}

/* HTML marker styles */
.route-marker-pin {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 8px;
    position: relative;
    opacity: 0.9;
    top: -8px;
}

.route-marker-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4285F4;
    opacity: 0.9;
}

.map-place-details {
    background-color: #fff;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.map-place-details .details__title {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.map-place-pin .icon {
    background: rgba(255, 255, 255, 1);
    padding: 3px;
    border-radius: 5px;
    opacity: 0.9;
    top: -8px;
}

.map-place-pin .icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    opacity: 0.9;
}

.clicked-place-pin .icon {
    display: none;
}

.clicked-place-pin .details {
    display: flex !important;
}

.row.destination.added {
    animation: newlyAddedElement ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes newlyAddedElement {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.flash {
    background-color: #4285F4;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 1rem;
    z-index: 9999;
    opacity: 90%;
    text-align: center;
    animation: flash ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

@keyframes flash {
    100% {
        transform: translateY(-50px);
        display: none;
    }
}

.flashing-text {
    /*animation: blinker 1s linear infinite;*/
    color: maroon;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.toolbox {
    padding: 0 6px 0 24px;
    border-bottom: solid 1px #eee
}

.toolbox-item:not(:first-child):before {
    content: '|';
    color: '#ccc';
}


/* new materialize reset */
body .col .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

body .input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* margin-bottom: 1rem; */
body,
html {
    background-color: #fff !important;
}

body .card-panel {
    padding: 20px;
}

body .no_padding_sides {
    padding-right: 0;
    padding-left: 0;
}

body .footer-copyright {
    display: block !important;
    height: 50px;
    line-height: 50px;
}

body .input-field>label:not(.label-icon).active {
    transform: translate(0, -125%);
}

body .a-swrapper md-autocomplete input {
    font-size: 15px !important;
    height: 40px !important;
}

.flash-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

/* account */


/* .trips__list li button {
    display: inline-block;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: 4px;
    
} */

.trip-prompt {
    display: flex;
    gap: 10px;
    align-items: center;
}



/* .trips__list li:first-of-type {
    margin-top: 7px !important;
}

.trips__list li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid var(--color-ivory) !important;
    overflow: hidden;

}

.trips__list li:last-of-type {
    
    margin-bottom: 0 !important;
    border: none !important;
}

.trips__list li button.visible {
    display: inline-block !important;
}

.trips__list .trip-edit {
    float: left;
    width: 100%;
    display: block;
    max-width: none !important;
    box-sizing: border-box;
    padding-right: 80px !important;
    border: none;
    border-bottom: 1px solid var(--color-sky-blue);
}

.trips__list .trip-edit:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid var(--color-sky-blue) !important;
    max-width: none !important;
}

.trips__list .trip-save {
    position: absolute;
    right: 10px;
    top: 2px;
} */


/* end of account */

/* new header */

.account__menu {
    width: 100%;
    box-sizing: border-box;
}

.account__menu .card-panel {
    margin: 0;
    /* padding-top: 8px !important; */
    color: #444 !important;
    /* border: none !important; */
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
}

.tp__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0.75rem;
}

.tp__header .brand-logo svg {
    padding-top: 0;
}

@media only screen and (min-width: 601px) {

    .tp__header {
        flex-direction: row;
        padding: 1.5rem 1rem;
    }

    .account__menu {
        width: auto;
    }

    .account__menu .card-panel {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        width: auto;
    }

    /* .trips__list li button {
        display: none;

    }

    .trips__list li:hover button {
        display: inline-block;
    }

    .trip-prompt {
        display: inline-flex;
    } */

}

/* m  = 601px  */

md-tooltip .md-content.md-show {
    padding: 6px;
    border-radius: 2px;
    opacity: 95%;
    font-weight: normal;
    font-size: size 12px;
}

/* homepage trip action buttons */

.tp__toolbox {
    margin-top: -20px;
    padding: 1rem 20px;
    font-weight: 500;
    padding-left: calc(20px + 0.75rem);
    padding-right: calc(20px + 0.75rem);
    margin-bottom: 10px;
}

.tp__toolbox .name {
    max-width: 60%;
}





.tp__toolbox__actions {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    gap: 5px;
    float: right;
}

@media only screen and (max-width: 1200px) {
    .tp__toolbox .name {
        max-width: 100%;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;  */
    }

    .tp__toolbox__actions {
        justify-content: left;
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    br {
        display: none;
    }
}

/* profile page */
/* .profile__page select {
    display: block !important;
} */

.profile__page section {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.bkg-transparent {
    background: transparent !important;
}

.profile__page .buttons_group {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
}

.md-autocomplete-suggestions-container li .highlight {
    color: #01579b;
}




.privacy__sharing {
    margin-left: 0;
    /* margin-right:5px; */
    border: none !important;
    opacity: 0.8;
}

.privacy__sharing:hover {
    background-color: transparent !important;
}

.privacy__sharing svg {
    height: 20px;
    overflow: hidden;
    transform: translate(0px, 5px);
    color: var(--color-dark-jet);
}

.privacy__sharing.public svg {
    color: var(--color-sky-blue);
}

.privacy__sharing.private {
    opacity: 0.6;
}

.privacy__sharing.private svg {
    /* opacity: 0.6; */
    transform: translate(0px, 4px);
}

.button-share {
    position: relative;
    margin-top: 0px;
    margin-left: 0;
    transform: translate(0px, -6px);
}

.button-share i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
}

ul.list {
    padding-left: 1rem;
}

ul.list li {
    list-style: circle;
}


/* new profile page */

.new__profile {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--color-ivory);
}


.new__profile .right__side.collapsible {
    box-shadow: none;
    border: none;
}

.new__profile .collapsible-header,
.new__profile h4 {
    font-size: 1.425rem;
    font-weight: bold;
    border: none;
    margin: 0;
    min-height: auto;
    line-height: inherit;
    position: relative;
}

.new__profile .collapsible-body {
    border-bottom: none;
    padding-top: 1rem;
}

.new__profile .collapsible>li,
.new__profile:first-of-type .form__holder {
    border: 1px solid var(--color-ivory);
    border-radius: 5px;
    padding: 1rem 2.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.new__profile .collapsible>li:last-of-type,
.new__profile:last-of-type {
    margin-bottom: 0;
    /* padding-bottom:0; */
}

#tripModal,
#companionsModal {
    max-width: 600px;
}

.new__profile label,
#tripModal label,
#companionsModal label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1rem;
    color: var(--color-dark-jet);
    position: relative;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 1.1rem;
}

#tripModal .dates__purchased,
#companionsModal li {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}

#tripModal .dates__purchased label,
#tripModal .dates__purchased span,
#companionsModal li label {
    margin-bottom: 0;
}

#companionsModal label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem !important;
    color: #000 important;
    cursor: pointer !important;
}

#tripModal .dates__purchased span {
    display: block;
    font-weight: bold;
    color: var(--color-sky-blue);
}


.new__profile label.error {
    padding-top: 10px;
    font-family: "Roboto", sans_serif;
    font-weight: normal !important;
    font-size: 85%;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    color: var(--color-danger);
    display: none;
}

.new__profile .form__row.dates {
    padding-top: 30px;
    position: relative;
}

.new__profile .form__row.dates label {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 75px;
    /* background: red; */
}

.new__profile .col {
    position: relative;
}

.new__profile input[type="text"],
.new__profile input[type="email"],
.new__profile input[type="search"],
.new__profile input[type="password"],
#tripModal input[type="date"],
.new__profile textarea {
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid var(--color-slate-gray);
    color: var(--color-dark-jet) !important;
    background: #fff;
}

.new__profile input.invalid {
    box-shadow: none;
    border-color: var(--color-danger);
}

.new__profile input:focus,
.new__profile textarea:focus {
    box-shadow: none !important;
    outline: 1px solid var(--color-dark-jet) !important;
}

.new__profile md-autocomplete {
    margin-bottom: 20px;
}

.new__profile .chip,
.chip.dark {
    background-color: var(--color-slate-gray);
    color: #fff;
}

.new__profile .airlines__preferences {
    margin-bottom: 2rem;
}

.new__profile .airlines__preferences span {
    white-space: nowrap;
}

.new__profile .airlines__preferences .flex {
    border-bottom: 1px solid var(--color-dark-jet);
    padding: 10px 0;
}

.new__profile .airlines__preferences .flex:last-of-type {
    border-bottom: none;
    padding: 10px 0;
}

.new__profile .selected__location {
    font-size: 1rem;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    color: var(--color-sky-blue);
}


.new__profile .select-wrapper span.caret {
    right: 13px;
    color: var(--color-dark-jet) !important;
    z-index: 999;
}

.new__profile button:before,
.new__profile button:after {
    display: block;
    width: 100%;
    clear: both;
    content: "";
}

.new__profile>div.col:first-of-type h2,
.row__banner h3,
.new__profile h2.oswald {
    font-family: "Oswald";
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.new__profile>div.col:first-of-type p {
    margin-bottom: 2rem;
}

/* account titles */
@media only screen and (min-width: 993px) {
    .new__profile>div.col:first-of-type {
        text-align: right;
    }

    .new__profile>div.col:first-of-type {
        padding-right: 2rem;
    }

    .new__profile>div.col:first-of-type h2,
    .new__profile h2.oswald {
        font-size: 2rem;
    }

    .new__profile>div.col:first-of-type p {
        margin-bottom: 0;
    }
}


.new__profile .collapsible-header .arrow {
    transform: scale(1.5);
    position: absolute;
    right: -11px;
    top: 50%;
}


.new__profile .collapsible-header .arrow:before {

    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    border-color: var(--color-sky-blue);
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    /* transform: rotate(-45deg); */
    vertical-align: top;
    width: 0.45em;
    top: 0;
    transform-origin: center;
    transform: rotate(135deg);

}

.new__profile .collapsible-header.active .arrow:before {
    transform: rotate(-45deg);
}




.new__profile .companions__add {
    background: var(--color-slate-gray);
}

.new__profile .companions__add h3 {
    color: #fff;
    background: transparent;
}

.new__profile .companions__add h3 span.arrow:before {
    border-color: #fff;
}

.new__profile .companions__add.active {
    background: #fff;
}

.new__profile .companions__add.active h3 {
    color: inherit;
    background: transparent;
}

.new__profile .companions__add.active h3 span.arrow:before {
    border-color: var(--color-sky-blue);
}

.new__profile .companions__add button {
    white-space: nowrap;
}

.mbottom1 {
    margin-bottom: 1rem;
}

.mbottom2 {
    margin-bottom: 2rem;
}

.row__banner {
    padding: 2rem;
    background: var(--color-ivory);
    margin-top: -3rem;
}

.row__banner>div {
    max-width: 600px;
    margin: auto;
}

.row__banner h3 {
    font-weight: 400;
}

.row__banner ol {
    margin-left: 0;
    padding-left: 1rem;
}

.row__banner li {
    margin-bottom: 3px;
}

.new__profile-scroll {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding: 1rem 1rem 1rem 0;
}

.new__profile-scroll ul {
    margin: 0;
    padding: 0;
}

.new__profile-scroll .table-of-contents a.active {
    border-left: 2px solid var(--color-sky-blue);
}

.new__profile.fixed-action-btn {
    right: auto !important;
    left: 24px !important;
    bottom: -30px !important;
}

.new__profile.fixed-action-btn ul {
    bottom: 100px !important;
}

@media only screen and (min-width: 993px) {
    .new__profile-scroll {
        display: block;
    }

    .new__profile.fixed-action-btn {
        display: none !important;
    }
}

.new__profile.fixed-action-btn a {
    background-color: var(--color-sky-blue);
}

.new__profile.fixed-action-btn ul a.btn-floating {
    width: auto;
    white-space: nowrap;
    border-radius: 0;
    padding: 0 10px;
}

.text-transform-none {
    text-transform: none !important;
}

.flex-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.flex-menu span {
    color: var(--color-slate-gray);
}

.flex-menu.loggedin a {
    color: var(--color-slate-gray);
}

.flex-menu.loggedin a>span.rounded {
    position: relative;
    top: -2px;
    background-color: var(--color-danger);
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    color: white;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 0px;
    display: inline-block;
}

#tp_username,
.tripslist-new span {
    border: 1px solid var(--color-slate-gray);
    padding: 7px 14px;
    border-radius: var(--border-radius);
    display: flex;
    gap: 8px;
}

@media only screen and (max-width: 600px) {
    .flex-menu.loggedin {
        justify-content: end;
    }
}







/* Account Info */

.select-wrapper+label.asValue {
    display: none !important;
}

.select-wrapper+label.asValue.active {
    position: absolute !important;
    top: 41px;
    left: 22px;
    display: block !important;
    pointer-events: none;
}

.currency_wrapper .select-wrapper+label.asValue.active {
    position: absolute !important;
    top: 14px;
    left: 1px;
    display: block !important;
    font-size: 1rem;
    color: var(--color-sky-blue);
    display: none !important;
}

/* profile drop down menu */

.profile__menu {
    position: relative;
}

.profile__dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border: 1px solid var(--color-ivory);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    padding: 1rem 2rem;
}

.profile__dropdown .flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    /* align-items: center; */
}

.profile__dropdown .companion__icon {
    overflow: hidden;
    display: block;
    height: 24px;
}

.profile__dropdown .companion__icon svg {
    position: relative;
    top: 1px;
    width: 20px;
    height: auto;
}

.profile__dropdown a {
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
}

.profile__dropdown a:last-of-type {
    margin-bottom: 0;
}



.show-on-small,
.profile__dropdown a.show-on-small {
    display: block;
}

@media only screen and (min-width: 601px) {

    .show-on-small,
    .profile__dropdown a.show-on-small {
        display: none;
    }
}

/* profile thank you message */
.profile__thanks {
    justify-content: center;
    padding: 3rem 1rem;
    box-sizing: border-box;
}

.profile__thanks .col {
    padding: 1rem;
    max-width: 750px;
    float: none;
    /* background: var(--color-success); */
    margin: 2rem auto;
    /* color: #fff; */
    border-radius: var(--border-radius);
}

.profile__thanks h5 {
    line-height: 1.3;
}

/* .profile__thanks div {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
} */

.profile__thanks h5+p {
    /* margin-bottom: 1.5rem; */
}

.profile__thanks h6 {
    padding: 5px 0 2px;
    /* background: var(--color-dark-jet); */
    margin-bottom: 6px;
    font-weight: 700;
}

.profile__thanks li:first-of-type {
    margin-bottom: 1.5rem;
}

.profile__thanks li {
    font-size: 1.5rem;
}

.profile__thanks>div {
    border: 2px solid var(--color-dark-jet);
    position: relative;
}

.profile__thanks li span {
    background: var(--color-sky-blue);
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-right: 6px;
}

.profile__thanks__status {
    position: absolute;
    top: 0;
    left: 10px;
    background: var(--color-slate-gray);
    color: #fff;
    top: -28px;
    border-radius: 5px 5px 0 0;
    padding: 2px 15px;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
}

/* .profile__thanks li strong {
    color: var(--color-danger);
} */


.cells__trips-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cells__trips-list li {
    width: 100%;
    max-width: none;
    overflow: hidden;
    border: 1px solid var(--color-slate-gray) !important;
    border-radius: var(--border-radius);
    padding: 2rem !important;
    margin: 0 !important;
    position: relative;
}

.cells__trips-list li.tripslist-new {
    position: relative;
    border: 1px solid transparent !important;
}

.cells__trips-list li.tripslist-new a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    background-color: var(--color-sky-blue);
    color: #fff
}

.cells__trips-list li.tripslist-new a span {
    border: 1px solid var(--color-sky-blue);
    text-transform: uppercase;
}



@media (min-width: 993px) {
    .cells__trips-list li {
        max-width: calc(50% - 0.5rem);
        min-height: 300px;
    }

    .new__profile .cells__trips-list li.full__width {
        max-width: none;
    }

    .cells__trips-list li.tripslist-new a {
        background-color: transparent;
        color: var(--color-slate-gray)
    }

    .cells__trips-list li.tripslist-new,
    .cells__trips-list li.tripslist-new a span {
        border-color: var(--color-slate-gray) !important;
    }

    .cells__trips-list li.tripslist-new a:hover span {
        background: var(--color-sky-blue);
        color: #fff;
        border: 1px solid var(--color-sky-blue) !important;
    }

    li.tripslist-new.full__width {
        min-height: 200px;
    }

}

.cells__trips-list li h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    font-family: "Oswald";
}

.cells__trips-list li h3:hover {
    cursor: text;
    border-bottom: 1px solid var(--color-dark-jet);

}

.new__profile .cells__trips-list li input[type=text] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    border: none !important;
    border-bottom: 1px solid var(--color-dark-jet) !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    font-family: "Oswald";
}

.trips__list .trip__remove {
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--color-slate-gray);
    font-size: 1.5rem;
    cursor: pointer;
}

.trip__remove-prompt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(4px);
    gap: 1rem;
}

.trip__remove-prompt .flex {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.get__estimate {
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
    /* border-bottom: 1px solid var(--color-ivory);
    padding-bottom: 0.5rem; */
}

.trip__details {
    border-bottom: 1px solid var(--color-ivory);
    border-top: 1px solid var(--color-ivory);
    padding: 1rem 0;
    margin: 1rem 0;
}

.trip__details svg {
    min-width: 17px;
    margin-right: 8px;
}

.trip__details a span {
    white-space: nowrap;
}

.trip__details,
.trip__estimated {
    font-size: 1.12rem;
}

.trip__footer {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 601px) {
    .trip__footer {
        flex-direction: row;
    }
}

.trip__bottom {
    border-top: 1px solid var(--color-ivory);
    padding-top: 1rem;
    margin-top: 1rem;
}

.trips__list li.trip__submitted {
    border-color: var(--color-success) !important;
    background: #f5f5f5;
}

.trips__list li.trip__bought {
    border-color: #e9e9e9 !important;
    background: #f5f5f5;
    opacity: 0.65;
}

.trips__list li button {
    white-space: nowrap;
}


.profile__completion__mobile {
    /* display: block; */
    position: sticky;
    top: 0;
    right: 0;
    padding: 1rem;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid var(--color-dark-jet);
    margin-top: -1rem;
}

@media only screen and (min-width: 993px) {
    .profile__completion__mobile {
        display: none;
    }
}

.estimate__buttons {
    gap: 1rem;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 360px) {
    .estimate__buttons {
        flex-direction: row;
    }
}

@media only screen and (min-width:601px) {
    .estimate__buttons {
        flex-direction: column;
    }
}

@media only screen and (min-width: 900px) {
    .estimate__buttons {
        flex-direction: row;
    }
}

.display-none {
    display: none;
}

.invalid-input {
    border-color: var(--color-danger) !important;
    box-shadow: none !important;
    color: var(--color-danger) !important;
}

.saved-trips-ctas {
    flex: 0;
    align-items: center;
}

.saved-trips-ctas .or {
    font-size: 1.2rem;
    padding: 2px;
    font-weight: 500;
    margin: 0.5rem 0;
    /* opacity: 0.3; */
    color: var(--color-slate-gray);
    position: relative;
    width: 100%;
    text-align: center;
}

.saved-trips-ctas .or span {
    padding: 0 1rem;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 999;
    top: -2px;
}

.saved-trips-ctas .or.gray span {
    background: #f5f5f5;
}


.saved-trips-ctas .or:before {
    content: "";
    display: block;
    height: 1px;
    background: var(--color-ivory);
    position: absolute;
    top: 50%;
    width: 100%;
    left:0;
}


.trip__filters .select-wrapper {
    z-index: 999;
}

.trip__filters.form-holder{
    background-color: transparent;
    padding:0;
}

.trip__filters .flex .col {
    padding: 0 !important
}

.trip__filters .flex {
    gap: 1rem;
}

.trip__filters .switches .col {
    padding-right: 20px;
    padding-bottom: 11px;
}

.trip__filters .switches .col:last-of-type {
    padding-right: 0;
    padding-bottom: 0;
}

.trip__filters .switch label {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: nowrap;
}

.trip__filters .select__multiple .select-wrapper [type="checkbox"]+label::before {
    display: none;
}

.trip__filters .select__multiple .select-wrapper label {
    position: static;
}

.trip__filters .select__multiple .select-wrapper .dropdown-content li>a, 
.trip__filters .select__multiple .select-wrapper .dropdown-content li>span {
    padding: 0 16px;
    line-height: 0;
}

.trip__filters .dropdown-content {
    top:45px !important;
}


.wide {
    width: 100%;
}

.text-center {
    text-align: center;
}

.block {
    display: block !important;
}

.overflow-hidden{
    overflow: hidden;
}

.estimates_holder {
    display: flex;
    flex-direction: column;
}

.map_listing_holder.hasForm {
    order: 1;
}


@media (min-width: 601px) {
    .estimates_holder {
        display: block;
    }
}

#loginRegister .modal-header, #loginRegister .modal-content {
    padding: 10px;
}

#loginRegister .modal-header {
    padding-bottom: 0;
}

@media (min-width: 468px) {
    #loginRegister .modal-header, #loginRegister .modal-content  {
        padding: 24px;
    }
}


/* popput window login */


#loginRegister.modal {
    max-height: calc(85vh - 10%);
}

#loginRegister h5 {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    padding-top: 0;
    padding-left: 1.5rem;
    font-size: 1.45rem;
}

#loginRegister .choices {
    padding-top: 0;
    margin-top:0;
}

#loginRegister .choices li, #loginRegister .modal-note{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    font-size: 1.2rem;
    margin-left: 0;
    padding-left: 1.5rem;
}

#loginRegister .modal-note {
    display: none;
    margin-top: 0;
    margin-bottom: 2rem;

}

@media (min-width: 468px) {
    #loginRegister .modal-note {
        display: block;
    }
}


#loginRegister .choices li svg {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    background: #eee;
    padding: 10px;
    border-radius: 50%;
    stroke: var(--color-slate-gray);

}

#loginRegister .border-top {
    border-top: 1px solid #ccc;
}









