:root {
    --color1: hsl(175, 100%, 45%);
    --color2: hsl(175, 100%, 40%);
    --default: #333333;
    --red: hsl(350, 95%, 50%);
    --title: #000;
    --link: hsl(175, 100%, 45%);
    --index_bg: hsla(175, 0%, 100%, .7);
    --page_bg: hsla(175, 0%, 100%, .7);
    --footer_color: #eee;
    --footer_bg: hsl(175, 100%, 45%);
    --table_th_color: hsl(175, 100%, 45%);
    --table_th_bg: #eee;
    --table_striped_bg: #F4F4F4;
    --table_border_color: #ccc;
    --title_dec: hsl(175, 100%, 45%);
    --social_bg: #fff;
    --swiper-theme-color: #fff;
    --card_header_color: #333;
    --card_header_bg: hsla(175, 0%, 50%, .1);
    --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 {
    background-color: var(--color1);
    border-bottom: 2px solid var(--color1);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}

.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: 2em;
    height: 2px;
    background-color: var(--color1);
    vertical-align: middle;
}

.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 var(--color1);
}

.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: 2em;
    height: 1.5em;
    background-color: transparent;
    background-image: url(/assets/views_udona2/images/title_dec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.title_dec p:before {
    transform: translateX(-.5rem) translateY(-50%);
}

.title_dec p:after {
    transform: translateX(.5rem) translateY(-50%);
}

.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(175, 0%, 100%, 0) 0%, hsla(175, 0%, 100%, .9) 100%);
    top: calc(-4rem - 1px);
    right: -1px;
    z-index: -1;

}

.footer_info p {
    color: #FFF;
    padding: 0 1em;
    margin-bottom: .5em;
}

.footer_info a {
    color: #FFF;
}

.footer_copyright {
    color: #FFF;
    font-size: 14px;
    line-height: 2;
}

.footer_copyright p {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.footer_copyright a {
    color: #FFF;
}

.footer_bottom {
    justify-content: center;
}

.privacy a {
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2;
}

.navbar-brand img {
    aspect-ratio: 97 / 60;
}

@media (max-width: 480px) {
    .navbar-brand img {
        width: auto;
        height: 5rem;
        min-height: 5rem;
        aspect-ratio: unset;
    }
}

.menu_toggler i {
    color: #fff;
}

.mobile_offcanvas {
    background-color: var(--color1);
}

.section_social {
    color: #fff;
}

.section_social i {
    color: #fff;
}

.link_authorsLogin {
    background-color: var(--color1);
}

.img_login {
    width: 30%;
}