.weather-min {
    color: #026fe3;
}
.weather-max {
    color: red;
}
.video-gallery__play .video-js,
.post__leading-image .video-js {
    width: 100%;
    height: 400px;
}
.custom-modal .video-js {
    width: 100%;
    height: 90vh;
}
.custom-btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 2rem;
    z-index: 2;
    padding: 5px;
    opacity: 1;
    background-size: 20px;
}
.gmap {
    left: 0;
    position: absolute;
    width: 100%;
}
.gmap::after {
    content: '';
    clear: both;
}

.form-check-hidden {
    display: none;
}
.form-check-hidden:checked ~ label {
    color: #0054a6;
}
.widget-video {
    width: 100%;
}
.video-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.pressclub__details > .row {
    padding-top: 25px;
}
.pressclub__tag--live > a {
    color: #fff;
}
.news-card__subheading {
    display: block;
}

aside.post__aside .video-js {
    max-height: 220px;
}
#chrono-more {
    margin-bottom: 4rem;
}
.chronology__header {
    position: sticky;
    top: 0;
    background-color: #fff;
}
.news-updated {
    color: #026fe3;
}

@media screen and (max-width: 991.5px) {
    .rubrika {
        padding: unset;
        min-height: unset;
        background: unset;
    }
    .rubrika__image {
        position: unset;
        width: 100%;
        height: auto;
    }
}

/*VOTE 2023*/
@media (max-width: 47.9em) {
    [data-id='98'] .image-slider__slide__title {
        font-size: 1.5rem;
    }
    [data-id='98'] .image-slider__header {
        margin-top: 0.5rem;
    }
}
/* main.css v?8 */
.highlite {
    background-color: #026fe3;
    color: white;
}
.image-picker { margin-left: 15px; }
.image-picker.active {
    text-align: left;
    vertical-align: middle;
}
.image-picker .images-counter {
    display: none;
    font-weight: normal;
    font-size: 0.6rem;
    margin-left: 20px;
}
.image-picker.active .images-counter {
    display: block;
    float: right;
}
.image-picker.active .images-counter span {
    vertical-align: middle;
}
.images-counter .btn-close {
    background-color: #ecf5fe;
    border-radius: 15px;
    display: inline-block;
    padding: 8px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
}
.image-select {
    position: absolute;
    top: 20px;
    left: 15px;
    display: none;
}
.image-select.active {
    display: block;
}
.internships-file {
    display: none;
}
.internships-file-container {
    width: 100%;
    border: 1px dashed #026fe3;
    border-radius: 4px;
    background: #f2f2f2;
    height: 130px;
    padding: 5px;
    line-height: 120px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.buyImgLoggedInNews,
.downloadImgLoggedInNews {
    border: 1px solid #fff;
    color: #fff;
    float: right;
}
.buyImgLoggedInNews:hover,
.downloadImgLoggedInNews:hover {
    border: 1px solid #fff;
    color: #fff;
}
.buyImgLoggedInNews.active,
.downloadImgLoggedInNews.active {
    background: transparent !important;
}
.vote-map-hover {
    background-color: #0054a6;
}
.vote-map-hover a {
    color: white;
}
p.votemap {
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    p.votemap {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .image-slider.carousel.slide.carousel-fade:first-of-type h3 {
        font-size: 1.5rem;
    }
}
/* ABNAse */
.footer__partner a {
    display: block;
    margin-top: 5rem;
    margin-left: 95px;
    margin-bottom: 2rem;
}
.footer__partner a img {
    width: 100%;
    max-width: 120px;
}
.footer__logo img {
    width: 81px;
}

/*baner cop28 green*/
@media screen and (max-width: 767.5px) {
    .image-slider__image:has(img[data-src^='/upload/3199947']) {
        background-color: #448d80;
    }

    .image-slider__image:has(img[data-src^='/upload/3199947']) > img {
        object-fit: contain;
        transform: scale(1.7) translate(-30px, 10px);
    }

    .image-slider__image:has(img[data-src^='/upload/3199947'])::after {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(150%, #000000), to(#000000));
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 150%, #000000 100%);
    }
}