@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


/* General Settings */
:root {
    --white: #EEEEEE;
    --black: #3A3226;
    --BGBlue: #1D809F;
    --bGWhite: #F2F2F2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:target::before {
    content: "";
    display: block;
    height: 55px; /* fixed header height*/
    margin: -55px 0 0; /* negative fixed header height */
}

body {
    background: var(--bGWhite);
}

.nav-bg {
    background-color: var(--BGBlue) !important;
}

/* .navbar-brand {
    font-size: 1.5em;
} */

.col-form-label {
    font-size: 1.1rem;
    font-weight: 400;
}

.text-indent {
    text-indent: -1.25rem;
    padding-left: 3rem;
}

.invalid-msg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545
}

.was-validate .form-control-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('../img/form_invalid.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.text-index-header{
    color: var(--BGBlue);
}

.btn-suggest {
    color: #fff;
    background-color: var(--BGBlue);
}

.submit-btn {
    color: #fff;
    background-color: var(--BGBlue);
    border-color: var(--BGBlue);
    letter-spacing: 2px;
}

.footer {
    z-index: 10;
    background: var(--bGWhite);
    color: var(--black);
    font-size: 0.9em;
    word-break: break-all;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: var(--BGBlue);
    border-color: var(--BGBlue);
}

.badge {
    font-size: 0.9em;
    font-weight: 500;
}

.mw-130 {
    max-width: 100% !important;
    max-height: 420px;
}

/* showSuggest */

.rply-title::before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 30px;
    margin-right: 5px;
    background: #2E5C6E;
}

.feelgood-title::before {
    background: #2E5C6E;
}

.feelbad-title::before {
    background: #8a0404;
}


.reply-diallog {
    background: #e7e7e7;
    /* border-radius: 12px; */
    position: relative;
}

.reply-diallog::before {
    border-color: transparent transparent #e7e7e7 transparent;
    border-style: solid solid solid solid;
    border-width: 30px;
    content: "";
    position: absolute;
    top: -60px;
    left: 40px;
}

.card i {
    background-color: #365772;
    color: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    top: -20px;
    margin-right: 10px;
}

.card .card-header {
    padding: 20px;
    background-color: transparent;
    border-bottom: 0 !important;
    height: 70px;
    position: relative;
    top: -20px;
    color: #555;
}

.card>.card-header i {
    background-color: #365772;
    color: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    top: -20px;
    margin-right: 10px;
}

.card>.card-header a i {
    background-color: transparent;
    box-shadow: none;
    color: #333;
    padding: 0;
    position: relative;
    top: 10px;
    margin-right: 0;
}


/* sysinfos */
.info-header::before {
    content: "";
    margin: -55px 0 0;
}

.info-header {
    background-image: url(/img/loveuu-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-grp-item {
    background: #e6e6e6;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.card-item-header {
    padding: 10px 10px 6px;
    background-color: var(--BGBlue);
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.card-item-body {
    padding: 15px 20px;
    line-height: 1.6em;
}


.qa-section {
    background-color: #E5F5F9;
}

.accordion-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px #00000007;
    box-shadow: 0 0 20px #00000007;
    border-radius: 4px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
    color: var(--BGBlue);
    background-color: #c4c4c4;
    border-radius: 4px 4px 0 0;
}

.single-counter .icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #4E6EF1;
    font-size: 42px;
}

.single-counter .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (min-width: 996px){
    .mw-130 {
        max-width: 130% !important;
    }
    .card-item-body {
        min-height: 200px;
    }
}

@media screen and (max-width: 992px) {

}

