@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --LAF-base-font-family: 'Noto Sans','Sofia Sans','Inter','Inter-LAF','IBM Plex Sans',system-ui, sans-serif;
    --LAF-base-font-weight: 500;
    --LAF-base-font-size: 0.95rem;
    --LAF-base-title-font-weight: 600;
    --LAF-screen-width: 100vw; /* Yüksekliği, genişliği hesaplamak için */
    --LAF-workspace-width: 1600px;
    --LAF-empytyspace-width: calc((var(--LAF-screen-width) - var(--LAF-workspace-width)) / 2);
    --LAF-popupmargin: 5px;
}

:root {
    --bs-font-sans-serif: var(--LAF-base-font-family);
    --bs-body-font-weigth: var(--LAF-base-font-weight);
    --bs-border-color: #88888855;
    --dxbl-grid-header-font-weight: var(--LAF-base-font-weight);
    --dxbl-fl-caption-font-weight: var(--LAF-base-font-weight);
    --dxbl-popup-margin: var(--LAF-popupmargin);
}




html, body {
    font-family: var(--LAF-base-font-family);
    font-weight: var(--LAF-base-font-weight);
    flex-direction: column;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    font-size:var(--LAF-base-font-size);
}


html, body {
    height: 100%;
    overflow: hidden;
}

.dxbl-fl .dxbl-fl-cpt {
    font-weight: var(--LAF-base-font-weight);
}

.dxbl-toolbar {
    --dxbl-toolbar-title-font-weight: var(--LAF-base-title-font-weight);
}

/**/
/*.dxbl-btn {
    font-weight: var(--LAF-base-font-weight);
}

.dxbl-text-edit .dxbl-text-edit-input {
    font-weight: var(--LAF-base-font-weight);
}
*/

.dxbl-text,
button, input, optgroup, select, textarea, label {
    font-weight: var(--LAF-base-font-weight);
}


