html,
body {
    overflow-x: hidden;
}

.callout-scroll {
    position: absolute;
    bottom: 94px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.callout-responsive-img {
    max-width: 100%;
    height: auto;
}

.help-carousel {
    width: 100%;
}

footer i {
    font-size: 32px;
}

.callout-fixed-mt {
    margin-top: 94px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffcc00;
}

.accordion-button:focus {
    border-color: #ffcc00;
    box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 50%);
}

.charts-c-d .regions-list .dropdown-toggle::after {
    animation: spin .8s infinite linear;
}

.charts-c-d .regions-list .dropdown-toggle {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

a.text-decoration-none:hover {
    text-decoration: underline !important;
}

@keyframes spin {
    0% {
        transform: translate3d(0, -100%, 0);
    }

    50% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
    }
}

@media (max-width: 991px) {
    .callout-min-height-300-md {
        min-height: 300px !important;
    }

    .callout-order-1-md {
        order: 1;
    }

    .callout-100-md {
        width: 100%
    }

    .callout-mt-20-md {
        margin-top: 20px
    }
}

@media (max-width: 576px) {
    .callout-scroll-xs {
        bottom: 70px
    }

    .callout-fixed-mt {
        margin-top: 71px
    }

    .callout-logo-xs {
        max-width: 200px;
    }

    .callout-bb-xs {
        border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    }

    .callout-mt-20-xs {
        margin-top: 20px
    }

    .callout-jc-c-xs {
        justify-content: center !important;
        text-align: center !important;
    }
}

.js-scroll+.dropdown-menu.show {
    display: flex;
    flex-direction: column;
}

.js-scroll+.dropdown-menu.show>.active {
    order: -1;
}

.callout-order-2 {
    order: -2;
}

body .form-control.picker__input {
    background-color: #fff;
    border-color: #0066cc;
    cursor: pointer;
}

#from-date,
#to-date {
    width: 46px;
    justify-content: center;
    border-color: #0066cc;
}

#from-date+input,
#to-date+input {
    background-color: #fff;
    border-color: #0066cc;
    cursor: pointer;
}

.callout-m-025 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.callout-btn-100 {
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 768px) {
    body .callout-md-4 {
        width: 33.33333333%;
    }
}

/* BLOG LIST */
.btn {
    outline: none !important;
}

.blog-list {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}

.blog-item {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% / 2 - 24px);
    box-sizing: border-box;
    margin-bottom: 24px;
    background-color: #F3F3F3;
    border-radius: 0.25rem;
    position: relative;
}

.blog-item--img {
    margin-bottom: 0;
}

