main{
    padding: 160px 15px 20px;
    display: flex;
    font-family: 'Gilroy-Regular', sans-serif !important;
    /*height: 100%;*/
}

@media screen and (max-width: 800px) {
    main{
        padding: 100px 15px 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

body {
    position: relative;
    background-color: #1C1C1C;
    display: flex;
    flex-direction: column;
    height: auto;
}

#main_image_back_top{
    position:absolute;
    z-index: -99;
}
#main_image_back_right{
    position:absolute;
    right: 0;
    z-index: -99;
}

@media screen and (max-width: 600px) {
    #main_image_back_top{
        /*display: none;*/
        width: 100vw;
    }
    #main_image_back_right{
        /*display: none;*/
        width: 100vw;
        top: 50%
    }

}

.left_main {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
}
@media screen and (max-width: 800px) {
    .left_main {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

}

.leftVerticalNavMenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_main {
    width: 75%;
    min-width: 75%;
}

.cards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

@media screen and (max-width: 800px) {
    .cards-list {
        justify-content: center;
    }

    .cards-list div {
        margin-bottom: 10px;
    }
}

select#lang-switcher {
    background-color: rgb(255, 255, 255, 0);
    border-radius: 10px;
    height:40px;
    width: 120px;
    /*border-color: #959C6D;*/
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border:none;
}

select#lang-switcher option {
    margin: 40px;
    background: rgb(41, 41, 41, 1);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.breadcrumb-item a {
    font-size:16px;
    font-weight:500;
    color:#ffffff;
}

.breadcrumb-item {
    font-size:16px;
    font-weight:500;
    color:#ffffff !important;
}

.breadcrumb-item::before {
    font-size:16px;
    font-weight:500;
    color:#ffffff !important;
}

#main_page_title {
    color: #ffffff;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

.article-view {
    width: 90%;
    background-color: rgba(65, 65, 65, 1) !important;
    border-radius: 5px;
    margin-right: 20px;
    padding: 40px;
}

.article-pdf-view {
    width: 90%;
    background-color: rgba(65, 65, 65, 1) !important;
    border-radius: 5px;
    margin-right: 20px;
    padding: 40px;
}

.article-view p{
    width: 100%;
    background-color: rgba(65, 65, 65, 1) !important;
    overflow: clip;
    margin-bottom: 20px !important;
}

table.has-img, table.has-img * {
    background-color: rgba(65, 65, 65, 1) !important;
    border: none !important;
}

.article-view *{
    color: white !important;
    /*font-family: 'Gotham Pro', 'Roboto', sans-serif !important;*/
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-align: justify;
}

.article-view .ck-content {
    display: flow-root;
}

.article-view a {
    color: #73C8E1FF !important;
}

.article-view a span{
    color: #73C8E1FF !important;
}

.calendar_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 800px) {

}

.social-links-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}


div .hyperlink-item {
    margin-right: 20px;
}

.hyperlink-item {
    margin: 10px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hyperlink-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.71) 99.99%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(9.60338px);
    border-radius: 5.64905px;
}

a.hyperlink-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.71) 99.99%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(9.60338px);
    border-radius: 5.64905px;
}

.hyperlink-item img {
    max-width: 100%;
    max-height: 100%;
}

.hyperlink-item a img{
    max-width: 100%;
    max-height: 100%;
}

.video_view_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 650px;
}

.dance_view_wrap {
    height: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
}

@media screen and (max-width: 600px) {
    .dance_view_wrap {
        width: 100%;
    }
}

.podcast-item-wrap {
    position: relative;
    width: 345px;
    max-width: 345px;
    margin-right: 30px;
}

@media screen and (max-width: 800px) {
    .podcast-item-wrap {
        margin: 20px;
    }
}

.podcast-item-wrap .video_play_img {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    z-index:2;
    border-radius: 8px;
}

@media screen and (max-width: 600px) {
    .podcast-item-wrap .video_play_img {
        top: 45%;
    }
}

.podcast-item-wrap a .podcast-item-image {
    max-width: 345px;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    .podcast-item-wrap a .podcast-item-image {
        width: 100%;
        height: 230px;
    }
}

.podcast-item-info {
    display: flex;
    flex-direction: column;
}

.podcast-item-title {
    padding-left: 10px;
    width: 100%;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    margin-top: 5px;
}

.podcast-item-description {
    max-width: 345px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #757575;
    overflow: hidden;
}

.politic-category-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 205px;
    max-height: 165px;
    height: 165px;
    padding: 20px;
    background: #292929 linear-gradient(180deg, rgba(41, 41, 41, 0.71) 99.99%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(9.60338px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;
/*    remove underline*/
    text-decoration: none;
    margin-right: 15px;
    overflow: hidden;
}

.politic-category-card-link-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 504px;
    height: 100px;
    padding: 20px;
    background: #292929 linear-gradient(180deg, rgba(41, 41, 41, 0.71) 99.99%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(9.60338px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;
    /*    remove underline*/
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 20px;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

.politic-category-card-link-main span {
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color:white;
    margin-left: 30px;
    padding:10px;
}

.politic-category-card-link-main img {
    margin-left: 15px;
}

#politics-widget-hr {
    color: #959C6D;
}

.politic-category-card-link span {
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color:white;
}

.politic-category-card-link img {
    object-fit: contain;
    margin-bottom: 5px;
}

