@font-face {
    font-family: RubikBold;
    src: url(../fonts/rubik-bold.ttf);
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.matchdetails-popup .popup-inner {
    height: calc(90vh - 10rem);
    overflow-y: auto;
}

.matchdetails-popup.popup-wrapper {
    overflow-y: hidden !important;
}

.matchdetails-popup .popup-inner::-webkit-scrollbar {
    width: 10px;
}

.matchdetails-popup .popup-inner::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.matchdetails-popup .popup-inner::-webkit-scrollbar-thumb {
    background-color: #5f3663;
    border-radius: 100px;
}

h3.matching-title {
    padding-top: 0;
    padding-left: 2rem;
    /* text-align: center; */
    /* border-bottom: 1px solid; */
    font-size: 22px;
    font-weight: 300;
    color: #5f3d67;
}

.matching-leftmargin.chart-bottommargin h5 {
    /* color: black; */
    font-size: 16px;
    font-weight: 500;
    /* padding: 0; */
}

.matchdetails-popup {
    background-color: #eaeaea !important;
}

.outro-message h2, .outro-message h5 {
    text-align: center;
    width: 100%;
}

.outro-message .aligncenter {
    float: none !important;
}

a.load-more-guides {
    background: #efc746;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10rem;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.load-more-guides-container {
    width: 100%;
    text-align: center;
}



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


    .contentblock-HeroHome .hero .hero-image .slide figure {
        height: 120% !important;
    }

    .contentblock-HeroHome .hero .hero-text .text h1 {
        font-size: 35px;
    }

    div#msgtext {
        max-width: 45%;
    }
}

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


    .contentblock-HeroHome .hero .hero-image .slide figure {
        height: 120% !important;
    }

    .contentblock-HeroHome .hero .hero-text .text h1 {
        font-size: 35px;
    }

    div#msgtext {
        max-width: 45%;
    }

    .btn {
        font-size: 2.5rem;
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1200px) {
    .btn {
        font-size: 2rem;
    }

    div#msgtext {
        max-width: 70%;
    }

    .guide-availability-calendar {
        max-width: 80% !important;
    }
}

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

    .guide-availability-calendar {
        max-width: 90% !important;
    }
}


@media only screen and (max-width: 667px) {
    div#msgtext {
        max-width: 100%;
    }

    .btn {
        font-size: 2.5rem;
    }

    .guide-availability-calendar {
        max-width: 98% !important;
    }

    #GuideCalendar h3 {
        text-align: center;
    }
}

.question-contact {
    text-decoration: none;
}

.connectmewithguide-popup .popup-inner {
    max-height: calc(90vh - 10rem);
    height: 100%;
    overflow-y: auto;
}

.connectmewithguide-popup.popup-wrapper {
    overflow-y: hidden !important;
}

.connectmewithguide-popup .popup-inner::-webkit-scrollbar {
    width: 10px;
}

.connectmewithguide-popup .popup-inner::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.connectmewithguide-popup .popup-inner::-webkit-scrollbar-thumb {
    background-color: #5f3663;
    border-radius: 100px;
}

.connectmewithguide-popup {
    /*background-color: #eaeaea !important;*/
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 1400px) {
    .connectmewithguide-popup h2.title {
        margin-bottom: 1rem !important;
        font-size: 26px;
    }

    .connectmewithguide-popup .styled-form input[type=text], .connectmewithguide-popup .styled-form input[type=email] {
        padding: 1.2rem 1.5rem;
    }

    .connectmewithguide-popup .styled-form textarea {
        min-height: 80px;
    }
}