.blog-item--info {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item--img img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.blog-item--create {
    margin-bottom: 0;
    opacity: 0.5;
    display: inline-block;
    /* position: absolute; */
    top: 9px;
    right: 11px;
    line-height: 1;
    margin-bottom: 10px;
}

.blog-item--link {
    margin-top: auto;
}

.blog-item--container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-post img {
    max-width: 100%;
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-image {
    margin-top: 1.5rem;
}

.wp-block-image figcaption {
    margin-top: 0.5em;
    color: #555;
    font-size: 13px;
    text-align: center;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-columns {
    display: flex;
    margin-top: 1.5rem;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-columns .wp-block-image {
    margin-top: 0;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.blog-post--content *:not(h1, h2, h3, h4, h5, h6) {
    line-height: 1.6;
    font-size: 1.125rem;
}

.blog-post--content h1,
.blog-post--content h2,
.blog-post--content h3,
.blog-post--content h4,
.blog-post--content h5,
.blog-post--content h6 {
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.blog-post--content p {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.blog-post--content .wp-block-column p {
    margin-top: 0;
    margin-bottom: 1em;
}

.wp-block-column .wp-block-image figcaption {
    margin-bottom: 0;
}

.blog-post--title {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-image figure {
    margin-bottom: 0;
}

.blog-post dl,
.blog-post ol,
.blog-post ul {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.blog-post--img {
    margin-top: 1.5rem;
    text-align: center;
}

.blog-post--create {
    opacity: 0.5;
}

.wp-block-table {
    margin: 0;
    margin-top: 1.5rem;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    padding: 0.5em;
    border: 1px solid;
    word-break: normal;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-right {
    text-align: right;
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}

.wp-block-quote {
    border-left: 1px solid;
    margin: 0;
    margin-top: 1.5em;
    padding-left: 1em;
}

.wp-block-embed {
    margin-top: 1.5em;
    margin-bottom: 0;
}

.wp-block-group .wp-block-table:first-child:not(:last-child) {
    margin-top: 0;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%;
}

.wp-block-embed iframe {
    max-width: 100%;
}

.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-left: 1.5rem;
    }

    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    .blog-item--title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .blog-item {
        width: calc(100% / 1 - 24px);
    }
}

@media (max-width: 579px) {

    .blog-item--description *,
    .blog-post--content *:not(h1, h2, h3, h4, h5, h6) {
        font-size: 0.8rem;
    }
}


.lang-switcher ul {
    list-style: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.lang-switcher .item.active {
    border-bottom: 1px solid #0066cc;
}

.lang-switcher .item a:hover img {
    transform: scale(1.05);
}

.lang-switcher .item:not(:last-child) {
    margin-right: 10px;
}

.lang-switcher a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    max-height: 33px;
    max-width: 33px;
}

.lang-switcher a img {
    transition: .3s ease;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .lang-switcher {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
    }

    .lang-switcher ul {
        padding-left: 0;
        padding-bottom: 0.5rem;
    }

    .lang-switcher a {
        max-height: 28px;
        max-width: 28px;
    }

}

.aligncenter,
.alignright,
.alignlef {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.aligncenter {
    align-items: center;
}

.alignright {
    align-items: flex-end;
}

.alignlef {
    align-items: flex-start;
}

.donate {
    background-color: transparent;
    border-style: none;
    padding: 10px;
}

.callout-order-1-md>div[id^=chart-by] {
    height: calc(100% - 0.5rem);
}

.callout-order-1-md>.chart-count-duration-checker {
    margin-bottom: 2rem !important;
}

.notes small {
    font-size: 0.75em;
}

.periods-filter {
    text-align: center;
}

.periods-filter li>a {
    text-decoration-style: dashed;
    text-decoration-skip-ink: none;
}

.periods-filter li>a.dropdown-toggle::after {
    vertical-align: middle;
}

.periods-filter li.active-filter>a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.etryvoga p {
    margin-bottom: 0;
}

.btn,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
    box-shadow: none !important;
}

.offcanvas-header {
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.offcanvas-header-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.realtime-alarms-counter .progress {
    height: auto;
    position: relative;
}

.realtime-alarms-counter .progress-bar {
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.realtime-alarms-counter .progress-text {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.realtime-alarms-counter .progress-text .bi-megaphone-fill {
    padding: 0 10px;
}

.realtime-alarms-counter .progress-text .percents {
    font-weight: bold;
    font-size: 18px;
}

.realtime-alarms-counter .progress-text button {
    margin: 0 10px;
}

.realtime-alarms-counter .short-progress .progress-bar,
.realtime-alarms-counter .short-progress .progress-text button {
    background-color: #0066cc;
}

.realtime-alarms-counter .short-progress .progress-text button {
    border-color: #0066cc;
}

.realtime-alarms-counter .short-progress .progress-text {
    align-self: center;
    color: #0066cc;
}

.realtime-alarms-counter .medium-progress .progress-bar,
.realtime-alarms-counter .medium-progress .progress-text button {
    background-color: #fd7e14;
}

.realtime-alarms-counter .medium-progress .progress-text button {
    border-color: #fd7e14;
}

.realtime-alarms-counter .medium-progress .progress-text {
    color: #fd7e14;
}

.realtime-alarms-counter .long-progress .progress-bar,
.realtime-alarms-counter .long-progress .progress-text button {
    background-color: #dc3545;
}

.realtime-alarms-counter .long-progress .progress-text button {
    border-color: #dc3545;
}

.realtime-alarms-counter .long-progress .progress-text {
    color: #dc3545;
}

.renewal {
    display: inline;
}

.renewal .time {
    font-weight: bold;
}

.realtime-alarms-list .realtime-alarm-region {
    color: #0066cc;
}

.realtime-alarms-list .offcanvas-body {
    padding-top: 0;
}

@media (max-width: 1199px) {
    .nav-link {
        padding: 0.5rem 0.4rem;
    }

    .callout-logo-xs {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .nav-link {
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 767px) {
    .realtime-alarms-counter .progress-text {
        font-size: 16px;
    }
}

@media (max-width: 579px) {
    .realtime-alarms-counter .progress-text .bi-megaphone-fill {
        padding: 0px;
    }

    .realtime-alarms-counter .progress-text .percents {
        padding: 0px 0px;
    }
}
