@font-face {
    font-family: 'Inter-Regular';
    src: url('/admin/assets/fonts/Inter-Regular.ttf');
}

html, body {
    height: 100%;
}

html {
    scrollbar-color: var(--bs-magenta) var(--bs-gray-100);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bs-gray-100);
	border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
    background: var(--bs-magenta);
	border-radius: 0.5rem;
}

::selection {
    background: var(--bs-magenta);
    color: white;
}

body {
    font-family: 'Inter-Regular';
    display: flex;
    flex-direction: column;
    color: var(--bs-gray-700);
    line-height: 1.5;
}

main.tartalom {
    flex: 1 0 auto;
    background: url('/admin/assets/img/admin-background.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

main.tartalom-login {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/admin/assets/img/programming-wallpaper.jpg') center / cover !important;
}

.footer.allec {
    flex-shrink: 0;
}

.kmkft-logo {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}

/* Login Form kezdete */

.input-icon input {
    text-indent: 23px;
}

.input-icon::before, .input-icon::after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    font-size: 1.2rem;
    z-index: 6;
}

.input-icon.input-email::before {
    content: "\f0e0" !important;
    opacity: var(--fa-primary-opacity, 1.0) !important;
}

.input-icon.input-email::after {
    content: "\f0e0\f0e0" !important;
    opacity: var(--fa-secondary-opacity, 0.4) !important;
}

.input-icon.input-password::before {
    content: '\f084' !important;
    opacity: var(--fa-primary-opacity, 1.0) !important;
}

.input-icon.input-password::after {
    content: '\f084\f084' !important;
    opacity: var(--fa-secondary-opacity, 0.4) !important;
}

.input-icon.input-password #eye-icon {
    width: 40px;
}

.input-icon.form-floating > label {
    left: 23px !important;
    z-index: 5;
}

label[for=adatmegjegyzes]#adatmegjegyzeslabel {
    margin: 6px 0 0 -15px;
    cursor: pointer;
}

/* Login Form vége */

/* Admin főoldal kezdete */

.admin-fooldal .tech-logo {
    width: 100%;
    height: 80px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Admin főoldal vége */

/* Egyéb stílus kezdete */

.btn.btn-success, .btn.btn-danger {
    color: white !important;
}

.btn.btn-default {
    border: none !important;
    opacity: 1 !important;
}

.table > :not(:first-child) {
    border-top: 0 !important;
}

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

.cke_screen_reader_only {
    height: 0 !important;
}

.table th, .table td {
    vertical-align: middle;
}

.szerkesztheto-oldal-cim, .szerkesztheto-oldal-alert-cim {
    text-align: center;
    font-weight: bold;
}

.dropdown-user:hover .dropdown-menu {
    display: inline-block;
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0;
}

.dropstart .dropdown-toggle::before {
    display: none !important;
}

.sajat-img-thumbnail {
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.bg-center {
    background-position: center !important;
}

.bg-cover {
    background-size: cover !important;
}

.bg-blur {
    backdrop-filter: blur(8px);
}

.modal.fade.show {
    backdrop-filter: blur(5px);
}

.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.75)) !important;
    backdrop-filter: blur(5px) !important;
}

label.form-label:not(.form-floating label.form-label), label.form-check-label {
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 2 !important;
}