/* Question Image */
.question-wrapper .image-container {
    width: auto;
    height: 186px;
    background: transparent;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.contentblock-CreateProfile .create-profile-wrapper .question-img {
    max-width: 364px !important;
    margin: 0 auto !important;
}

/* iphone 13 */
/*@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .contentblock-CreateProfile .questionaire-wrapper {
        height: calc(90vh);
        background: red;
    }
}*/

/* older */
/*@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .contentblock-CreateProfile .questionaire-wrapper {
        height: calc(90vh);
        background: red;
    }
}*/

/* responsive */
/*@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) {
    .contentblock-CreateProfile .questionaire-wrapper {
        height: calc(90vh);
        background: red;
    }
}*/

/*@media only screen and (min-device-width: 375px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .contentblock-CreateProfile .create-profile-wrapper {
        background: red !important;
    }
}*/

/* ~ Question Image */


/* Guides header */
.guides-title-text h2 strong {
    font-weight: 600;
}

.guides-title-text {
    float: none;
    margin: auto;
}

    .guides-title-text h4 {
        color: #4e4e4e;
    }

@media only screen and (max-width:1400px) {
    .guides-title-text h4 {
        color: #4e4e4e;
        font-size: 2.5rem;
        line-height: 1.5;
    }
}
/* ~Guides header */

/* Guide Profile Intro */
.guide-profile-intro-text {
    margin-top: 2rem;
}

    .guide-profile-intro-text h2 strong {
        font-weight: 300;
    }

    .guide-profile-intro-text p {
        color: #4e4e4e;
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }

h2.guide-profile-summary-chart-title {
    margin-top: 2rem;
    margin-bottom: 0rem;
}
/* ~Guide Profile Intro */
@media only screen and (max-width:1400px) {
    .guides-title-text h4 {
        color: #4e4e4e;
        font-size: 2.5rem;
        line-height: 1.5;
    }
}
/* ~Guides header */

.homepage-slider-titles-container {
    width: 100%;
    padding: 8rem 0 0 0;
    font-family: RubikBold;
}

    .homepage-slider-titles-container h1, .homepage-slider-titles-container h2 {
        color: white !important;
        font-weight: 600;
        text-shadow: 0px 0px 8px #131313;
    }

    .homepage-slider-titles-container h1 {
        margin-bottom: 0px;
        font-size: 55px;
    }

    .homepage-slider-titles-container h2 {
        font-size: 32px;
    }

.homepage-slider-titles {
    padding-left: 1.5rem !important;
}

.guide-availability-calendar {
    font-family: 'Rubik';
}

    .guide-availability-calendar .e-footer-container .e-today {
        background: #f7cd46 !important;
        font-family: 'Rubik';
        color: black !important;
    }

    .guide-availability-calendar .e-cell.e-disabled.unavailable-date {
        background-color: #ffc0bd !important;
        color: #000 !important;
        padding: 3px !important;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .guide-availability-calendar .e-cell.e-disabled.previous-date span {
        color: gray !important;
        text-decoration: line-through;
    }

    .guide-availability-calendar .e-cell.e-disabled .e-day {
        color: black !important;
    }

    .guide-availability-calendar .e-cell {
        background-color: #dae7b9 !important;
        color: #000 !important;
        padding: 3px !important;
        border: 1px solid #fff;
        border-radius: 5px;
    }

        .guide-availability-calendar .e-cell.previous-date {
            background-color: #fff !important;
        }


#GuideCalendar h3 {
    font-size: 2.8rem;
    color: #5f3663;
}



.guide-availability-calendar .e-today .e-day {
    border: none !important;
    box-shadow: none !important;
}

.guide-availability-calendar .e-today {
    box-shadow: none !important;
}

.guide-availability-calendar .e-selected .e-day {
    background: none !important;
    color: black !important;
    border-radius: 0 !important;
}

.guide-availability-calendar .selected-dates {
    background-color: #f7cd46;
}

.guide-availability-calendar .e-selected {
    border-radius: 5px !important;
}

.guide-availability-calendar .e-focused-date span.e-day {
    background: transparent !important;
    cursor: default !important;
}

.guide-availability-calendar span.e-day, .e-cell {
    background: transparent !important;
}



.content-page {
    font-family: 'Rubik';
}

.content-image-block {
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
}

.content-page .content-container {
    padding-left: 1rem;
    padding-right: 2rem;
}

    .content-page .content-container h1 {
        text-align: center;
        font-size: 4.5rem;
        margin-bottom: 5rem;
    }

    .content-page .content-container p {
        text-align: justify;
        font-size: 2.5rem;
        line-height: 4rem;
        color: #4e4e4e;
        padding: 0 0 2rem 0;
        margin-bottom: 0;
    }

.static-content li {
    text-align: justify;
    font-size: 2.5rem;
    line-height: 4rem;
    color: #4e4e4e;
    padding: 0 0 2rem 0;
    margin-bottom: 0;
}

.content-page .content-container h2 {
    font-size: 3.5rem;
    margin-top: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.content-page .content-container h3 {
    font-size: 2.5rem;
    margin-top: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #464646
}

.content-page .guides-title-text {
    padding-left: 1rem;
}

.content-page .contentblock-GuidesOverview .guides-title-text {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

h2.content-list-title {
    margin-bottom: 5rem;
    text-align: center;
    width: 100%;
}

/* Toast Icons */
@font-face {
    font-family: 'Toast_icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.toast-icons {
    font-family: 'Toast_icons' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
    height: auto;
    font-size: 30px;
}

.bootstrap5 #toast_type .e-toast-icon.e-icons,
.bootstrap5-dark #toast_type .e-toast-icon.e-icons {
    height: 25px;
}

.toast-icons.e-success::before {
    content: "\e701";
}

.toast-icons.e-error::before {
    content: "\e700";
}

.toast-icons.e-info::before {
    content: "\e704";
}

.toast-icons.e-warning::before {
    content: "\e703";
}

#toast_types {
    text-align: center;
}

.e-play-icon::before {
    content: '\e324';
}

.e-pause-icon::before {
    content: '\e326';
}

.e-toast {
    z-index: 99999 !important;
}
/* End of Toast Icons*/

form.content-page-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    form.content-page-filter button {
        font-size: 1.6rem;
    }

    form.content-page-filter .btn.arrow-right-icon::after {
        font-size: 1.6rem;
    }

    form.content-page-filter span.content-page-filter-intro-text {
        font-size: 2rem;
    }
/* End of Toast Icons*/

.guide-availability-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

    .guide-availability-header h3 {
        margin-bottom: 0rem;
    }

.itinerary-box-form-row .spin-row {
    position: relative;
    margin-left: 20px;
    z-index: 0;
}

.itinerary-box-form-row .e-spin-material {
    stroke: #663366 !important;
}

.guide-availability-header .spin-row {
    position: relative;
    margin-left: 20px;
    z-index: 0;
}

.guide-availability-header .e-spin-material {
    stroke: #663366 !important;
}

span.capitalize {
    text-transform: capitalize;
}

.header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 70px !important;
    z-index: 999999 !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.body-flex main {
    margin-top: 75px !important;
}

.header-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

    .header-right a.btn.btn-primary {
        font-size: 2rem;
        margin-top: 10px;
    }

    .header-right .btn.arrow-left-icon::before {
        font-size: 2rem;
    }


@media only screen and (max-width: 667px) {
    .header-right a.btn.btn-primary {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .header-right .btn.arrow-left-icon::before {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 480px) {
    .header-right a.btn.btn-primary {
        text-align: center;
    }
}


.euro-sign {
    min-width: 60px;
    font-weight: 600;
    font-size: 48px;
    color: #f7cd46;
    margin-top: -20px;
}

    .euro-sign .even {
        font-weight: bold;
        color: #e8e8e8;
    }


.not-found-container {
    padding-top: 10rem;
    text-align: center;
    margin-bottom: 7rem;
}

    .not-found-container h1 {
        font-size: 15.5rem;
        letter-spacing: .10em;
        margin: .025em 0;
        white-space: nowrap;
    }

    .not-found-container h2 {
        margin-bottom: .40em;
    }

    .not-found-container p {
        color: #191919;
        margin-top: 0;
        font-size: 2rem;
    }

    .not-found-container img {
        height: 12rem;
    }


.guides-overview, .contents-overview {
    justify-content: center;
}

.guide-card-item {
    width: 33%;
    display: flex;
    text-decoration: none;
    margin-bottom: 2rem;
    position: relative;
}

.content-card-item {
    width: 32%;
    display: flex;
    text-decoration: none;
    margin-bottom: 2rem;
    position: relative;
    margin-right: 1%;
}

    .guide-card-item .guide-card-inner, .content-card-item .content-card-inner {
        text-decoration: none;
        width: 100%;
    }

    .guide-card-item .guide-card-image img, .content-card-item .content-card-image img {
        width: 100%;
        padding: 1rem;
        padding-bottom: 0;
        border-top-left-radius: 2rem !important;
        border-top-right-radius: 2rem !important;
    }

.content-card-image-inner {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}



.guide-card-item .guide-card-info h3.guide-name {
    font-size: 5rem;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.guide-card-item .guide-card-info p.guide-text, .content-card-item .content-card-info p.content-text {
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0;
    height: 4rem;
}

.guide-card-item .guide-card-info ul.rating {
    font-size: 2rem;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}

.guide-card-item .guide-card-info {
    margin: 1rem;
    margin-top: 0;
    background: #978a8a;
    color: white;
    padding: 1rem;
    margin-top: -12rem;
    border-radius: 1rem;
    position: relative;
    padding-left: 2rem;
}

.content-card-item .content-card-info {
    margin-top: 0;
    background: #978a8a;
    color: white;
    padding: 1rem;
    margin-top: -12rem;
    border-radius: 1rem;
    position: relative;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    height: 220px;
}

.content-card-info h3.content-name {
    margin-bottom: 0.5rem;
    height: 7rem;
    display: flex;
    align-items: end;
    margin-top: 1.6rem;
}

.guide-card-item .guide-card-info-bottom, .content-card-item .content-card-info-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-top: auto;
}

.guide-card-item .guide-card-info span.arrow, .content-card-item .content-card-info span.arrow {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #f7cd46;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
}

.guide-card-item .guide-card-info span.certified {
    font-size: 2.5rem;
    position: absolute;
    top: 2.5rem;
    /* right: 1rem; */
    margin-left: 5px;
}

.guide-card-item .percentage {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #636;
    margin: 1rem;
    width: 7rem;
    height: 7rem;
    color: white;
    border-radius: 50%;
    font-size: 2.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 1400px) {
    .guide-card-item .guide-card-info h3.guide-name {
        font-size: 4rem;
    }

    .content-card-item .content-card-info h3.content-name {
        font-size: 3.4rem;
    }

    .guide-card-item .guide-card-info p.guide-text, .content-card-item .content-card-info p.content-text {
        font-size: 1.9rem;
    }

    .guide-card-item .guide-card-info, .content-card-item .content-card-info {
        margin-top: -9rem;
    }

        .guide-card-item .guide-card-info span.certified {
            font-size: 2.2rem;
        }

    .guide-card-item .percentage {
        width: 6.5rem;
        height: 6.5rem;
        font-size: 2.1rem !important;
        font-weight: 400;
    }

    .content-card-image-inner {
        width: 100%;
        height: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .guide-card-item .guide-card-info h3.guide-name {
        font-size: 3.5rem;
    }

    .content-card-item .content-card-info h3.content-name {
        font-size: 2.6rem;
        margin-top: 0;
    }

    .guide-card-item .guide-card-info p.guide-text, .content-card-item .content-card-info p.content-text {
        font-size: 1.6rem;
    }

    .guide-card-item .guide-card-info {
        margin-top: -6rem;
    }

    .content-card-item .content-card-info {
        margin-top: -6rem;
        height: 155px;
    }

    .guide-card-item .guide-card-info span.certified {
        font-size: 1.9rem;
    }

    .guide-card-item .guide-card-info ul.rating {
        font-size: 1.6rem;
    }

    .guide-card-item .percentage {
        width: 5.5rem;
        height: 5.5rem;
        font-size: 1.8rem !important;
        font-weight: 400;
    }

    .guide-card-item .guide-card-info span.arrow {
        font-size: 1.6rem;
        width: 4rem;
        height: 4rem;
    }

    .content-card-item .content-card-info span.arrow {
        font-size: 1.4rem;
        width: 3rem;
        height: 3rem;
    }

    .content-card-image-inner {
        height: 300px;
    }
}

@media only screen and (max-width: 1050px) {
    .guide-card-item .guide-card-info p.guide-text, .content-card-item .content-card-info p.content-text {
        font-size: 1.5rem;
    }

    .content-card-item .content-card-info {
        margin-top: -6rem;
        height: 138px;
    }

        .content-card-item .content-card-info h3.content-name {
            font-size: 2.2rem;
        }

    .content-card-image-inner {
        height: 250px;
    }

    .content-card-info h3.content-name {
        height: 6rem;
    }
}

@media only screen and (max-width: 500px) {
    .guide-blocker {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 769px) {
    .guide-blocker-normal {
        margin-top: 3rem !important;
    }

    .guide-blocker {
        margin-top: 10rem !important;
    }

    .breadcrumb li {
        text-align: center;
    }

    .guide-card-item {
        width: 50%;
    }

    a.book-now-popup {
        margin-right: 0 !important;
    }

    .content-card-item {
        width: 49%;
    }

    .guide-card-item .guide-card-info h3.guide-name {
        font-size: 2.5rem;
    }

    .content-card-item .content-card-info h3.content-name {
        font-size: 2rem;
        height: 5rem;
    }

    .guide-card-item .guide-card-info p.guide-text, .content-card-item .content-card-info p.content-text {
        font-size: 1.5rem;
        height: 3.8rem;
    }

    .guide-card-item .guide-card-info span.certified {
        font-size: 1.4rem;
    }

    .guide-card-item .guide-card-info ul.rating {
        font-size: 1.4rem;
    }

    .guide-card-item .guide-card-info, .content-card-item .content-card-info {
        padding-left: 1rem;
    }

        .guide-card-item .guide-card-info span.arrow {
            font-size: 1.6rem;
            width: 4rem;
            height: 4rem;
        }

    .guide-card-item .percentage {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.5rem !important;
        font-weight: 400;
    }

    .content-card-image-inner {
        height: 280px;
    }

    .content-card-item .content-card-info {
        height: 150px;
    }
}

@media only screen and (max-width: 480px) {
    .guide-card-item, .content-card-item {
        width: 100%;
    }

        .guide-card-item .guide-card-info h3.guide-name {
            font-size: 5rem;
        }

        .guide-card-item .guide-card-info ul.rating {
            font-size: 2rem;
        }

        .guide-card-item .guide-card-info span.certified {
            font-size: 2.5rem;
        }

        .guide-card-item .percentage {
            width: 7rem;
            height: 7rem;
            font-size: 2.5rem !important;
        }

        .content-card-item .content-card-info span.arrow {
            font-size: 1.6rem;
            width: 4rem;
            height: 4rem;
        }

        .content-card-item .content-card-info h3.content-name {
            font-size: 3rem;
        }

        .content-card-item .content-card-info p.content-text {
            font-size: 2rem;
        }

    .footer-menu ul li {
        text-align: center;
    }

    .footer .footer-menu li a {
        font-size: 1.5rem;
    }

    .footer .footer-menu li:before {
        display: none !important;
    }
}


.payment-landing-page {
    padding-top: 20px;
}

    .payment-landing-page .guide-info-section {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .payment-landing-page .guide-profile-photo img {
        max-width: 80px;
        border-radius: 5px;
    }

    .payment-landing-page table {
        width: 100%;
    }

        .payment-landing-page table thead {
            background: #663366;
            color: white;
        }

        .payment-landing-page table > thead > tr > th {
            font-weight: 100;
            padding: 1rem;
        }

        .payment-landing-page table > tbody > tr > td {
            padding: 1px 5px;
        }

    .payment-landing-page .guide-intro h1 {
        font-size: 3rem;
    }

    .payment-landing-page .guide-intro h3 {
        font-size: 2rem;
    }


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

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

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

td.odd {
    background: #f2f2f2;
}

td.even {
    background: #d9d9d9;
}

.payment-landing-page .payment-invoice-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

    .payment-landing-page .payment-invoice-header .invoice-info-section ul {
        padding-left: 0px;
    }

        .payment-landing-page .payment-invoice-header .invoice-info-section ul > li {
            list-style: none;
            color: black;
        }

            .payment-landing-page .payment-invoice-header .invoice-info-section ul > li > strong {
                color: #663366;
                font-weight: bold;
                font-family: Rubik, sans-serif;
                font-weight: bold;
                width: 100px;
                display: inline-block;
            }

.payment-landing-page td.text-align-center {
    width: 60px;
}

.payment-landing-page td.text-align-right {
    width: 120px;
}

.payment-landing-page .vat-column {
    border-bottom: 1px solid;
}

.payment-landing-page table.inline-summary-table > thead > tr > th {
    padding: 1px;
}

.payment-landing-page table.inline-summary-table > tbody > tr > td {
    padding: 1px;
    font-weight: 300;
    width: 20%;
}


.payment-landing-page table.inline-summary-table > tfoot > tr > th.border-top-right {
    padding: 1px;
    border-right: 1px solid;
    border-top: 1px solid;
}

.payment-invoice-footer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 3rem;
}

.guide-card-item .guide-card-info span.arrow {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
}

@media only screen and (max-width: 770px) {
    .payment-landing-page .payment-invoice-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: start;
    }

    .payment-landing-page .guide-profile-photo img {
        max-width: 60px;
    }

    .payment-landing-page table {
        border: 0;
    }

        .payment-landing-page table caption {
            font-size: 1.3em;
        }

    .payment-landing-page .guide-intro h1 {
        margin-bottom: 0.25rem;
    }

    .payment-landing-page table thead.invoice-table {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .payment-landing-page table tbody.invoice-table tr {
        display: block;
        margin-bottom: .825em;
        width: 95vw !important;
    }

    .payment-landing-page table tfoot.invoice-table tr.invoice-table-footer-row {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
        width: 95vw !important;
    }

        .payment-landing-page table tfoot.invoice-table tr.invoice-table-footer-row th.text-align-right.footcaption {
            width: 80vw;
        }

        .payment-landing-page table tfoot.invoice-table tr.invoice-table-footer-row th.text-align-right.footsum {
            width: 20vw;
        }

    .payment-landing-page .vat-column {
        border: none;
    }

    .payment-landing-page table tbody.invoice-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1.5rem;
        text-align: right;
        width: 100% !important;
    }

    .payment-landing-page table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color: #663366;
    }

    .payment-landing-page table tbody tr td:last-child {
        border-bottom: 0;
    }

    .payment-landing-page table tfoot.invoice-table tr.inline-table th {
        display: none;
    }

        .payment-landing-page table tfoot.invoice-table tr.inline-table th.inline-table-cell {
            width: 95vw;
            display: block;
        }

    .payment-landing-page table.inline-summary-table {
        border: 1px solid #ccc;
        margin-bottom: 1.5rem;
    }

    .payment-landing-page table tfoot.invoice-table tr.inline-table th.inline-table-cell th {
        display: table-cell;
    }

    .footer-menu ul li {
        text-align: center;
    }

    .footer .footer-menu li a {
        font-size: 1.5rem;
    }

    .footer .footer-menu li:before {
        display: none !important;
    }
}

.payment-result-box {
    width: 450px;
    max-width: 90vw;
    margin: 0 auto;
    padding: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.payment-result {
    margin-top: 10rem;
}

    .payment-result h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .payment-result .payment-info ul {
        padding: 0;
    }

        .payment-result .payment-info ul li {
            list-style: none;
            border-bottom: 1px solid #eee;
            margin-bottom: 0.5rem;
            margin-top: 0.5rem;
        }

            .payment-result .payment-info ul li:last-child {
                border-bottom: none;
            }

            .payment-result .payment-info ul li strong {
                display: inline-grid;
                width: 170px;
                color: #663366;
            }

            .payment-result .payment-info ul li span {
                float: right;
            }

    .payment-result .image-block {
        text-align: center;
    }

        .payment-result .image-block img {
            width: 64px;
        }

    .payment-result h3 {
        font-size: 2rem;
        color: #7c7c7c;
        text-align: center;
    }


.how-it-works {
    max-width: 1000px;
    margin: 0 auto;
}

    .how-it-works .step {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        margin-bottom: 3rem
    }

        .how-it-works .step .step-image img {
            width: 120px;
        }


.contentblock-GuideDetail .guide-references {
    padding-bottom: 5rem
}

.contentblock-GuideDetail .guide-references {
    position: relative;
    margin-bottom: 4rem
}

    .contentblock-GuideDetail .guide-references span.e-icons {
        width: 6rem;
        height: 6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 4rem;
        position: absolute;
        top: calc(50% - 3rem);
        color: #978a8a !important;
        z-index: 9;
        cursor: pointer;
    }

    .contentblock-GuideDetail .guide-references .slide .slide-inner {
        width: 100%;
        padding: 5rem 15%;
        font-family: Panterick;
        color: #978a8a
    }

        .contentblock-GuideDetail .guide-references .slide .slide-inner .qoute {
            line-height: 1.4
        }

        .contentblock-GuideDetail .guide-references .slide .slide-inner .name {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 6rem
        }

.guide-references .e-indicator div {
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 15px !important;
}


.guide-references .e-indicator {
    min-width: auto !important;
}

.guide-references .e-active .e-indicator div {
    background: #9c9090 !important;
}

.guide-references .e-carousel-navigators .e-btn-icon {
    color: #9c9090 !important;
}


.profile-message-button-center {
    border-bottom: 1px solid #978a8a;
    padding-bottom: 5rem
}

#components-reconnect-modal {
    z-index: 999999 !important;
}

.booking-request-page {
    margin: 0 auto;
    margin-top: 200px;
    max-width: 800px;
    padding: 10px;
}

.booking-request-cover {
    display: flex;
    flex-direction: row;
    gap: 5rem;
}

@media only screen and (max-width: 667px) {
    .booking-request-cover {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}


.booking-request-cover .image-section img {
    width: 180px;
    border-radius: 5px;
    padding: 1px;
    border: 1px solid #ccc;
}

.booking-request-cover .text-section {
}

    .booking-request-cover .text-section h1 {
        font-size: 4.5rem;
    }

    .booking-request-cover .text-section h2 {
        font-size: 3rem;
    }

    .booking-request-cover .text-section p {
        font-size: 1.7rem;
    }

    .booking-request-cover .text-section blockquote {
        margin-left: 0;
    }

.booking-request-footer {
    text-align: center;
    padding: 4rem;
}

}

.font-italic {
    font-style: italic;
}

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

.dialog-form-checkbox.e-checkbox-wrapper .e-frame {
    border: 1px solid;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "e-icons";
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    border: 1px solid #ccc;
}

.dialog-form-checkbox.e-checkbox-wrapper .e-check {
    font-size: 13px;
}

.dialog-form-checkbox.e-checkbox-wrapper .e-frame.e-check {
    background-color: #636;
    border-color: #636;
    color: #fff;
}


.dialog-form-checkbox.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
    background-color: #636;
    border-color: #636;
}

.e-checkbox-wrapper.dialog-form-checkbox .e-label {
    font-family: 'Rubik';
    padding-top: 2px;
}

.image-selector-box .e-dlg-content {
    overflow: hidden;
}

a.booking-chevron {
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
}

    a.booking-chevron i {
        font-weight: bold !important;
        font-size: 10px;
    }

.chat .messages-chat {
    padding: 25px 35px;
    height: 630px;
    overflow-y: scroll;
    margin-right: 1rem;
    max-height: 55vh;
}

    .chat .messages-chat .message {
        display: flex;
        align-items: center;
        margin-bottom: 2px;
        font-family: 'Rubik';
        margin-top: 30px;
    }

        .chat .messages-chat .message .photo {
            display: block;
            width: 45px;
            height: 45px;
            background: #E6E7ED;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .chat .messages-chat .message.front {
            margin-top: 10px;
        }

            .chat .messages-chat .message.front.first-message {
                margin-top: 30px;
            }

        .chat .messages-chat .message.local.first-message {
            margin-top: 10px;
        }

    .chat .messages-chat .text {
        margin: 0px;
        background-color: #f6f6f6;
        padding: 15px;
        border-radius: 12px;
        font-size: 15px;
    }

.body-header.chat-part {
    display: flex;
    flex-direction: row;
    margin: 22px 10px 20px;
    justify-content: space-between;
}

.chat-part .actions button {
    border-radius: 50%;
    background: #ffcc00;
    border: none;
    color: black;
    cursor: pointer;
}

a.chat-item-with-file {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

span.chat-message-small-detail {
    font-size: 12px;
    line-height: 2px;
    font-style: italic;
}

.messages-chat::-webkit-scrollbar {
    width: 10px;
}

.messages-chat::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.messages-chat::-webkit-scrollbar-thumb {
    background-color: #5f3663;
    border-radius: 100px;
}

.text-only {
    margin-left: 45px;
}

.time {
    font-size: 10px;
    color: lightgrey;
    margin-bottom: 10px;
    margin-left: 5px;
    font-family: 'Rubik' !important;
}

.response-time {
    float: right;
    margin-right: 5px !important;
    font-family: 'Rubik' !important;
}

.response {
    float: right;
    margin-right: 0px !important;
    margin-left: auto; /* flexbox alignment rule */
}

    .response .text {
        background-color: #e3effd !important;
    }

.footer-chat {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    bottom: 0;
    background-color: transparent;
    padding-right: 15px;
}

.chat .footer-chat .icon {
    margin-left: 10px;
    color: #C0C0C0;
    font-size: 14pt;
}

.chat .footer-chat .send {
    padding: 8px;
    border-radius: 50px;
    font-size: 12pt;
    cursor: pointer;
}

.chat .footer-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    color: #515151;
}

.chat .footer-chat .right {
    position: absolute;
    right: 40px;
}

.chat span.author {
    color: #663366;
    font-weight: 600;
    font-size: 13px;
    display: block;
    font-family: 'Rubik';
}

.write-message {
    border: none !important;
    width: 60%;
    height: 50px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 20px !important;
    background: #e9e9e9 !important;
}

.user-typing-info {
    width: 90%;
    margin: 0 auto;
    padding-left: 20px;
    border-top: 2px solid #EEE;
}

    .user-typing-info span {
        font-family: 'Rubik';
        font-size: 11px;
        font-weight: bold;
        color: gray;
    }

.footer-chat *::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 12pt;
}

.footer-chat input *:-moz-placeholder {
    color: #C0C0C0;
    font-size: 12pt;
}

.footer-chat input *::-moz-placeholder {
    color: #C0C0C0;
    font-size: 12pt;
    margin-left: 5px;
}

.footer-chat input *:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 12pt;
}

