/* =========== BASIC =========== */
body {
    font-family: 'Montserrat', sans-serif;

}
.main {
    margin-top:40px;
    min-width: 976px;
    max-width: 100%;
}

.slick-carousel-custom-photo {
    width: 90%;
    margin: auto;
    position: relative;
}

.slick-carousel-custom-photo .article-photo-square {
    padding-top: 75%!important;
    mix-blend-mode: overlay;
    border: 2px solid #dfdad7;
}

.carousel-slick-title {
    padding-left: 0.5rem;
    width: 90%!important;
    margin: auto;
    margin-top: -3rem;
    position: relative;
    color: white;
    background-color: rgba(100,100,100,0.3);

}

.carousel-slick-title:hover {
    color: white;
}

.vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.section {
    justify-content: center;
}

.btn-realitatea-audio {
    background-color: #cc0000!important;
    border-radius: 0!important;
}

.center-button {
    width: fit-content;
    display: block;
    margin: auto!important;
}

#top-search-box {
    border-radius: 1rem 0rem 0rem 1rem;
}

#search-top {
    border-radius: 0rem 1rem 1rem 0rem!important;
    background-color: white;
    border: 1px solid #ced4da;
    border-left-color: white;
}

.fa-search {
    color: grey;
}

.color-white {
    color: white!important;
}

.section-authors {
    background-color: #fff;
    justify-content: center;
}

