﻿@font-face {
    font-family: persianFont;
    src: url(/fonts/sahel/sahel.woff);
    src: url(/fonts/sahel/sahel.ttf);
}

:root {
    --bg-dark-primary: #212121;
    --bg-light-primary: #ededed;
    --bg-dark-secondary: #363636;
    --mud-palette-primary: #4497ff !important; /*!!!!!*/
    --mud-palette-primary-darken: #127bffd9 !important; /*!!!!!*/
    /*--mud-palette-dark: #fff !important;*/ /*!!!!!*/
    /*--mud-palette-dark-darken: #fff !important;*/ /*!!!!!*/
    /*--mud-palette-dark-text: #000 !important;*/ /*!!!!!*/
    --bg-light-purple: #4497ff;
    --accent-fill-rest: #4497ff !important;
    --accent-base-color: #4497ff !important;
    --accent-fill-hover: #4497ff !important;
    --accent-fill-active: #4497ff !important;
    --accent-fill-focus: #4497ff !important;
    --accent-foreground-rest: #4497ff !important;
    --accent-foreground-hover: #4497ff !important;
    --accent-foreground-active: #4497ff !important;
    --accent-foreground-focus: #4497ff !important;
    --accent-stroke-control-rest: #4497ff !important;
    --accent-stroke-control-hover: #4497ff !important;
    --accent-stroke-control-active: #4497ff !important;
    --accent-stroke-control-focus: #4497ff !important;
    --foreground-on-accent-rest: #fff !important;
    --mud-typography-button-family: persianFont !important;
}

.main {
    min-height: calc(100dvh - 86px) !important;
    /*color: var(--neutral-foreground-rest) !important;*/
    align-items: stretch !important;
    background: var(--bg-light-primary) !important;
    font-family: persianFont;
}

.dark-main .main {
    min-height: calc(100dvh - 86px) !important;
    /*color: var(--fill) !important;*/
    align-items: stretch !important;
    background: var(--bg-dark-primary) !important;
    font-family: persianFont;
}

.body-content {
    align-self: stretch;
    min-height: calc(100dvh) !important;
    display: flex;
    /*overflow: visible !important;*/
}

    .body-content .hotel-search {
        overflow: visible !important;
    }


.loading-info {
    margin-top: 1em;
    text-align: center;
    font-size: 1.5em;
}

    .loading-info a {
        color: var(--neutral-foreground-rest);
    }

        .loading-info a:hover {
            color: var(--neutral-foreground-hover);
        }

body:has(.loading-progress)::after {
    content: "";
    background-image: url(/logo-gold-e.png);
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 15px;
    right: 15px;
    position: absolute;
    z-index: -1;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.content {
    padding: 0.5rem 1.5rem;
    align-self: stretch !important;
    width: 100%;
}

body[dir="rtl"] .text-end{
    text-align: left !important;
}

/*.dark-main .table {
    --bs-table-color: #fff; 
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}*/

.main .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
    /*overflow: hidden;*/
    margin-bottom: 5px !important;
}

    .main .table thead tr {
        background-color: #f8f9fa;
    }

.table thead {
    position: sticky;
    top: 0;
    z-index: 9;
}

.main .table th {
    padding: 12px;
    /*border: 1px solid #ededed !important;*/
    font-weight: 600;
    color: #000 !important;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #ebebeb !important;
}

.main .table tbody tr td {
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease;
}

.main .table tbody tr:hover td {
    background-color: #f1f1f1;
}

.table tbody tr.selected td {
    background-color: var(--bs-table-hover-bg) !important;
    color: var(--bs-table-hover-color) !important;
}

.main .table td {
    padding: 12px;
    /*border: 1px solid #dddddd !important;*/
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #f8f8f8 !important;
    color: #000 !important;
}

.main a {
    text-decoration: none !important;
}

/* table dark */

.dark-main a {
    color: var(--accent-foreground-rest);
    text-decoration: none !important;
}

.dark-main .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #393e46;
    border-radius: 8px;
    /*overflow: hidden;*/
    margin-bottom: 5px !important;
}

    .dark-main .table thead tr {
        background-color: #393e46;
    }

    .dark-main .table th {
        padding: 12px;
        /*border: 1px solid #7c7c7c !important;*/
        font-weight: 600;
        color: #fff !important;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        background: #393e46 !important;
    }

.dark-main .tabletbody tr {
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease;
}

.dark-main .table tbody tr:hover {
    background-color: #f1f1f1;
}

.dark-main .table tbody tr.selected {
    background-color: #e9ecef;
}

.dark-main .table td {
    padding: 12px;
    /*border: 1px solid #7c7c7c !important;*/
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #5a626e !important;
    color: #fff !important;
}

.dark-main {
    --mud-palette-text-primary: #fff !important;
    --mud-palette-action-default: rgb(255 255 255 / 54%) !important;
    --mud-palette-text-secondary: rgb(255 255 255 / 54%) !important;
    --mud-palette-text-disabled: rgb(255 255 255 / 38%) !important;
    --mud-palette-surface: #383838 !important;
}

footer {
    background: var(--neutral-layer-4);
    color: var(--neutral-foreground-rest);
    align-items: center;
    padding: 10px 10px;
}

    footer a {
        color: var(--neutral-foreground-rest);
        text-decoration: none;
    }

        footer a:focus {
            outline: 1px dashed;
            outline-offset: 3px;
        }

        footer a:hover {
            text-decoration: underline;
        }

.alert {
    border: 1px dashed var(--accent-fill-rest);
    padding: 5px;
}

