@import url("https://fonts.googleapis.com/css?family=Figtree:400,300,700");

/* OVERRIDES */
:root {
    /*font-size: 14px;
    --hx-grid-sorted-icon-color: #ffffff;
    --hx-sidebar-item-font-size: 1.15rem;
    --hx-sidebar-item-color: rgba(255, 255, 255, 0.8);
    --hx-sidebar-item-icon-color: rgba(255, 255, 255, 0.8);
    --hx-sidebar-item-hover-color: rgba(255, 255, 255, 1);
    --hx-sidebar-item-hover-icon-color: rgba(255, 255, 255, 1);
    --hx-sidebar-toggler-border: 0px;
    --hx-search-box-item-subtitle-color: #6c757d;
    --hx-sidebar-subitem-margin: 0 0 .25rem 1rem;
    --hx-sidebar-subitem-font-size: 1rem;
    --hx-form-spacing: 0px;*/
}

.column-width-7p {
    width: 7%;
}

.column-width-10p {
    width: 10%;
}

.column-width-15p {
    width: 15%;
}

.column-width-110 {
    width: 110px;
    min-width: 110px;
}

.column-width-100 {
    width: 100px;
    min-width: 100px;
}

.column-width-90 {
    width: 90px;
    min-width: 90px;
}

.column-width-30 {
    width: 30px;
    min-width: 30px;
}

.column-width-35 {
    width: 35px;
    min-width: 35px;
}

.min-w-110 {
    min-width: 110px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-90 {
    min-width: 90px;
}

.min-w-70 {
    min-width: 70px;
}


.custom-sidebar-icon {
    background-color: var(--hx-sidebar-item-icon-color);
}

.not-qualified-badge {
    background-color: #b5b5b5;
    font-size: 1.8em;
}

.qualified-badge {
    font-size: 1.8em;
}

.finals-badge {
    color: darkgreen;
}

.validation-text-size {
    font-size: .875em;
}

.overflow-visible {
    overflow: visible;
}


.k-picker-solid {
    border-color: #e4e7eb;
    color: #212529;
    background-color: #ffffff;
}

/*#region HAVIT OVERRIDES */

.grid-selectable.hx-grid td {
    -moz-user-select: none;
}

.sidebar .hx-sidebar-footer {
    display: block !important;
}

.hx-sidebar:not(.collapsed) {
    min-width: 300px;
}

.offcanvas {
    /*width: 95vw !important;*/
}

.offcanvas-header {
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.75);
    z-index: 1;
}

.hx-offcanvas-footer {
    box-shadow: 0px -3px 10px -3px rgba(0,0,0,0.75);
    z-index: 1;
}

/*#endregion */
/*#region TELERIK OVERRIDES */
.grid-selectable .k-table-row {
    cursor: pointer;
}

/* template */
div.custom-ellipsis,
/* OnCellRender */
.k-grid td.custom-ellipsis,
/* OnRowRender */
.k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* grid */
.k-grid.font-size,
/* grid toolbar */
.k-grid.font-size .k-toolbar,
/* grid cells */
.k-grid.font-size table,
/* textboxes */
.k-grid.font-size .k-input,
/* date pickers */
.k-grid.font-size .k-picker,
/* buttons */
.k-grid.font-size .k-button,
/* column and filter menu */
.k-popup,
.k-popup .k-input,
.k-popup .k-picker,
.k-popup .k-button,
/* dropdowns */
.k-popup .k-list,
.k-table-td,
.k-column-title {
    font-family: 'Figtree', sans-serif !important;
}