@media screen and (max-width: 767px) {
    .rounded-sm-top {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    .rounded-sm-bottom {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }
}

@media screen and (min-width: 768px) {
    .rounded-md-start {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    .rounded-md-end {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
}

.sortable-fallback {
    opacity: 1 !important;
    background: yellow !important;
    border-top: 0 !important;
}

/* Egyéb stílus vége */

/* Dropdown animate */

@media screen and (min-width: 1400px) {
    .dropdown-animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .dropdown-animate-slideIn {
        -webkit-animation-name: dropdown-animate-slideIn;
        animation-name: dropdown-animate-slideIn;
    }

    .animate-link-dropdown::before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        transition: width .4s;
        background: var(--bs-warning);
        position: absolute;
        left: 0;
        bottom: 7px;
    }
}

@keyframes dropdown-animate-slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes dropdown-animate-slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

/* Dropdown animate vége */

/* Tagify stílus kezdete */

.tagify {
    --tags-border-color: #CED4DA !important;
    --tags-hover-border-color: #CED4DA !important;
    --tags-focus-border-color: var(--bs-magenta) !important;
    --tag-inset-shadow-size: 1.2em !important;
    --tag-bg: var(--bs-magenta) !important;
    --tag-text-color: white !important;
    --tag-remove-btn-color: white !important;
    --tag-hover: var(--bs-info) !important;
}

.tagify__tag__removeBtn:hover + div > span {
    color: black !important;
}

/* Tagify stílus vége */

/* Táblázatok kezdete */

.feliratkozok-tabla th, .feliratkozok-tabla td {
    white-space: nowrap !important;
}

.table-fejleckep td {
    min-width: calc(1920px / 5) !important;
}

.table-fejleckep td:nth-child(2) {
    min-width: calc(calc(1920px / 5) / 3.5) !important;
}

.table-fejleckep td:nth-child(4) {
    min-width: calc(calc(1920px / 5) / 2) !important;
}

.table-fejleckep td:last-child {
    min-width: calc(calc(1920px / 5) / 4.5) !important;
}

.table-galeria th, .table-galeria td, .table-hirek th, .table-hirek td {
    white-space: nowrap !important;
}

.table-irattar td {
    min-width: calc(1920px / 6) !important;
}

.table-irattar td:first-child, .table-irattar td:last-child {
    min-width: calc(calc(1920px / 6) / 4.5) !important;
}

.table-irattar td:nth-child(3) {
    min-width: calc(calc(1920px / 6) / 3) !important;
}

.table-irattar td:nth-child(5) {
    min-width: calc(calc(1920px / 6) / 2) !important;
}

.table-fajlok td {
    min-width: calc(1920px / 6) !important;
}

.table-fajlok td:nth-child(n) {
    min-width: calc(calc(1920px / 6) / 3) !important;
}

.table-fajlok td:last-child, .table-fajlok td:last-child(2) {
    min-width: calc(calc(1920px / 6) / 5) !important;
}

.table-adminok td {
    min-width: calc(1920px / 6) !important;
}

.table-adminok td:nth-child(4) {
    min-width: calc(calc(1920px / 6) / 3.5) !important;
}

.table-adminok td:first-child, .table-adminok td:nth-child(5), .table-adminok td:nth-child(6) {
    min-width: calc(calc(1920px / 6) / 4.5) !important;
}

/* Táblázatok vége */

/* DataTable stílus kezdete */

table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        margin-bottom: 10px !important;
    }
}

/* DataTables stílus vége */

/* Custom Toggle Switch kezdete */

.switch-toggle {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 10px;
    vertical-align: middle;
}

.switch-toggle::after {
    content: '';
    width: 60px;
    height: 28px;
    display: inline-block;
    background: rgba(195, 195, 195, 0.55);
    border-radius: 18px;
    clear: both;
    margin-top: 5px;
}

.switch-toggle::before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    background: white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked::before {
    left: 32px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}

.switch-toggle:checked::after {
    background: var(--bs-magenta);
}

.switch-toggle, .switch-toggle::before, .switch-toggle::after, .switch-toggle:checked::before, .switch-toggle:checked::after {
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
}

/* Custom Toggle Switch vége */

/* Off-canvas kezdete */

.offcanvas-start {
    border: none !important;
    background: var(--bs-dark) !important;
    color: var(--bs-light) !important;
    width: 300px !important;
}