.navmenu-icon {
    display: none;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

/*.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}*/

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
    margin-top: 80px;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.display-table-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.display-table {
    display: table;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.full-width {
    width: 100%;
}

/* Login */
.login-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-position: center;
    padding: 5px 10px;
}

    .login-card .logo {
        display: block;
        max-width: 92px;
        margin: 0 auto 5px auto;
    }

    .login-card .btn-showcase .btn {
        line-height: 1;
        padding: 10px 15px;
        margin: 0;
    }

        .login-card .btn-showcase .btn + .btn {
            margin-left: 5px;
        }

        .login-card .btn-showcase .btn svg {
            height: 16px;
            vertical-align: bottom;
        }

    .login-card .login-main {
        width: 450px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
        margin: 0 auto;
    }

        .login-card .login-main .theme-form h4 {
            margin-bottom: 5px;
        }

        .login-card .login-main .theme-form label {
            font-size: 15px;
            letter-spacing: 0.4px;
        }

        .login-card .login-main .theme-form .checkbox label::before {
            background-color: #f9f9fa;
            border: 1px solid #dfdfdf;
        }

        .login-card .login-main .theme-form .or {
            position: relative;
        }

            .login-card .login-main .theme-form .or:before {
                content: "";
                position: absolute;
                width: 65%;
                height: 2px;
                background-color: #f3f3ff;
                top: 7px;
                z-index: 0;
                right: 0;
            }

        .login-card .login-main .theme-form input {
            background-color: #33bfbf 0f;
            transition: all 0.3s ease;
        }

            .login-card .login-main .theme-form input::-webkit-input-placeholder {
                color: #999;
            }

            .login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
                border: 1px solid #b9c1cc;
                box-shadow: none !important;
                transition: all 0.3s ease;
            }

        .login-card .login-main .theme-form p {
            margin-bottom: 25px;
            font-size: 14px;
            color: #898989;
        }

        .login-card .login-main .theme-form .form-group {
            margin-bottom: 10px;
            position: relative;
        }

        .login-card .login-main .theme-form .link {
            position: absolute;
            top: 10px;
            right: 0;
        }

.show-hide {
    position: absolute;
    top: 52px;
    right: 20px;
    transform: translateY(-50%);
}

    .show-hide span {
        cursor: pointer;
        font-size: 13px;
        color: var(--theme-default);
    }

        .show-hide span.show:before {
            content: "show";
        }

        .show-hide span:before {
            content: "hide";
        }

.needs-validation .invalid-feedback {
    color: #898989;
}

.needs-validation .show-hide {
    right: 30px;
}

.needs-validation .invalid-tooltip {
    top: 62px;
    right: 8px;
}

    .needs-validation .invalid-tooltip.username_tootip {
        top: 36px;
        right: 0;
    }

p.timer {
    font-size: 20px
}
/* /Login */


/* Header */
.siteheader {
    background-color: var(--bg-dark-primary) !important;
    /*border-radius: 10px;*/
    /*margin-bottom: 10px;*/
    /*align-self: center;*/
}

    .siteheader .logo {
        width: 108px;
        height: 23px;
        grid-column: 1;
    }

    .siteheader .search {
        display: flex;
        align-items: center;
        padding-right: 20px;
    }

    .siteheader .links {
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    .siteheader .notifications {
        display: flex;
        align-items: center;
    }

    .siteheader .settings {
        padding-right: 6px;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-right: 10px;
    }

[dir="rtl"] .siteheader .settings {
    padding: 0 0 0 6px;
    margin-left: 10px;
    margin-right: 0;
}

[dir="rtl"] .siteheader .search {
    padding-left: 20px;
    padding-right: 0;
}

[dir="rtl"] .siteheader .links {
    padding-left: 10px;
}

.header-img {
    max-width: 35px;
}

.margin-button {
    margin-right: 3px;
    margin-left: 3px;
}

/* /Header */


/* Custom styles */

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-link-color) !important;
    background: #fff !important;
}
/* Style for the focused or active button */
.nav-link:focus,
.nav-link:active {
    background-color: #fff; /* Change this color to your preference */
    color: var(--bs-link-color) !important; /* Change text color if needed */
}

/* Style specifically for the buttons with specific IDs */
#trending:focus,
#trending:active,
#mostpopular:focus,
#mostpopular:active,
#lowprice:focus,
#lowprice:active {
    background-color: #fff; /* Change to your desired color */
    color: var(--bs-link-color) !important; /* Change text color if needed */
}



/* Scroll bar */
::-webkit-scrollbar {
    all: unset !important;
}
/*-----scroll bar in chrome------*/
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
    width: 2px !important;
    height: 3px !important;
    border-radius: 6px !important;
}

html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
    border-radius: 6px !important;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
    background: #8f8f8f !important;
    border-radius: 6px !important;
    height: 3px !important;
}
/*-----scroll bar in chrome------*/

/*-----scroll bar in firefox------*/
table {
    scrollbar-width: none !important;
}
/*-----scroll bar in firefox------*/
/*Flight Search component*/
.box-search {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}

.online-payment-box .mudNumeric .mud-input {
    height: 48px !important;
}

.mud-input {
    margin-top: 0 !important;
}

.box-search .mud-input {
    height: 40px !important;
}

.hotel-boxsearch .mud-input {
    height: 50px !important;
}

.height-fix-mudpicker .mud-input {
    height: 50px !important;
    margin-top: 4px !important;
}

.dark-main .box-search {
    background: var(--bg-dark-secondary);
    border-radius: 10px;
    padding: 1rem;
}

    .dark-main .box-search h3 {
        color: #fff;
    }

.navmenu {
    background: #f5f5f5;
    padding: 1rem;
    /*margin: 0px 10px;*/
    /*border: 3px solid #d7dee1;*/
}

.dark-main .navmenu {
    background: var(--bg-dark-secondary);
    padding: 1rem;
    /*margin: 0px 10px;*/
    /*border: 2px solid var(--accent-fill-rest);*/
}

.fluent-nav-item .positioning-region {
    background: transparent !important;
    color: var(--bg-light-purple) !important;
}

.fluent-nav-link {
    justify-content: center;
}

.dark-main .fluent-nav-item .positioning-region {
    background: transparent !important;
    color: #fff !important;
}

.dark-main .mud-expand-panel {
    background: #393e46 !important;
}

.fluent-nav-icon, .navmenu-icon {
    fill: var(--bg-light-purple) !important;
}

.dark-main .fluent-nav-icon, .dark-main .navmenu-icon {
    fill: var(--accent-fill-rest) !important;
}

.fluent-nav-item a.active .positioning-region::before {
    display: none !important;
}

.fluent-nav-item a.active .positioning-region {
    background: var(--bg-light-purple) !important;
    color: #fff !important;
    padding: 6px 0px !important;
    border-radius: 5px !important;
}

.dark-main .fluent-nav-item a.active .positioning-region {
    background: var(--accent-fill-rest) !important;
    color: #fff !important;
    padding: 6px 0px !important;
    border-radius: 5px !important;
}

