@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --open-sans: 'Open Sans', sans-serif;
    --red-hat: 'Red Hat Text', sans-serif;
    --red-hat-mono: 'Red Hat Mono', monospace, sans-serif;
    --monitor-status-clear: rgba(0, 0, 0, 0);
    --monitor-status-info: rgb(131, 185, 210);
    --monitor-status-watch: rgb(255, 255,128);
    --monitor-status-warning: rgb(255, 191, 0);
    --monitor-status-critical: rgb(255, 112, 112);
    --monitor-status-emergency: rgb(255, 32, 223);
    --info-blue: rgb(0, 120, 250);
    --fe-primary: rgb(112, 77, 255);
    --fe-primary-50: rgba(112, 77, 255, 50%);
    --nav-selected-bg-color: light-dark(var(--fe-primary), white);
    --nav-bg-color: light-dark(rgba(112, 77, 255, 0.3), var(--neutral200));
    --neutral050: #131516;
    --neutral04: #59666E;
    --neutral06: #A4ACB0;
    --neutral025: #0B0D0E;
    --neutral075: #181C1E;
    --neutral100: #202528;
    --neutral200: #31383C;
    --neutral300: #49535A;
    --neutral400: #59666E;
    --neutral500: #778288;
    --neutral600: #A4ACB0;
    --neutral700: #D2D5D7;
    --neutral750: #E6E8E9;
    --neutral800: #EBECED;
    --neutral900: #F7F7F7;
    --yellow-400: #FFAB00;
    --red-400: #F55C38;
    --flight-departed: #6699FF;
    --flight-in-flight: #00E5E5;
    --flight-arrived: #5A5A5A;
    --flight-aged-out: #5A5A5A;
    --flight-hold: rgba(0,0,0,0);
    --flight-planned: #00DC00;
    --flight-scheduled: #EBEBC8;
    --flight-ground: #3030F0;
    --blue-05: #040B2B;
    --secondary-text-color: var(--neutral500);
    color-scheme: var(--scheme);
    --stroke-focus: #2969f2;
}

[data-is-dark='true'] {
    --scheme: dark;
    --bg-color: var(--neutral050);
    --tooltip-bg-color: var(--neutral200);
    --highlighted-bg-color: var(--neutral400);
    --text-color: white;
    --text-inverse: black;
    --border-color: var(--neutral300);
    --alternate-color: var(--neutral100);
}

[data-is-dark='false'] {
    --scheme: light;
    --bg-color: var(--neutral900);
    --tooltip-bg-color: var(--neutral900);
    --highlighted-bg-color: var(--neutral800);
    --text-color: black;
    --text-inverse: white;
    --border-color: var(--neutral700);
    --alternate-color: var(--neutral900);
}
html{
    overflow-x: hidden;
    overflow-y: hidden;
}
html, body {
    font-family: var(--red-hat);
}

iframe {
    background-color: var(--bg-color);
}

.danger-text {
    color: var(--red-400);
}

/* bg */
.monstat-bg-clear {
    background-color: var(--monitor-status-clear);
    color: black;
}

.monstat-bg-info {
    background-color: var(--monitor-status-info);
    color: black;
}

.monstat-bg-watch {
    background-color: var(--monitor-status-watch);
    color: black;
}

.monstat-bg-warning {
    background-color: var(--monitor-status-warning);
    color: black;
}

.monstat-bg-critical {
    background-color: var(--monitor-status-critical);
    color: black;
}

.monstat-bg-emergency {
    background-color: var(--monitor-status-emergency);
    color: black;
}

/* badge */
.monstat-badge-clear {
    background-color: var(--monitor-status-clear);
    color: white;
}

.monstat-badge-info {
    background-color: var(--monitor-status-info);
    color: white;
}

.monstat-badge-watch {
    background-color: var(--monitor-status-watch);
    color: black;
}

.monstat-badge-warning {
    background-color: var(--monitor-status-warning);
    color: white;
}

