.leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}    

.progress-wrap.active-progress {background: #fff;}
header.style-2 .main-menu > ul > li > a i {margin-left: 5px;}

.was-validated input:required:invalid,
.was-validated select:required:invalid,
.was-validated textarea:required:invalid {
    border:2px solid #dc3545 !important;
    background:#fff5f5;
}

.was-validated input:required:invalid:focus,
.was-validated select:required:invalid:focus,
.was-validated textarea:required:invalid:focus {
    box-shadow:0 0 0 3px rgba(220,53,69,.15);
}

.container img {max-width: 100% !important;}

.contact-page {
    overflow-wrap: break-word;
    word-break: break-word;
}


.footer-section .footer-menu-wrap {
    padding: 45px 0 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* DATATABLE - általános táblázat formázás */
.datatable {font-size:14px;}
.datatable thead th {background:#eef3f8; color:#111827; border-color:#d7e0ea; font-weight:800; white-space:nowrap; font-size:13px;}
.datatable th[data-sort] {cursor:pointer; user-select:none;}
.datatable th[data-sort]::after {content:"↕"; font-size:12px; opacity:.5; margin-left:6px; font-weight:400;}
.datatable th[data-sort][data-dir="asc"]::after {content:"↑"; opacity:.9;}
.datatable th[data-sort][data-dir="desc"]::after {content:"↓"; opacity:.9;}
.datatable > :not(caption) > * > * {padding:.50rem .62rem;}
.datatable tbody tr:nth-child(even) td {background:#f8fafc;}
.datatable td {vertical-align:middle;}
.datatable .btn-sm {padding:.25rem .55rem;}
.datatable-empty {display:none;}

.tm-box {
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.tm-box-sm {
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.package-grid-page .package-grid-top-area {
    padding: 10px 20px;
}    

@media only screen and (max-width: 900px) {.nomobil,.nomobile {display: none !important;}}
@media only screen and (min-width: 901px) {
.nodesktop {display: none !important;}
.header-area .menu-list > li > a.active {color:var(--primary-color1); border-bottom:4px solid var(--primary-color1); padding-bottom:30px;}
}


.package-card .package-content h5 a {font-size:28px}


.price-area h6 {display:inline-block}
.price-area span {display:inline-block}

.small,small {font-size:10px !important;line-height:12px !important; font-weight:600 !important}
.medium,medium {font-size:12px !important;line-height:14px !important}

.form-inner textarea {
    line-height: 22px;
}    

header.style-2 .nav-right {
    gap: 20px;
}

.tm-checkbox-row {
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
}

.tm-checkbox-row input[type="checkbox"] {
    width:22px !important;
    height:22px !important;
    min-width:22px;
    cursor:pointer;
    accent-color:#1f7bf2;
}

.tm-checkbox-row span {
    font-size:16px;
    line-height:1.35;
}

.form-inner.required label::after {
    content:" *";
    color:#dc3545;
    font-weight:700;
}

.tm-radio-row {
    display:flex;
    gap:22px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.tm-radio-row label {
    display:flex;
    align-items:center;
    gap:9px;
    font-size:16px;
    cursor:pointer;
}

.tm-radio-row input[type="radio"] {
    width:20px;
    height:20px;
    accent-color:#1f7bf2;
}

input:disabled,
select:disabled,
textarea:disabled {
    background:#f1f1f1 !important;
    color:#777 !important;
    cursor:not-allowed !important;
    opacity:1 !important;
}

.tm-multiselect {
    min-height:150px !important;
    padding:12px 16px !important;
    line-height:1.4 !important;
}

.form-select {
    min-height:58px;
    border-radius:10px;
    border:1px solid #ddd;
    padding:0 18px;
    font-size:16px;
}

.tm-form-note {
    display:block;
    margin-top:6px;
    line-height:1.4;
    font-size:13px;
    color:#777;
}


.section-title p {
max-width: 100% ;
}

input[type="checkbox"] {
width:18px !important;
height:18px !important;
top: 4px !important;
position: relative !important;
}



/*SELECT2*/
.select2-container {width:100% !important; font-family:inherit;}

.select2-container--default .select2-selection {box-shadow:none; outline:0 !important;}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height:52px;
    border:1px solid #e8e8e8;
    border-radius:14px;
    background:#fff;
    padding:0 14px;
    display:flex;
    align-items:center;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color:#b9c4d6;
    background:#f8f9fb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#333;
    line-height:52px;
    padding-left:0;
    padding-right:28px;
    font-weight:500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {color:#9aa3b5;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height:52px; right:12px;}

.select2-container--default .select2-selection--multiple {
    min-height:52px;
    max-height:92px;
    overflow-y:auto;
    padding:7px 12px;
    align-items:center;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    padding:0;
    margin:0;
    min-height:36px;
    align-items:center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display:inline-flex;
    align-items:center;
    position:relative;
    border:0;
    border-radius:12px;
    padding:5px 10px 5px 26px;
    margin:0;
    background:#eef2f7;
    color:#2d3a58;
    font-size:14px;
    font-weight:500;
    line-height:1.2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position:absolute;
    left:9px;
    top:50%;
    transform:translateY(-50%);
    width:14px;
    height:14px;
    color:#2d3a58;
    border:0;
    opacity:.55;
    font-size:17px;
    line-height:12px;
    padding:0;
    margin:0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    content:"";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background:transparent;
    opacity:1;
}

.select2-container--default .select2-search--inline {flex-grow:1;}

.select2-container--default .select2-search--inline .select2-search__field {
    height:32px;
    margin:0;
    padding:0;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    font-family:inherit;
    color:#333;
}

.select2-dropdown {
    border:0;
    border-radius:20px;
    box-shadow:0 18px 45px rgba(19,65,112,.16);
    overflow:hidden;
    z-index:9999;
}

.select2-search--dropdown {padding:14px;}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height:44px;
    border:1px solid #dfe6ef;
    border-radius:12px;
    padding:0 12px;
    outline:none;
}

.select2-results__options {
    max-height:260px !important;
    padding:8px;
}

.select2-results__option {
    border-radius:10px;
    padding:10px 12px;
    color:#2d3a58;
    font-size:15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background:#2388ff;
    color:#fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background:#f3f6fb;
    color:#2388ff;
}

.form-inner .select2-container textarea.select2-search__field {
    min-height:0 !important;
    height:32px !important;
}

.tm-chip-grid {display:flex; gap:8px; flex-wrap:wrap; line-height:22px;}
.tm-filter-chip {font-size:12px !important; line-height:22px; display:inline-flex; align-items:center; gap:7px; min-height:38px; padding: 6px 8px 8px 8px;; border:1px solid #dce7f4; border-radius:999px; background:#f7fbff; color:#1f2b3d; font-weight:700; cursor:pointer; user-select:none;}
.tm-filter-chip input {width:auto; height:auto; margin:0;}
.tm-filter-chip.checked {background:#2388ff; color:#fff; border-color:#2388ff;}
.tm-detail-wide {grid-column:span 2;}
.tm-detail-check {display:flex; align-items:center; gap:8px; font-weight:800; color:#1f2b3d; min-height:52px;}
.tm-detail-check input {width:18px; height:18px;}


.package-card .package-content h5 a {
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
//    min-height:56px;
}

@media (max-width: 767px) {
.footer-logo img {max-height:50px !important}
}