fluent-toolbar.bg-transparent::part(positioning-region) {
    align-items: end !important;
}

#insetNew {
    height: 40px !important;
}

.fluent-nav-item a.active .fluent-nav-icon, .navmenu-icon {
    fill: #fff !important;
}

.styled-button::part(control) {
    padding: 8px 16px !important;
    display: inline-flex !important;
    font-size: 15px;
}

.addicon, .removeicon {
    vertical-align: text-bottom !important;
}

fluent-text-field::part(root) {
    height: 40px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
}

fluent-combobox::part(control) {
    height: 40px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
}

fluent-select::part(control) {
    height: 40px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
    width: 100% !important;
}

/*fluent-option {
    padding: 0 calc(((var(--design-unit)* 3) - var(--stroke-width) - 1)* 1px) !important;
}*/

fluent-number-field::part(root) {
    height: 40px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
    width: 100% !important;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
}
/*.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root{
    height: 0lh !important;
}*/
.mud-paper {
    border-radius: 8px !important;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05) !important;
}

.xs-chips {
    height: 24px !important;
    font-size: 13px !important;
    border-radius: 16px !important;
    padding: 13px !important;
}

.xs-progress {
    width: 10px !important;
    height: 10px !important;
}

.xs-badge span {
    min-width: 12px !important;
    height: 12px !important;
}

.sm-badge span {
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
}

.xs-rate .mud-icon-size-small {
    font-size: 0.9rem !important;
}

.xxs-chips {
    height: 21px !important;
    font-size: 11px !important;
}

.dark-main .mud-chip-text.mud-chip-color-error {
    color: #fff !important;
    background-color: rgb(244 67 54 / 50%) !important;
}

.dark-main .mud-chip-text.mud-chip-color-primary {
    background-color: rgb(228 242 255) !important;
}

.dark-main .room-info-topbox {
    background: #383740;
}

.main .mud-paper {
    background-color: #fff !important;
}

.dark-main .mud-paper {
    background-color: #474747 !important;
    color: #fff !important;
}

.main .mud-picker-container .mud-toolbar {
    background-color: var(--bg-light-purple) !important;
}

.dark-main .mud-picker-container .mud-toolbar {
    background-color: var(--bg-light-purple) !important;
}

.mud-picker-calendar-header-switch .mud-picker-calendar-header-transition {
    border: none !important;
}

.mud-picker-calendar .mud-day.mud-selected {
    background-color: var(--bg-light-purple) !important;
    color: #fff !important;
}

.main .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text.mud-input-text-with-label {
    background: #fff !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
    padding: 0 6px !important;
}

.dark-main .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text.mud-input-text-with-label {
    background: #363636 !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
}

.main .mud-list {
    background: #fff !important;
}

.dark-main .mud-list {
    background: #414141 !important;
}

.dark-main .mud-picker-calendar-header-switch > .mud-icon-button {
    background: transparent !important;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    padding: 2px 9px !important;
    font-size: 15px !important;
}

/*.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    padding: 10px 7px 10px !important;
}*/

.mud-picker-calendar .mud-day.mud-current {
    border: 1px solid var(--bg-light-purple) !important;
}

.mud-picker-month-container .mud-picker-month .mud-picker-month-selected {
    font-size: 1.1rem;
}

.mud-picker-calendar .mud-day:hover {
    background-color: var(--bg-light-purple) !important;
    color: #fff !important;
}

.mud-picker-year-container .mud-picker-year:hover, .mud-picker-month-container .mud-picker-month:hover {
    background-color: var(--bg-light-purple) !important;
}

    .mud-picker-year-container .mud-picker-year:hover h5, .mud-picker-month-container .mud-picker-month:hover h5 {
        color: #fff !important;
    }

.mud-icon-button {
    transition: none !important;
}

    .mud-icon-button:disabled {
        color: #c5c5c5 !important;
        cursor: not-allowed !important;
    }

.mud-picker-datepicker-toolbar {
    align-items: center !important;
    flex-direction: row-reverse !important;
}

    .mud-picker-datepicker-toolbar .mud-button-date {
        font-size: 1.2rem !important;
        color: #fff !important;
    }

    .mud-picker-datepicker-toolbar .mud-button-year {
        color: #fff !important;
    }

.mud-picker-toolbar {
    height: 40px !important;
}

.dnd-datepicker-popover .picker-popup {
    width: 720px;
    padding: 12px;
    box-sizing: border-box;
    transition: transform .12s ease, opacity .12s ease;
}

    .dnd-datepicker-popover .picker-popup.show-one-month {
        width: 350px;
    }

.picker-popup.show-one-month .months-grid {
    grid-template-columns: 1fr;
}

.picker-popup.show-one-month .picker-panel {
    grid-template-columns: repeat(3,1fr);
}

.picker-popup.anim-enter {
    transform: translateY(-6px);
    opacity: 0;
}

.picker-popup {
    transform: translateY(0);
    opacity: 1;
}

.picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

    .picker-header .center-controls {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .picker-header .right-controls {
        display: flex;
        gap: 6px;
        align-items: center;
    }

.picker-panel {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    padding: 8px;
    margin-bottom: 8px;
    animation: fadeIn .12s ease;
}

    .picker-panel.animated {
        animation: fadeIn .12s ease;
    }

    .picker-popup.show-one-month .picker-panel.year-jump, .picker-panel.year-jump {
        grid-template-columns: repeat(5,1fr);
    }

    .picker-panel.year-grid {
        grid-template-columns: repeat(6,1fr);
    }

.picker-popup.show-one-month .picker-panel.year-grid {
    grid-template-columns: repeat(4,1fr);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.months-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 8px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .dnd-datepicker-popover .picker-popup {
        width: 350px;
    }

    .months-grid {
        grid-template-columns: 1fr;
    }

    .picker-panel {
        grid-template-columns: repeat(3,1fr);
    }
}

.month-card {
    border-radius: 8px;
    padding: 8px;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-shadow-1);
}

.month-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 6px;
    background: var(--mud-palette-drawer-text);
    border-radius: 6px;
    color: var(--mud-palette-gray-light);
    font-size: 15px;
    padding: 6px 0px;
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
    font-size: 12px;
    margin-bottom: 6px;
}

