:root {
    --red-color: #ea6039;
    --blue-color: #322B4D;
    --bg-lighten: #f6f6f6;
}
.btn-fact-red,
.btn-fact-red:hover,
.btn-fact-red:active,
.btn-fact-red:visited,
.btn-fact-red:focus {
    background-color: #ed3338 !important;
    border-color: #ed3338 !important;
    color: #fff !important;
}
.btn-fact-blue,
.btn-fact-blue:hover,
.btn-fact-blue:active,
.btn-fact-blue:visited,
.btn-fact-blue:focus {
    background-color: #21354e !important;
    border-color: #21354e !important;
    color: #fff !important;
}
.btn{
    border-radius: 2rem;
}
.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--theme-color);
    --bs-btn-border-color: var(--theme-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-color-darker);
    --bs-btn-hover-border-color: var(--theme-color-darker);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme-color-darker);
    --bs-btn-active-border-color: var(--theme-color-darker);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--theme-color);
    --bs-btn-disabled-border-color: var(--theme-color);
}
.btn-secondary{
    --bs-btn-color: var(--theme-button-color);
    --bs-btn-bg: var(--theme-color2);
    --bs-btn-border-color: var(--theme-color2);
    --bs-btn-hover-color: var(--theme-button-color);
    --bs-btn-hover-bg: var(--theme-color2-darker);
    --bs-btn-hover-border-color: var(--theme-color2-darker);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme-color2-darker);
    --bs-btn-active-border-color: var(--theme-color2-darker);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--theme-color2);
    --bs-btn-disabled-border-color: var(--theme-color2);
}
.btn-outline-primary{
    --bs-btn-color: var(--theme-color);
    --bs-btn-border-color: var(--theme-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-color);
    --bs-btn-hover-border-color: var(--theme-color);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme-color);
    --bs-btn-active-border-color: var(--theme-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--theme-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--theme-color);
    --bs-gradient: none;
}
.btn-outline-secondary{
    --bs-btn-color: var(--theme-color2);
    --bs-btn-border-color: var(--theme-color2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-color2);
    --bs-btn-hover-border-color: var(--theme-color2);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme-color2);
    --bs-btn-active-border-color: var(--theme-color2);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--theme-color2);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--theme-color2);
    --bs-gradient: none;
}
.btn-outline-tab{
    --bs-btn-color: var(--theme-color-tab-text);
    --bs-btn-border-color: var(--theme-color-tab);
    --bs-btn-bg: var(--theme-color-tab);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--theme-color-tab-active);
    --bs-btn-hover-border-color: var(--theme-color-tab-active);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--theme-color-tab-active);
    --bs-btn-active-border-color: var(--theme-color-tab-active);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--theme-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--theme-color);
    --bs-gradient: none;
}
.text-primary{
    color: var(--theme-color) !important;
}
.text-secondary{
    color: var(--theme-color2) !important;
}
.text-latte{
    color: var(--theme-color3) !important;
}
.text-tab{
    color: var(--theme-color-tab-text) !important;
}
.bg-primary{
    background-color: var(--theme-color) !important;
}
.bg-secondary{
    background-color: var(--theme-color2) !important;
}
.bg-latte{
    background-color: var(--theme-color3) !important;
}
.bg-matter-tab{
    background-color: var(--bg-matter-tab);
}
.text-tribunat-red{
    color: var(--red-color) !important;
}
.text-gray{
    color: #a5a5a5 !important;
}
.text-tribunat-blue{
    color: var(--blue-color) !important;
}
.bg-tribunat-red{
    background-color: var(--red-color) !important;
}
.bg-tribunat-blue{
    background-color: var(--blue-color) !important;
}
.bg-lighten {
    background-color: var(--bg-lighten) !important;
}
.border-tribunat-red{
    border-color: var(--red-color) !important;
}
.border-tribunat-blue{
    border-color: var(--blue-color) !important;
}

.text-tribunat-white-hover a {
    color: #d0d4d9;
}
.text-tribunat-white-hover a:hover {
    color: var(--red-color) !important;
}

a.text-tribunat-white-hover, button.text-tribunat-white-hover {
    color: #d0d4d9;
}
a.text-tribunat-white-hover:hover, button.text-tribunat-white-hover:hover {
    color: var(--red-color) !important;
}

