@font-face {
    font-family: 'Playfair Display';
    font-style: normal;    
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
}

body {
    font-family: Inter, sans-serif !important;
}

.background {
    background: url("/images/background/background_1.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-size: cover;
    height: 165px;
}

.section-background {
    background: url("/images/background/section_background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px;
    border-radius: 10px;
}

.circle-background {
    background: url("/images/background/circle.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
}
    .circle-background label {
        position: absolute;
        font-size: 16px;
        padding: 10px;
        padding-left: 15px;
        font-weight: 600;
        color: #605e5c;
    }

.help-category {
    font-size: 60px;
    padding: 8px;
    color: var(--info);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Playfair Display, sans-serif !important;
    font-weight: 700 !important;
    border: none;
    outline: none;
}

h2, h3 {
    font-weight: normal !important;
    color: rgb(77, 80, 91) !important;
}

    h1:focus {
        outline: none; 
    }

label, button, span, fluent-button, fluent-text-field {
    font-family: Inter, sans-serif !important;
    font-size: 20px;
    color: rgb(77, 80, 91);
}

.sticky, .toptobottom {
    position: sticky;
    top: 0px;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 2px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}

.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container-full {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}

.divider-horizontal {
    margin-top: 40px;
    margin-bottom: 40px;
}

.inter-font {
    font-family: Inter, sans-serif !important;
    font-weight: normal !important;
}

.sub-text {
    font-weight: normal !important;
    color: rgb(77, 80, 91) !important;
    font-size: 18px !important;
}

.sub-description {
    font-size: 16px !important;
    line-height: 24px !important;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 calc(1* 0.5px) calc((1* 1px)) rgba(0, 0, 0, 0.14);
    width: 100%;
    height: 100%;
    padding: 0px !important;
}
.card-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    margin-bottom: -1px;
}
.card-flag {
    height: 38px;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.card-data {
    padding: 20px !important;
    cursor: pointer
}
    .card-data:hover {        
        border: 1px solid #616161;
    }

.card-data-selected {
    border: 1px solid var(--accent-fill-rest);
    background-color: #edf6ff;
}

.frame {
    height: 200px;
     border: 1px solid #F5F5F5; 
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);*/
    display: inline-block;
    /* transform: rotate(3deg); */
    border-radius: 4px;
    /* margin-left: 10px; */
}

    .frame img {
        width: 100%;
        height: 100%;
        display: block;
        border: 5px solid white; /* Inner border */
        background-size: cover;
        border-radius: 15px;
    }

.highlight {
    font-size: 16px !important;
    background-color: #c7e0f4;
    border-radius: 4px;
    padding: 4px;
    margin-right: 4px;
}

.image-cut-path {
    /*clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);*/
    clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
    mix-blend-mode: luminosity;
}

.accordion-item {
    margin-bottom: 8px;
    padding: 4px;
}

.tox-hugerte {
    min-height: 400px !important;
}
.tox .tox-statusbar {
    display: none !important;
}

.editor-fields {
    font-family: Inter, sans-serif !important;
    font-size: 14px;
    color: rgb(77, 80, 91);
}

fluent-accordion-item::part(region) {
    border-top: unset !important;
    padding-top: 0px;
}

fluent-accordion-item[expanded],
fluent-accordion-item[expanded]::part(region) {
    background-color: #eff6fc;
    transition: background-color 0.3s ease-in-out;
}

fluent-search.search-destination::part(control) {
    font-size: 18px;
}
fluent-search.search-destination::part(root) {
    height: 40px;
}

fluent-button.transparent-background::part(control) {
    --neutral-fill-stealth-rest: transparent;
}

fluent-button.top-menu::part(control) {
    --neutral-fill-stealth-rest: transparent;
    padding: 18px 10px !important;
    overflow: hidden;
}
/*fluent-button.top-menu::part(content) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

fluent-button.footer-menu::part(control) {
    --neutral-fill-stealth-rest: transparent;
    /*padding: 18px 10px !important;*/
    font-size: 16px !important;
    overflow: hidden;
}

fluent-text-field[id="search"]::part(root) {
    height: 60px !important;
    line-height: 22px;
}

fluent-text-field[id="search"] svg {
    width: 36px !important;
}

fluent-anchored-region {
    transform: translate(0px, -12px) !important;
}

fluent-horizontal-scroll[id="search-scroll"] {
    max-width: 500px !important;
}

fluent-dialog[id="languages"]::part(control),
fluent-dialog[id="reload"]::part(control) {
    --dialog-width: 500px;
    padding: 2rem !important;
    outline: none;
}

fluent-divider[orientation="vertical"] {
    height: 100% !important;
    margin: 0 calc(var(--design-unit)* 1px) !important;
    border-left: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-divider-rest) !important;
}

fluent-divider[orientation="horizontal"] {
    height: 100% !important;
    margin: 0 calc(var(--design-unit)* 1px) !important;
    border-top: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-divider-rest) !important;
}

fluent-accordion-item[class="accordion-item"] {
    box-sizing: border-box !important;
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-layer-rest) !important;
}
fluent-card[class="card"],
fluent-card[class="card card-data"] {
    /*box-shadow: var(--elevation-shadow-card-rest) !important;*/
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-layer-rest) !important;
    contain: content !important;
    height: var(--card-height, 100%) !important;
    width: var(--card-width, 100%) !important;
    box-sizing: border-box !important;
}

.img-lang {
    display: unset;
    vertical-align: unset;
}

.outline {
    outline-style: unset;
    outline-width: unset;
}

#search-popup {
    max-height: 450px !important;
}

#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."
    }


@media (max-width: 700px) {
    .container {
        overflow: hidden;
        position: relative;
        width: calc(100% - 20px);
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        margin: 10px;
    }

    .card-image {
        width: 150px;
    }
    .popular-destination-details {
        width: calc(100% - 150px);
    }
}

/*.tox-pop {
    display: none !important;
}*/