.politic-category-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.politic-category-cards-others {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.politic-category-cards-others span {
    max-width: 250px;
}

@media screen and (max-width: 800px) {
    .content_main {
        width: 100%;
        min-width: 100%;
    }
    .politic-category-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .politic-category-cards span {
        max-width: 100%;
    }

    .politic-category-card-link {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .politic-category-card-link span {
        text-align: right;
    }
}

.audio-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.audio-wrap img {
    width: 200px;
    height: 200px;
    object-fit:contain;
    border-radius: 10px;
}

#audioPlayerMuteButton {
    margin-right: 10px;
}

.audio-wrap audio {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.movie-item-wrap {
    position: relative;
    height: 364px;
    width: 252px;
    margin-right: 20px;
}

.movie-item-wrap a {
    height: 315px;
}

.movie-item-wrap a img {
    width: 100%;
    height: 315px;
    object-fit: contain;
    border-radius: 10px;
}

.movie-item-info {
    display: flex;
    flex-direction: column;
}

.movie-item-title {
    max-width: 345px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    margin-top: 5px;
}

.movie-item-description {
    max-width: 345px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #757575;
    overflow: hidden;
}

.movie-info-actions {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 600px) {
    .movie-info-actions {
        width: 50%;
        /*flex-direction: column;*/
        /*align-items: center;*/
    }
}

.movie-info-actions a {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}
.movie-info-actions a.watch img{
    margin-right: 10px;
}

.movie-info-actions button {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}

.movie-info-actions .btn {
    height: 48px;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    border: 1px solid #959C6D;
    background-color: #1C1C1C;
}

.movie-info-actions .btn.watch {
    background-color: #959C6D;
    width: 396px;
    border:none;
}

@media screen and (max-width: 600px) {
    .movie-info-actions .btn.watch {
        width: 100%;
    }

}

.dance_view_description{
    color: white;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    max-width: 1200px;

}

.literature-category-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 350px;
    height: 178px;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.71) 99.99%, rgba(21, 21, 21, 0) 100%);
    backdrop-filter: blur(9.60338px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 5.64905px;
    /*    remove underline*/
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color:white;
    margin-right: 15px;
}

.literature-category-card-link img{
    width: 100%;
    height: 70%;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .literature-category-card-link {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.literature-category-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    .literature-category-cards {
        flex-direction: column;
    }
}

.literature-category-cards span {
    max-width: 250px;
}

.navbar .navbar-toggler {
    background-color: white;
}

.left-ads-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-ads-block-item {
    width: 70%;
    height: 200px;
    background-color: #292929;
    border-radius: 20px;
    margin-bottom: 20px;
}

.left-ads-block-item:hover {
    background-color: #959C6D !important;
}

.left-ads-block-item a {
    width: 100%;
    height: 100%;
}

.left-ads-block-item a img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.under_title {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.under_title .under-title-filter, .under-title-filter-only-one {
    background-color: #292929;
    color: #ffffff;
    border-radius: 10px;
    height: 40px;
    width: 180px;
    padding-left: 16px;
    appearance: none; /* Remove default appearance */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%23fff" d="M4 5.41l2.3-2.3.71.71-3 3-3-3 .71-.71z"/></svg>'); /* Use a custom caret image */
    background-repeat: no-repeat;
    background-position: right 8px center; /* Adjust position of the caret */
    background-size: auto 60%; /* Adjust size of the caret */
    font-size: 16px;
}

#unilibrary-category-select {
    background-color: #292929;
    color: #ffffff;
    border-radius: 10px;
    height: 40px;
    /*width: 500px;*/
    padding-left: 16px;
    appearance: none; /* Remove default appearance */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path fill="%23fff" d="M4 5.41l2.3-2.3.71.71-3 3-3-3 .71-.71z"/></svg>'); /* Use a custom caret image */
    background-repeat: no-repeat;
    background-position: right 8px center; /* Adjust position of the caret */
    background-size: auto 60%; /* Adjust size of the caret */
    font-size: 16px;
}

.under_filters {
    margin-right: 10%;
}

.left-transports-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-transports-block-item {
    width: 70%;
    height: 135px;
    background-color: #292929;
    border-radius: 20px;
    margin-bottom: 20px;
}

.left-transports-block-item:hover {
    background-color: #959C6D;
}

.left-transports-block-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: flex-end;
}

.left-transports-block-item a span{
    width: 20%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding: 10px;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

.left-transports-block-item a img{
    width: 80%;
    height: 70%;
    border-radius: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    object-fit: contain;
}

.site-login{
    position: relative;
}

.rubrics-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.content_main_without_left {
    width: 100%;
    min-width: 100%;
    padding-left: 200px;
}

.main_error {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.content_main_error {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

#pdf-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.pagination .page-item a{
    border-color: #959C6D !important;
    background-color: #292929 !important;
}

.pagination .page-item a span {
    color: white !important;
}

.pagination .page-item a {
    color: white !important;
}

.pagination .page-item.active a{
    background-color: #959C6D !important;
}


/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #292929;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #959C6D;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    /*background: #ffffff;*/
}

.article_view_content {
    /*background-color: rgba(65, 65, 65, 1);*/
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    width: 90%;
}

.learning-content-view {
    width: 90%;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 5px;
    margin-right: 20px;
    padding: 40px;
}

.learning-content-view strong {
    color: rgb(37, 150, 190) !important;
}

.learning-content-view b {
    color: rgb(37, 150, 190) !important;
}

.learning-content-view [style*="font-weight: bold"]  {
    color: rgb(37, 150, 190) !important;
}

.learning-content-view p{
    width: 100%;
    background-color: rgb(255, 255, 255) !important;
    overflow: clip;
    margin-bottom: 20px !important;
}

.learning-content-view *{
    color: black !important;
    /*font-family: 'Gotham Pro', 'Roboto', sans-serif !important;*/
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-align: justify;
}

.learning-content-view .ck-content {
    display: flow-root;
}

.learning-content-view a {
    color: #2196F3 !important;
}

.learning-content-view a span{
    color: #2196F3 !important;
}
