:root {
    --bs-darkblue:#001469;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #001469;
    --bs-primary-dark: #001469;
    --bs-primary-text: #6A6A6A;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #000000;
    --bs-font-scope: 'Roboto', sans-serif;
    --bs-bg-menu: rgb(250,250,250);
    --bs-border-scope: rgb(222,222,222);
    --bs-scope-blue-light: rgb(229,236,244);
    --bs-scope-gray-light: #6E7075;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}


body {
    font: 15px/1.4 var(--bs-font-scope);
    background: #FAFAFA;
    color: var(--bs-primary-text) !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--bs-primary);
}

a.card:hover {
    box-shadow: 0 .125rem .45rem rgba(0,0,0,.09)!important;
}

.btn {
    border-radius: 0;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--bs-primary-dark);
    border-color: var(--bs-primary-dark);
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    outline: 0 none !important;
    box-shadow: none !important;

}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary.active:hover, .btn-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    outline: 0 none !important;
    box-shadow: none !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    outline: 0 none !important;
    box-shadow: none !important;

}

.input-pagination {
    font-size: 14px !important;
    line-height: 100%;
    padding: 0 !important;
    background: white;
    width: 30px !important;
    height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
}

.btn-white {
    color: var(--bs-primary);
    background-color: #fff;
    border-color: #fff;
}

.btn-white.active:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.15rem rgb(var(--bs-primary) / 50%);
}

.btn-secondary {
    color: var(--bs-primary);
    background-color: var(--bs-scope-blue-light);
    border-color: var(--bs-scope-blue-light);
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.1rem rgb(130 138 145 / 50%);
}

.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgb(130 138 145 / 50%);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}
.bg-gray {
    background-color: var(--bs-bg-menu) !important;
}

.bg-blue-light {
    background-color: var(--bs-scope-blue-light) !important;
}

.text-primary {
    color: var(--bs-primary-dark) !important;
}

.text-secondary {
    color: var(--bs-scope-gray-light) !important;
}

a.main-nav.active {
    border-bottom: 2px solid var(--bs-primary);
    border-radius: 0;
}

.scrollx {
    overflow: auto;
    white-space: nowrap;
}

.bg-primary-dark {
    background-color: var(--bs-primary-dark) !important;
}

header .trenner {
    border-width: 0 1px 0 0;
    border-color: white;
    border-style: solid;
    margin: 0 8px 0 10px;
    width: 1px;
    height: 28px;
}

footer a{
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

footer a svg{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    opacity: 0.8;
}

footer a:hover svg{
    opacity: 1;
}

footer a:hover{
    color:white ;
}

.social-section a svg{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

a svg{
    fill: var(--bs-primary-dark);
}

a:hover svg{
    fill: var(--bs-primary);
}

a.feather svg{
    fill: transparent !important;
}

a.feather:hover svg{
    fill: transparent !important;
}

nav a {
    font-size: 15px !important;
}

header a svg {
    fill: rgba(255,255,255,0.8);
}

header a:hover svg {
    fill: white;
}

header a.logo, footer a.logo {
    font-size: 24px !important;
}

.scope-logo {
    height: 66px;
}

.carousel-scope img{
    max-width: 100%;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    text-indent: 25px;
    border: 1px solid var(--bs-border-scope);
}

.search input:focus {
    box-shadow: none;
    border: 1px solid var(--bs-primary);
}

.search .lupa {
    position: absolute;
    top:6px;
    left: 9px
}

.search .lupa svg {
    width: 20px;
    height: 20px;
    color: var(--bs-primary);
}

.search a.btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background: var(--bs-primary);
}

#logo{
    width: 32px;
}

.nav-sub-scope a {
    font-size: 12px;
    color: black;
    border-radius: 0 !important;
    background: white;
    border: 1px solid white !important;
}

.nav-sub-scope.bl a {
    border: 1px solid var(--bs-border-scope) !important;
}

.nav-sub-scope a:hover, .nav-sub-scope a.active {
    background: var(--bs-scope-blue-light) !important;
    border: 1px solid var(--bs-border-scope);
    color: var(--bs-primary-dark) !important;
}

.collapse-sub ul {
    background: var(--bs-bg-menu);
    border: 1px solid var(--bs-border-scope);
    padding: 0 20px 10px !important;
}

.collapse-sub ul li {
    padding: 10px 0 0;
}