.text-tribunat-white-hover li {
    color: #d0d4d9;
}
.text-tribunat-white-hover li:hover {
    color: var(--red-color) !important;
}
.about-ribbon{
    font-size: 1rem;
}
.about-ribbon::before{
    content: "";
    width: 1rem;
    height: 100%;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    border-radius: .3rem;
}
.ribbon-highlight::before{
    content: "";
    width: 1rem;
    height: 100%;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    border-radius: 0 .3rem .3rem 0;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.nav-pills{
    width: 100%;
}
.matter-pills a{
    width: max-content;
    font-weight: bold;
    color: var(--theme-color2);
    margin-bottom: .6rem;
    padding: .4rem .6rem;
    border-radius: .4rem;
}
.matter-pills a.active{
    padding: .4rem .6rem;
    background-color: var(--theme-color);
    color: var(--theme-white);
}
@media (min-width: 992px) {
    .nav-pills{
        width: auto;
    }
    .about-ribbon{
        font-size: 2rem;
    }
}
.article-content *{
    color: var(--theme-color2) !important;
}
.article-content *, .article-sources *{
    background-color: var(--bs-body-bg) !important;
}
.article-content a *, .article-sources a * {
    color: var(--theme-color) !important;
}
.social-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    background-color: var(--theme-color);
    border-radius: 50%;
    font-size: 1.2rem;
}
.inside-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.reference{
    font-size:.75rem;
    line-height:1rem;
    background-color:rgba(34,34,34,.75);
    color:#fff;
    padding:.25rem .5rem;
    position:absolute;
    bottom:0;
    margin:0;
    left:0
}
.question-variant-letter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: var(--theme-white);
    border-radius: 50%;
    color: var(--theme-color2-nochange);
}
.btn-outline-tab .question-variant-letter{
    color: var(--theme-color2-nochange);
}
.btn-outline-tab:hover .question-variant-letter{
    color: var(--theme-color2-nochange);
}
.selected-variant{
    visibility: hidden;
}
.btn-check:checked + .btn .selected-variant{
    visibility: visible;
}
.image-comment{
    border-left: 2px solid #505050;
    color: #505050;
    margin-top: 0.5rem;
    text-align: left;
    padding-left: 10px;
    font-style: italic;
    font-size: 1rem!important;
    line-height: 1.2;
}
input{
    border-radius: .4rem !important;
}
.input-group, textarea{
    border-radius: .4rem !important;
}
.no-bg-form input, .no-bg-form textarea{
    background: none;
}
.icon-input-group{
    border-radius: .4rem !important;
    position: relative;
}
.icon-input-group .input-icon{
    position: absolute;
    left: 1rem;
    top: .8rem;
    z-index: 5;
}
.icon-input-group input{
    padding-left: 50px;
}
.search input {
    border-radius: 2rem !important;
}
.search input:focus{
    border-color: var(--theme-color);
}
.search .icon-input-group .input-icon{
    top: 50%;
    transform: translateY(-50%);
    z-index: auto;
}
.hidden-spinner{
    display: none;
    margin-right: 10px;
}
.hyperlink-title{
    font-size: 1rem;
    font-weight: 700;
}
.hyperlink-holder{
    margin: 20px 0;
    padding: 15px;
    border: 5px solid #9e9e9e;
    position: relative;
}
.hyperlink-caption{
    position: absolute;
    top: -18px;
    left: 15px;
    padding: 5px 10px;
    color: #343434;
    text-transform: uppercase;
    background-color: #f3f3f3 !important;
    font-weight: 700;
    font-size: 1rem !important;
}
.hyperlink-title,
.hyperlink-title:hover,
.hyperlink-title:focus,
.hyperlink-text,
.hyperlink-text:hover,
.hyperlink-text:focus{
    text-decoration: none;
    color: #343434;
}
.slider-image-holder {
    position: relative;
    padding-bottom: 56.25%;
}
.slider-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.indicator-image-holder{
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: start;
}
.indicator-image{
    width: 75px;
    /*opacity: 0.7;*/
}
.multimedia-card .play-icon{
    opacity: 0;
    font-size: 3rem;
    color: #fff;
    border: 5px solid #fff;
    padding: 14px 15px 14px 20px;
    border-radius: 50%;
    background-color: var(--theme-color);
    transition: .3s;
}
.multimedia-card:hover .play-icon{
    opacity: 1;
}
footer{
    background-color: var(--theme-color-footer);
    border-radius: 2rem 2rem 0 0;
}
.footer-logo img{
    max-width: 200px;
    margin: auto;
}
.navbar-top.bg-tribunat-blue .nav-item .nav-link{
    color: #fff;
}
.icon-categories a{
    text-decoration: none;
}
.icon-categories p{
    color: rgb(var(--bs-secondary-rgb));
}
.icon-category {
    border: .1rem solid #f3f1f1;
    transition: .2s;
}
.icon-category .svg-icon svg{
    width: 70px;
    height: 70px;
    fill: var(--red-color);
}
.icon-category .svg-icon svg path,
.icon-category .svg-icon svg rect {
    fill: var(--red-color);
}
.icon-categories .icon-category .category-matter-holder{
    background-color: #f6f6f6;
    transition: .2s;
}