.weekday {
    padding: 4px 0;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 6px;
}

.day {
    min-height: 56px;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}

    .day:hover {
        background: rgba(0,0,0,0.04);
        cursor: pointer;
    }

    .day.selected {
        background: var(--mud-palette-primary);
        color: #fff;
    }

    .day.range-start {
        background: var(--success);
        color: #fff;
    }

    .day.range-end {
        background: var(--success);
        color: #fff;
    }

    .day.in-range {
        background: rgba(0,0,0,0.03);
    }

    .day.disabled {
        opacity: 0.45;
        cursor: not-allowed;
        pointer-events: none;
    }

.day-number {
    font-weight: 700;
}

.day-info {
    font-size: 11px;
    margin-top: 6px;
    opacity: 0.9;
}

.picker-footer {
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

.main .mud-picker-calendar .mud-day.mud-range.mud-range-between {
    background: #e8e8e8 !important;
}


fluent-text-area::part(control) {
    /*    height: 100px !important;*/
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
    width: 100% !important;
    min-height: 100%;
}

.fluent-control {
    height: 36px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 10px !important;
}

fluent-text-field::after, fluent-number-field::after, fluent-combobox::after, fluent-text-area::after {
    display: none !important;
}

fluent-number-field.invalid, [role='checkbox'].invalid::part(control), [role='combobox'].invalid::part(control), fluent-combobox.invalid::part(control), fluent-text-area.invalid::part(control), fluent-text-field.invalid::part(root) {
    border: calc(var(--stroke-width)* 1px) solid var(--error) !important;
    border-radius: 10px !important;
}

fluent-select {
    min-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
}

.main fluent-button[aria-label="Flight Rule"]::part(control), fluent-button[aria-label="Show prices"]::part(control), fluent-button[aria-label="Show baggages"]::part(control), fluent-button[aria-label="Seats"]::part(control) {
    background: #579aff7d !important;
}

.dark-main fluent-button[aria-label="Flight Rule"]::part(control), fluent-button[aria-label="Show prices"]::part(control), fluent-button[aria-label="Show baggages"]::part(control) {
    background: #579aff7d !important;
}

fluent-dialog[b-dsxskpj5rr] .fluent-dialog-footer {
    padding: 0 !important;
}

fluent-text-field::part(root):focus-within, fluent-number-field::part(root):focus-within {
    border: 1px solid var(--accent-fill-rest) !important;
}

fluent-text-field[aria-label="Origin"]::part(root)::after {
    display: none !important;
}


/* Flight type select box */
/* Flight type select box */
.flight-type-box {
    background-color: var(--accent-fill-rest);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
}

body[dir=rtl] .flight-type-box {
    direction: rtl;
}

.dark-main .flight-type-box {
    background-color: #333333;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
}


.main .bg-custom {
    background: #fff !important;
}

.dark-main .bg-custom {
    background: var(--bg-dark-secondary) !important;
}
/* Style for the radio labels */
/*.radio-item {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    background: #fff;
    width: 100% !important;*/
/*margin: 0 7px !important;*/
/*}

.dark-main .radio-item {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    background: #393e46;
    width: 100% !important;*/
/*margin: 0 7px;*/
/*}*/

/* Style for the checked radio button */
/*.radio-item:checked {
    background-color: #fff;
    color: #036ac4;
}*/
/* prebook dialog box*/
fluent-dialog#ShowFlightItinerary::part(control) {
    --dialog-width: 950px !important;
}



fluent-dialog.fluent-dialog-main {
    /*--dialog-width: 800px !important;*/
}

.list-group-item {
    background: transparent !important;
}

#selectlang::part(control) {
    width: 250px !important;
}

/*Table Light*/

.table-responsive {
    overflow: auto;
    margin-bottom: 10px;
    width: 100%;
    max-height: 80vh;
}

