@charset "UTF-8";
/*問卷 toast視窗*/
.questionnaire {
    position: fixed;
    bottom: 2%;
    left: 1%;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    border-radius: 5%;
    font-size: 18px;
    line-height: 1.75;
}

    .questionnaire .btn-link {
        background: #4AB1A7;
        color: #FFFFFF
    }

        .questionnaire .btn-link:hover {
            background: #358078;
            color: #FFFFFF
        }
.modal {
    font-size: 18px;
    line-height: 1.75;
}
.modal .btn-link {
    background: #4AB1A7;
    color: #FFFFFF
}

    .modal .btn-link:hover {
        background: #358078;
        color: #FFFFFF
    }