.icon-categories a:hover .icon-category{
    background-color: var(--blue-color);
    color: white;
}
.icon-categories a:hover .icon-category h4{
    color: #fff;
}

.icon-categories a:hover .icon-category p{
    color: #cacaca;
}
.icon-categories a:hover .icon-category .category-matter-holder{
    background-color: #433d59;
}

.icon-categories a:hover .icon-category .svg-icon svg path,
.icon-categories a:hover .icon-category .svg-icon svg rect{
    fill: #fff;
}
.splide .post-header{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-block: 1rem;
    padding-inline: 1rem;
    width: 100%;

    background: linear-gradient(to bottom right, rgba(36, 9, 0, 0.66), rgba(36, 12, 1, 0.49));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* For Safari compatibility */
}
.splide .post-header .post-title{
    font-size: 1rem;
}
.splide__arrow{
    top: 45%;
    border: none;
    background: inherit;
}
.splide__arrow--prev{
    left: -70px;
}
.splide__arrow--next{
    right: -70px;
}
.splide__arrow .svg-icon svg{
    width: 40px;
    height: 40px;
    fill: var(--red-color);
}
.splide__arrow .svg-icon svg path,
.splide__arrow .svg-icon svg rect {
    fill: var(--red-color);
}
.splide-pagination-custom{
    position: absolute;
    bottom: .2rem;
    width: 100%;
}
.splide-pagination-custom .page-item{
    width: 2rem;
    height: .3rem;
    margin-left: .3rem;
    margin-right: .3rem;
    border-radius: 1rem;
    border: none;
}
.splide-pagination-custom .page-item.is-active{
    width: 4rem;
    background-color: var(--red-color);
}
.matter-single{
    transition: .2s ease-in-out;
}
.matter-single .matter-title{
    color: var(--red-color);
}
.matter-single:hover{
    background-color: var(--red-color);
}
.matter-single:hover *{
    color: #fff;
}
.theme-container {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; /* 100% - (10% left margin + 10% right margin) */
}
.single-article{
    background: var(--trb-bg-secondary);
}
.single-article .card-title{
    /*font-size: .8rem;*/
    margin-bottom: 0;
}
.single-article .date-label{
    font-size: .7rem;
}
.side-menu{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
}
.side-menu .sidebar-toggler{
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.side-menu .sidebar-toggler .menu-bars-icon svg{
    width: 3rem;
}
.side-menu ul{
    list-style: none;
    padding-left: 0;
    gap: 1rem;
    padding-inline: 1.4rem;
}
.side-menu ul li{
    width: 100%;
}
.side-menu ul li a{
    text-decoration: none;
    color: var(--trb-text-color);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .5rem;
}
.side-menu ul li a span{
    font-weight: 500;
    font-size: 1rem;
}

.side-menu ul li a:hover span{
    color: var(--trb-primary-color)
}
.side-menu ul li a .menu-icon{
    display: flex;
}
.main-site{
    width: 100%;
}
.side-menu{
    width: 100%;
}
.side-menu.offcanvas{
    transform: translateX(100%);
    transition: none;
    width: 100%;
    border: none;
}
/*.side-menu .offcanvas.offcanvas-end{*/
/*    display: none;*/
/*    transform: none;*/
/*    width: 100%;*/
/*}*/

.single-article .card-title{
    font-size: .8rem;
}
.menu-icon, .menu-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.dashboard-icon, .dashboard-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.dashboard-menu a{
    transition: none;
    text-decoration: none;
    color: var(--theme-color2);
    padding: 1rem 1.4rem;
}
.dashboard-menu a.active, .dashboard-menu a:hover{
    background-color: var(--theme-color3);
}
.side-menu ul li a .menu-icon, .category-title .menu-icon, .side-menu ul li a .menu-icon svg, .category-title .menu-icon svg{
    width: 1.5rem;
    height: 1.5rem;
}
.about-title .menu-icon, .contact-title .menu-icon, .about-title .menu-icon svg, .contact-title .menu-icon svg{
    width: 3rem;
    height: 3rem;
}
.site-logo img{
    width: 150px;
}
.popular-pills{
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.popular-pills button{
    flex-shrink: 0;
}
/* Pagination */
.pagination{
    justify-content: center;
}
/*.page-item:first-child{*/
/*    margin-right: 10px;*/
/*}*/
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background-color: var(--theme-color2);
    color: var(--theme-color3);
}
/*.page-item:last-child{*/
/*    margin-left: 10px;*/
/*}*/
.page-item.disabled .page-link {
    color: #9e9d9d;
    background-color: #ecebeb;
    pointer-events: none;
    cursor: auto;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.page-item .page-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    border: none;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    margin-inline: 10px;
    line-height: 1;
}
.page-link:hover {
    z-index: 2;
    color: rgb(255 255 255);
    text-decoration: none;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.dispnon{
    display: none;
}
.language-dropdown .dropdown-menu{
    right: 0;
    min-width: 60px;
    padding-block: .6rem;
}
.language-dropdown .dropdown-menu .dropdown-item{
    text-align: center;
    font-weight: bold;
    padding: 0;
    width: 100%;
}
.circular-score{
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.circular-score .progress {
    width: 200px;
    height: 200px;
    border-radius: calc(infinity * 1px);
    font-family: sans-serif;
    background: conic-gradient(var(--theme-color) calc(var(--percentage, 1) * 1%), transparent calc(var(--percentage, 1)* 1%));
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.circular-score .progress::after {
    counter-reset: percentage var(--percentage);
    background: var(--theme-white);
    width: 93%;
    height: 93%;
    color: var(--theme-color);
    border-radius: inherit;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circular-score .progress .progress-content{
    border-radius: 50%;
    padding: 1rem;
    background-color: var(--theme-white);
    width: 170px;
    height: 170px;
}
@media (min-width: 992px) {
    footer{
        border-radius: 0;
    }
    .popular-pills{
        flex-wrap: wrap;
        overflow-x: hidden;
    }
    .popular-pills button{
        flex-shrink: 1;
    }
    .splide-pagination-custom{
        bottom: 1.4rem;
    }
    .splide .post-header{
        padding-block: 2rem 4rem;
        padding-inline: 3rem;
        width: 100%;
    }
    .splide .post-header .post-title{
        font-size: 2rem;
    }
    .splide-pagination-custom{
        position: absolute;
        bottom: 1.4rem;
        width: 100%;
    }
    .splide-pagination-custom .page-item{
        width: 4rem;
        height: .3rem;
        margin-inline: .3rem;
        border-radius: 1rem;
        border: none;
    }
    .splide-pagination-custom .page-item.is-active {
        width: 8rem;
    }
    .site-logo img{
        width: 240px;
    }
    .side-menu{
        background: var(--trb-bg-secondary);
    }
    .side-menu.offcanvas{
        visibility: visible !important;
        transform: translateX(0%);
    }
    .offcanvas-body{
        padding: 0;
    }
    .main-site {
        width: 88%;
    }
    .side-menu, .side-menu.offcanvas{
        width: 12%;
    }
    .side-menu ul{
        margin-top: 1.2rem;
        gap: .6rem;
    }
    .side-menu ul li a span{
        font-size: .6rem;
    }
    .single-article .card-title{
        /*font-size: 1rem;*/
    }
    .side-menu ul li a .menu-icon{
        width: 0.7rem;
        height: 0.7rem;
    }
    .side-menu ul li a .menu-icon svg{
        width: 0.7rem;
        height: 0.7rem;
    }
    .side-menu .sidebar-toggler .menu-bars-icon svg{
        width: 2rem;
    }
}
@media (min-width: 1200px) {
    .side-menu ul{
        gap: 1rem;
    }
    .side-menu ul li a span{
        font-size: .7rem;
    }
    .single-article .card-title{
        font-size: .7rem;
    }
    .side-menu ul li a .menu-icon{
        width: 1rem;
        height: 1rem;
    }
    .side-menu ul li a .menu-icon svg{
        width: 1rem;
        height: 1rem;
    }
    .side-menu .sidebar-toggler .menu-bars-icon svg{
        width: 2.4rem;
    }
}
@media (min-width: 1400px) {
    .side-menu ul{
        gap: 1rem;
    }
    .single-article .card-title{
        font-size: .8rem;
    }
    .side-menu ul li a .menu-icon{
        width: 1.3rem;
        height: 1.3rem;
    }
    .side-menu ul li a .menu-icon svg{
        width: 1.3rem;
        height: 1.3rem;
    }
    .side-menu ul li a span{
        font-size: .8rem;
    }
    .side-menu .sidebar-toggler .menu-bars-icon svg{
        width: 2.6rem;
    }
}
@media (min-width: 1920px) {
    .single-article .card-title{
        font-size: 1rem;
    }
    .side-menu ul li a .menu-icon{
        width: 1.6rem;
        height: 1.6rem;
    }
    .side-menu ul li a .menu-icon svg{
        width: 1.6rem;
        height: 1.6rem;
    }
    .side-menu ul li a span{
        font-size: 1.2rem;
    }
    .side-menu .sidebar-toggler .menu-bars-icon svg{
        width: 3rem;
    }
}