.custom-table-light {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

    .custom-table-light thead tr {
        background-color: #f8f9fa;
    }

    .custom-table-light th {
        padding: 12px;
        border: 1px solid #dee2e6;
        text-align: center;
        font-weight: 600;
        color: #495057;
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
    }

    .custom-table-light tbody tr {
        border-bottom: 1px solid #dee2e6;
        transition: background-color 0.2s ease;
    }

        .custom-table-light tbody tr:hover {
            background-color: #f1f1f1;
        }

        .custom-table-light tbody tr.selected {
            background-color: #e9ecef;
        }

    .custom-table-light td {
        padding: 12px;
        border: 1px solid #dee2e6;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }


.flights-accordion {
    background: #fff !important;
}

.dark-main .flights-accordion {
    background: #393e46 !important;
}

.hotel-accordion {
    background: #fff !important;
}

.dark-main .hotel-accordion {
    background: #393e46 !important;
}

.color-equalizer {
    color: var(--bs-secondary-color);
}

.dark-main .color-equalizer {
    color: #fff !important;
}

.filter-searchBar {
    position: sticky;
    top: 10px;
    max-height: 97vh;
    overflow: scroll;
    scrollbar-width: none;
    /* position: sticky;
    top: 10px;
    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: clip;*/
}

    .filter-searchBar .mud-expand-panel-content {
        padding-bottom: 5px !important;
    }

.segmentDeparture-wrap, .departure-servicess {
    background: #fff !important;
}

.dark-main .modal-body .segmentDeparture-wrap, .dark-main .modal-body .departure-servicess {
    background: #393e46 !important;
}

.flight-details-box {
    background: #fff;
}

.dark-main .flight-details-box {
    background: #393e46 !important;
}

.pricedetail-aside {
    background: #fff;
}

.dark-main .pricedetail-aside {
    background: #393e46 !important
}
/* Fare table light */
.fare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.dark-main .list-group-item {
    color: var(--neutral-foreground-rest);
}

.fare-header {
    background-color: #007bff;
    color: #ffffff;
    text-align: center;
}

    .fare-header th {
        padding: 10px;
        border: 1px solid #dee2e6;
        white-space: nowrap;
    }

.fare-row {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

    .fare-row td {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: center;
        white-space: nowrap;
    }
/* Fare table dark */
.fare-table-dark {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #000;
}

.fare-header-dark {
    background-color: #000;
    color: #ffffff;
    text-align: center;
}

    .fare-header-dark th {
        padding: 10px;
        border: 1px solid #dee2e6;
        white-space: nowrap;
    }

.fare-row-dark {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

    .fare-row-dark td {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: center;
        white-space: nowrap;
    }

.homepage-container .widget1 {
    border-bottom: 3px solid #ff9800;
    border-radius: 10px 10px 5px 5px;
}

.homepage-container .widget2 {
    border-bottom: 3px solid rgb(0 200 83);
    border-radius: 10px 10px 5px 5px;
}

.homepage-container .widget3 {
    border-bottom: 3px solid rgb(68 151 255);
    border-radius: 10px 10px 5px 5px;
}

.homepage-container .widget4 {
    border-bottom: 3px solid rgb(244 67 54);
    border-radius: 10px 10px 5px 5px;
}


.box-widget, .invoice-card {
    background: #fff;
}

.dark-main .box-widget, .dark-main .invoice-card {
    background: var(--bg-dark-secondary);
    color: #fff;
}

.icon-wrap {
    border-radius: 50%;
    height: 33px;
    line-height: 2;
}

fluent-dialog[class~="right"][b-dsxskpj5rr]::part(control) {
    position: relative !important;
    /*--dialog-height: 70dvh !important;*/
    --dialog-height: auto !important;
}

.mudfab-alterbutton {
    left: 20px;
    bottom: 20px;
}

.label-form-check {
    font-size: 17px;
}

.btn-toggle-container .mud-button[aria-checked="true"] {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-toggle-container .mud-button[aria-checked="false"] {
    background-color: transparent !important;
    color: #000 !important;
}

.dark-main .btn-toggle-container .mud-button[aria-checked="true"] {
    background-color: #fff !important;
    color: #000 !important;
}

.dark-main .btn-toggle-container .mud-button[aria-checked="false"] {
    background-color: transparent !important;
    color: #fff !important;
}

.tadvisor-rate-container img {
    width: 20px;
    height: auto;
}
/*fluent*/
.fluent-control {
    appearance: none;
    color: inherit;
    background: transparent;
    border: 0px;
    height: calc(100% - 4px);
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 calc(var(--design-unit) * 2px + 1px);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    position: relative;
    color: inherit;
    border: calc(var(--stroke-width) * 1px) solid transparent;
    border-radius: calc(var(--control-corner-radius) * 1px);
    height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: padding-box linear-gradient(var(--neutral-fill-input-rest),var(--neutral-fill-input-rest)),border-box var(--neutral-stroke-input-rest);
}

.fluent-input-label {
    margin-bottom: calc(var(--design-unit) * 1px);
}

fluent-tab-panel {
    border-top: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 10px;
}

.swap-btn {
    background: #fff;
    padding: 8px;
    border-radius: 0px;
    z-index: 100;
    right: -19px;
    top: 0px;
    border: 1px solid #d1d1d1;
}

.dark-main .swap-btn {
    background: #333333;
}

.fl-pic {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    background: #fff;
}

    .fl-pic img {
        width: 85%;
        height: auto;
    }

.ht-imgcontainer {
    width: 100%;
    max-height: 150px;
    overflow: hidden !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

    .ht-imgcontainer img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.hotels-on-map-container {
    width: 100%;
    max-height: 150px;
    overflow: hidden !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

    .hotels-on-map-container img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.room-imgcontainer {
    width: 100%;
    max-height: 200px;
    overflow: hidden !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #f3f3f3;
}

    .room-imgcontainer img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.room-info-topbox {
    border-radius: 2px;
    background: #f5f4fd;
    padding: 10px;
}

    .room-info-topbox p {
        font-size: 12px;
    }

.user-printedname {
    color: var(--accent-base-color) !important;
}

.main .detail-accordion {
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
    background: #edededad;
}

.dark-main .detail-accordion {
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
    background: #4f4f4f;
}

.main .error-container {
    background: #fff !important;
}

.dark-main .error-container {
    background: #474747 !important;
}

.hot-imgcontainer {
    overflow: hidden;
    max-width: 384px;
    max-height: 200px;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-right: 10px;
}

.ticket-hotel-img {
    width: 100%;
    height: auto;
}

.multi-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines before cutting off */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.floating-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}

.social-buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

    .social-buttons.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.fab-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    border: none;
    cursor: pointer;
}

    .fab-circle i {
        font-size: 1.5rem;
    }

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background-color: #036ac4;
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 24px;
    cursor: pointer;
}

.bg-whatsapp {
    background: #25D366;
}

.bg-telegram {
    background: #4497ff;
}

.bg-orange {
    background-color: #fd7e14 !important; /* Bootstrap orange */
    color: #fff;
}

.stat-bg-light-success {
    background: rgba(0,200,83,1);
    color: #fff;
}

.desc-container {
    max-height: 270px;
    overflow: scroll;
}

.insertaskmud .mud-input-root {
    font-size: 12px !important;
}

/*.show-map-floating-btn {
    position: absolute;
    right: 10px;
    top: -11px;
}*/


#popup-marker {
    background: #fff;
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: -10px;
}


#popup-marker {
    background: #fff;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #b0b0b0;
    margin-bottom: 9px;
    max-width: 310px;
    height: 100%;
}

    #popup-marker:before {
        content: "";
        position: absolute;
        right: 50%;
        bottom: -10%;
        width: 0;
        height: 0;
        transform: rotate(27deg);
        border-top: 13px solid transparent;
        border-right: 26px solid white;
        border-bottom: 13px solid transparent;
    }

    #popup-marker .map-ht-title {
        text-overflow: ellipsis;
        font-size: 12px;
    }

.hotel-card-info {
    border-left: 2px dashed #dadada;
}

.floating-rate {
    position: absolute;
    top: 0;
    right: 5px;
}

.floating-label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #29bc1e;
    border-radius: 4px;
    padding: 1px 3px;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
}

.static-label {
    background: #29bc1e;
    border-radius: 4px;
    padding: 1px 3px;
    color: #fff;
}

.wid-item {
    font-size: 14px;
}

.support-message-container {
    max-height: 406px;
    overflow: auto;
    padding: 8px;
}

::deep > #ConfirmDialog::part(control) {
    --dialog-width: 300px;
    --dialog-height: 350px;
    padding: 2rem !important;
}

.mud-toggle-group-outlined.mud-toggle-group-primary {
    border-color: inherit !important;
}

