body {
    background-image: url("../image/herocoronavirus_5e2eaa8e9cd03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#home-page .page__background {
    background-color: transparent;
}

#toolbar-page-home-page {
    background: rgba(255, 255, 255, 0);
    padding: 10px !important;
    height: auto !important;

}


#history-page .page__background {
    background-color: transparent;
}

#toolbar-page-history-page {
    background: rgba(255, 255, 255, 0);
    padding: 10px !important;
    height: auto !important;
}

#news-page .page__background {
    background-color: transparent;
}

#toolbar-page-news-page {
    background: rgba(255, 255, 255, 0);
    padding: 10px !important;
    height: auto !important;
}

#home-page-btn {
    background: url("../image/home-btn.svg") no-repeat center;
    background-size: cover;
}

#refresh-page-btn {
    background: url("../image/refresh-btn.svg") no-repeat center;
    background-size: cover;
}

#close-page-btn {
    background: url("../image/close-btn.svg") no-repeat center;
    background-size: cover;
}

.text-content {
    color: #666;
    font-size: 17px;
}


div.main-menu .container {
    position: relative;
    text-align: center;
    align-content: center !important;
    color: white;
}

div.main-menu .center-left {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -55%);
    position: absolute;
}

@media screen and (min-width: 600px) {
    div.main-menu .center-left {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 599px) and (min-width: 400px) {
    div.main-menu .center-left {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 399px) and (min-width: 300px) {
    div.main-menu .center-left {
        font-size: 30px !important;
    }
}

.btn-menu-app {
    background-color: red;
    color: blue
}

.btn-menu-app-image {
    width: 100%;
    height: auto;
}


#btn-menu-app-history {
    height: auto !important;
}


#btn-menu-app-symptoms {
    height: auto !important;
}

#btn-menu-app-transmission {
    height: auto !important;
}

#btn-menu-app-treatments {
    height: auto !important;
}

#btn-menu-app-prevention {
    height: auto !important;
}

#btn-menu-app-sources {
    background-size: cover;
}

#news-page-btn {
    background: url("../image/news-btn.svg") no-repeat center;
    background-size: cover;
}


#page2 .page__background {
    background-color: transparent;
}


.collapsible-panel .sidebar-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

.collapsible-panel .sidebar-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgba(255, 0, 0, 0)),
            color-stop(1, rgb(255, 255, 255))
    );
}

/*shine effect*/
.shine-effect {
    background: #f6f7f8 linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;

    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/*shine effect*/