.monstat-badge-critical {
    background-color: var(--monitor-status-critical);
    color: white;
}

.monstat-badge-emergency {
    background-color: var(--monitor-status-emergency);
    color: white;
}

/* color */
.monstat-txt-clear {
    color: light-dark(black, white) !important;
}

.monstat-txt-info {
    color: var(--monitor-status-info) !important;
}

.monstat-txt-watch {
    color: var(--monitor-status-watch) !important;
    text-shadow: 1px 1px 4px var(--neutral500);
}

[data-is-dark='true'] .monstat-txt-watch {
    text-shadow: none;
}

.monstat-txt-warning {
    color: var(--monitor-status-warning) !important;
}

.monstat-txt-critical {
    color: var(--monitor-status-critical) !important;
}

.monstat-txt-emergency {
    color: var(--monitor-status-emergency) !important;
}

.secondary-text {
    font-size: 0.8rem;
    color: var(--neutral500);
}

[data-is-dark='true'] .secondary-text {
    color: var(--neutral700);
}

.secondary-text-color {
    color: var(--neutral500);
}

[data-is-dark='true'] .secondary-text-color {
    color: var(--neutral700);
}

.secondary-bg-color {
    background-color: light-dark(var(--neutral900), var(--neutral100))
}


html, body, #app {
    height: 100%;
}

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;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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."
    }

.loading-progress {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: var(--neutral750);
        stroke-width: 14px;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

[data-is-dark='true'] .loading-progress circle {
    stroke: var(--neutral400);
}

.loading-progress circle:last-child {
    stroke: var(--fe-primary);
    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");
    }

body {
    color: var(--text-color);
    background-color: var(--bg-color);
}

.cursor-pointer {
    cursor: pointer
}

marker {
    background-color: yellow;
    color: black;
}

/* This must be here to break css scoping in Blazor */
/* Update: just use ::deep to break css isolation :) */
#account-btn .k-button-arrow {
    display: none !important;
}

#account-btn {
    margin-left: 1rem !important;
    height: 29px !important;
    width: 29px !important;
    padding: 0 !important;
    background-color: var(--fe-primary) !important;
    border-color: var(--fe-primary) !important;
    color: white !important;
}

    #account-btn > .k-button-text {
        color: white !important;
        font-weight: 600;
    }

.border-top {
    border-top: 1px solid var(--neutral700) !important;
}

[data-is-dark='true'] .border-top {
    border-top: 1px solid var(--neutral300) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--neutral700) !important;
}

[data-is-dark='true'] .border-bottom {
    border-bottom: 1px solid var(--neutral300) !important;
}

.border-left {
    border-left: 1px solid var(--neutral700) !important;
}

[data-is-dark='true'] .border-left {
    border-left: 1px solid var(--neutral300) !important;
}

.border-right {
    border-right: 1px solid var(--neutral700) !important;
}

[data-is-dark='true'] .border-right {
    border-right: 1px solid var(--neutral300) !important;
}

.bg-color {
    background-color: var(--bg-color);
}

.k-table-tbody > tr:nth-child(2n) {
    background-color: light-dark(var(--neutral900), var(--neutral100)) !important;
}

.maplibregl-ctrl > button:not(.fe-navigation-dropdown) {
    height: 36px !important;
    width: 36px !important;
}

.maplibregl-ctrl-top-left .maplibregl-ctrl {
    margin: .5rem 0 0 .5rem;
}

[data-is-dark='true'] .maplibregl-ctrl-group {
    background-color: #212121 !important;
}

[data-is-dark='true'] .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath fill='%23999' d='m10.5 16 4 8 4-8h-8z'/%3E%3C/svg%3E") !important;
}

[data-is-dark='true'] .maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23fff' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E") !important;
}

.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%236699FF' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E") !important;
}

.maplibregl-ctrl-top-left {
    display: flex;
}

.fe-navigation-dropdown {
    width: 20px !important;
    height: 36px !important;
    border: none !important;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 352 128 160h256z"></path></svg>');
}

