a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 65px
}

@media only screen and (max-width:480px) {
    body {
        padding-top: 50px
    }
}

* {
    outline: 0 !important
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.p-absolute-center {
    position: absolute;
    top: 50%;
    left: 50%
}

.p-absolute-middle-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:480px) {
    .p-absolute-middle-bottom {
        bottom: 2%
    }
}

.hover-active:hover {
    color: var(--default_color);
    font-weight: 700
}

.cursor {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed
}

.popover {
    z-index: 9999
}

.react-datepicker-wrapper {
    width: 100%
}

button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0;
    background-color: transparent;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

img {
    cursor: pointer
}

[class$="__name"] {
    cursor: pointer
}

.select-component {
    min-width: 240px;
    height: 35px;
    overflow: hidden;
    background: url(../../assets/images/arrow-down.png) no-repeat right;
    border-color: #f13d56 !important;
    border-style: solid;
    margin: 0 auto
}

@media only screen and (max-width:480px) {
    .select-component {
        width: 100%
    }
}

article {
    line-height: 2;
    font-size: 14px;
    padding-bottom: 20px;
}

article img {
    max-width: 100% !important;
    height: auto !important
}

.newsPage__content {
    min-height: 200px;
    padding: 20px;
    border: 1px solid #ccc
}

.newsPage__content--event,
.newsPage__content--news {
    display: none
}

.newsPage__content--event.active,
.newsPage__content--news.active {
    display: block
}

@media only screen and (max-width:480px) {
    .newsPage__content {
        padding: 20px 10px
    }
}

.newsItem {
    width: 40%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding: 20px 20px 60px 20px
}

.newsItem li {
    width: 100%;
    height: auto;
    display: flex;
    text-indent: unset;
    opacity: 1;
    display: flex;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    padding-bottom: 14px;
    display: flex;
    margin-bottom: 5px
}

.newsItem li.active .newsItem__thumbnail {
    border: 3px solid red
}

.newsItem li.active .newsItem__info__title {
    color: var(--default_color)
}

.newsItem__thumbnail {
    height: 100%;
    width: 30%;
    border: 2px solid #c4c3c3;
    border-radius: 5px
}

@media only screen and (max-width:480px) {
    .newsItem__thumbnail {
        width: 40%
    }
}

.newsItem__info {
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    width: 100%
}

.newsItem__info>div {
    margin-bottom: 5px
}

.newsItem__info__title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-style: dashed;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsItem__info__title img {
    margin-bottom: -4px
}

.newsItem__info__title span {
    font-size: var(--medium_title);
    font-weight: 700;

    cursor: pointer
}

@media only screen and (max-width:480px) {
    .newsItem__info__title span {
        font-size: 12px
    }
}

.newsItem__info__title span:hover {
    color: var(--default_color)
}

.newsItem__info__publishedTime {
    font-size: var(--medium_text);
    color: gray;
    display: flex;
    align-items: center
}

.newsItem__info__publishedTime * {
    padding: 5px 5px 0 0
}

.newsItem__info__description {
    font-size: var(--large_text);
    line-height: 1.5
}

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

    .newsItem__info__description,
    .newsItem__info__publishedTime {
        font-size: var(--small_text)
    }
}

@media only screen and (max-width:480px) {
    .newsItem {
        width: 100%
    }
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.pagination a {
    text-decoration: none
}

.news-pagination {
    text-align: center
}

.news-pagination .page-list {
    display: inline
}

.go-to-first,
.go-to-last,
.go-to-next,
.go-to-prev,
.page-number,
.page-ellipsis {
    padding: .825rem;
    line-height: 8px;
    font-size: 12px;
    border: 1px solid #dee2e6;
    display: inline-block;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.articles-content ul {
    display: flex;
}

.paginationjs {
    margin-top: 20px;
    text-align: center;
}

.page-number.active {
    font-weight: bold;
    background-color: #f13d56;
    color: #fff !important;
}

.page-number a {
    text-decoration: none;
    color: black
}

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

    .go-to-first,
    .go-to-last,
    .go-to-next,
    .go-to-prev,
    .page-number,
    .page-ellipsis {
        padding: .6rem;
        line-height: 8px;
        font-size: 12px;
        border: 1px solid #dee2e6;
        display: inline-block;
        color: #333;
        cursor: pointer
    }

    .news-pagination a {
        margin-right: 3px
    }
}

.news-pagination .go-to-first,
.news-pagination .go-to-prev,
.news-pagination .page-number:nth-child(1),
.news-pagination .page-number:nth-child(2) {
    border: 1px solid #dee2e6
}

.custom-tabs {
    width: 100%
}

.custom-tabs .nav-item {
    flex: 1
}

.nav-tabs .nav-link {
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    background-color: var(--default_color);
    color: white;
}

.custom-tabs .nav-link {
    flex: 1;
    display: flex;
    height: 40px;
    font-size: var(--medium_title);
    font-weight: 550;
    text-align: center;
    border: none;
    background-color:#5b545b;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff
}

@media only screen and (max-width:480px) {
    .custom-tabs .nav-link {
        height: 32px;
        font-size: 14px;
        padding: 0
    }
}

@media only screen and (max-width:360px) {
    .custom-tabs .nav-link {
        font-size: 12px;
    }
}

.custom-tabs .nav-link.active {
    background-color: var(--default_color);
    color: #fff
}

.select-component {
    min-width: 240px;
    height: 35px;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAhCAMAAAD5wuvoAAAAclBMVEVUskP7/vv5/Pi13q2r2qOa0pD3+/bx+fCKy399xXB6w2xsvV71+vTt9+vd8NrY7tS44LGi1ZmX0IySzodywGRvvmBou1ny+fHj8+HC5LuBx3Xn9OTT687D5L2v26ek1puf1JaGyXp2wWhjuVRiuFJYtEcho2sOAAAAkUlEQVQoz+3LNxKDMBBA0Y8CMoicwTnd/4oW43GhMVQed7xit/i7bP6lzYTk41mIrPVyLqNhhLdjFsvcy6Ljvi9gVgwPbIj/DV2qcE5pB+PBy9YoaE0JZ2NBphZPk7h0SyqdNKB6N3yx0BCFYQylG1+moHY9Ai0mFuyCHU7t1qIquM5HNSsuQqlAs0qbvmLzsxdgDAVwHsEKCwAAAABJRU5ErkJggg==) no-repeat 100%;
    border-color: #f13d56 !important;
    border-style: solid;
    margin: 0 auto
}

::-webkit-scrollbar {
    display: none
}