.collapse-sub ul li a {
    text-decoration: none;
    font-size: 12px;
    color: var(--bs-scope-gray-light);
}

.commentary {
    background: var(--bs-scope-blue-light);
    font-size: 12px;
}

.commentary-position {
    font-size: 10px;
    color: var(--bs-scope-gray-light);
}

.commentary-name {
    font-size: 12px;
    color: var(--bs-primary);
}

.navbar-scope {
    background: white;
    border: 1px solid var(--bs-border-scope);
    min-height: 50px;

}

.navbar-scope.bg-transparent {
    background: white;
    border: 1px solid transparent !important;
    position: relative;
    top:2px;

}

.form-select-scope {
    font-size: 11px;
    border-radius: 0;
}

.carousel-indicators {
    bottom: 16px;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;

}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid white;
}
@media (min-width: 768px) {
    .gradient {
        max-width:100%;
    }

    .gradient:before {
        background: linear-gradient(270deg, #FFFFFF00 0%, #001469 70%);
        background-image: -webkit-linear-gradient(270deg, #FFFFFF00 0%, #001469 70%);
        background-image: -moz-linear-gradient(90deg, #00146996 82%, #00ffff00 100%);
        background-image: -ms-linear-gradient(90deg, #00146996 82%, #00ffff00 100%);
        background-image: -o-linear-gradient(90deg, #00146996 82%, #00ffff00 100%);
        background-image: linear-gradient(270deg, #FFFFFF00 0%, #001469 70%);
        background-color: transparent !important;
        opacity: 0.90;
    }


}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
    }
}
@media (max-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 99.5%;
    }
}
.mt-responsive-nav {
    margin-top: 163px;
    padding-top:15px
}
@media (min-width: 992px) {
    .mt-responsive-nav {
        margin-top: 105px
    }

    .searchbar {
        position: relative;
        left: -65px;
        max-width: 600px !important;
    }

    .carousel-inner .carousel-item.active {
        overflow: inherit;
    }
}

@media (max-width: 1200px) {

    .carousel-inner .carousel-item img {
        max-width: 1800px !important;
        height: 280px !important;
        width: auto !important;
    }
}
@media (max-width: 800px) {
    .breadcrumb li {
        display:block;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 60px;
        overflow: hidden;
    }

}
.type .position-relative {
    border-right: 1px solid var(--bs-primary-dark) !important;
}

.carousel-inner .carousel-item img {
    max-width: 1800px !important;
    height: auto ;
    width: 100%;
}

.searchbar {
    max-width: 100%;
}




.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    margin:auto;
}

.carousel-inner .carousel-item.active {
    overflow: hidden;
}



.carousel-caption {
    left:0;
    top:0;
    max-width: 700px;
    padding-bottom: 50px !important;
    width: 100%;
}

button.carousel-control-prev, button.carousel-control-next {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

button.carousel-control-prev span, button.carousel-control-next span {
    width: 17px;
}

nav.breadcrumbs, nav.breadcrumbs a {
    font-size: 10.5px !important;
    color: var(--bs-primary-dark);
}

.table-border-scope {
    border-color: #dbdbdb !important;
    border-width: 0.5px 0.6px 0.7px 0.7px !important;
}

nav.breadcrumbs a {
    color: var(--bs-scope-gray-light);
    text-decoration: none;
}

nav.breadcrumbs a:hover {
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--bs-primary-dark);
}

.scope-card {
    background: white;
    border-bottom: 3px solid var(--bs-primary-dark)
}

.border-bottom-wide {
    border-bottom: 3px solid var(--bs-primary-dark)
}


.scope-card.bg {
    background: transparent;
}

.scope-card.bg *{
    color: white !important;
    fill: white;
}

.scope-card-header {
    border-bottom: 1px solid var(--bs-border-scope);
}

@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    } .display-8 {
          font-size: 1.5rem;
      }.display-9 {
           font-size: 1rem;
       }

}

.display-5 {
    font-size: 12px;
    line-height: 1.2;
}

.display-6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.display-10 {
    font-size: 18px;
    line-height: 1.2;
}

.display-14 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
}

.display-xl {
    font-size: 38px;
    font-weight: 400;
}

.display-7 {
    font-size: calc(1.275rem + 0.9vw);
    font-weight: 400;
    line-height: 1.2;
}

.display-8 {
    font-size: calc(1.125rem + 0.6vw);
    font-weight: 400;
    line-height: 1.2;
}