.offcanvas-start .btn-close {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(341deg) brightness(106%) contrast(101%) !important;
    opacity: 1 !important;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav {
    display: block !important;
    border: 0 !important;
}

.offcanvas-body > .nav.nav-tabs .nav-link {
    border: none !important;
    padding: 15px 10px !important;
    color: var(--bs-light) !important;
}

.offcanvas-body > .nav.nav-tabs .nav-link:hover {
    background: var(--bs-magenta) !important;
    border: none !important;
    color: var(--bs-light) !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.offcanvas-body {
    padding: 20px 0 !important;
}

/* Off-canvas vége */

/* Form stílus kezdete */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-switch {
    padding-left: 3.0em !important;
}

.form-switch .form-check-input {
    margin-left: -1.3em;
}

.form-control-color {
    height: calc(1.5em + 0.75rem + 22px) !important;
}

/* Form stílus vége */

/* Tablesorter Bootstrap theme stílus kezdete */

.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.primary,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.primary {
    background-color: var(--bs-light) !important;
}

.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.primary,
.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.primary {
    background-color: var(--bs-gray-300) !important;
}

.tablesorter-bootstrap:not(.table-inverse) tfoot td,
.tablesorter-bootstrap:not(.table-inverse) tfoot th,
.tablesorter-bootstrap:not(.table-inverse) thead:not(.thead-inverse) .tablesorter-header {
    color: white !important;
    background-color: var(--bs-dark) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.table-bordered th, .table-bordered td {
    border: 1px solid var(--bs-gray-300) !important;
}

.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=) !important;
}

.tablesorter-bootstrap thead .tablesorter-headerAsc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=) !important;
}

.tablesorter-bootstrap thead .tablesorter-headerDesc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+) !important;
}

/* Tablesorter Bootstrap theme stílus vége */

/* Custom Back To Top stílus kezdete */

.scroll-top {
    background: var(--bs-dark) url('/admin/assets/img/cd-top-arrow.svg') no-repeat center 50%;
    color: white;
    transition: all .5s;
    position: fixed;
    right: -70px;
    bottom: 20px;
    z-index: 1;
    display: none;
    cursor: pointer;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
    height: 60px;
    width: 60px;
    border-radius: 0.5rem;
    opacity: 0.8;
}

.scroll-top:hover {
    opacity: 1;
    transition: all .5s;
}

/* Custom Back To Top stílus vége */

/* Bootstrap Navbar stílus kezdete */

.navbar .navbar-nav .nav-link {
    color: white !important;
    transition: color .25s;
}

.navbar .navbar-nav .nav-link:not(.navbar .navbar-nav .dropdown-toggle.nav-link):hover {
    color: var(--bs-warning) !important;
    transition: color .25s;
}

.navbar .navbar-nav .dropdown-toggle.nav-link:hover::after,
.navbar .navbar-nav .dropdown-toggle.nav-link.show::after {
    border-top-color: var(--bs-warning) !important;
}

.navbar .navbar-nav .dropdown-toggle.nav-link.aktiv:hover::after,
.navbar .navbar-nav .dropdown-toggle.nav-link.aktiv.show::after {
    border-top-color: var(--bs-magenta) !important;
}

.navbar .navbar-nav .dropdown-menu .nav-item .dropdown-item:not(.active), .dropdown .dropdown-menu .dropdown-item:not(.active) {
    color: var(--bs-gray-700) !important;
}

.navbar .navbar-nav .dropdown-menu .nav-item .dropdown-item:hover {
    color: var(--bs-light) !important;
}

.navbar .navbar-nav .nav-item:not(.dropdown-menu .nav-item):last-child::after {
    content: '';
}

.navbar .navbar-nav .nav-link.aktiv {
    color: var(--bs-warning) !important;
}

.animate-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    transition: width .4s;
    background: var(--bs-warning);
}

.animate-link:hover::after, .animate-link-dropdown:hover::before, .animate-link-dropdown.show::before {
    width: 100%;
}

.dropdown-menu.show {
    display: inline-block !important;
}

.dropdown-menu .nav-item .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-magenta) !important;
    color: var(--bs-light) !important;
}

@media (min-width: 300px) {
    .navbar .navbar-nav .nav-link {
        display: block !important;
    }

    .navbar .navbar-nav .nav-link.aktiv::after, .animate-link:hover::after {
        width: 0;
    }

    .navbar .navbar-nav .nav-item::after {
        content: '';
    }
}

@media (min-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        display: inline-block !important;
    }

    .navbar .navbar-nav .nav-item:not(.dropdown-menu .nav-item)::after {
        content: '\2022';
        color: var(--bs-warning);
        font-size: 24px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .animate-link::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        transition: width .4s;
        background: var(--bs-warning);
    }

    .animate-link:hover::after {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link.aktiv:not(.navbar .navbar-nav .dropdown-toggle.nav-link.aktiv)::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: var(--bs-warning);
    }
}

/* Bootstrap Navbar stílus vége */