.section-authors h3 {
    max-height: 4em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article a {
    max-height: 4em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-authors h4 {
    max-height: 2em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsborder p {
    max-height: 3em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
/* =========== CONTAINERS =========== */
/*@media (min-width: 768px) {*/
/*    .container {*/
/*        max-width: 98vw;*/
/*    }*/

/*}*/

@media (min-width: 1366px) {
    .container {
        max-width: 1080px;
    }
}
.nav-head-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
}
div table {
    max-width: 600px!important;
}
/*div table tbody tr td {*/
/*    min-width: 100px!important;*/
/*    max-width: 150px!important;*/
/*    height: 150px!important;*/
/*}*/
div table tbody tr td img{
    min-width: 100px!important;
    height: 150px!important;

    max-width: 145px!important;
}
div table tbody tr td span{
    height: 150px!important;

    min-width: 95px!important;

    max-width: 130px!important;
}

/* =========== RECLAMA =========== */
.reclama{
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    margin-top:20px;
    align-content: center;
    height: 970px;
    margin-left: auto;
    margin-right: auto;
}

/*970×250*/
.r1 {
    width: fit-content;
    /*height: fit-content;*/
    max-width: 970px;
    max-height: 250px;
}

/*728×90*/
.r2 {
    width: fit-content;
    height: fit-content;
    max-width: 728px;
    max-height: 90px;

}

/*300×250*/
.r3 {
    width: fit-content;
    height: fit-content;
    max-width: 300px;
    max-height: 250px;
}

/*336×280*/
.r4 {
    width: fit-content;
    height: fit-content;
    max-width: 336px;
    max-height: 280px;
}

/*300×600*/
.r5 {
    width: fit-content;
    height: fit-content;
    max-width: 300px;
    max-height: 600px;
}

.wrap-v-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.padding-x-force-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.wrap-v-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrap-v-text-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
}
/* =========== GRIDS =========== */
.text-vert {
    writing-mode: tb-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    text-align: center;
    background-color: #ff5e57;
    color:#fff;
}
.text-vert p {
    margin: 0px;
}
.grid {
    display:grid;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav-left {
    width: 100%;
    justify-content: space-between;
}

.simple-three {
    /*display:grid;*/
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
}
.simple-two {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
}
.left-two {
    /*display:grid;*/
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "one two";
    grid-column-gap: 1.5rem;
}
.right-two {
    /*display:grid;*/
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "one two";
    grid-column-gap: 1.5rem;
}
.simple-four {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
}
.simple-five {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1rem;
}
.bg-dark {
    background-color: #202020 !important;
}
.bg-light {
    background-color:#ecf0f1;
}
.txt-light {
    color: #fff;
}
.bg-red {
    background-color: #cc0000;
    color: #ffffff;
}

.one {
    grid-area: one;
}
.two {
    grid-area: two;
}
.three {
    grid-area: three;
}
.four {
    grid-area: four;
}
.five{
    grid-area: five;
}
.cursor {
    cursor: pointer;
}
.divident {
    /*display:grid;*/
    grid-template-columns: 1fr 336px;
    grid-template-areas: "articles advertisements";
    grid-column-gap: 1.5rem;
}
.divident-articles {
    grid-area: articles;
}
.divident-advertisments {
    grid-area: advertisements;
}
.article-in {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

.article-in-carousel {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.article-in a {
    color:#fff;
}

.article {
    height: 100%;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three";
    overflow:hidden;
    border: thin;
    border-style: solid;
    border-color: #dfdad7;
    transition: all 0.2s;
}
.article:hover {
    transform: scale(1.02);
}

.article-photo {
    width:100%;
    padding-top: 56.25%;
    position:relative;
    overflow: hidden;
}
.article-photo-square {
    width:100%;
    padding-top: 100%;
    position:relative;
    overflow: hidden;
}

.author-photo {
    padding-bottom: 56.25%;
    position:relative;
    overflow: hidden;
}

.author-photo-editorials {
    padding-bottom: 75%;
    position:relative;
    overflow: hidden;
}

.author-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 1rem;
    font-family: Montserrat;
}

.author-info {
    font-size: 0.8rem;
    text-align: center;
}
.container-author {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrap-section-box {
    overflow: hidden;
    height: 3rem;
}

.section-category {
    object-position: center;
    object-fit: cover;
}

.over-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0!important;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 1rem;
    padding-bottom: 1rem;
    object-fit: cover;
    /*background-color:#1e272e;*/
}

.over-item-carousel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0!important;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 1rem;
    padding-bottom: 1rem;
    object-fit: cover;
}

.over-item-author {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0!important;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.padding-1 {
    padding: 8px;
}
.news {
    width: fit-content;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
}
.news-article-below {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    padding: 3px 10px;
}
.newsborder {
    background-color: rgba(200,200,200,0.7);
    padding: 8px;
    border-top: 3px solid #cc0000;
    z-index: 1000;
}

.width-100 {
    width: 100%!important;
}

.width-100-reclama {
    display: flex;
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
    /*padding: 10px 0;*/
    padding-top: 0;
    padding-bottom: 10px;
}

.newsborder-cub {
    padding: 20px !important;
}

.newsborder p {
    font-size: 0.9rem;
    color: black;
    margin:0;

}
.car .newsborder p {
    font-size: 1.5rem;
    color: black;
    margin:0;
}
.bg-yellow{
    background-color: #ffc400;
    color: #000;
}

.bg-yellow-breaking-border {
    border-top: 3px solid #FFC400;
}

.bg-yellow-breaking {
    background-color: #FFC400;
    color: #000000;
}

.no-border {
    border: none;
}

.two a{
    font-family: Montserrat;
    color: #808080;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lower {
    /*padding-top: 1rem;*/
    font-size: 0.6rem;
    color: grey;
}

footer {
    background-color: #353535;
    min-width: 976px;
}

footer p {
    color:#fff;
}

footer p a {
    color: #929292;
}

footer p a:hover {
    color: #c00;
}
footer p a:active {
    color: #fff;
}
.footer-copyright {
    background-color: #282828;
    color: #fff;
}
.footer-copyright a {
    color:#c00;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.list-group-item:first-child {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.list-group {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.text-white-space-no-wrap {
    white-space: nowrap;
}


/*TEST ZAMFI*/
.test-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.test-cross {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.test-cross a {
    transition: all 0.3s;
}
.test-cross:hover a {
    transform: scale(1.5);
    text-decoration: none;
}
.text-a-cross {
    font-size: 1.3rem;
    background-color: #fff;
    color: #000000;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

/*.text-a-cross:first-child {*/
/*border-top-left-radius: 25%;*/
/*border-bottom-left-radius: 25%;*/
/*}*/

/*.text-a-cross:last-child {*/
/*border-top-right-radius: 25%;*/
/*border-bottom-right-radius: 25%;*/
/*}*/

.text-a-cross.active {
    background: #cc0000 !important;
    color: #fff !important;

}

.widget-column {
    display: flex;
    flex-direction: row;
}

/*.widget-column-element {*/
/*    padding-top: 2.5rem;*/
/*    padding-bottom: 0.3rem;*/
/*    padding-right: 2rem;*/
/*    padding-left: 3rem;*/
/*}*/

.widget-column-element p {
    font-size: 10px;
}

.article-square {
    border: 1px solid #dfdad7;
    display: flex;
    flex-direction: column;
    padding: 70px 30px 30px 30px;
}

.section-article-square-left {

}

.width-fit-content {
    width: fit-content;

}

.section-title-bread {
    display: flex;
    flex-display: row;
    justify-content: space-between;
    align-items: center;
}
.eco {
    border-bottom: 3px solid #dc3545;
    width: fit-content;
    line-height: 20px;
    color: #dc3545;
    font-weight: bold;
    font-size: 16px;
}

.eco2 {
    border-bottom: 3px solid #dc3545;opacity:0.3;
    width:100%;
    display: block;
    margin-top: -3px;
}
.above-divider {
    font-size: 13px;
}

.breadcrumb-item a {
    color:#000;
}

.breadcrumb-item .active a{
    color:#fff;
}

.below-title p a {
    color:rgb(207, 10, 9)!important;
}

.below-title p {
    font-size: 12px;
    color:#555555;
}

.article-content a {
    color:rgb(207, 10, 9)!important;
}

.realred{
    color:rgb(207, 10, 9)!important;
}

.dropdown-divider-bold {
    height: 0;
    margin: .5rem;
    overflow: hidden;
    border-top: 3px solid #e9ecef;opacity: 1;
}

h6, h4, h3, h1 {
    font-family: lato;
}

p {
    font-family: Montserrat;
}

.border-bottom-section {
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: 10px;
}

.grey-bg {
    background-color: #f1f1f1;
}

.white-bg {
    background-color: #fff;
}

.no-decoration {
    text-decoration: none;
}

.border-f1f1f1 {
    border: 1.4px solid #f1f1f1;
}

.read-square {
    border: 1px solid #dfdad7;
    display: flex;
    flex-direction: column;
}

.comment-square {
    background-color: #000000;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: black;
    transition: all 0.3s;
}

.section-title-border {
    padding-top: 22px;
    margin-bottom: 25px;
    border-top-width: 5px;
    border-top-style: solid;
}

.border-yellow {
    border-color: #f39b13;
}
.border-green {
    border-color: #5F9C1D;
}
li {
    list-style-type: none;
}

.comment-square label {
    color: white;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

.comment-controls {
    padding-top: 10px;
}

.commentControls .btn-s {
    display: inline-block;
    position: relative;
    width: 29px;
    height: 29px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #c00;
}

.more-comments a {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px
}

.read-square a {
    /*color:rgb(207, 10, 9)!important;*/
    color: black;!important;
    font-size: 0.9rem;
}

.font-size-24 {
    font-size: 24px;
}

.newsborder p {
    font-family: Helvetica;
}

.article-in-carousel p {
    font-family: Helvetica;
}

.newsborder-lower-carousel {
    background-color: rgba(200,200,200,0.7);
    padding: 0px;
    border-top: 3px solid red;
}

.horizontal-list {
    list-style: none;
}

.horizontal-list {
    display:inline;
}

.footer-links a {
    padding-left: 20px;
    font-family: Arial sans-serif;
}

..realitatea-links {
    padding-left: 0;
}

.realitatea-links a {
    color: #929292;
}

.realitatea-links li {
    /*margin-left: -2.5rem;*/
    line-height: 22px;
    margin-bottom: 5px;
}

.realitatea-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
}

.footer-subtitle {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.article-in-article-page {
    position: relative;
    overflow: hidden;
}

.photo-gallery {
    position: relative;
    width: 100%;
}

.photo-gallery .button-gallery-left {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0, 1);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.button-gallery-left a:hover {
    transform: scale(1.3);
}

.photo-gallery .button-gallery-right {
    position: absolute;
    top: 40%;
    right: 0%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0, 1);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.button-gallery-right a:hover {
    transform: scale(1.3);
}

.article-sub-photos a:hover {
    transform: scale(1.03);
}

.article-sub-photos {
    background-color: rgba(200,200,200, 0.5);
    z-index: 9999;
}

.in-article-recommendations li:before {
    content: "-";
    color: #cc0000;
    position: absolute;
    margin-left: -1.8rem;
}

#dropDownCategories {
    display: none;
    color: black;
    background-color: whitesmoke;
    /*border: 1px solid;*/
    position: fixed;
    z-index: 100000;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#dropDownLive {
    display: none;
    color: black;
    background-color: whitesmoke;
    /*border: 1px solid;*/
    position: fixed;
    z-index: 100000;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header-dropdown .toogle {
    display: inline-block;
    padding: 6px 7px;
    border: 1px solid transparent;
    font-size: 6px;
    line-height: 11px;
    cursor: pointer
}

.grid-drop-down {
    display: grid;
    grid-template-areas: 'subcategories-drop-down content-drop-down';
    grid-template-columns: 1fr 2fr;
}

.grid-drop-live {
    display: grid;
    grid-template-areas: 'content-drop-down subcategories-drop-down';
    grid-template-columns: 2fr 1fr;
}

.font-size-14 {
    font-size: 13px;
    cursor: pointer;

}

.subcategories-drop-down {
    grid-area: subcategories-drop-down;
    background-color: #f5f6fa;
}

.content-drop-down {
    grid-area: content-drop-down;
    background-color: white;
}

.categories-drop-down {
    /*padding: 15px 5px 15px 20px;*/
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
    margin: 0;
}

.categories-drop-down:hover {
    background-color: #cc0000;
    color: white;
}

.art-content-drop-down {
    margin-left: 35px;
    margin-right: 15px;
}

.img-content-drop-down {
    margin-top: 10px;
}

@media(max-width: 1266px) {
    .font-size-14 {
        font-size: 10px;
    }
    .divident {
        /*display:grid;*/
        grid-template-columns: 1fr;
        grid-template-areas: "articles" "advertisements";
        grid-column-gap: 1.5rem;
    }
}

.carousel-height {
    /*height: 130px;*/
 }

.img-height-carousel {
    height: 180px;
    object-fit: cover;
}

.footer-links-align tr td a{
    color: #929292;
}

.sub-item-active {
    background-color: rgba(0,0,0,0.5);
}

.comment-span-text {
    font: 28px/22.4px 'Arial',sans-serif;
}

.btn-comment {
    border-color: #c00;
    background-color: #c00;
    color: #fff;
    font-weight: bold;
}

.btn-comment:hover {
    border-color: red;
    background-color: red;
    color: #fff;
    font-weight: bold;
}

.comment-form {
    margin-bottom: 20px;
    display: block;
    padding: 30px;
    background-color: #111;
}

#comment_form {
    display: none;
}

#span_add {
    display: none;
}

.comment-form label {
    color: #fff;
}

.input-text {
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 13px;
    line-height: 13px;
    font-family: open sans,sans-serif;
    border: 1px solid #e4e9ed;
}

.textarea {
    width: 100%;
    height: 80px;
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 17px;
    font-family: open sans,sans-serif;
    border: 1px solid #e4e9ed;
}

.photo-gallery .carousel-control-next,
.photo-gallery .carousel-control-prev {
    margin-top: -13rem;
}

.lead a {
    color: #cc0000;
}

.show-error {
    margin-top: 10%;
    margin-bottom: 10%;
}

.max-1k {
    max-width: 1000px;
}

/*BRANDING START*/
.branding {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.branding-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.branding-container {
    /*padding: 0;*/
    margin: 0;
}

.branding-top {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.branding-top > img:nth-last-child(2) {
    width: 100%;
}

.bg-label-gray {
    background: #4a4343;
    color: #fff;
}

.carousel-control-next-icon {
    /*background-color: gray;*/
    width: 40px!important;
    height: 40px!important;
}

.carousel-control-prev-icon {
    /*background-color: gray;*/
    width: 40px!important;
    height: 40px!important;
}

.gallery-advertisment-center {
    display: flex;
    justify-content: center;
}

.search-top {
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #fff;
    font-size: 1.5em;
}

.search-top:hover {
    background-color: #fff;
    border-color: #cc0000;
    color: #cc0000;
}

.custom-top-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#search-top {
    border-radius: 0px 5px 5px 0px;
}

.text-fix-emisiuni {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}

/* TAGS */
.tag-row {
    white-space: nowrap;
}

.tag-a:hover {
    background-color: #cc0000;
}

.tags-row {
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
}

.tag-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tag-a.active {
    background-color: #cc0000;
    display: inline-block;
}

.tag-a {
    display: inline-block;
    margin-left: 4px;
}

.tag-a a {
    padding: 0px 3px 0px 3px;
}

.tag-a:hover a {
    color: #fff;
}

.tag-a.active a {
    color: #fff;
    padding: 0px 3px 0px 3px;
}

.tag-a.footer {
    margin: 0;
}

.tag-a.content:hover {
    color: white;
}

.tags-row > .tag-a {
    line-height: 1.6;
}

.tag-row .tag-a a {
    color: #929292 !important;
}

.tag-row div {
    color: #fff !important;
}

.article-tag-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-tag-text {
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    white-space: normal;
    width: 100%;
}

.article-tag-link {
    padding: 0 5px;
    background-color: #cc0000;
    color: #fff;
    border: 1px solid #cc0000;
    margin: 0.5%;
    border-radius: 10px;
}

.article-tag-link:hover {
    color: #cc0000;
    background: #fff;
}

/* PAGINATION */
.pagination-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* EDIT NEWS */
.edit-news {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 15px;
    z-index: 99999;
    border-radius: 50%;
}

.edit-news > a {
    font-size: 3rem;
}

.center-fit {
    width: fit-content;
    margin: auto;
}

.grid-row-gap {
    grid-row-gap: 1rem;
}

.force-center-fit {
    width: fit-content!important;
    margin: auto!important;
}

.realitatea-links table tbody tr td a{
    white-space: nowrap;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.corona-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #cc0000;
    color: white !important;
    font-family: Arial, sans;
    padding: 10px 0;
    text-align: center;
}