[data-is-dark='true'] .fe-navigation-dropdown {
    background-image: url("data:image/svg+xml,<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill='%23fff' d='M256 352 128 160h256z'></path></svg>");
}

.fe-navigation-dropdown:hover {
    background-color: rgb(0 0 0 / 5%);
}

[data-is-dark='true'] .fe-navigation-dropdown:hover {
    background-color: rgb(255 255 255 / 5%);
}

.max-h-100 {
    max-height: 100% !important;
}

select {
    background-color: whitesmoke;
    border-width: 0;
    border-right: 5px solid transparent;
    outline: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 4px;
    height: 30px;
    padding-inline-start: 0.125rem;
}

[data-is-dark='true'] select {
    background-color: #252525;
}

/* Small telerik button */
.button-small.k-button-md.k-icon-button {
    min-width: 18px !important;
    min-height: 18px !important;
    padding: 0 !important;
}

.button-small.k-button {
    min-width: 20px !important;
    /*min-height: 20px !important;*/
    padding: 3px !important;
}

.text-break-anywhere {
    line-break: anywhere;
}

.button-no-upper.k-button {
    text-transform: none !important;
}

[data-is-dark='true'] .k-slider .k-slider-track {
    /* Telerik's version is just black which doesn't provide sufficient contrast */
    background-color: var(--neutral300) !important;
}