.display-9 {
    font-size: calc(1rem + 0.4vw);
    font-weight: 400;
    line-height: 1.2;
}

a.hungary-btn {
    font-size: 15px;
    color: white;
    background: orange;
    padding: 12px 11px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400px;
}

.btn-link {
    padding: 0;
    text-decoration: none;
    border: 0 none;
    color: var(--bs-primary-dark);
    font-weight: 400px;
}

.btn-link:hover {
    color: black;
}

span.border-decoration {
    border: solid var(--bs-border-scope);
    width: 40px !important;
    height: 10px !important;
    display: block;
    border-width: 0 0 3px 0;
}

.container-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container-caption .carousel-caption {
    padding: 0;
    margin: 0;
    bottom: auto;
    left: 5%;
    height: auto !important;
}

.profile-actions {
    margin-top: 2px;
}
.profile-actions a:nth-child(2) {
    margin-left: 2px;
}

.hide-last-border a:last-child{
    border-bottom: 0 none !important;
}

.text-small {
    font-size: 15px;
    font-weight: 400;
}

.hide-after:after {
    display: none;
}

.pointer {
    cursor: pointer;
}

#filterBadges button.btn-close{
    font-size: 10px;
}

#filterBadges div.rounded-pill.text-small {
    font-size: 11px;
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 3px !important;
    margin-left: 0 !important;
}
.text-scopeworks h3 {
    font-size: 1.2rem;
    color: var(--bs-primary);
}
.text-scopeworks h4 {
    font-size: 1rem;
    color: var(--bs-primary);
}
.text-scopeworks h5 {
    font-size: 0.8rem;
    color: var(--bs-primary);
}

.accordion-flush .accordion-item .accordion-button {
    box-shadow: none;
}

.text-tiny {
    font-size: 15px !important;
}

.badge-scope{
    padding: 2px 4px;
}

.badge-scope-1 {
    padding: 3px 8px;
    white-space: normal;
    text-align: left;
}

.select-label, .tail-select-container, .select-label.tail-select-container, #dateF, #dateT {
    border: 1px solid var(--bs-border-scope) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: var(--bs-secondary) !important;
    font-family: var(--bs-font-scope) !important;
    padding: 4px 32px 4px 8px !important
}

.select-label.tail-select-container .select-handle {
    margin: 0;
    padding: 3px 7px 4px;
}

.tail-select-container {
    padding: 0 !important;
}

.select-dropdown {
    font-size: 11px !important;
    box-shadow: none !important;
    border: 1px solid var(--bs-border-scope) !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    color: var(--bs-secondary) !important;
    font-family: var(--bs-font-scope) !important;


}

.tail-select .select-dropdown ul li {
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 4px 8px 4px 30px !important;
    color: var(--bs-secondary) !important;
    font-family: var(--bs-font-scope) !important;
}

.tail-select mark {
    color: #fff;
    background-color: var(--bs-primary) !important;
    font-family: var(--bs-font-scope) !important;

}


.tail-select-container {
    border: 0 !important;
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
}

.tail-select-container .select-handle {
    color: var(--bs-primary) !important;
    font-size: 10px !important;
    line-height: 15px !important;
    background-color: var(--bs-scope-blue-light) !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: var(--bs-font-scope) !important;
    font-weight: 100 !important;
    border-radius: 20px !important;
}

.tail-select-container .select-handle:after {
    content: 'x';
    display: inline-block;
    color: var(--bs-primary);
    width: 10px;
    height: 10px;
    font-weight: 400;
    margin-left: 4px;
    font-size: 11px;
    font-family: var(--bs-font-scope);
}

.tail-select-container .select-handle:hover {
    background-color: var(--bs-primary-dark);;
}

.tail-select .select-label:after{
    top: 13px !important;
    right: 6px !important;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
    width: 22px !important;
    height: 23px !important;
}

.tail-select .select-dropdown ul li:first-of-type {
    margin-top: 0;
}

.tail-select .select-dropdown ul {
    margin: 7px 0 !important;
}

.blurred {
    filter: blur(4px);
}
.notch {
    border: 2px solid var(--bs-primary);
    border-radius: 100%;
    color: var(--bs-primary);
    font-weight: 400;
    font-size: 11px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: var(--bs-primary);
    border: 0 none;
    border-radius: 100%;
    box-shadow: 0 0 1px 1px var(--bs-primary-dark);
}