html[data-bs-theme='light']::before {
    content: "";
    background-image: url('/images/ledentegre_back_light.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    opacity: 0.5; /* Sadece arka plan resmi için düşük opacity */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Arka planda kalacak */
    pointer-events: none; /* Tıklamaları engeller */
}

/* Dark tema için arka plan resmi */
html[data-bs-theme='dark']::before {
    content: "";
    background-image: url('/images/ledentegre_back_dark.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    opacity: 0.3; /* Sadece arka plan resmi için düşük opacity */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Arka planda kalacak */
    pointer-events: none; /* Tıklamaları engeller */
}



@font-face {
    font-family: 'Inter-LAF';
    src: url('/fonts/Inter-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-LAF2';
    src: url('/fonts/Inter.ttf');
    font-weight: normal;
    font-style: normal;
}




:root {
    --bs-primary: #227370; /* Turkuaz */
}

.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."
    }


.dxbl-grid {
    --dxbl-grid-header-font-weight: 400;
}

.dxbl-modal {
    --dxbl-popup-margin: 5px;
}



.dxbl-f1 {
    --dxbl-f1-font-weight: 700;
    /*    --dxbl-fl-caption-font-weight: 700;*/
}

.dxc-val-elements text {
    fill: #888888FF !important;
    font-family: var(--LAF-base-font-family) !important;
}

.dxc-arg-elements text {
    fill: #888888FF !important;
    font-family: var(--LAF-base-font-family) !important;
}

/* Target the button containing the filter icon */
.dxbl-grid-filter-menu-funnel-btn svg.dxbl-image {
    display: none; /* Hide the existing SVG icon */
}

/* Insert your own custom icon */
.dxbl-grid-filter-menu-funnel-btn::before {
    content: url('/images/bootstrap_down.svg'); /* Your custom icon path */
    display: inline-block;
    width: 16px; /* Set the size of the icon */
    height: 16px;
    background-size: contain;
}

[data-bs-theme="dark"] .dxbl-grid-filter-menu-funnel-btn {
    filter: invert(1) hue-rotate(180deg); /* Invert the color and adjust hue to maintain color fidelity */
}


[data-bs-theme="dark"] .laf-grid-grouprow {
    background-color: #88888822 !important;
    color: #62B3B0;
}

[data-bs-theme="light"] .laf-grid-grouprow {
    background-color: #88888822 !important;
    color: #328380;
}

.dxbl-grid .laf-grid-grouprow td,
.dxbl-grid .laf-grid-grouprow td * {
/*    font-size: calc(1rem + 1pt) !important;
*/
    font-weight: 700 !important;
}

@keyframes LAF_Slide {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes LAF_TitleSlide {
    from {
        transform: translateX(10px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes LAF_PopupSlide {
    from {
        transform: translateY(20px);
        opacity: 0.5;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.-LAF-dialog-showanimation {
    animation: LAF_PopupSlide 0.5s cubic-bezier(0.18, 0.89, 0.35, 1.27) forwards;
}



.-LAF-dialog-hide {
    opacity: 0;
}

.-LAF-page-showanimation {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    animation: LAF_FadeIn 2s ease-out forwards;
    animation: LAF_Slide 0.5s ease-out forwards;
}





@keyframes LAF_FadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.LAF-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
}

.LAF-loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: LAF-spin 0.5s linear infinite;
}

[data-bs-theme="dark"] .-LAF-loading-spinner {
    filter: invert(1) hue-rotate(180deg);
}


@keyframes LAF-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (prefers-color-scheme: dark) {
    .LAF-loading-spinner {
        border-color: rgba(88, 88, 88, 0.5);
        border-left-color: #fff;
    }
}



.-LAF-busy-fade-animation {
    transition: opacity 0.5s ease; /* Animates the opacity change over 0.5 seconds */
}

    .-LAF-busy-fade-animation.busy {
        opacity: 0.5;
    }

    .-LAF-busy-fade-animation:not(.busy) {
        opacity: 1;
    }


.LAF-loading-grid-container {
    position: relative;
}

@media (max-width: 1600px) {
    .fixed-width {
        display: none;
    }

    .flexible-width {
        max-width: none; /* Maksimum genişlik sınırlamasını kaldır */
    }
}

.-LAF-grideditor_icon-edit, -LAF_grideditor-icon-delete {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}




/*contextmenu*/
.-LAF-contextmenu {
    padding: 5px;
}


/*toolbar*/

.-LAF-toolbar-iconsize {
    font-size: 18px; /* Adjust this value to make the icon larger or smaller */
    line-height: normal;
}

.-LAF-toolbar-svgiconsize {
    width: 18px;
    height: 18px;
}

.-LAF-toolbar-pngiconsize {
    width: 18px;
    height: 18px;
}

.-LAF-titletext-single {
    font-size: 26px;
    animation: LAF_TitleSlide 0.5s ease-out forwards;
    /*    display: none;
*/
}

.-LAF-titletext-text1 {
    font-size: 16px;
    animation: LAF_TitleSlide 0.5s ease-out forwards;
    /*    display: none;
*/
}

.-LAF-titletext-text2 {
    font-size: 18px;
    animation: LAF_TitleSlide 0.5s ease-out forwards;
    /*    display: none;
*/
}



/*pages*/

.-LAF-page-container {
    transition: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.-LAF-page-container-start {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.2s ease-in-out,transform 0.2s ease-out;
}

.-LAF-page-container-ready {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease-in-out,transform 0.2s ease-out;
}

.-LAF-page-container-completed {
    opacity: 1;
    transform: translateY(0);
    transition: none;
}




/*laf panel*/

.-LAF-panel-verticalaligncenter {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.-LAF-panel-verticalaligntop {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.-LAF-panel-horizontalalignleft {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.-LAF-panel-horizontalaligncenter {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.-LAF-panel-gridlayout {
    height: 100%;
    width: 100%;
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: center;
    transition: opacity 0.2s ease-in-out;
}

.-LAF-panel-gridlayoutaligntop {
    height: 100%;
    width: 100%;
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: flex-start;
    transition: opacity 0.2s ease-in-out;
}


.-LAF-panel-absolute {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
}


.-LAF-panel-grid-animatewhenshown-visible {
    transition: opacity 0.5s ease;
}


/*layoutpanel*/


.-LAF-layoutpanel-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    height: 100%; /* Örnek yükseklik, ihtiyacınıza göre değiştirin */
    width: 100%; /* Genişlik tamamını kaplar */
    position: relative;
    transition: margin-left 0.3s ease;
}

.-LAF-layoutpanel-leftbar {
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    position: relative; /* Menü sabit yerleşim */
    transition: transform 0.3s ease;
    transition: width 0.3s ease-in-out;
    transition: opacity 0.3s ease;
    height: 100%; /* Belirlenen yükseklikte kalır */
    overflow: hidden;
}

/* İçerik alanı */
.-LAF-layoutpanel-content {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.-LAF-layoutpanel-overlay {
    background-color: #00000088;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    z-index: 999;
    display: none;
}

/* Mobil ekranlar için medya sorgusu */
@media (max-width: 950px) {

    .-LAF-titletext-single {
        font-size: 16px; /* Tek kolonlu grid */
    }

    .-LAF-titletext-text1 {
        font-size: 14px;
    }

    .-LAF-titletext-text2 {
        font-size: 14px;
    }


    .-LAF-layoutpanel-container {
        grid-template-columns: 1fr; /* Tek kolonlu grid */
    }

    .-LAF-layoutpanel-leftbar {
        position: relative; /* Menü dışarıdan konumlanacak */
        width: 350px;
        top: 0;
        left: 0;
        transform: translateX(-100%); /* Başlangıçta gizli */
        z-index: 1000; /* Menü üstte görünsün diye */
        height: 100%; /* Belirlenen yükseklikte kalır */
        background-color: var(--bs-body-bg);
    }

    .-LAF-layoutpanel-container.mobileactive .-LAF-layoutpanel-content {
        grid-column: 1;
    }


    .-LAF-layoutpanel-container.mobileactive .-LAF-layoutpanel-leftbar {
        transform: translateX(0); /* Menü görünür */
    }

    .-LAF-layoutpanel-container.mobileactive .-LAF-layoutpanel-overlay {
        display: unset;
        z-index: 999;
    }

    .-LAF-layoutpanel-overlay {
        display: none;
    }


    .-LAF-layoutpanel-content {
        grid-column: 1; /* İçerik alanı tek kolonlu düzen */
    }
}

/* Büyük ekranlar için medya sorgusu */
@media (min-width: 950px) {
    .-LAF-layoutpanel-container {
        grid-template-columns: 300px 1fr; /* İki kolonlu grid */
    }

    .-LAF-layoutpanel-content {
        grid-column: 2; /* İçerik alanı ikinci kolon */
    }

    .-LAF-layoutpanel-leftbar {
        position: relative; /* Menü sabit yerleşim */
        width: 300px;
        transform: none;
        Menü görünür grid-column:1;
        opacity: 1;
    }


    .-LAF-layoutpanel-container.active {
        grid-template-columns: 1fr; /* İki kolonlu grid */
    }

        .-LAF-layoutpanel-container.active .-LAF-layoutpanel-content {
            grid-column: 1; /* İçerik alanı ikinci kolon */
        }

        .-LAF-layoutpanel-container.active .-LAF-layoutpanel-leftbar {
            position: relative; /* Menü sabit yerleşim */
            width: 0px;
            transform: none; /*Menü görünür */
            opacity: 0;
        }
}




/*#components-reconnect-modal {
    display: flex !important;
    opacity: 1 !important;
    border-radius:5px;
    background-color: rgb(255 255 255 / 80%) !important;
}

    #components-reconnect-modal::before {
        content: '';
        width: 300px;
        height: 65px;
        background: #BDCBFF;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    #components-reconnect-modal h5 {
        margin-top: 50px !important;
        padding: .75rem 1.25rem;
        width: 300px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1050;
        color: #003494;
        background-color: #BDCBFF;
        box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
    }

    #components-reconnect-modal div {
        border-color: rgb(0 52 148) rgb(89 127 222) rgb(161 180 235) !important;
        margin: auto;
        z-index: 1050;
    }

    #components-reconnect-modal h5 a {
        color: #092464 !important;
    }

    #components-reconnect-modal button {
        color: #515151;
        padding: 4px 8px;
        font-size: .875rem;
        min-width: 64px;
        box-sizing: border-box;
        transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border 250ms cubic-bezier(.4,0,.2,1) 0ms;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .02857em;
        text-transform: uppercase;
        margin: auto !important;
        background: rgb(46 121 232 / 28%);
        z-index: 1500;
        border: 0;
    }*/




.components-reconnect > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2); /* Arka planı yarı saydam yap */
    z-index: 9999;
}

.components-reconnect-messagebox {
    background-color: #88888844;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center;
    display: flex; /* İçerikteki metni ortalamak için */
    flex-direction: column;
    justify-content: center; /* Yatay ortalama */
    align-items: center; /* Dikey ortalama */
    min-height: 100px; /* Yeterli yükseklik sağlamak için opsiyonel*/
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: flex;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: flex;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: flex;
}




.map-custom-popup {
    font-family: Nunito, sans-serif;
    text-align: center;
    cursor: pointer;
}

    .map-custom-popup .map-popup-button {
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

        .map-custom-popup .map-popup-button:hover {
            background-color: #0056b3;
        }

.lafobject-rightmenu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .lafobject-rightmenu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.lafobject-rightmenu-slideout-div {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    backdrop-filter: blur(1px); /* Bulanıklık miktarı */
    -webkit-backdrop-filter: blur(1px); /* Safari için */
    background: rgba(255, 255, 255, 0.2); /* Yarı saydam bir arka plan rengi */
    max-width: 500px; /* Maksimum genişlik */
    width: calc(100vw - 80px); /* Ekran genişliğinin 80px eksiği */
}

    .lafobject-rightmenu-slideout-div.show {
        transform: translateX(0);
    }