.small-gap-end.k-dropdownlist .k-input-inner {
    padding-inline-end: 0 !important;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus, .k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-focus {
    outline: none !important;
}

.k-input-inner {
    text-transform: inherit !important;
}

table.cobalt-table {
    font-size: 14px;
}
table.cobalt-table thead > tr {
    font-size: 12px;
    border-top: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent
}

    table.cobalt-table thead > tr > th {
        font-weight: 400;
    }

table.cobalt-table:not(.cobalt-compact) tbody > tr {
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent
}

table.cobalt-table td,
table.cobalt-table th {
    padding-left: 0.125rem;
    padding-right: .5rem;
}

table.cobalt-table tbody > tr > th, td {
    padding-right: 0.125rem;
    padding-left: .5rem;
}

table.cobalt-table.cobalt-alternate tbody > tr:nth-child(2n+1) {
    background-color: var(--alternate-color);
}

table.cobalt-table.cobalt-alternate tbody > tr:nth-child(2n+1) > .alternate-bg-color {
    background-color: var(--alternate-color);
}

.content-flex.k-tabstrip > .k-tabstrip-content.k-content.k-active {
    display: flex !important;
    flex-direction: column;
    min-height: 0; /* flex grow hack */
}

.hide-tabstrip > .k-tabstrip-items-wrapper {
    display: none !important;
}

.hide-tabstrip-content .k-tabstrip-content {
    display: none !important;
}

.card-body-flex {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
}

.remove-padding.k-tabstrip > .k-tabstrip-content.k-active {
    padding-inline: 0 !important;
    padding-block: 0 !important;
}

.popup-horizontal-fix {
    transform: translate(calc(-100% + 54px));
}

.text-blue {
    color: var(--fe-primary);
}
.text-warning {
    color: var(--yellow-400);
}

.k-menu-button.k-button-outline-base {
    border-color: rgba(0, 0, 0, 0.38);
    gap: .125rem;
    padding-left: 12px;
}

[data-is-dark='true'] .k-menu-button.k-button-outline-base {
    border-color: #49535A;
    background-color: #31383C !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

.k-popup.fe-round {
    border-radius: 4px !important;
}

input[type="range"] {
    color: red;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 15rem;
    --track-color: #b2c9fa;
}

[data-is-dark='true'] input[type='range'] {
    --track-color: var(--neutral300);
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-runnable-track {
    background: var(--track-color);
    height: 2px;
}

/******** Firefox ********/
input[type="range"]::-moz-range-track {
    background: var(--track-color);
    height: 2px;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -6.5px; /* Centers thumb on the track */
    background-color: var(--fe-primary);
    height: 14px;
    width: 14px;
    border-color: var(--fe-primary);
    border-radius: 50%;
}

/***** Firefox *****/
input[type="range"]::-moz-range-thumb {
    appearance: none;
    margin-top: -7px; /* Centers thumb on the track */
    background-color: var(--fe-primary);
    border-width: 0;
    height: 14px;
    width: 14px;
    border-color: var(--fe-primary);
    border-radius: 50%;
}

/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}

    /***** Chrome, Safari, Opera, and Edge Chromium *****/
    input[type="range"]:focus::-webkit-slider-thumb {
        outline: 8px solid rgba(0, 120, 250, 0.25);
        outline-offset: 0;
    }

    /******** Firefox ********/
    input[type="range"]:focus::-moz-range-thumb {
        outline: 8px solid rgba(0, 120, 250, 0.25);
        outline-offset: 0;
    }

.input-uppercase > .k-input-inner {
    text-transform: uppercase !important;
}

    .input-uppercase > .k-input-inner::placeholder {
        text-transform: none !important;
    }

.input-transparent {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.rvr-1 {
    color: black;
    background-color: #00ff00;
}

.rvr-2 {
    color: white;
    background-color: var(--info-blue);
}

.rvr-3 {
    color: black;
    background-color: #ffff00;
}

.rvr-4 {
    background-color: #ff8000;
}

.rvr-5 {
    background-color: #ff0000;
}

.rvr-6 {
    background-color: #ff00ff;
}

.taf-bars-border {
    border: 1px solid black;
    background-color: white;
}

[data-is-dark='true'] .taf-bars-border {
    border: 1px solid var(--border-color);
    background-color: var(--neutral100);
}

/* Help button */

.help-btn {
    width: 27px;
    height: 27px;
    border-radius: 16px;
    background-color: white !important;
}

[data-is-dark='true'] .help-btn {
    background-color: var(--neutral200) !important;
}

.help-btn > .k-menu-item {
    width: 100%;
    height: 100%;
}

    .help-btn > .k-menu-item:hover {
        background: none !important;
    }

.help-btn .k-menu-link {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 0;
}

.help-btn .k-svg-icon {
    width: 20px;
    height: 20px;
}

.help-btn .k-menu-link-text {
    display: none;
}

.help-btn .k-menu-expand-arrow {
    display: none;
}

.k-animation-container-shown:has(.k-colorpicker-popup) {
    z-index: 2001 !important;
}

.airport-link {
    color: var(--text-color);
}

/* Chrome, Safari... */
.flight-details-scrollbars::-webkit-scrollbar-track {
    background-color: transparent
}

.flight-details-scrollbars::-webkit-scrollbar {
    width: 6px; /* Set the width of the scrollbar */
}

.flight-details-scrollbars::-webkit-scrollbar-thumb {
    background-color: var(--border-color);
    border-radius: 6px; /* Optional: round the corners of the thumb */
}

/* Firefox */
.flight-details-scrollbars {
    scrollbar-color: var(--border-color) transparent; /* thumb color and track color */
    scrollbar-width: thin; /* Optional: make the scrollbar thinner */
}

.flight-details-tab-bar .k-tabstrip-content {
    scrollbar-color: var(--border-color) transparent;
    scrollbar-width: thin;
    display: flex !important;
}

[data-is-dark='true'] .progress-plane {
    content: url('../static/plane_font_icon_dk.svg');
}

.icon-b-1 {
    position: relative;
    bottom: 1px;
}

.icon-b-2 {
    position: relative;
    bottom: 2px;
}

.icon-t-1 {
    position: relative;
    top: 1px;
}

.icon-t-2 {
    position: relative;
    top: 2px;
}
.maplibregl-ctrl-bottom-left {
    padding-bottom: 54px
}

.maplibregl-ctrl.maplibregl-ctrl-attrib {
    margin: 0 !important;
    border-radius: 0 12px 12px 0 !important;
    background-color: #fff7 !important;
    padding: 2px 0 0 22px !important;
}

    .maplibregl-ctrl.maplibregl-ctrl-attrib.maplibregl-compact-show {
        padding: 2px 8px 0 22px !important;
    }

.maplibregl-ctrl-attrib-button {
    width: 20px !important;
    height: 20px !important;
    bottom: 0 !important;
    top: auto !important;
    background-color: transparent !important;
    background-position: center !important;
}

.dropdown-popup-disable-hover .k-list-item {
    padding: 0 !important;
    cursor: default !important;
}

    .dropdown-popup-disable-hover .k-list-item:hover {
        background-color: inherit !important;
    }

.map-style-dropdown-horizontal-fix {
    transform: translate(-97px, 0);
}

.weather-bg {
    background-color: var(--neutral900);
}

[data-is-dark='true'] .weather-bg {
    background-color: var(--neutral100);
}

.clickable:hover {
    cursor: pointer;
    background-color: light-dark(var(--neutral800), var(--neutral200));
}

.k-slider-selection {
    z-index: 1;
}

.k-radio-item, .k-radio-list-item {
    padding-block: 0 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.line-through-disabled-checked .k-radio-item:has(input:disabled:checked) label {
    text-decoration: line-through !important;
}

.font-weight-bold {
    font-weight: bold;
}

.dropdown-button-small {
    min-width: 18px;
    min-height: 18px;
    padding: 0 !important;
    gap: 0 !important;
}

    .dropdown-button-small .k-button-arrow {
        display: none !important;
    }

    .dropdown-button-small .k-icon {
        height: 17px !important;
        width: 17px !important;
    }

.fe-hover:hover {
    border-radius: 4px;
    outline: 2px solid var(--fe-primary);
    outline-offset: -2px;
}

.fe-dropdown-small.k-dropdownlist .k-input-inner {
    padding-inline-start: 4px;
    padding-inline-end: 4px;
}

.mx-m3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}


/*Small Telerik Grid*/
.fe-small-grid.k-grid td,
.k-grid td.k-command-cell {
    line-height: 1;
}

    .fe-small-grid.k-grid td.k-command-cell .k-button {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        height: auto;
    }

.fe-small-grid.k-grid .k-grid-header .k-grid-header-wrap .k-grid-header-table .k-table-thead .k-table-row .k-header {
    padding-top: 0;
    padding-bottom: 0;
}

    .fe-small-grid.k-grid .k-grid-header .k-grid-header-wrap .k-grid-header-table .k-table-thead .k-table-row .k-header .k-grid-header-menu {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        height: min-content;
        bottom: calc(4px + 0.285715em) !important; /*there is similar value in material-main-dark.css but it's wrong for multi-column headers*/
    }

.fe-small-grid.compact-column th {
    padding: 0!important;
    padding-left: 0.2rem!important;
}

.fe-small-grid.compact-column th:first-child {
    padding: 0!important;
    padding-left: 0.8rem!important;
}

.fe-small-grid.compact-column td:first-child {
    padding: 0!important;
    padding-left: 0.8rem!important;
}

.k-grid-p-0.k-grid td {
    padding-block: 0 !important;
    padding-inline: 0 !important;
}

.k-grid-no-header.k-grid thead {
    display: none !important;
}

/* */
.telerik-cobaltify.k-grid {
    border: none !important;
}

.telerik-cobaltify .k-grid-column-menu {
    opacity: 0;
    transition: opacity 100ms linear;
}
.telerik-cobaltify .k-grid-header {
    border-bottom: 0 !important;
}

.telerik-cobaltify th:hover .k-grid-column-menu {
    opacity: 1;
}

.telerik-cobaltify thead tr th,
.telerik-cobaltify tbody tr td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
    border: none !important;
}

.telerik-cobaltify thead tr th {
    border-bottom: 2px solid light-dark(black, white) !important;
}

.telerik-cobaltify tbody tr:hover {
    background-color: light-dark(var(--neutral800), var(--neutral200)) !important;
}

.telerik-cobaltify td:focus { 
    background-color: unset !important
}

.telerik-cobaltify .k-table-thead {
    color: var(--text-color) !important;
}

.telerik-cobaltify thead tr th {
    font-size: 0.7rem;
    color: var(--text-color);
    align-items: center;
    height: 22px;
    font-weight: 600 !important;
}

.telerik-cobaltify thead tr th:focus {
    background-color: unset !important;
    color: unset !important;
}

.telerik-cobaltify thead tr th .k-cell-inner {
   height: 100%;
   flex-grow: 0 !important;
   margin-block: 0 !important;
   margin-inline: 0 !important;
}

.telerik-cobaltify thead tr th .k-cell-inner .k-grid-column-menu {
    padding: 0 !important;
    height: 17px !important;
    width: 17px !important;
}
.telerik-cobaltify thead tr th .k-cell-inner .k-icon,
.telerik-cobaltify thead tr th .k-cell-inner .k-sort-icon  {
    height: 10px !important;
    width: 10px !important;
}

.telerik-cobaltify thead tr th .k-cell-inner .k-sort-icon .k-sort-order {
    color: unset !important;
    font-size: 0.7em !important;
    margin: 0 !important;
    margin-inline-start: 0 !important;
}

.telerik-cobaltify thead tr th .k-cell-inner .k-link {
   padding: 0 !important;
}

.telerik-cobaltify .k-sort-icon,
.telerik-cobaltify .k-sorted {
    background-color: unset !important;
    color: var(--text-color) !important;
}

.telerik-cobaltify colgroup .k-sorted {
    background-color: unset !important;
}

.monitor-status-cell {
    border-radius: 4px;
}

/* */
.threshold-popup-translate {
    transform: translate(-275px, 0);
}

.airport-threshold-popup-translate {
    transform: translate(-480px, 0);
}

.scheduled-displayer-container {
    background-color: var(--tooltip-bg-color);
    position: absolute;
    z-index: 999;
    padding: 0.5rem;
    padding-top: 0;
    font-size: 0.8rem;
    width: fit-content;
    height: fit-content;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.1rem;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.2rem;
}

.scheduled-displayer-header {
    margin-left: -0.5rem;
    width: calc(100% + 1rem);
    padding: 0.5rem;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.scheduled-displayer-row {
    display: grid;
    width: 13rem;
    grid-template-columns: 0.4fr 0.4fr 0.2fr;
    column-gap: 0.2rem;
    cursor: pointer;
}

    .scheduled-displayer-row:hover {
        background-color: var(--highlighted-bg-color);
    }

.distance-bearing-presenter {
    background-color: var(--tooltip-bg-color);
    z-index: 888;
    padding: 0.2rem;
    font-size: 0.8rem;
    width: fit-content;
    height: fit-content;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0.2rem;
}

.measure-displayer {
    background-color: var(--tooltip-bg-color);
    position: absolute;
    z-index: 999;
    padding: 0.2rem;
    font-size: 0.8rem;
    width: fit-content;
    height: fit-content;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0.2rem;
}

.cobalt-grid-table div:nth-child(18n+19),
.cobalt-grid-table div:nth-child(18n+20),
.cobalt-grid-table div:nth-child(18n+21),
.cobalt-grid-table div:nth-child(18n+22),
.cobalt-grid-table div:nth-child(18n+23),
.cobalt-grid-table div:nth-child(18n+24),
.cobalt-grid-table div:nth-child(18n+25),
.cobalt-grid-table div:nth-child(18n+26),
.cobalt-grid-table div:nth-child(18n+27) {
    background-color: light-dark(var(--neutral800), var(--neutral050));
}

.cobalt-grid-table > div {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.maplibregl-canvas:focus-visible {
    outline: none;
}

.grid-hide-filter-row .k-filter-row {
    display: none;
}

.text-opacity-50 {
    color: light-dark(rgba(0, 0, 0, 0.50), rgba(255, 255, 255, 0.50));
}

.non-hover .k-chip {
    pointer-events: none;
}
.non-hover .k-chip-action {
    pointer-events: auto;
}

.filter-group-chips .k-chip-label {
    font-size: 10px;
}

.filter-group-chips .k-input-inner {
    font-size: 12px;
}

.filter-group-clear {
    font-size: 12px;
}

.border-outline {
    border: 1px solid rgba(0,0,0,0.38);
    border-radius: 4px;
}

.flight-details-tab-bar .k-tabstrip-items .k-link{
    padding-inline: 10px;
}

.k-editor-toolbar {
    z-index: 1000;
}

.k-card .k-card-avatar, .k-card .k-avatar{
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    margin-right: 8px !important;
}

.k-menu-link-me-0 .k-menu-link {
    padding-inline-end: 1rem!important;
}


.telerik-button-group {
    display: flex;
    border-radius: 4px;
}

.group-radius {
    border-radius: 4px;
}

.telerik-button-group > * {
    width: 27px;
    height: 27px;
    box-shadow: none;
}

.telerik-button-group > *:first-child {
    border-end-end-radius: 0;
    border-start-end-radius: 0;
}

.telerik-button-group > *:not(:last-child):not(:first-child) {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.telerik-button-group > *:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.telerik-popup-transparent {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.clickable[aria-disabled='true'] {
    color: rgba(0, 0, 0, 0.5);
}

.clickable:hover[aria-disabled='true'] {
    background: none;
    cursor: default;
}

.clickable-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
}

.note-window > .k-window-content {
    overflow: auto !important;
    padding: 0 !important;
    display: flex;
}
.note-window > .k-window-titlebar {
    background-color: #ededed;
    padding: 0 10px 0 10px !important;
}

.k-slider.m-0 .k-slider-track-wrap {
    margin-right: 0!important;
    margin-left: 0!important;
}
.k-slider.custom-track .k-slider-track {
    background-color: var(--border-color)!important;
}

.k-slider.custom-track .k-slider-selection {
    background: none !important;
}

.k-slider.rectangle-draghandle-v .k-draghandle {
    background-color: rgba(0, 120, 250, 0.40) !important;
    border-radius: 0 !important;
    border: 1px solid light-dark(#212121, white);
    width: 10px;
    height: 18px;
    box-sizing: content-box;
    transform: translate(calc(-50% + 0px), calc(-50% + 2px)) !important;
}

.k-slider.no-focus .k-draghandle:focus {
    box-shadow: none !important;
}

.map-tools-bg-color {
    background-color: light-dark(#fff, #212121) !important;
}

.k-shadow-important {
    box-shadow: var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) !important; 
}

/* Dropdown menu */
.dropdown-item {
    border:none;
}
.dropdown-item:focus {
    outline:none;
}
.dropdown-item,
.dropdown-item:active,
.dropdown-item:hover {
    color: var(--text-color);
}
.dropdown-item:focus {
    /* Override default bootstrap setting */
    background-color: unset;
}

.dropdown-item:hover,
.dropdown-item[data-open],
.dropdown-item[data-focus-inside] {
    background-color: light-dark(var(--neutral800), var(--neutral200));
}

.route-analyzer-button-group {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.route-analyzer-button-group > .k-button:not(:last-child) {
  height: 28px;
  width: 28px;
  border-radius: 0;
  border-right: 1px solid var(--border-color) !important;
}

#add-route-btn {
  box-shadow: none;
  height: 28px;
  border-radius: 0;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

#add-route-btn > button:first-child {
  aspect-ratio: 1/1;
  border-right: 1px solid var(--border-color) !important;
}

#add-route-btn > button:nth-child(2) {
  width: 20px;
  padding: 0 !important;
}

#route-analyzer-list tbody tr td{
    height: 10px;
}