.contact-message-body {
    background: white;
}

.contact-message-body-part h3, .contact-message-body-part .title {
    color: #663366 !important;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

    .contact-message-body-part h3 span {
        font-weight: bold;
        font-size: 14px;
        display: block;
        color: #343434;
    }

img.contat-message-owner-image {
    max-width: 96px;
    border-radius: 50%;
    border: 3px solid #636;
}

.itinerary-accordion-item {
    margin: 1rem;
    font-family: 'Rubik' !important;
}

    .itinerary-accordion-item .e-acrdn-content {
        font-family: 'Rubik';
    }

    .itinerary-accordion-item .e-acrdn-header {
        background: #ffcc00 !important;
    }

    .itinerary-accordion-item .e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child {
        border-color: #ffcc00 !important;
    }

    .itinerary-accordion-item .itinerary-title {
        color: black;
        display: flex;
        gap: 1rem;
        width: 100% !important;
        justify-content: space-between !important;
        padding-right: 35px;
        font-family: 'Rubik' !important;
    }

.e-acrdn-header-content {
    width: 100%;
}

.itinerary-accordion-item .e-toggle-icon {
    color: black !important;
}

.itinerary-accordion-item .e-accordion {
    border: 1px solid #ffcc00;
}

.itinerary-accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Rubik';
}