/* Task View chat box */
.chat-container {
    max-width: 75%;
    color: #000;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    word-wrap: break-word;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: left;
}

.chat-wrapper {
    display: flex;
    margin-bottom: 12px;
}

.layover-el {
    transform: translateY(-43px);
}
/*fluent*/
@media (max-width: 600px) {
    .layover-el {
        transform: translateY(-43px);
    }

    .desc-container {
        max-height: 120px;
    }

    .mud-picker input {
        font-size: 14px !important;
    }

    .segmenttriox p {
        font-size: .875em !important;
    }

    .room-info-topbox p {
        font-size: 11px;
    }

    fluent-dialog .fluent-dialog-main {
        --dialog-width: 100vw !important;
    }

    .radio-item, .dark-main .radio-item {
        margin-bottom: 1rem !important;
    }

    .header-gutters {
        margin: 0.5rem 3rem 0.5rem 1.5rem !important;
    }

    [dir="rtl"] .header-gutters {
        margin: 0.5rem 1.5rem 0.5rem 3rem !important;
    }

    .main {
        flex-direction: column !important;
        row-gap: 0 !important;
    }

    nav.sitenav {
        width: 100%;
        height: 100%;
    }

    #main-menu {
        width: 100% !important;
    }

        #main-menu > div:first-child:is(.expander) {
            display: none;
        }

    .navmenu {
        width: 100%;
    }

    #navmenu-toggle {
        appearance: none;
    }

        #navmenu-toggle ~ nav {
            display: none;
        }

        #navmenu-toggle:checked ~ nav {
            display: block;
        }

    .navmenu-icon {
        cursor: pointer;
        z-index: 10;
        display: block;
        position: absolute;
        top: 15px;
        left: unset;
        right: 20px;
        width: 20px;
        height: 20px;
        border: none;
    }

    [dir="rtl"] .navmenu-icon {
        left: 20px;
        right: unset;
    }
}

@media (min-width: 601px) and (max-width: 769px) {
    .pagination-marginfix {
        margin-top: 2rem;
    }

    .radio-item, .dark-main .radio-item {
        margin: 3px 7px !important;
        width: auto !important;
    }
}