.k-grid .k-table-th.k-selected, .k-grid td.k-selected, .k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected > td, .k-grid .k-table-row.k-selected > .k-table-td {
    color: var(--kendo-color-on-app-surface, #212529);
    background-color: color-mix(in srgb, #0d6efd73 25%, transparent);
}

/*#endregion */

.k-grid .k-table-row {
    background-color: rgb(226, 229, 242)
}

.k-grid .k-table-alt-row {
    background-color: rgb(207, 212, 235)
}

.k-grid .k-table-th {
    background-color: white;
}

.k-grid td .hover-link {
    color: #314186 !important;
    font-weight: bold !important;
}

td .hover-link-havit {
    color: #314186 !important;
    font-weight: bold !important;
}

.k-grid td .link {
    color: #314186 !important;
    font-weight: bold !important;
}

.hx-grid td {
    /*font-weight: bold !important;*/
    /*color: black;*/
}

.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    /*font-weight: bold !important;*/
    /*color: black;*/
}

.hx-grid td {
    /*font-weight: bold !important;*/
    /*color: black;*/
}

.th, .k-column-title {
    font-weight: bold !important;
}

.text-muted {
    font-weight: bold;
}

.hx-sidebar a.nav-link.active {
    background-color: rgba(58, 77, 158, 1) !important;
    color: white !important;
}

.hx-sidebar .nav-link.active .custom-sidebar-icon {
    background-color: white !important;
}

.nav-link.active .hx-sidebar-item-icon {
    color: white !important;
}

.k-loader-primary, .k-loader-container-label {
    color: #314186 !important;
}

html[data-bs-theme='dark'] .k-grid,
html[data-bs-theme='dark'] .k-editor,
html[data-bs-theme='dark'] .k-content,
html[data-bs-theme='dark'] .k-input-solid {
    background-color: #212529 !important;
}

html[data-bs-theme='dark'] .k-chart > svg > g > path[fill="rgb(0, 0, 0)"] {
    fill: #212529;
}

/***************************/
/* Charts to re-render when switching, so these are manual css fixes under the page is refreshed*/
/***************************/
html[data-bs-theme='light'] .k-chart > svg > g > path[fill="rgb(0, 0, 0)"] {
    fill: rgb(255, 255, 255);
}

html[data-bs-theme='dark'] .k-chart > svg > g > path[fill="rgb(255, 255, 255)"] {
    fill: #212529;
}

html[data-bs-theme='light'] .k-chart > svg > g text[fill="rgb(255, 255, 255)"] {
    fill: rgb(33, 37, 41);
}

html[data-bs-theme='dark'] .k-chart > svg > g text[fill="rgb(33, 37, 41)"] {
    fill: rgb(255, 255, 255);
}
/***************************/

/*#region GLOBALS */

/* lock body to remove scroll bounce on mobile.  Scrolling will be on the main body div */
.dj-header-border {
    border-left: solid 8px #b7c0e8 !important;
    border-right: solid 2px #b7c0e8 !important;
    border-bottom: solid 2px #b7c0e8 !important;
    border-top: solid 2px #b7c0e8 !important;
}

.ar-header-border {
    border-left: solid 8px #b7dee8 !important;
    border-right: solid 2px #b7dee8 !important;
    border-bottom: solid 2px #b7dee8 !important;
    border-top: solid 2px #b7dee8 !important;
}

.hd-header-border {
    border-left: solid 8px #d8b6ed !important;
    border-right: solid 2px #d8b6ed !important;
    border-bottom: solid 2px #d8b6ed !important;
    border-top: solid 2px #d8b6ed !important;
}

.distance-color {
    color: #3f4664 !important;
    background-color: #b7c0e8 !important;
    font-weight: 900;
}

.ar-color {
    color: #365158 !important;
    background-color: #b7dee8 !important;
    font-weight: 900;
}

.hd-color {
    color: #523f5e !important;
    background-color: #d8b6ed !important;
    font-weight: 900;
}

.distance-color.active {
    color: white !important;
    background-color: #50566f !important;
    font-weight: 900;
}

.ar-color.active {
    color: white !important;
    background-color: #50566f !important;
    font-weight: 900;
}

.hd-color.active {
    color: white !important;
    background-color: #50566f !important;
    font-weight: 900;
}

.dj-table {
    --bs-table-color: #000;
    --bs-table-bg: #e3e6f3;
    --bs-table-border-color: #50566f;
    --bs-table-striped-bg: #d0d5ec;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3e6f3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3e6f3;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.ar-table {
    --bs-table-color: #000;
    --bs-table-bg: #e2ffff;
    --bs-table-border-color: #50566f;
    --bs-table-striped-bg: #8cf1f1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2ffff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e2ffff;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.hd-table {
    --bs-table-color: #000;
    --bs-table-bg: #f1e2ff;
    --bs-table-border-color: #50566f;
    --bs-table-striped-bg: #e9d2ff;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f1e2ff;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f1e2ff;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.dj-body-border {
    border-left: solid 2px #b7c0e8 !important;
    border-right: solid 2px #b7c0e8 !important;
    border-bottom: solid 2px #b7c0e8 !important;
}

.ar-body-border {
    border-left: solid 2px #b7dee8 !important;
    border-right: solid 2px #b7dee8 !important;
    border-bottom: solid 2px #b7dee8 !important;
}

.hd-body-border {
    border-left: solid 2px #d8b6ed !important;
    border-right: solid 2px #d8b6ed !important;
    border-bottom: solid 2px #d8b6ed !important;
}

.dj-background {
    background-color: #e3e6f3;
}

.ar-background {
    background-color: #e2ffff;
}

.hd-background {
    background-color: #f1e2ff;
}

.dj-reg-cell {
    color: #3f4664 !important;
    background-color: #b7c0e8 !important;
    font-weight: 900 !important;
    border-left: solid 2px #727fba !important;
    border-right: solid 2px #727fba !important;
    border-bottom: solid 2px #727fba !important;
}

.ar-reg-cell {
    color: #365158 !important;
    background-color: #b7dee8 !important;
    font-weight: 900 !important;
    border-left: solid 2px #5db0c5 !important;
    border-right: solid 2px #5db0c5 !important;
    border-bottom: solid 2px #5db0c5 !important;
}

.hd-reg-cell {
    color: #523f5e !important;
    background-color: #d8b6ed !important;
    font-weight: 900 !important;
    border-left: solid 2px #ad6cd5 !important;
    border-right: solid 2px #ad6cd5 !important;
    border-bottom: solid 2px #ad6cd5 !important;
}

.full-splash {
    background-color: #b8bac1 !important;
    color: #6c6e75 !important;
}

.dj-table-row:nth-child(odd) {
    --bs-table-bg: #d0d5ec !important;
}
.dj-table-row:nth-child(even) {
    --bs-table-bg: #e3e6f3 !important;
}
.ar-table-row:nth-child(odd) {
    --bs-table-bg: #8cf1f1 !important;
}

.ar-table-row:nth-child(even) {
    --bs-table-bg: #e2ffff !important;
}
.hd-table-row:nth-child(odd) {
    --bs-table-bg: #e9d2ff !important;
}

.hd-table-row:nth-child(even) {
    --bs-table-bg: #f1e2ff !important;
}

html {
    position: static;
    overflow-y: hidden;
    height: 100%;
    max-height: 100%;
    overscroll-behavior: none;
}

body {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    overscroll-behavior: none;
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Figtree', sans-serif !important;
}

a {
    cursor: pointer;
}

.heart-color {
    filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(5409%) hue-rotate(360deg) brightness(120%) contrast(119%);
    font-size: 1.15em;
    display: block;
    cursor: pointer;
    height: fit-content;
}

    .heart-color:hover {
        filter: brightness(0) saturate(100%) invert(13%) sepia(84%) saturate(5745%) hue-rotate(359deg) brightness(82%) contrast(115%);
    }

.heart-outline-color {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1%) hue-rotate(98deg) brightness(105%) contrast(100%);
    font-size: 1.15em;
    display: block;
    cursor: pointer;
    height: fit-content;
}

    .heart-outline-color:hover {
        filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(110%) hue-rotate(208deg) brightness(94%) contrast(88%);
    }

