/*:root {
    background-color: #fefefe;
    filter: invert(100%);
}

* {
    background-color: inherit;
}
*/
:root {
    --inc-dec-button-size: 24px;
    --btn-expand-all-width: 100px;
    --btn-expand-width: 60px;
    --btn-expand-all-spacing: 120px; /* = btn-expand-all-width + 20px */
    --btn-expand-spacing: 120px; /* ha kell, lehet nagyobb */
    --card-border-color: bisque;
}

input[disabled]:not(input[type=checkbox]) {
    /*    color: var(--bs-black);*/
    /*    color: inherit;  Use the color inherited from the parent */
    color: var(--bs-body-color);
}

#HSNYKimutTabla,
#HSNYKimutTabla td,
#HSNYKimutTabla th,
#HSNYKimutTabla tr {
    color: #212529 !important; /* fix sötétszürke/fekete szöveg */
    background-color: inherit !important; /* ne írja felül a háttér */
}

#HSNYKimutLezaratlanNaploTabla,
#HSNYKimutLezaratlanNaploTabla td,
#HSNYKimutLezaratlanNaploTabla th,
#HSNYKimutLezaratlanNaploTabla tr {
    color: #212529 !important; /* fix sötétszürke/fekete szöveg */
    background-color: inherit !important; /* ne írja felül a háttér */
}

input[disabled] :not(input[type=checkbox]),
select[disabled],
option[disabled] {
    opacity: 1;
    background-color: initial;
}

.bg-felulvizsgalando {
    background-color: rgb(217, 134, 2) !important;
}

.table {
    --bs-table-hover-color: white !important;
    --bs-table-hover-bg: red;
    --bs-table-bg: auto;
    --bs-table-color: auto;
}




.table-fixed {
    table-layout: fixed;
    --bs-table-hover-color: white !important;
    --bs-table-hover-bg: red;
    --bs-table-bg: auto;
    --bs-table-color: auto;
}

.text-danger-table {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}

.text-success-table {
    --bs-text-opacity: 1;
    color: rgba(144, 238, 144, 1);
}

/* Firefox */
input[type=number][disabled],
input[type=number][readonly],
input[type=number].hideStepper {
    -moz-appearance: textfield;
    /*    appearance: textfield;*/
}
    /* Chrome, Safari, Edge, Opera */
    input[type=number].hideStepper::-webkit-outer-spin-button,
    input[type=number].hideStepper::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.Szur {
    background-color: bisque;
}

.btnMagny {
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}

    .btnMagny:hover {
        box-shadow: 0.5em 0.5em 0.5em -0.4em #B0B0B0;
        /*    transform: scale(1.13,1.13) translateY(-0.3em);*/
        transform: scale(1.05,1.05) translateY(-0.1em);
    }

.btnMirror {
    color: cornsilk;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
}

    .btnMirror:hover {
        /*    color: cornsilk;*/
        /*    background-color: #FFF;*/
        /*transform: rotate(20deg);*/
        /*    box-shadow: 0.7em 0.7em 0.5em -0.4em #B0B0B0;*/
        box-shadow: 1px 1px 2px 2px #B0B0B0;
        /*    transform: scale(1.2,1.2) translateY(-0.4em);*/
    }

.ui-dialog-titlebar-close:after {
    /*background-image: url("~/lib/images/ui-icons_444444_256x240.png");*/
    content: 'X' !important;
    position: absolute;
    top: -.15rem;
    right: .15rem;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px; /* Original margin: 60px*/
}

.pagiul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
}

.pagili {
    float: left;
}

    .pagili a {
        display: block;
        text-align: center;
        padding: 2px;
        text-decoration: none;
    }

.pagitext {
    width: 100%;
    min-width: 1em;
    text-align: center;
    background-color: bisque;
    border-radius: 6px;
}


/*.table-hover tbody tr:hover td,
.table-hover tbody tr.focused td {
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary);
}*/

.btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-height: max-content;
    /*    flex: 1;*/
}

button {
    min-width: max-content;
    /*    margin-top: .4rem;*/
    align-items: unset !important;
}

/*a menü beállításai*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* modern oldalirányú kapcsoló */
.input-toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .input-toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.input-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .input-toggle-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .input-toggle-slider {
    background-color: #2196F3;
}

input:focus + .input-toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .input-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.input-toggle-slider.round {
    border-radius: 34px;
}

    .input-toggle-slider.round:before {
        border-radius: 50%;
    }


td {
    vertical-align: middle;
}