.itinerary-item-time .times {
    display: flex !important;
    flex-direction: column;
    gap: 0px;
}

.itinerary-item-time small {
    font-size: 10px;
    margin-top: -5px;
    padding-top: 0;
}

.write-message {
    height: 50px !important;
    font-family: 'Rubik'
}

    .write-message::placeholder {
        font-size: 14px;
    }

.contact-message-body-part .e-tab-text {
    font-family: 'Rubik' !important;
    color: #525252;
}

.contact-message-owner {
    display: flex;
    flex-direction: column;
    color: #636;
    font-family: 'Rubik';
    margin-bottom: 1rem;
}

    .contact-message-owner .user-name {
        font-weight: 800;
        font-size: 28px !important;
    }

    .contact-message-owner .date {
    }

.itinerary-items .itinerary-item {
    display: flex;
    gap: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
    padding-left: 10px;
}

    .itinerary-items .itinerary-item .itinerary-item-time {
        display: flex;
        width: 75px;
        flex-direction: row;
        align-items: center;
        font-size: 15px;
        line-height: 2.5rem;
    }

    .itinerary-items .itinerary-item .itinerary-item-text {
        width: 100%;
        padding-left: 5px;
        padding-right: 10px;
        border-right: 1px solid;
        border-left: 2px solid;
        font-size: 15px;
    }

        .itinerary-items .itinerary-item .itinerary-item-text span {
            font-size: 15px;
            line-height: 2.5rem;
        }

    .itinerary-items .itinerary-item .itinerary-item-price {
        width: 120px;
        font-size: 15px;
        line-height: 2.5rem;
    }

    .itinerary-items .itinerary-item .itinerary-item-text.no-value {
        border-right: none;
    }

    .itinerary-items .itinerary-item .itinerary-item-text.no-planned {
        border: none;
    }

    .itinerary-items .itinerary-item:nth-child(even) {
        background: #f9f9f9;
    }

