main > .container {
    padding: 70px 15px 20px;
}

main img,
main video{
    max-width: 100%!important;
    max-height: fit-content;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.font-prompt{
    font-family: 'Prompt';
}
.not-set {
    color: #c55;
    font-style: italic;
}
a:hover{
    text-decoration: none !important;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
#carouselNewsControls .carousel-indicators{
    bottom: -50px;
}
.btn-news-control{
    background-color: #fff;
    color: #ee8333;
    margin: 2rem 10px;
    padding: 10px 17px;
    border-radius: 30px;
    border: 1px solid #ee8332;
}
.btn-news-control.active{
    background-color: #ee8333;
    color: #fff;
}
#carouselNewsItemControls .carousel-indicators{
    /* bottom: 40px;
    right: 10px; */
    -ms-flex-pack: right;
    justify-content: right;
    margin: 0;
    margin: 0;
    width: 50px;
    position: relative;
}

#carouselNewsItemControls .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
    background-color: #1f8ff2;
}

#carouselNewsControls .carousel-indicators [data-bs-target],
#carouselBannerControls .carousel-indicators [data-bs-target],
#carouselContentControls .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 7px;
    background-color: #1f8ff2;
}
.card-news .news-thumbnail {
    height: 180px;
    object-fit: cover;
    object-position: center;
}
.card-news .news-title {
    color: #184392;
}
.card-news .block-news {
    padding: 2rem 0;
    background: #fff;
    border: 1px solid #aeaeae;
}
.block-header-ppp-helpdesk,
.block-ppp-helpdesk{
    background: #fff;
}
#pills-tab.nav .nav-item{
    width: 278px;  
}
#pills-tab {
    overflow: auto;
    flex-wrap: nowrap;
}
#pills-tab.nav .nav-item .nav-link{
    width: 100%;    
    white-space: nowrap;
}
.block-header-ppp-helpdesk .nav .nav-item .nav-link.active, 
.block-header-ppp-helpdesk .nav .nav-item  .show > .nav-link{
    color: #000!important;
}
.block-header-ppp-helpdesk{
    box-shadow: 0px 3px 5px #2e2d2d30;
    margin-bottom: 10px;
}

.footer-copyright{
    background: #1c0f34;
    color: #fff;
    height: auto !important;
}
.btn-language.active{ 
    color: #ee8333;  
}
.btn-language{
    padding: 0 12px;
    color: #65697b;
    font-size: 18px;
    font-weight: 300;
}
.btn-language:first-child{
    border-right: 1px solid #e4e4e4;
}
.cookie-consent-popup{
    padding: 1rem 2rem;
    position: fixed;
    left: 10%;
    bottom: 0;
    z-index: 1200;
    width: 80%;
    margin: 0 auto;
    background-color: #54535380!important;
    color: #fff;
    border: 0;
    /* padding: 15px; */

}
.cookie-consent-popup{
    backdrop-filter: blur(25px);
}
.cookie-consent-popup .cookie-consent-link{
    color: #fff;
    text-decoration: underline;
}

.cookie-consent-popup .cookie-consent-top-wrapper{

    display: flex;
    display: -webkit-flex;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.cookie-consent-popup .cookie-consent-accept-all{
    width: fit-content;
    text-align: center;
    padding: 0.25rem 2rem;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #ee8332;
    border-color: #ee8332;
    border-radius: 50px;
}
.cookie-consent-popup .cookie-consent-controls-toggle,
.cookie-consent-popup .cookie-consent-details-toggle{
    display: none;
}
.cookie-consent-popup .cookie-consent-message {
    display: block;
    float: left;
    padding: 10px 0;
    margin: 0;
}
@media (min-width: 992px){
    .cookie-consent-popup .cookie-consent-message {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
#display-font-size{
    padding: 0px 12px;
    background-color: rgb(255, 255, 255);
    color: rgb(106, 106, 106);
    border: 1px solid rgb(24, 67, 146);
    line-height: 20px;
    font-size: 16px;
}
.increase-font-size{
    padding: 7px 12px;
    background-color: #184392;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
.decrease-font-size{
    padding: 7px 12px;
    background-color: #ee8333;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.accessibility-color{
    background-color: #d5d5d5;
    padding: 3px;
    margin: 0 15px;
    border-radius: 3px;
    border: 0;
}
.accessibility-color-btn:hover{
    border: 2px solid #1f8ff2 !important;
}
.accessibility-color .theme-gold{
    padding: 1px 8px;
    background-color: #000000;
    border: 2px solid #d5d5d5;
    color: #fafa34;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 16px;
    position: relative;
}
.accessibility-color .theme-light{
    padding: 1px 8px;
    background-color: #184392;
    border: 2px solid #d5d5d5;
    color: #fff;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 16px;
    position: relative;
}
.accessibility-color .theme-dark{
    padding: 1px 8px;
    background-color: #ffffff;
    border: 2px solid #d5d5d5;
    color: #6a6a6a;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 16px;
    position: relative;
}

.accessibility-color .theme-light.active {
    border: 2px solid #1f8ff2;
}
.accessibility-color .theme-light.active::after {
    content: "";
    border: 2px solid #1f8ff2;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1f8ff2;
    top: -20%;
    right: -15%;
}
.accessibility-color .theme-dark.active {
    border: 2px solid #000000;
}
.accessibility-color .theme-dark.active::after {
    content: "";
    border: 2px solid #000000;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000000;
    top: -20%;
    right: -15%;
}
.accessibility-color .theme-gold.active {
    border: 2px solid #fafa34;
}
.accessibility-color .theme-gold.active::after {
    content: "";
    border: 2px solid #fafa34;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fafa34;
    top: -20%;
    right: -15%;
}

.page-item span{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.page-item .page-link span{
    padding: 0;
    border: 0;

}
.page-item.first span{
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.prev span,
.page-item.next span{
    margin-left: -1px;
}
.page-item.last span{
    margin-left: -1px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.input_search{
    border-radius: 5px;
    border: 1px solid #aaa;
    width: 75%;
    padding: 0.65rem 0.75rem;
}
.form-date{
    border-radius: 5px;
    border: 1px solid #aaa;
    width: 75%;
    padding: 0.65rem 0.75rem;
}
.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-tab-btn{
    width: 100%;
    position: relative;
}
.search-tab-btn .btn-search{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}
.nav-link.active .icon-content-start{
    background: #1f8ff2;
}

.item-news .card img{
    height: 200px;
    object-fit: contain;
    object-position: center;
    max-height: 200px;
}

@media (max-width: 992px){

    .item-news .card img {
        height: 100px; 
        max-height: fit-content;
        object-fit: fill;
    }

    .item-news .card .thumbnail-news {
        height: auto ;
    }
}

@media (max-width: 767px){

    .item-news .card .thumbnail-news {
        height: auto;
    }
   
    .item-news .card img{
        height: 350px ;
    }
}

@media (max-width: 420){

    .item-news .card img{
        height: 250px; 
        max-height: fit-content !important;
    }

}

.news-datetime{
    font-size: 14px;
    color: #686868;
}
.news-datetime .fa-clock{
    font-size: 14px;
    color: #56575B;
}