@media screen and (max-width: 991px) {
     .swap-btn {
        border-radius: 10px;
        z-index: 100;
        right: 20%;
        top: 30px;
        transform: rotate(90deg);
        padding: 4px;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    .radio-item, .dark-main .radio-item {
        margin: 3px 7px !important;
        width: auto !important;
    }
}

@media (min-width: 1025px) and (max-width: 1441px) {
    .radio-item, .dark-main .radio-item {
        margin: 3px 7px !important;
        width: auto !important;
    }
}

@media (min-width: 1441px) and (max-width: 2561px) {
    .radio-item, .dark-main .radio-item {
        margin: 3px 7px !important;
        width: auto !important;
    }
}

@media (max-width: 1025px) {
    .RoomCarImg {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .hotel-card-info {
        border-left: none !important;
    }
}

@media (max-width: 768px) {

    .chat-container {
        max-width: 100%;
        font-size: 12px;
        font-weight: bold;
    }

    .mud-toggle-group {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .detailbox-container {
        max-height: 100vh;
        overflow: hidden;
        overflow-y: scroll;
    }

    .thumbnail {
        width: 75px;
        height: 56px;
    }

    .nav-button {
        font-size: 18px;
        padding: 8px;
    }

    .ftype-radio .mud-typography {
        font-size: 13px !important;
    }

    .ftype-radio span.mud-button-root {
        padding: 3px !important;
    }
}
/* -- MAP -- */

.ol-blazor-marker:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

div[class^="ol-blazor-marker"]:hover {
    cursor: pointer;
}

.ol-overlay-container .ol-blazor-marker:hover {
    cursor: pointer;
}

.Hotel-Autocomp .mud-input-adornment, .Hotel-RangePicker .mud-input-adornment {
    position: absolute !important;
    right: 9px !important;
    bottom: 20px !important;
}

.Hotel-Autocomp .mud-input-adornment-icon-button {
    padding-left: 0px !important;
    padding-right: 8px !important;
}

    .Hotel-Autocomp .mud-input-adornment-icon-button:hover, .Hotel-RangePicker .mud-input-adornment-icon-button:hover {
        background: transparent !important;
    }

    .Hotel-Autocomp .mud-input-adornment-icon-button:active, .Hotel-RangePicker .mud-input-adornment-icon-button:active {
        background: transparent !important;
    }

    .Hotel-Autocomp .mud-input-adornment-icon-button:focus-visible, .Hotel-RangePicker .mud-input-adornment-icon-button:focus-visible {
        background: transparent !important;
    }

.Hotel-Autocomp .mud-input-clear-button {
    position: absolute !important;
    right: 30px !important;
    bottom: 8px !important;
}

.RoomCarImg-container {
    height: 100%;
    overflow: hidden;
    justify-content: center;
}

.RoomCarImg {
    width: 100%;
    /*width: 460px;*/
    object-fit: cover;
    object-position: center;
}

.room-carousel {
    height: 240px !important;
    border-radius: 10px;
}

    .room-carousel button {
        background: #fff !important;
    }

.dark-main .room-carousel button {
    background: #000000c2 !important;
}

.Hotel-Autocomp .mud-input-root, .Hotel-RangePicker .mud-input-root {
    padding-bottom: 11px !important;
    padding-right: 14px !important;
}

/* -- MAP -- */
.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-image-container {
    position: relative;
}

.main-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 500px;
    transition: opacity 0.3s ease-in-out;
}

.HotelRoomCarousel {
    height: 330px;
}

.thumbnail-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.thumbnail {
    width: 100px;
    height: 75px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .thumbnail:hover {
        opacity: 0.8;
    }

    .thumbnail.active {
        border-color: #0d6efd;
    }

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    transition: background 0.3s;
}

    .nav-button:hover {
        background: rgba(0, 0, 0, 0.8);
    }

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.show-comment-line {
    white-space: pre-line
}

.main .editor-container .rz-html-editor {
    background: white;
    color: black;
    border: 1px solid #dcdcdc;
}

.main .editor-container .rz-html-editor-toolbar {
    background: #f4f4f4;
    border-bottom: 1px solid #dcdcdc;
}

.main .editor-container .rz-html-editor-content {
    background: white;
    color: black;
}

.main .editor-container .rz-html-editor-button {
    color: #222;
}

    .main .editor-container .rz-html-editor-button.rz-selected {
        background: #e4e4e4;
        color: black;
    }

.dark-main .editor-container .rz-html-editor {
    background: #1f1f1f !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
}

.dark-main .editor-container .rz-html-editor-toolbar {
    background: #2a2a2a !important;
    border-bottom: 1px solid #333 !important;
}

.dark-main .editor-container .rz-html-editor-content {
    background: #1f1f1f !important;
    color: #fff !important;
}

.dark-main .editor-container .rz-html-editor-button,
.dark-main .editor-container .rz-html-editor-colorpicker,
.dark-main .editor-container .rz-colorpicker-trigger {
    color: #ddd !important;
    background: #151414 !important;
}

    .dark-main .editor-container .rz-html-editor-button:hover {
        background: #343434 !important;
    }

    .dark-main .editor-container .rz-html-editor-button.rz-selected {
        background: #3c3c3c !important;
        color: white !important;
    }

.dark-main .editor-container .rz-html-editor-content .ql-editor *,
.dark-main .editor-container .rz-html-editor-content {
    color: inherit !important;
}

.dark-main .rz-colorpicker-popup {
    background: #2a2a2a !important;
    border-color: #333 !important;
}

.pointer {
    cursor: pointer;
    display: block !important;
    border-bottom: 1px dashed;
}

.dnd-datepicker-wrapper .mud-input > input.mud-input-root-outlined {
    padding: 10px 14px;
}

.border-danger-childs .fluent-input-label {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.visa-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .visa-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.visa-card-image-container {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.visa-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: transform 0.2s ease;
}

.visa-card:hover .country-label {
    transform: scale(1.05);
}


.visa-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.visa-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #323130;
    text-align: center;
}

.visa-card-subtitle {
    font-size: 14px;
    color: #605E5C;
    margin-bottom: 16px;
    text-align: center;
}

.visa-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #edebe9;
    margin-top: auto;
}

.price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-label {
    font-size: 12px;
    color: #605E5C;
    margin-bottom: 2px;
}

.price-value {
    font-size: 16px;
    font-weight: 600;
    color: #0078D4;
}

.price-currency {
    font-size: 12px;
    margin-right: 4px;
}

.action-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.action-label {
    font-size: 12px;
    color: #605E5C;
    margin-bottom: 2px;
}

.container-custom {
    max-width: 1400px;
}

@media (max-width: 768px) {
    .visa-card-image {
        height: 150px;
    }
}

/* Europe */
.country-label-de { /* Germany */
    background: linear-gradient(135deg, #000000 0%, #dd0000 50%, #ffce00 100%);
}

.country-label-es { /* Spain */
    background: linear-gradient(135deg, #c60b1e 0%, #ffc400 100%);
}

.country-label-fr { /* France */
    background: linear-gradient(135deg, #002395 0%, #ffffff 50%, #ed2939 100%);
    color: #002395;
    text-shadow: 0 0 3px white;
}

.country-label-it { /* Italy */
    background: linear-gradient(135deg, #009246 0%, #ffffff 50%, #ce2b37 100%);
    color: #333;
    text-shadow: 0 0 2px white;
}

.country-label-ch { /* Switzerland */
    background: linear-gradient(135deg, #dc143c 0%, #ff4757 100%);
}

.country-label-at { /* Austria */
    background: linear-gradient(135deg, #ed2939 0%, #ffffff 50%, #ed2939 100%);
    color: #ed2939;
    text-shadow: 0 0 3px white;
}

.country-label-nl { /* Netherlands */
    background: linear-gradient(135deg, #21468b 0%, #ffffff 50%, #ae1c28 100%);
    color: #21468b;
    text-shadow: 0 0 3px white;
}

.country-label-be { /* Belgium */
    background: linear-gradient(135deg, #000000 0%, #fdda24 50%, #ef3340 100%);
}

.country-label-pl { /* Poland */
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #dc143c 100%);
    color: #dc143c;
}

.country-label-pt { /* Portugal */
    background: linear-gradient(135deg, #006600 0%, #ff0000 100%);
}

.country-label-gr { /* Greece */
    background: linear-gradient(135deg, #0d5eaf 0%, #ffffff 100%);
    color: #0d5eaf;
    text-shadow: 0 0 3px white;
}

.country-label-se { /* Sweden */
    background: linear-gradient(135deg, #006aa7 0%, #fecc00 100%);
}

.country-label-no { /* Norway */
    background: linear-gradient(135deg, #ba0c2f 0%, #00205b 100%);
}

.country-label-dk { /* Denmark */
    background: linear-gradient(135deg, #c8102e 0%, #ff4757 100%);
}

.country-label-fi { /* Finland */
    background: linear-gradient(135deg, #003580 0%, #ffffff 100%);
    color: #003580;
    text-shadow: 0 0 3px white;
}

.country-label-ie { /* Ireland */
    background: linear-gradient(135deg, #169b62 0%, #ffffff 50%, #ff883e 100%);
    color: #169b62;
    text-shadow: 0 0 3px white;
}

.country-label-cz { /* Czech Republic */
    background: linear-gradient(135deg, #11457e 0%, #d7141a 100%);
}

.country-label-hu { /* Hungary */
    background: linear-gradient(135deg, #ce2939 0%, #ffffff 50%, #436f4d 100%);
    color: #ce2939;
    text-shadow: 0 0 3px white;
}

.country-label-ro { /* Romania */
    background: linear-gradient(135deg, #002b7f 0%, #fcd116 50%, #ce1126 100%);
}

.country-label-bg { /* Bulgaria */
    background: linear-gradient(135deg, #ffffff 0%, #00966e 50%, #d62612 100%);
    color: #00966e;
    text-shadow: 0 0 3px white;
}

.country-label-hr { /* Croatia */
    background: linear-gradient(135deg, #ff0000 0%, #ffffff 50%, #171796 100%);
    color: #171796;
    text-shadow: 0 0 3px white;
}

.country-label-sk { /* Slovakia */
    background: linear-gradient(135deg, #ffffff 0%, #0b4ea2 50%, #ee1c25 100%);
    color: #0b4ea2;
    text-shadow: 0 0 3px white;
}

.country-label-si { /* Slovenia */
    background: linear-gradient(135deg, #ffffff 0%, #005da4 50%, #ed1c24 100%);
    color: #005da4;
    text-shadow: 0 0 3px white;
}

.country-label-lt { /* Lithuania */
    background: linear-gradient(135deg, #fdb913 0%, #006a44 50%, #c1272d 100%);
}

.country-label-lv { /* Latvia */
    background: linear-gradient(135deg, #9e3039 0%, #ffffff 50%, #9e3039 100%);
    color: #9e3039;
    text-shadow: 0 0 3px white;
}

.country-label-ee { /* Estonia */
    background: linear-gradient(135deg, #0072ce 0%, #000000 50%, #ffffff 100%);
}

.country-label-mt { /* Malta */
    background: linear-gradient(135deg, #ffffff 0%, #cf142b 100%);
    color: #cf142b;
}

.country-label-cy { /* Cyprus */
    background: linear-gradient(135deg, #ffffff 0%, #d57800 100%);
    color: #d57800;
}

.country-label-lu { /* Luxembourg */
    background: linear-gradient(135deg, #ed2939 0%, #ffffff 50%, #00a1de 100%);
    color: #ed2939;
    text-shadow: 0 0 3px white;
}

.country-label-uk, .country-label-gb { /* United Kingdom */
    background: linear-gradient(135deg, #012169 0%, #c8102e 100%);
}

.country-label-schengen { /* Schengen */
    background: linear-gradient(135deg, #003399 0%, #ffcc00 100%);
}

/* Asia */
.country-label-cn { /* China */
    background: linear-gradient(135deg, #de2910 0%, #ff6b6b 100%);
}

.country-label-jp { /* Japan */
    background: linear-gradient(135deg, #ffffff 0%, #bc002d 100%);
    color: #bc002d;
}

.country-label-kr { /* South Korea */
    background: linear-gradient(135deg, #ffffff 0%, #cd2e3a 50%, #0047a0 100%);
    color: #0047a0;
    text-shadow: 0 0 3px white;
}

.country-label-in { /* India */
    background: linear-gradient(135deg, #ff9933 0%, #ffffff 50%, #138808 100%);
    color: #000080;
    text-shadow: 0 0 3px white;
}

.country-label-th { /* Thailand */
    background: linear-gradient(135deg, #ed1c24 0%, #ffffff 33%, #241d4f 66%, #ffffff 100%);
    color: #241d4f;
    text-shadow: 0 0 3px white;
}

.country-label-sg { /* Singapore */
    background: linear-gradient(135deg, #ed2939 0%, #ffffff 100%);
    color: #ed2939;
}

.country-label-my { /* Malaysia */
    background: linear-gradient(135deg, #cc0001 0%, #ffffff 50%, #010066 100%);
}

.country-label-id { /* Indonesia */
    background: linear-gradient(135deg, #ff0000 0%, #ffffff 100%);
    color: #ff0000;
}

.country-label-ph { /* Philippines */
    background: linear-gradient(135deg, #0038a8 0%, #ce1126 50%, #fcd116 100%);
}

.country-label-vn { /* Vietnam */
    background: linear-gradient(135deg, #da251d 0%, #ff4757 100%);
}

.country-label-ae { /* UAE */
    background: linear-gradient(135deg, #00732f 0%, #ffffff 33%, #000000 66%, #ff0000 100%);
}

.country-label-sa { /* Saudi Arabia */
    background: linear-gradient(135deg, #165c2c 0%, #2d8245 100%);
}

.country-label-tr { /* Turkey */
    background: linear-gradient(135deg, #e30a17 0%, #ff4757 100%);
}

.country-label-il { /* Israel */
    background: linear-gradient(135deg, #0038b8 0%, #ffffff 50%, #0038b8 100%);
    color: #0038b8;
    text-shadow: 0 0 3px white;
}

/* Americas */
.country-label-us { /* United States */
    background: linear-gradient(135deg, #b22234 0%, #ffffff 50%, #3c3b6e 100%);
}

.country-label-ca { /* Canada */
    background: linear-gradient(135deg, #ff0000 0%, #ffffff 50%, #ff0000 100%);
    color: #ff0000;
}

.country-label-mx { /* Mexico */
    background: linear-gradient(135deg, #006847 0%, #ffffff 50%, #ce1126 100%);
    color: #006847;
    text-shadow: 0 0 3px white;
}

.country-label-br { /* Brazil */
    background: linear-gradient(135deg, #009c3b 0%, #ffdf00 100%);
    color: #002776;
}

.country-label-ar { /* Argentina */
    background: linear-gradient(135deg, #74acdf 0%, #ffffff 50%, #74acdf 100%);
    color: #74acdf;
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.country-label-cl { /* Chile */
    background: linear-gradient(135deg, #0039a6 0%, #ffffff 50%, #d52b1e 100%);
}

.country-label-co { /* Colombia */
    background: linear-gradient(135deg, #fcd116 0%, #003893 50%, #ce1126 100%);
}

.country-label-pe { /* Peru */
    background: linear-gradient(135deg, #d91023 0%, #ffffff 50%, #d91023 100%);
    color: #d91023;
}

/* Oceania */
.country-label-au { /* Australia */
    background: linear-gradient(135deg, #00008b 0%, #ffffff 50%, #ff0000 100%);
}

.country-label-nz { /* New Zealand */
    background: linear-gradient(135deg, #00247d 0%, #cc142b 100%);
}

/* Africa */
.country-label-za { /* South Africa */
    background: linear-gradient(135deg, #e03c31 0%, #007749 50%, #001489 100%);
}

.country-label-eg { /* Egypt */
    background: linear-gradient(135deg, #ce1126 0%, #ffffff 50%, #000000 100%);
}

.country-label-ma { /* Morocco */
    background: linear-gradient(135deg, #c1272d 0%, #006233 100%);
}

.country-label-ng { /* Nigeria */
    background: linear-gradient(135deg, #008751 0%, #ffffff 50%, #008751 100%);
    color: #008751;
}

.country-label-ke { /* Kenya */
    background: linear-gradient(135deg, #000000 0%, #bb0000 33%, #ffffff 66%, #006600 100%);
}