.itinerary-accordion-item .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
    padding: 0;
}

.itinerary-accordion-footer .itinerary-item-text {
    padding-top: 5px;
}

.itinerary-accordion-footer .itinerary-item-price {
    width: 137px !important;
}

.itinerary-accordion-footer .itinerary-item-price {
    margin-right: 42px
}

/*.itinerary-accordion-item .e-accordion .e-acrdn-item .e-acrdn-header {
    margin-bottom: 0;
}*/

.itinerary-items span.no-content {
    padding: 6px 10px;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.itinerary-item-images {
    display: flex;
    flex-direction: row;
    gap: 3px;
}

    .itinerary-item-images .itinerary-item-image {
        max-width: 150px;
        min-width: 50px;
    }

        .itinerary-item-images .itinerary-item-image img {
            width: 100%;
        }

.itinerary-item-place-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    align-items: end;
}

.booking-item-box-places {
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin-bottom: 10px;
}

    .booking-item-box-places .booking-item-box-place {
        min-width: 50%;
    }

        .booking-item-box-places .booking-item-box-place.selections {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .booking-item-box-places .booking-item-box-place.selections a {
                font-size: 12px;
                font-weight: bold;
                cursor: pointer;
                color: #663366
            }

.booking-item-box-place img {
    width: 275px;
    display: block;
}

.booking-item-image-selection {
    height: 150px;
    display: flex;
    flex-wrap: wrap;
}

    .booking-item-image-selection div a {
        cursor: pointer;
    }


.booking-item-image-carousel .e-indicator {
    min-width: auto !important;
}

    .booking-item-image-carousel .e-indicator div {
        height: 15px !important;
        width: 15px !important;
        border: 1px solid #ccc !important;
        border-radius: 15px !important;
    }

.booking-item-image-carousel .e-active .e-indicator div {
    background: #9c9090 !important;
}

.booking-item-image-carousel .e-carousel-navigators .e-btn-icon {
    color: #9c9090 !important;
}

.booking-item-image-carousel .e-carousel-navigators .e-btn {
    min-width: auto !important;
}

.booking-item-image-carousel .e-carousel-navigators {
    align-items: flex-end;
}

.booking-item-image-selection .image-preview img {
    width: 425px;
    height: 175px;
    border-radius: 2px;
}

.booking-item-image-selection .image-preview {
    width: 100%;
    text-align: center;
}

.booking-item-image-selection .e-carousel-items img {
    border-radius: 2px;
    margin-left: 14px;
}

.booking-item-image-selection .image-preview button {
    margin-top: 10px;
}

.booking-item-image-selection h3 {
    font-size: 12px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 13px;
    font-weight: 400;
    font-family: 'Rubik';
}


.itinerary-item-address-info span {
    font-size: 12px;
}

.itinerary-item-address-info strong {
    font-size: 11px;
    display: block;
}

.itinerary-title span {
    font-size: 15px;
    color: #000000;
    margin-right: 21px;
    width: 100px;
    text-align: right;
    font-weight: 900;
    font-family: 'Rubik';
}

.contact-message-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-message-reference {
    color: #663366;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Rubik';
    padding-top: 25px;
}

.itinerary-accordions {
    height: 630px;
    overflow-y: auto;
    max-height: 55vh;
}

.itinerary-accordion-footer {
    border-top: 2px solid #eee;
    margin-top: 27px;
}

    .itinerary-accordion-footer h3 span {
        font-size: 18px;
        float: right;
        color: #663366;
        padding: 3px 15px;
        font-family: 'Rubik';
        margin-right: 43px;
    }

    .itinerary-accordion-footer.OfferAltered .itinerary-action-buttons,
    .itinerary-accordion-footer.Offered .itinerary-action-buttons,
    .itinerary-accordion-footer.Editing .itinerary-action-buttons {
        margin-right: 17px;
    }

    .itinerary-accordion-footer.OfferAltered .itinerary-item-price,
    .itinerary-accordion-footer.Offered .itinerary-item-price,
    .itinerary-accordion-footer.Editing .itinerary-item-price {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Rubik';
        border: none;
        color: #663366;
        padding-top: 2px;
    }

    .itinerary-accordion-footer.OfferAltered .itinerary-items .itinerary-item .itinerary-item-text,
    .itinerary-accordion-footer.Offered .itinerary-items .itinerary-item .itinerary-item-text,
    .itinerary-accordion-footer.Editing .itinerary-items .itinerary-item .itinerary-item-text {
        border: none !important;
        text-align: right;
        font-size: 18px;
        font-family: 'Rubik';
        color: #663366;
        font-weight: bold;
    }

    .itinerary-accordion-footer.Saved .itinerary-item-price {
        font-size: 17px;
        font-weight: bold;
        font-family: 'Rubik';
        border: none;
        color: #663366;
        padding-top: 2px;
        width: 120px;
        margin-right: 42px;
    }

        .itinerary-accordion-footer.Saved .itinerary-item-price span {
            margin-right: 10px !important;
        }

    .itinerary-accordion-footer.Saved .itinerary-items .itinerary-item .itinerary-item-text {
        border: none !important;
        text-align: right;
        font-size: 18px;
        font-family: 'Rubik';
        color: #663366;
        font-weight: bold;
    }


.itinerary-accordions::-webkit-scrollbar {
    width: 10px;
}

.itinerary-accordions::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.itinerary-accordions::-webkit-scrollbar-thumb {
    background-color: #5f3663;
    border-radius: 100px;
}

.itinerary-items .itinerary-item .itinerary-item-price span {
    display: block;
    text-align: right;
    margin-right: 10px;
}

.itinerary-accordions.Saved .itinerary-title span {
    margin-right: -4px;
}

.itinerary-accordions.Saved .itinerary-items .itinerary-item .itinerary-item-price {
    width: 120px;
    margin-right: 42px;
}

.itinerary-accordion-footer.Saved h3 span {
    margin-right: 33px !important;
}

.itinerary-accordions.Saved .itinerary-items .itinerary-item .itinerary-item-price span {
    width: auto;
    margin-right: 0;
}

.itinerary-traveler-info {
    margin-top: 11px;
    font-size: 13px;
}

.contact-message-cover {
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white !important;
    align-items: center;
    justify-content: center;
}

    .contact-message-cover h3 {
        color: white !important;
        background: rgba(0,0,0,0.6);
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0px;
        font-size: 5rem
    }

    .contact-message-cover h2 {
        color: white !important;
        background: rgba(0,0,0,0.6);
        width: 100%;
        padding-bottom: 20px;
        padding-top: 0px;
        margin-top: -15px;
        font-size: 8rem
    }

.contact-message {
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

    .contact-message .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-radius: 0;
    }

.contact-message-guide {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-family: 'Rubik',sans-serif !important;
}

    .contact-message-guide .contact-message-guide-image img {
        border-radius: 50%;
        max-width: 160px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

.contact-message-guide-desc {
    color: #663366;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    padding-top: 55px;
}

    .contact-message-guide-desc span.contact-message-guide-name {
        font-weight: 800;
        font-size: 28px !important;
    }

    .contact-message-guide-desc span.contact-message-guide-onliner {
        color: #993333;
        font-size: 24px;
        font-weight: 600;
    }

.chat-send-button {
    background-color: #ffcc00 !important;
    color: black !important;
    padding: 10px 8px;
    border-radius: 50%;
    font-size: 12px !important;
    cursor: pointer;
}

/* Review form */

.booking-review-page {
    padding: 20px;
}

.review-form {
    font-family: 'Rubik' !important;
    font-size: 14px !important;
}

    .review-form label {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-family: 'Rubik' !important;
        color: #494949;
    }

    .review-form .review-input {
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }


        .review-form .review-input .non-conformance-vote-items label {
            width: auto !important;
        }

        .review-form .review-input .non-conformance-vote-items {
            display: flex;
            flex-direction: row;
            gap: 10px;
            justify-content: flex-end;
        }

        .review-form .review-input label.information {
            width: auto;
        }


        .review-form .review-input.checkbox label {
            width: auto;
        }

        .review-form .review-input.checkbox .e-label {
            font-size: 14px !important;
            font-weight: 400 !important;
            font-family: 'Rubik' !important;
            color: #494949;
        }

        .review-form .review-input.actions {
            justify-content: flex-end;
        }

.review-input.actions button {
    background: #ffcc00;
    border: none;
    padding: 5px 13px;
    font-family: 'Rubik';
    color: black;
}

.review-form .review-input li {
    list-style: none;
    color: #ffcc00;
}



/* Review form */

.e-confirm-dialog .e-btn.e-primary {
    background: #f7cd46 !important;
    border: #f7cd46 !important;
    color: black !important;
}

.e-confirm-dialog {
    font-family: 'Rubik';
}

    .e-confirm-dialog .e-btn {
        padding: 5px 20px;
    }

.guides-title-text a {
    background: #f7cd46;
    color: black;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 8px;
}

.contact-message .e-tab-text {
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Rubik' !important;
}

.contact-splitter button {
    background: none;
    border: 1px solid #663366 !important;
    color: #663366;
    font-size: 12px;
    padding: 3px 10px;
}

    .contact-splitter button.selected {
        background: #663366;
        color: white;
    }

@media only screen and (max-width: 600px) {
    .contact-splitter {
        text-align: center;
        margin-bottom: 5px;
    }

    .chat .messages-chat {
        padding: 2px;
    }

        .chat .messages-chat .text {
            margin: 0px 3px;
            font-size: 12px;
            padding: 4px 14px;
            border-radius: 6px;
        }

    .chat span.author {
        font-size: 11px;
    }

    .response-time {
        margin-right: 3px !important;
    }

    .time {
        margin-left: 3px;
    }

    .write-message input.e-input::placeholder {
        font-size: 12px !important;
    }

    .contact-message-owner .user-name {
        font-size: 15px !important;
    }


    .contact-message-cover {
        height: 200px !important;
    }

        .contact-message-cover h3 {
            font-size: 22px;
            padding-top: 10px;
        }

        .contact-message-cover h2 {
            font-size: 34px;
            padding-top: 9px;
            padding-bottom: 10px;
        }

    .contact-message-guide .contact-message-guide-image img {
        max-width: 80px
    }

    .contact-message {
        margin-top: -40px;
    }

    .contact-message-guide-desc span.contact-message-guide-name {
        font-size: 14px !important;
    }

    .contact-message-guide-desc span.contact-message-guide-onliner {
        font-size: 12px;
    }

    .contact-message-guide-desc {
        padding-top: 43px;
    }

    .contact-message-reference {
        font-size: 15px;
        width: 100px;
        padding-top: 40px;
    }

    .itinerary-accordion-footer .itinerary-item-price {
        margin-right: 59px;
    }
}

@media (max-width: 990px) {
    .hide-on-mobile {
        display: none;
    }

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

    .itinerary-items .itinerary-item .itinerary-item-text span {
        font-size: 13px;
        line-height: 3px;
    }

    .itinerary-items .itinerary-item .itinerary-item-price span {
        font-size: 13px;
    }

    .itinerary-title span {
        font-size: 14px;
    }

    .itinerary-items span.no-content {
        font-size: 13px;
        padding: 0 10px;
    }

    .itinerary-accordion-footer.OfferAltered .itinerary-items .itinerary-item .itinerary-item-text, .itinerary-accordion-footer.Offered .itinerary-items .itinerary-item .itinerary-item-text, .itinerary-accordion-footer.Editing .itinerary-items .itinerary-item .itinerary-item-text {
        font-size: 13px;
        margin-top: 2px;
    }

    .itinerary-items-section .itinerary-accordion-header button {
        padding: 6px 15px;
        font-size: 13px;
    }

    .itinerary-items .itinerary-item .itinerary-item-time {
        width: 70px;
    }

    .itinerary-item-time span {
        font-size: 13px;
    }

    .itinerary-items .itinerary-item .itinerary-item-time small {
        font-size: 9px;
    }

    .itinerary-items .itinerary-item {
        gap: 1px;
        padding-left: 1px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

        .itinerary-items .itinerary-item .itinerary-item-text {
            padding: 0px 2px;
            text-align: left;
            line-height: 17px
        }

        .itinerary-items .itinerary-item .itinerary-item-price span {
            margin-right: 2px;
        }

    .itinerary-title span {
        margin-right: 2px;
    }

    .contact-message .e-tab-text {
        font-size: 13px !important;
    }

    .itinerary-accordion-footer.OfferAltered .itinerary-action-buttons, .itinerary-accordion-footer.Offered .itinerary-action-buttons, .itinerary-accordion-footer.Editing .itinerary-action-buttons {
        margin-right: 30px;
    }

    .itinerary-item-address-info {
        display: flex;
        flex-direction: column;
        margin-top: 7px;
        width: 100%;
    }



        .itinerary-item-address-info strong {
            margin-top: 5px;
        }

    .itinerary-item-place-container {
        flex-direction: column;
    }

    .bottom-right-action {
        right: 10px !important;
    }

    .itinerary-box-form-row.amount-selection {
        gap: 1px;
    }
}


.contact-message-body {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.itinerary-chat-section {
    width: 40%;
}

.itinerary-items-section {
    width: 60%;
}

.arrange_width_true {
    display: block;
    width: 100%;
}

    .arrange_width_true.itinerary-chat-section {
        width: 100% !important;
        max-width: 100% !important;
    }

    .arrange_width_true.itinerary-items-section {
        width: 100% !important;
        max-width: 100% !important;
    }

.arrange_width_false {
    display: none;
}


.arrange_width_none {
    display: block;
}

.affiliate-logo {
    max-height: 64px;
    margin-left: 10px;
}

h3.brand-welcome-sub-title {
    text-align: center;
    color: #4e4e4e;
}

.brand-match-button-container {
    padding: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.brand-match-button-container {
    width: 100%;
}

    .brand-match-button-container .btn {
        width: 500px;
        max-width: 90%;
    }

    .brand-match-button-container.last-item {
        padding-top: 0;
    }

@media screen and (max-width: 768px) {
    .brand-match-button-container {
        width: 100% !important;
        text-align: center;
        justify-content: center;
    }

        .brand-match-button-container .flex {
            align-items: center;
            justify-content: center;
        }

        .brand-match-button-container .find-guide-item {
            max-width: 100%;
        }

        .brand-match-button-container .find-guide-form-element {
            max-width: 100%;
        }

        .brand-match-button-container .btn {
            max-width: 100%
        }

    .brand-page-filter {
        display: none;
    }
}

.tours-page-title-section {
    text-align: center;
    margin: 2.5rem 0 3rem;
}

    .tours-page-title-section h1 {
        font-size: 5rem;
    }

    .tours-page-title-section h2 {
        font-size: 2.5rem;
    }


label.aroundfriends-label {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: black;
}

.aroundfriends-input.e-input-group {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.e-error .aroundfriends-input.e-input-group {
    border-bottom: 1px solid red !important;
}

.aroundfriends-input-checkbox-selection {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.aroundfriends-input.multiline {
    height: 120px;
}

.book-now-section button {
    font-size: 2.2rem;
    padding: 5px;
    min-height: 2rem;
    margin-top: 20px;
    float: right;
    margin-right: 0px;
}

.book-now-section {
    margin: 0 auto;
}

    .book-now-section label {
        display: block;
        color: #663366;
    }

    .book-now-section .itinerary-box-form-row {
        margin: 10px 0px;
        font-size: 2.5rem
    }

    .book-now-section .aroundfriends-input {
        font-size: 2.0rem;
        font-family: 'Rubik';
        font-weight: 300;
    }

.amount-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.landing-fields a.btn.btn-primary {
    min-width: 260px;
    text-align: center !important;
    align-items: center;
    justify-content: center;
}

.popup-inner .find-guide-container {
    background: none !important;
}

.findguide-popup-section .popup-default .popup-wrapper {
    overflow-y: unset !important;
}


.findguide-popup-section .find-guide-container {
    padding: 2rem 0 !important;
}

@media only screen and (max-width: 667px) {
    .landing-buttons a {
        width: 70vw;
    }

    .landing-buttons span {
        width: 70vw;
        justify-content: center;
    }

    .findguide-popup-section a.btn.btn-primary {
        width: 100%;
    }
}

.itinerary-box-form-row.labeled-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

    .itinerary-box-form-row.labeled-section label {
        display: block;
        min-width: 130px;
    }

.breadcrumb-inner {
    margin-top: 7rem;
    margin-bottom: -10rem;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 998;
}

.breadcrumb {
    list-style: none;
    padding: 10px;
    display: flex;
}

    .breadcrumb li {
        margin-right: 10px;
        font-size: 2rem;
    }

        .breadcrumb li:last-child {
            margin-right: 0;
        }

    .breadcrumb a {
        text-decoration: none;
        color: #333;
        font-size: 2rem;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

.breadcrumb-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

a.book-now-popup {
    background: #f7cd46;
    font-family: 'Rubik';
    text-decoration: none;
    font-size: 2.5rem;
    padding: .5rem 2rem;
    border-radius: 5px;
    margin-right: 6.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .breadcrumb-container {
        flex-direction: column;
    }

    .public-itinerary-bottom a {
        display:block;
    }
}

.hero-title-landing {
    text-align: center;
}

.guide-message-box-numeric {
    background-color: #fff;
    color: #bfb6b6 !important;
    width: 100%;
    border: none !important;
    border-radius: .5rem;
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 16px !important;
    outline: 0 !important;
    font-family: 'Rubik' !important;
}

    .guide-message-box-numeric .e-input-group-icon {
        border: none !important;
    }

.guide-blocker {
    margin-top: 3rem;
}

.guide-blocker-normal {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem;
}

.booking-popup-selection-inner .itinerary-box-form-row {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}


.booking-popup-selection-inner .itinerary-box-form-row {
    display: flex;
    align-items: center;
}

.booking-popup-selection-inner .aroundfriends-input {
    background-color: #fff;
    color: #bfb6b6 !important;
    width: 100%;
    border: none !important;
    border-radius: .5rem;
    width: 100%;
    padding: 0.5rem 1.2rem;
    font-size: 16px !important;
    outline: 0 !important;
    font-family: 'Rubik' !important;
}

.booking-popup-selection-inner .itinerary-box-form-row.labeled-section label {
    font-size: 17px !important;
    color: #803663;
}


.booking-popup-selection-inner .itinerary-box-form-row.amount-section span {
    font-weight: bold;
    font-size: 18px !important;
    color: #803663;
}

.itinerary-box-form-row.amount-section button {
    font-family: 'Rubik';
    font-size: 2.5rem;
    padding: 0rem 2rem;
    margin-right: -1px;
}

.itinerary-box-form-row .e-error {
    font-family: 'Rubik' !important;
    font-size: 2rem;
    font-weight: 300;
}

.guide-left .amount-section .btn {
    height: 50px;
}

.guide-message-small-info {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.ricksteves-landing {
    color: white;
    text-align: center;
    font-size: 16px;
}
.public-itinerary-bottom {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 5px;
}

    .public-itinerary-bottom a {
        background: #ffcc00;
        padding: 0.5rem 2rem;
        border-radius: 5px;
        text-decoration: none;
    }


.affiliate-item-group span {
    width: 100px;
}

.affiliate-item-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 14px;
}

.affiliate-item-input-container {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 9px;
    /* margin-bottom: 43px; */
}

.copy-cursor{
    cursor:pointer;
    width:18px;
}

.custom-tooltip {
    position: relative;
    cursor: pointer;
}

    /* Tooltip gizli */
    .custom-tooltip::after {
        content: attr(data-title);
        position: absolute;
        top: 120%;
        left: 0;
        background-color: #333;
        color: #fff;
        padding: 8px 10px;
        border-radius: 4px;
        white-space: normal;
        z-index: 999;
        width: 350px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    /* Hover sırasında tooltip görünür */
    .custom-tooltip:hover::after {
        opacity: 1;
    }

.share-options-itinerary {
    margin: 1rem;
}

    .share-options-itinerary h3 {
        font-weight: bold;
        font-size: 2.5rem;
        font-family: 'Rubik';
        margin-top: 3rem;
    }

    .share-options-itinerary p {
        font-size: 2.5rem;
        line-height: 4rem;
        font-family: 'Rubik';
    }

    .share-options-itinerary .share-options a {
        text-decoration: none;
        width: 120px;
        display: flex;
        float: left;
        text-align: center;
        padding: 12px;
        margin-right: 5px;
        border-radius: 5px;
        font-family: 'Rubik';
        font-size: 15px;
        cursor: pointer;
    }

    .share-options-itinerary .share-options a:first-child {
        background: #433058;
        color: white;
        border: 1px solid #433058;
    }

    .share-options-itinerary .share-options a:last-child {
        background: #f8fafa;
        color: #34244a;
        border: 1px solid #d8dce1;
    }

a.itinerary-share-button-general {
    display: flex;
    gap: 3px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-right: 1.2rem;
    padding-top: 1rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: 'Rubik';
    cursor: pointer;
    padding-left: 1.2rem;
}

    a.itinerary-share-button-general img {
        height: 22px;
    }

.share-options a {
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: center;
    align-items: center;
}
.public-itinerary-loud {
    color: #993333;
    font-size: 24px;
    font-weight: 600;
    margin-left: 1rem;
}

.share-socials {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px !important;
    padding-top: 20px;
    justify-content: space-around;
}
    .share-socials img {
        height: 70px;
    }
    .share-socials .twitter-icon-share img {
        margin-top:5px;
    }

    .share-socials .facebook-icon-share img {
        height: 80px;
    }

    .share-socials .linkedin-icon-share img {
        height: 80px;
    }

    .share-socials .whatsapp-icon-share img {
        padding-top: 4px;
    }

    .share-socials .signal-icon-share img {
        padding-top: 3px;
    }
.rating-area {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

    .rating-area svg {
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        fill: currentColor;
        rotate: 180deg;
        margin-top: -0.5em;
        margin-left: -0.1em;
    }

.hidden-color {
    color: transparent !important;
}