.ui-widget.ui-widget-content {
    background: white;
    border: 1px solid var(--bs-border-scope);
    font-family: var(--bs-font-scope);
    color: var(--bs-primary);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    border-radius: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #001469 !important;
    color: white !important;
    border: 1px solid #001469 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #949494 !important;
    border:1px solid #949494 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-state-default {
    background: #f8f9fa !important;
    border: 1px solid #e9e9e9 !important;
    box-shadow: 0 0 1px 0.01px rgba(0,0,0,0.2);
}

.ui-datepicker td span, .ui-datepicker td a:hover {
    background: #949494 !important;
    border: 1px solid #949494 !important;
}

.ui-slider-horizontal .ui-slider-range {
    background: #e5ecf4;
}

.ui-datepicker {
    z-index: 99 !important;
}

#dateT, #dateF {
    position: relative;
}

#dateT:after, #dateF:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar-range' viewBox='0 0 16 16'%3E%3Cpath d='M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.hide-last-card .card:last-child{
    display: none;
}

.triangle {
    position: relative;
}

.triangle:after {
    content: "";position: absolute;right: -25px;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 25px solid var(--bs-primary);
    border-bottom: 60px solid transparent;
}

.bg-visit-overview {
    background-image: url(../img/financial/overview/bg-financial-overview.png);
    background-repeat: no-repeat;
    background-size: 100% 400px;
}