/* Mobile styles */
@media (max-width: 575px) {
    .navbar-nav {
        align-items: flex-start;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .navbar-nav {
        align-items: flex-start;
    }
}

.control-label {
    margin-top: inherit;
}

.control-label-minh {
    min-height: 48px;
}

input[type="checkbox"] {
    /*    margin: auto;*/
    padding-bottom: .25rem;
    margin-left: .5rem;
    margin-right: .5rem;
}

[type=checkbox]::before {
    top: -0.5em !important;
    left: -0.5em !important;
}

[type=checkbox]::after {
    top: -0.27em !important;
    left: -0.2em !important;
}

input[type="date"] {
    min-width: 10em;
}

    input[type="date"][disabled] {
        min-width: 8.5em;
    }

/*input, select {
    margin-bottom: 5px;
}
*/
select[disabled] {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: .75rem;
}

.row {
    flex-direction: row !important;
    /*    min-width: max-content;/*elrontja*/
}
/*     .row div {
        align-items: baseline;
     }*/

.col-auto {
    margin-top: auto;
}

.col-0 { /* legnagyobb gyermekelem méretéhez igazodik */
    display: flex;
    flex-wrap: wrap;
    align-self: end;
    justify-content: space-between;
    flex: 1 1 0%;
    max-width: min-content;
    /*    min-width: max-content;*/
    min-width: 5rem;
    flex-direction: column;
}

    .col-0 > * {
        max-width: 100%;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11,
/*.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11,*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 :not(.row) {
    /*    display: flex;*/
    flex-direction: column;
    /*min-width: max-content; /*elrontja!*/
    align-self: end; /*majd toroljuk a '<span asp-validation-for=' kezdetu sorokat, mert maceras es utana ez kell*/
    /*justify-content: space-between; /*vagy ez*/
}

.btn-group {
    flex-direction: row;
    margin-top: auto;
    /*    margin-bottom: .35rem;*/
    width: 12rem;
}

.btn-copy, .btn-edit {
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
    flex: unset !important;
    padding-block: .1rem; /*ettol lesz kisebb a gomb*/
    padding-inline: .3rem; /*ettol lesz kisebb a gomb*/
    /*    margin-top: auto;*/
    /*    margin-bottom: .35rem;*/
}

    .btn-copy:focus, .btn-copy:focus {
        background-color: var(--bs-btn-bg);
    }

label {
    /*    white-space: nowrap;*/
}

.main {
    position: relative;
    display: flex;
    /*    flex-direction: row;*/
}


.sidebar {
    flex: 0 0 10rem;
    min-width: 10rem;
    padding-right: 10px;
    position: sticky !important;
    /*top: 110px;*/
    height: 100%;
}




/* Large screen only: add top offset */
@media (min-width: 992px) {
    .sidebar {
        top: 110px;
    }
}

/* Mobile and smaller screens: reset top */
@media (max-width: 991.98px) {
    .sidebar {
        position: relative !important; /* or static */
        top: auto;
        width: 100%;
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

.responsive-layout {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .responsive-layout {
        flex-direction: row;
    }

        .responsive-layout .sidebar {
            flex: 0 0 10rem;
            min-width: 10rem;
            height: calc(100vh - 110px); /* Adjust height to viewport minus sticky top */
            position: sticky;
            top: 110px;
            padding-right: 10px;
            box-sizing: border-box;
        }

        .responsive-layout .lista {
            flex-grow: 1;
            min-width: 0;
            /* add top padding to clear the sidebar sticky offset */
            box-sizing: border-box;
        }
}

@media (max-width: 991.98px) {
    .responsive-layout .sidebar {
        width: 100%;
        flex: none;
        position: relative !important;
        padding-right: 0;
        margin-bottom: 1rem;
        height: auto;
        top: auto;
    }

    .responsive-layout .lista {
        width: 100%;
        flex: none;
        padding-top: 0;
    }
}

.lista {
    width: 30rem;
    /*    margin-top: auto;*/
    flex-grow: 1;
    flex: 1;
    /*    margin-left: 11rem;*/
}

@media (min-width: 992px) {
    .responsive-layout .lista {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        min-width: 0;
    }
}

.Epulet,
.Emelet {
    text-transform: uppercase;
}

.DatumDiv {
    min-width: 8.5em !important;
}

.TDDatumDiv {
    min-width: 10em !important;
}

.TAJDiv {
    min-width: 9em !important;
}

.NyTSzDiv {
    min-width: 10em !important;
}

.TelDiv {
    width: 13em !important;
}

.MobilDiv {
    width: 11em !important;
}


[data-val-required] {
    border-color: red;
    border-width: 2px;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.blinking {
    animation: blink .3s 3;
    animation-fill-mode: both;
    animation-iteration-count: 5;
}

.scroll-button-down {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

/* Mobile version */
@media (max-width: 768px) {
    .scroll-button-down {
        bottom: 30px;
        right: 15px;
    }
}

.scroll-button-down i {
    display: flex;
    font-size: 3em;
    color: #ffc107;
}

.scroll-button-up {
    position: fixed;
    top: 130px;
    right: 30px;
}

/* Mobile version */
@media (max-width: 768px) {
    .scroll-button-up {
        top: 70px; /* or whatever value suits mobile */
        right: 15px;
    }
}

.scroll-button-up i {
    display: flex;
    font-size: 3em;
    color: #ffc107;
}

.form-group > button {
    width: 160px;
}

/*.highlight::before {
    opacity: 0;
    content: "";
    position: fixed;
    padding: 1em 2em;
    
    border-radius: 0.5em;
    border: 0.2em solid rgba(255, 217, 68, 0.8);
    box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
}

.overlay .highlight::before {
    opacity: 1;
    transition: all 0.2s;
}

.overlay .highlight::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
}*/

.pointer {
    cursor: pointer;
}


#btn-expand-all {
    width: var(--btn-expand-all-width);
    height: 30px;
    font-size: 14px;
    line-height: 8px;
    background-color: coral;
    padding: 0;
    position: absolute;
}

.btn-expand {
    margin-top: .4rem;
    width: var(--btn-expand-width);
    height: 30px;
    font-size: 14px;
    line-height: 8px;
    background-color: lightcoral;
    padding: 0;
    position: absolute;
    margin-left: 20px;
}

    .btn-expand:active,
    .btn-expand:hover {
        background-color: lightcoral !important;
    }

.btn-expand-all-spacing {
    padding-left: var(--btn-expand-all-spacing);
}

.btn-expand-spacing {
    padding-left: var(--btn-expand-spacing);
}

.td-date {
    display: flex;
    padding-block: 5px;
    width: 10rem;
}

    .td-date > input {
        border: none;
        width: 7rem;
        outline: none;
    }

.td-month {
    display: flex;
    /*    padding-block: .3rem;*/
    min-width: 11rem;
}

    .td-month > input {
        border: none;
        width: 8rem;
        outline: none;
        margin-block: -.1rem;
    }

.td-datetime {
    display: flex;
    padding-block: 5px;
    width: 14rem;
}

    .td-datetime > input {
        border: none;
        width: 11rem;
        outline: none;
    }

.td-time {
    display: flex;
    padding-block: 5px;
    width: 6rem;
}

    .td-time > input {
        border: none;
        width: 3.3rem;
        outline: none;
    }

.tempus-dominus-widget {
    width: auto;
}

    .tempus-dominus-widget .time-container {
        width: 6rem;
        margin-bottom: 0px !important;
    }

.card-top {
    margin-inline: -10px;
    padding-top: 5px;
    border-top: 1px solid;
    border-top-color: var(--card-border-color);
    border-radius: 15px;
}

.card-bottom {
    margin-inline: -10px;
    margin-top: -30px;
    height: 30px;
    border-top: none;
    border-bottom: 1px solid;
    border-color: var(--card-border-color);
    border-radius: 15px;
    pointer-events: none;
    opacity: .8;
}

/*#region toastr*/
/* ha skinelve van elfelejti */
.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}
/*#endregion toastr*/


.info-popup {
    border: 3px solid white;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-stretch: condensed;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
    font-family: cursive;
    font-style: italic;
    color: #262671;
    background-color: #12fdfffc;
    display: flex;
    flex-direction: row;
    align-items: center;
}

input[role="switch"] {
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
}


/** sticky header jól mutat, de div szinten is gond van */
/*header {
    position: -webkit-sticky;*/ /* Safari */
/*position: sticky;
    top: 0;
}*/

.sticky {
    position: -webkit-sticky; /* Safari */
    /* position: sticky; */
    top: 0;
    padding: 15px;
    z-index: 100;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

#loading-indicatorSzocEtk {
    background-color: cornsilk;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#loading-indicatorNappaliEll {
    background-color: cornsilk;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}


#loading-indicatorHSNY {
    background-color: cornsilk;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#page-overlaySzocEtk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-overlayNappaliEll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page-overlayHSNY {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ListaFilter {
    background-color: cornsilk;
}


.enabledFullWidth > .modal-dialog {
    max-width: 90% !important;
}

.border {
    align-self: auto;
}

.alert-beavatkozas {
    color: red;
    font-size: 16px;
    font-style: normal;
}




.alert-missign-value {
    display: inline-block;
    animation: like2 1s 1s infinite;
    /*font-size: 40px;*/
    border: 2px solid red !important;
}

@keyframes like2 {
    0% {
        /*transform: rotate( 0deg ) scale( 1 );*/
        transform: rotate( -3deg );
    }

    25% {
        /*transform: rotate( 10deg ) scale( 1 );*/
        transform: rotate( 3deg );
    }

    50% {
        /*transform: rotate( -180deg ) scale( 1.4 );*/
        transform: rotate( -3deg );
    }

    75% {
        /*transform: rotate( -360deg ) scale( 1 );*/
        transform: rotate( 3deg );
    }
}

/* horgony urgálás igazításhoz, az oldal újratöltődések végett, tabváltásoknál */
.tab-pane:target {
    scroll-margin-top: 550px;
}

.underlined {
    border-bottom: 1px solid var(--bs-white);
    padding-left: 15px;
}

.bordered-row {
    border: 1px solid var(--bs-white);
    border-radius: 8px;
    margin-bottom: 6px;
    background: rgba(255,255,255,0.01);
    padding: 2px 6px;
}

.FixDoksi {
    height: 40px;
    padding-left: 6px;
}

rogzitettDokumentumLista {
    margin: 100px;
    padding: 25px 0px 0px 23px;
    display: flex;
    flex-direction: column;
    width: 1750px;
    border: 1px solid white;
}

.dlHeader {
    & .row:first-child

{
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

}

.dlContent {
    & .row

{
    & .col

{
    border-left: 1px solid white;
}

border: 1px solid white;
& .Hosszabbitva {
    text-align: center;
}

}
}

.dokumentumHozzaAdva input {
    margin: 5px 0 5px 0;
}

.invalidTeritesiDij {
    color: red;
}

div.form-control {
    min-height: 38px;
}

.infoBoxHelp .control-label {
    min-height: 78px;
    color: white;
    text-shadow: 1px 1px 2px black;
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input {
        width: 100%; /* Full width on mobile */
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input {
        max-width: 270px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input-big {
        width: 100%; /* Full width on mobile */
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input-big {
        max-width: 430px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input-small {
        width: 25%;
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input-small {
        max-width: 100px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input-medium {
        width: 50%;
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input-medium {
        max-width: 180px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input-medium-f {
        width: 100%;
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input-medium-f {
        max-width: 180px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-gender {
        width: 100%; /* Full width on mobile */
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-gender {
        max-width: 130px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-azonnyug {
        width: 100%; /* Full width on mobile */
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-azonnyug {
        max-width: 170px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-input-date {
        width: 50%;
        margin-top: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-input-date {
        max-width: 150px; /* Limit width on desktop */
        margin-left: 0.0rem;
        margin-right: 0.4rem;
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .responsive-submit {
        margin-top: 1.0rem;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-submit {
        margin-top: auto;
    }
}

/* Mobile styles */
@media (max-width: 575px) {
    .dates-center {
        margin: auto;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .dates-center {
    }
}

.table-responsive {
    overflow-x: auto;
    width: 95%;
}

.table-responsive-2 {
    overflow-x: auto;
    overflow-y: visible;
    width: 95%;
}

/*
.table-fade-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent 0px, black 20px, black calc(100% - 20px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0px, black 20px, black calc(100% - 20px), transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}*/

/* No fade */
.table-fade-none {
    -webkit-mask-image: none;
    mask-image: none;
}

/* Fade both sides */
.table-fade-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0px, black 20px, black calc(100% - 20px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0px, black 20px, black calc(100% - 20px), transparent 100%);
}

/* Fade only right */
.table-fade-right {
    -webkit-mask-image: linear-gradient(to right, black 0px, black calc(100% - 20px), transparent 100%);
    mask-image: linear-gradient(to right, black 0px, black calc(100% - 20px), transparent 100%);
}

/* Fade only left */
.table-fade-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0px, black 20px, black 100%);
    mask-image: linear-gradient(to right, transparent 0px, black 20px, black 100%);
}

.table-fade-wrapper-dummy {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


a.text-light {
    text-decoration: none; /* Remove underline */
}

    a.text-light:hover {
        cursor: pointer;
        text-decoration: underline; /* Add underline on hover */
    }

.ksh-table td label {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    display: inline-block;
}

.dropdown-menu li .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}

/* Mobile styles */
@media (max-width: 575px) {
    .index-title {
        font-size: 2rem;
        font-weight: 400;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .index-title {
        font-size: 5rem;
        font-weight: 300;
    }
}

/* Mobile styles */
@media (max-width: 600px) {
    .webintinfo-responsive {
        width: 90%;
        height: 400px;
    }
}

/* Desktop styles */
@media (min-width: 601px) {
    .webintinfo-responsive {
        width: 35%;
        height: 400px;
    }
}

.webint-menu-btn-home:hover {
    background-color: lightgreen;
    color: black !important;
}

.webint-menu-btn-admin:hover {
    background-color: yellow;
    color: black !important;
}

.webint-menu-btn-modul:hover {
    background-color: aqua;
    color: black !important;
}

.webint-theme-btn {
    background-color: aqua;
    color: black !important;
}

.webint-btn-m {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

/* Light mode button */
.theme-light-btn {
    background-color: wheat;
    color: black;
}

    .theme-light-btn:hover {
        background-color: #ddd;
        color: black;
    }

/* Dark mode button */
.theme-dark-btn {
    background-color: #404040;
    color: white;
}

    .theme-dark-btn:hover {
        background-color: #505050;
        color: white;
    }

.navbar-box-shadow {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
}

.navbar-box-shadow, .navbar {
    transform: translateZ(0);
}

/*.navbar-blur-dark {
    background-color: rgba(35, 42, 49, 0.7) !important;
    backdrop-filter: blur(5px) brightness(1.1) contrast(1.2);
    -webkit-backdrop-filter: blur(10px) brightness(1.1) contrast(1.2);
    box-shadow: inset 0 -5px 10px rgba(60, 60, 60, 0.3);
    border-bottom: 1px solid rgb(140, 140, 140);
}*/

/*.navbar-blur-dark {
    background-color: rgba(35, 42, 49, 0.7);
    backdrop-filter: blur(12px) brightness(1.05) contrast(1.15);
    -webkit-backdrop-filter: blur(12px) brightness(1.05) contrast(1.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1), 0 8px 24px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
}*/

.navbar-blur-dark {
    /* Enhanced glass background */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 100% );
    background-color: rgba(2, 8, 13, 0.65);
    /* Improved backdrop filtering */
    backdrop-filter: blur(16px) saturate(1.4) brightness(1.1) contrast(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.4) brightness(1.1) contrast(1.2);
    /* Enhanced borders for glass effect */
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    /* Multi-layered shadows */
    box-shadow:
    /* Inner highlight */
    inset 0 1px 2px rgba(255, 255, 255, 0.15), inset 0 -1px 1px rgba(255, 255, 255, 0.08),
    /* Outer glow */
    0 8px 32px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15);
    /* Optional: Add a subtle texture overlay */
    position: relative;
}

    /* Optional: Add a subtle noise texture for more realism */
    .navbar-blur-dark::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
        background-size: 256px 256px;
        background-repeat: repeat;
        opacity: 0.2;
        pointer-events: none;
        z-index: 1;
        mix-blend-mode: overlay;
    }

.navbar-blur-light {
    /* Enhanced glass background */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 100% );
    background-color: rgba(221, 221, 221, 0.65);
    /* Improved backdrop filtering */
    backdrop-filter: blur(16px) saturate(1.4) brightness(1.1) contrast(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.4) brightness(1.1) contrast(1.2);
    /* Enhanced borders for glass effect */
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    /* Multi-layered shadows */
    box-shadow:
    /* Inner highlight */
    inset 0 1px 10px rgba(166, 166, 166, 0.62), inset 0 -1px 1px rgba(94, 94, 94, 0.82),
    /* Outer glow */
    0 8px 32px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15);
    /* Optional: Add a subtle texture overlay */
    position: relative;
}

    /* Optional: Add a subtle noise texture for more realism */
    .navbar-blur-light::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
        background-size: 256px 256px;
        background-repeat: repeat;
        opacity: 0.2;
        pointer-events: none;
        z-index: 1;
        mix-blend-mode: overlay;
    }


/*.navbar-blur-light {
    background-color: rgba(248, 249, 250, 0.7) !important;
    backdrop-filter: blur(10px) brightness(0.8) contrast(1.2);
    -webkit-backdrop-filter: blur(10px) brightness(1.1) contrast(1.2);
    box-shadow: inset 0 -5px 6px rgba(40, 40, 40, 0.15);
    border-bottom: 1px solid rgb(180, 180, 180);
}*/

/* Target the outer dialog box */
#dialog-tevekenysegRogzites.ui-dialog-content {
    /* Optional if you want to control inner content size, but don't set width here */
    height: auto !important;
    overflow: auto; /* prevent clipping */
}

/* Target the wrapper created by jQuery UI 
.ui-dialog {
    width: 550px !important;
    height: 800px !important;
}*/

#dialog-tevekenysegRogzites.ui-dialog {
    max-width: 100px;
}

    #dialog-tevekenysegRogzites.ui-dialog.tevekenysegelem {
        color: blue;
    }

.custom-activity-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: sans-serif;
}

    .custom-activity-list option {
        padding: 8px 12px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        line-height: 1.4;
        white-space: normal;
        word-wrap: break-word;
        transition: background-color 0.2s;
    }

        .custom-activity-list option:hover {
            background-color: #f0f0f0;
        }

    .custom-activity-list.selected option {
        background-color: #e7ffe7;
    }

        .custom-activity-list.selected option:hover {
            background-color: #d6f5d6;
        }

/* Mobile styles */
@media (max-width: 575px) {
    .select-responsive {
        max-width: 100px;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .select-responsive {
        max-width: 500px;
        min-width: auto;
    }
}

.ui-dialog .sidebar {
    flex: 0 0 10rem;
    min-width: 10rem;
    padding-right: 10px; /* 15px*/
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    height: 100%;
}

.sidebar {
    flex: 0 0 10rem;
    min-width: 10rem;
    padding-right: 10px; /* 15px*/
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 110px;
    height: 100%;
    align-self: flex-start;
}

.navbar-pos {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.myAddrEdit {
    text-transform: uppercase;
}

.my-table-fixed {
    table-layout: fixed !important;
    --bs-table-hover-color: white !important;
    --bs-table-hover-bg: red;
    --bs-table-bg: auto;
    --bs-table-color: auto;
    background-color: rgb(50,50,50);
}

    .my-table-fixed td,
    .my-table-fixed th {
        padding: 8px;
        vertical-align: middle;
    }

.island-container {
    padding: 20px;
    background-color: rgb(63,70,78);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 6px 6px 12px rgba(0,0,0, 0.2), /* Top-left  */
    inset -6px -6px 12px rgba(150,150,150, 0.2); /* Bottom-right */
}

.irat-island-dark {
    background-color: rgb(63,70,78);
}

.irat-island-light {
    background-color: rgb(255, 252, 237);
}

.shadow-container input,
.shadow-container select,
.shadow-container textarea {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.shadow-container label {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.shadow-container button {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
}

.shadow-container table {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
}

/* Megállítja a text area összehúzódását */
textarea.form-control {
    min-height: 6rem;
    resize: vertical;
}

.v-separator {
    overflow: visible;
    width: 1px;
    background-color: rgb(87, 90, 93);
    padding: 0; /* keep it zero */
    box-shadow: -1px 0 30px #fff, 1px 0 30px #fff;
}


@media (max-width: 768px) {
    .v-separator {
        display: none;
    }
}

/* Ezt kéne hogy a filterelés width animation működjön az ügyfél indexben
.filtered-table{
    table-layout: fixed;
    width: 100%;
}

.filtered-table td,
.filtered-table th {
    padding: 20px;
    overflow: hidden;
}
*/


.spaced-row {
    position: relative;
}

    .spaced-row td:nth-child(2) {
        padding: 4px 20px 8px 4px;
    }

    .spaced-row td::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, #505050, transparent);
    }

.empty-warning-span {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.7);
}

.reset-min-width {
    min-width: unset !important;
}

.big-switch input {
    transform: scale(1.4);
    transform-origin: left center;
    margin-right: 1.4rem;
}

.big-checkbox input {
    transform: scale(1.3);
    transform-origin: left center;
    margin-right: 1.3rem;
}

.btn-scaling {
    transition: transform 0.1s;
}

    .btn-scaling:hover {
        transform: scale(1.05);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    }

.text-unselectable {
    /* Így nem lehet kijelölni */
    user-select: none;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select > .dropdown-toggle {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

/* Bootstrap select lefele nyíl ikon középre igazítása */
button.btn.dropdown-toggle.btn-light::after {
    position: relative;
    top: 50%;
    transform: translateY(50%);
    margin-left: .4em; /* keep space from text */
}