.edit-icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1%) hue-rotate(98deg) brightness(105%) contrast(100%);
    font-size: 1.15em;
    display: block;
    cursor: pointer;
    height: fit-content;
}

    .edit-icon:hover {
        filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(110%) hue-rotate(208deg) brightness(94%) contrast(88%);
    }

.parent-div {
    display: flex;
    position: relative;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    top: 15px;
    right: 90px;
    flex-direction: row;
    gap: 15px;
    background-color: rgba(0,0,0,0.5);
}

.dog-image-parent-div {
    display: flex;
    position: relative;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    top: 5px;
    right: 78px;
    flex-direction: row;
    gap: 15px;
    background-color: rgba(0,0,0,0.5);
}

/*#endregion */

/*#region BLAZOR */

#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."
    }

/*#endregion */

.search .dropdown-item div {
    overflow: hidden;
}

.tooltip.show {
    opacity: 1 !important;
}

/*.app-background {
    background-position-y: center;
    background-size: cover;
    background-color: #212529;
}*/

.page-header {
    font-size: 1.85rem;
    font-weight: bold;
    /*color: #333333;*/
}

.visibility-visible {
    visibility: visible !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cover {
    object-fit: cover;
}

.app-logo {
    max-width: 20rem;
    padding: 10px;
}

.profile-page .tab-content {
    height: 100% !important;
}

.nav-pills .nav-link.active {
    background-color: var(--bs-dark);
}


/*#region Agilx Classes */

.k-editor {
    border-radius: 5px;
}

    .k-editor .k-toolbar {
        border-radius: 5px 5px 0px 0px;
    }

    .k-editor .k-editor-content {
        border-radius: 0px 0px 5px 5px;
    }
/*Drop shadow on controls within cards*/
.card .form-control, .card .form-select, .card .k-input, .card .k-editor, .card .form-check-input {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px;
}

/*Drop shadow on cards*/
.card {
    /*background-color: #f8f9fa;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*Drop shadow on accordians*/
.accordion {
    /*background-color: #f8f9fa;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*Spacing between cards*/
.card {
    margin-bottom: 8px;
}

.sc-head-center {
    text-align: center;
}

.line-through {
    text-decoration: line-through
}

.card .card-header h5 {
    margin-bottom: 0px;
    padding-top: 4px;
}

/*#endregion */

/* classes to support Telerik Grid row hovers */

/*.hover-target {
    visibility: hidden;
}

.row-hover:hover .hover-target {
    visibility: visible;
}*/

.hover-container:hover .hover-target {
    visibility: visible;
}

.hover-link {
    color: #314186 !important;
    font-weight: bold !important;
}

.card-header {
    background-color: rgb(33 37 41 / 16%) !important;
}

    .card-header h5 {
        font-weight: 600 !important;
    }

.hover-link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.link {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/* end */

.bt-mobile-tabbar a {
    color: white;
    text-decoration: none;
}

.bt-mobile-tabbar .active {
    background-color: #0d6efd;
}

/* Mobile */
@media only screen and (max-width: 1399px) {
    .bt-desktop {
        display: none !important;
    }

    /* .bt-mobile-padding {
        margin-bottom: 77px;
    }*/

    /*.defaultgridheight {
        height: calc(100vh - 340px);
    }*/



    .event-splash-header {
        position: fixed;
        z-index: 10;
        top: 65px;
        left: -30px;
        right: 0px;
    }

    .defaultgridheight {
        height: calc(100vh - 280px);
        min-height: 400px;
    }

    .paymentsgridheight {
        height: calc(100vh - 350px);
        min-height: 400px;
    }

    .eventsgridheight {
        height: calc(100vh - 300px);
        min-height: 400px;
    }

    .eventsfacilitygridheight {
        height: calc(100vh - 420px);
        min-height: 400px;
    }

    .judgesgridheight {
        height: calc(100vh - 240px);
        min-height: 400px;
    }

    .judgesfacilitygridheight {
        height: calc(100vh - 370px);
        min-height: 400px;
    }

    .facility-tp {
        min-height: calc(100vh - 190px);
    }

    .documentgridheight {
        height: calc(100vh - 380px);
        min-height: 400px;
    }

    .photogridheight {
        height: calc(100vh - 250px);
        min-height: 400px;
    }

    .myregistrationsgridheight {
        height: calc(100vh - 165px);
    }

    .registration-bar {
        position: absolute;
        width: 100%;
        bottom: 0px;
        background-color: white;
        padding: 10px;
        margin-left: -7px;
        box-shadow: 0px -4px 6px -5px rgba(0, 0, 0, 0.75);
    }
}

/* Desktop */
@media only screen and (min-width: 1400px) {
    .bt-mobile {
        display: none !important;
    }

    .event-splash-header {
        position: sticky;
        z-index: 10;
        top: -9px;
    }

    .bt-mobile-full-height {
        height: 100vh;
    }

    .defaultgridheight {
        height: calc(100vh - 160px);
        min-height: 400px;
    }

    .paymentsgridheight {
        height: calc(100vh - 250px);
        min-height: 400px;
    }

    .eventsgridheight {
        height: calc(100vh - 230px);
        min-height: 400px;
    }

    .eventsfacilitygridheight {
        height: calc(100vh - 355px);
        min-height: 400px;
    }

    .judgesgridheight {
        height: calc(100vh - 160px);
        min-height: 400px;
    }

    .judgesfacilitygridheight {
        height: calc(100vh - 300px);
        min-height: 400px;
    }

    .facility-tp {
        min-height: calc(100vh - 125px);
    }

    .documentgridheight {
        height: calc(100vh - 160px);
        min-height: 400px;
    }

    .photogridheight {
        height: calc(100vh - 120px);
        min-height: 400px;
    }

    .publiceventsgridheight {
        height: calc(100vh - 530px);
        min-height: 400px;
    }

    .facilityfilesgridheight {
        height: calc(100vh - 250px);
        min-height: 400px;
    }

    .eventfacilityfilesgridheight {
        height: calc(90vh - 246px);
    }

    .myregistrationsgridheight {
        height: calc(100vh - 105px);
    }

    .registration-bar {
        position: absolute;
        width: calc(100vw - 317px);
        bottom: 0px;
        background-color: white;
        padding: 10px;
        margin-left: -7px;
        box-shadow: 0px -4px 6px -5px rgba(0, 0, 0, 0.75);
    }
}

@media only screen and (min-width: 1200px) {
    .publiceventsmapfilter {
        position: absolute;
        z-index: 8;
        width: 370px;
        margin-left: 5px;
        margin-top: 113px;
        background-color: #00000040;
        border-radius: 5px;
        padding: 5px;
    }
}

@media only screen and (min-width: 1400px) {
    .publiceventsmapfilter {
        position: absolute;
        z-index: 9;
        width: 450px;
        margin-left: 5px;
        margin-top: 113px;
        background-color: #00000040;
        border-radius: 5px;
        padding: 5px;
    }
}

/*#region Google Maps InfoWindow */

.gm-style-iw-chr button {
    width: 15px !important;
    height: 20px !important;
}

    .gm-style-iw-chr button span {
        width: 15px !important;
        height: 15px !important;
        margin: 5px !important;
    }

/*#endregion */

.childSpacing-10 > *:not(:last-child) {
    margin-bottom: 10px;
}

ol.nobullets, ul.nobullets {
    list-style: none;
}

.ul-list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.125em;
    font-size: 1em;
    line-height: 1.5em;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

.single-line-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

/* Style the breadcrumb container */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff; /* White background for container */
    border-radius: 0px;
    border: solid #dee2e6 1px;
}

/* Style each breadcrumb item */
.breadcrumb-item {
    display: flex;
    align-items: center;
    font-weight: normal; /* Adjusted weight for consistency */
    color: #3a4d9d; /* Link color */
    margin-right: 5px;
    font-size: 14px; /* Adjust font size */
}

    /* Style for the active breadcrumb item (last item) */
    .breadcrumb-item.active {
        color: #3a4d9d; /* White text */
        padding: 5px 10px; /* Added padding for the active item */
        border-radius: 4px; /* Rounded corners for active item */
        font-weight: bold; /* Bold text for active item */
    }

    /* Breadcrumb links */
    .breadcrumb-item a {
        /*text-decoration: none;*/
        color: #3a4d9d;
        transition: color 0.3s ease;
    }

        .breadcrumb-item a:hover {
            color: #25357c; /* Darker blue on hover */
        }

    /* Divider between breadcrumb items */
    .breadcrumb-item + .breadcrumb-item::before {
        content: '/';
        color: #6c757d;
        margin-right: 5px;
        margin-left: 0px;
        font-weight: normal;
    }

img.cropper-container {
    display: none;
}

/* HxTabPanel horizontal scroll for mobile */
.nav.nav-tabs.hx-tab-panel {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: thin; /* Firefox */
}

.nav.nav-tabs.hx-tab-panel .nav-link {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: max-content;
}

/* Hide scrollbar for webkit browsers while keeping functionality */
.nav.nav-tabs.hx-tab-panel::-webkit-scrollbar {
    height: 3px;
}

.nav.nav-tabs.hx-tab-panel::-webkit-scrollbar-track {
    background: transparent;
}

.nav.nav-tabs.hx-tab-panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.nav.nav-tabs.hx-tab-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Mobile specific adjustments */
@media only screen and (max-width: 1399px) {
    .nav.nav-tabs.hx-tab-panel {
        padding: 0 10px; /* Add some horizontal padding for mobile */
    }
    
    .nav.nav-tabs.hx-tab-panel .nav-link {
        margin-right: 8px; /* Add spacing between tabs */
        padding: 8px 12px; /* Adjust padding for mobile */
    }
}