.bg-foto {
    background-image: url(../img/slide.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
}

.bg-foto {
    background-image: url(../img/slide.jpg);
    background-repeat: no-repeat;
}

.bg-white-foto {
    background-image: url(../img/white.jpg);
    background-size: 240px;
    background-repeat-y: no-repeat;
}
.bg-hungary-contact {
    background-image: url(../img/hungary/call.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-foto-ourstory {
    background-image: url(../img/about/our-story-bg.png);
    background-size: 100% 296px;
    background-repeat: no-repeat;
}

.bg-foto-topMgm {
    background-image: url(../img/about/top-mgm-bg.png);
    background-size: 100% 296px;
    background-repeat: no-repeat;
}

.bg-hungary {
    background-image: url(../img/ratings.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-ok {
    background: var(--bs-scope-blue-light);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--bs-primary) !important;
    border-color: white;
    background: #FAFAFA;
    color: var(--bs-primary);
    border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: white;
    isolation: isolate;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: var(--bs-secondary);
}

.nav-tabs .nav-link.disabled {
    opacity: 0.8;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--bs-primary);
    color: white;
}

.nav-pills .nav-link {
    color: var(--bs-primary);
    border-radius: 20px;
    background: var(--bs-scope-blue-light);
    margin-right: 5px;
}

.nav-pills .nav-link.active .badge.bg-primary {
    background: white !important;
    color: var(--bs-primary) !important;
}

input#searchField {
    font-size: 12px;
    padding: 5px 5px !important;
    text-indent: 5px;
    color: var(--bs-primary) !important;
    height: 35px;
}

main.searchPage nav .display-10 span {
    display: none;
}

.home .tail-select {
    width: auto !important;
}

.home .tail-select * {
    width: auto !important;
}

body.home .tail-select {
    margin-right: 10px;
}

.tail-select .select-label {
    font-size: 15px !important;
}
.home.tail-select .select-label {
    background: #f8f9fa;
}

.ui-slider {
    background: var(--bs-scope-blue-light) !important;
}

.border-dotted-start {
    border-left:2px dotted var(--bs-border-scope);
}
.border-dotted-end {
    border-right:2px dotted var(--bs-border-scope);
}

.hide-filter-issuer #filterIssuer{
    display: none;
}

.history .dot {
    background: var(--bs-primary);
    border-radius: 8px;
    width: 8px;
    height: 8px;
    color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
}

.years div:last-child{
    border-right:0 ;
}

.years > div{
    border-right:1px dotted var(--bs-border-scope) ;
    border-left:1px dotted var(--bs-border-scope) ;
}

.years div:first-child{
    border-right:0 ;
}


.triangle-right {
    width: 15px;
    height: 100%;
    top: 0;
    left: 100%;
}

.line-small {
    border: 1px solid #FAA11C;
    width: 30px;
}

.gradient {
    max-width: 1600px;
}

.gradient:before {
    content: "-";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    color: transparent;
}

.gradient:before{
    background-color: #00146996;
}

.index-top {
    z-index: 2;
}

.gradient > * {
    max-width: 530px;
}

.main-nav {
    min-height: 52px;
    display: flex;
    align-items: center;
}
strong {
    font-weight: bold;
}

table:not(.table), table:not(.table) th, table:not(.table) td { border: 1px solid var(--bs-border-scope) }

.list-group-hungary {
    border-radius: 0;
    text-align: left;

}

.list-group.tablelayout a {
    background: #f2f2f2;
    display: block;
    padding: 15px;
    margin-bottom: 2px;
    text-decoration: none;
}

.list-group.tablelayout a > * {
    display: inline-block;
}

.list-group.list-group-hungary a {
    background-color: transparent !important;
    color: white;
    opacity: 0.9;
    padding: 25px 0;
    font-size: 17px;
    border: none;
    border-bottom: 1.5px solid;
}

.list-group.tablelayout a:hover {
    color: #808080;
}

.linkhungary {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.cajaform {
    max-width: 450px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}


table.table.scope-table-border td:nth-child(2) {border-left: 10px solid white;}

table.table.scope-table-border thead tr {
    border-top: 10px solid white;
}
table.table.scope-table-border  td {
    border-bottom: 0 solid white;
}

table.table.scope-table-border.no-border td {
    border-left-width: 0;
}
.table-responsive.table-m0 * {
    margin: 0;
}

.table.scope-table-border >:not(caption)>*>* {
    background: white;
}

table.scope-table-border .badge.badge-scope {
    border: 1px solid var(--bs-primary-dark);
    padding: 3px 7px;
    border-radius: 10px;
}

#filterBadges {
    display: none;
}

.clamp p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp.text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.align-columns.row [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.align-columns.row {
    overflow: hidden;
}

.notch-orange {
    color: #f29526 !important;
    border-color: #f29526 !important;
}

.table-issuer thead tr th {
    text-align: center;
    font-weight: normal !important;
    color: #8a8a8a;
}

.table-issuer tbody tr td:first-child {
    background: #001469 !important;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 20px;
    min-width: 160px;
    width: 160px;
}

.table-issuer tbody tr td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

.table-issuer tbody tr td:nth-child(3) {
    text-align: center;
    vertical-align: middle;
    min-width: 300px;
    max-width: 600px;
    width: auto;
    padding: 0;
}

.table-issuer tbody tr td:nth-child(4) {
    text-align: center;
    vertical-align: middle;
    min-width: 160px;
    max-width: 200px;
    width: auto;
}


.table-issuer tbody tr td:nth-child(5) {
    min-width: 400px;
    max-width: 420px;
}

.chart-container canvas {
    max-height: 115px;
    width: auto !important;
    margin: 0 auto;
}

table.table.scope-table-border td.long-string:nth-child(3) {
    width: 153px;
    vertical-align: middle;
}

table.table-sovereign {
    vertical-align: middle;
}

.caption-hungary p:nth-child(1) {
    font-size: 22px;
}

.caption-hungary p:nth-child(2) {
    font-size: 34px;
    font-weight: 400;
}

.caption-hungary p  {
    line-height:100%;
}

span.suffix {
    position: relative;
    font-size: 12px;
    top: 4px;
    left: -3px;
    line-height: 25px;
}


.img-wrapper {
    height: 220px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thecontent .img-wrapper img {
    margin: 0 auto;
    position: absolute;
    right: auto;
    left: auto;
}

.thecontent .text-scopeworks img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}

.thecontent .text-scopeworks iframe {
    max-width: 100%;
    margin: 10px 0;
}

.row.same-heigh  >  article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.row.same-heigh > [class*='col-']  > div {
    display: flex;
    flex-direction: column;
}
.analyst-center-body button.btn{
    height: auto;
    width: auto;
    font-size: 11px;
    font-weight: 500;
    border: 2px solid #e7e7e7;
    color: var(--bs-dark);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.analyst-center-body img {
    height: 20px;
    width: 20px;
    margin-top: 8px;
}

.spsprofile p:nth-child(n) {
    font-size: 14px;
    text-decoration: none;
}

.spsprofile a:nth-child(n) {
    font-size: 13px;
    text-decoration: none;
    color: inherit;
}

.border-bottom-dark {
    border-bottom: 4px solid var(--bs-darkblue);
}
