:root {
    --color1: hsl(215, 100%, 25%);
    --color2: hsl(40, 100%, 50%);
    --default: #333333;
    --red: hsl(350, 100%, 45%);
    --title: #000;
    --link: hsl(215, 100%, 25%);
    --index_bg: hsla(215, 50%, 65%, .2);
    --page_bg: hsla(215, 50%, 65%, .2);
    --footer_color: #eee;
    --footer_bg: hsla(215, 100%, 25%, .5);
    --table_th_color: hsl(215, 100%, 25%);
    --table_th_bg: #eee;
    --table_striped_bg: #F4F4F4;
    --table_border_color: #ccc;
    --title_dec: hsl(215, 100%, 25%);
    --social_bg: #fff;
    --swiper-theme-color: #fff;
    --card_header_color: #333;
    --card_header_bg: hsla(215, 50%, 65%, .2);
    --list_group_bg: #F4F4F4;
    --placeholder_color: #999;
    --authors_login_bg: #F4F4F4;
    --project_gradient: rgb(0 0 0 / 70%);
    --data_margin: 2rem;
    --data_padding: 2rem;
    --cookie_width: 40rem;
    --gap: 1rem;
    --table_m_width: 25%;
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-height: 15px;
    --speed: cubic-bezier(.17, .67, .83, .67);
}

body {
    background-color: #eee;
    font-family: 'Univers', Arial, "Microsoft JhengHei", 'Apple LiGothic Medium', sans-serif;
}

#header {
    border-bottom: 2px solid var(--color1);
}

.main_index {
    background: var(--index_bg) url(../images/bg.png) repeat center;
    background-blend-mode: overlay;
}

.main_page:not([data-page=authors]) {
    background: var(--page_bg) url(../images/bg.png) repeat center;
    background-blend-mode: overlay;
}

.item_total span {
    color: var(--red);
}

.page_title {}

.page_title:before, .page_title:after {
    content: '';
    display: inline-block;
    width: 10px;
    height:10px;
    background-color: var(--color1);
    vertical-align: middle;
    border-radius: 50%;
}

.page_title:before {
    margin-right: 0.5em;
}

.page_title:after {
    margin-left: 0.5em;
}

@media screen and (max-width:576px) {
    .page_title:before, .page_title:after {
        width: 1em;
        height: 1px;
    }
}

.title {
    color: var(--color1);
    font-size: var(--font26);
    border-bottom: 1px solid #ccc;
}

.title_dec p {
    font-size: var(--font30);
    padding: 0;
    margin-bottom: 30px;
}

.title_dec p:after, .title_dec p:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color2);
    vertical-align: middle;
    border-radius: 50%;
    position: static;
}

.title_dec p:before {
    margin-right: 0.5em;
}

.title_dec p:after {
    margin-left: 0.5em;
}

.donate_step {
    padding-bottom: 3em;
}

.form-check-input {
    background-color: #fff;
}

.img-fluid {
    object-position: center;
}

.btn {
    border-radius: 0;
}

.btn_readMore {
    background-color: transparent;
    color: var(--color2);
    border: 1px solid var(--color2);
    z-index: 10;
}

.btn_readMore:focus, .btn_readMore:hover {
    background-color: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
}

.btn_readMore:before {
    width: calc(100% + 2px);
    height: 4rem;
    background: linear-gradient(-180deg, hsla(350, 50%, 80%, 0) 0%, hsla(350, 50%, 80%, .9) 100%);
    top: calc(-4rem - 1px);
    right: -1px;
    z-index: -1;

}

.footer_info p {
    padding: 0 1em;
    margin-bottom: .5em;
}

.footer_copyright {
    color: #eee;
    font-size: 14px;
    line-height: 2;
}

.footer_copyright p {
    color: #ddd;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.footer_bottom {
    justify-content: center;
}

.privacy a {
    color: #ddd;
    font-size: 1.4rem;
    line-height: 2;
}

#nav-tab .nav-link:hover {
    color: #fff;
    background-color: #999;
}

#nav-tab .nav-link.active {
    color: #fff;
    background-color: var(--color1);
}
