main {
    background-color: #F8F8F8;
}

.link {
    padding-top: 25px;
    padding-bottom: 16px;
    font-size: 14px;
}

.pages-notify-menu {
    min-width: 183px;
    padding: 28px 16px 20px 16px;
    background-color: #fff;
    border-radius: 10px;
}

    .pages-notify-menu h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .pages-notify-menu h6 {
        margin-bottom: 0;
    }

    .pages-notify-menu li {
        padding: 16px;
        cursor: pointer;
    }

        .pages-notify-menu li.active {
            background-color: #F8F8F8;
            border-radius: 10px;
            color: #63C856;
        }

.notify-content {
    margin-left: 16px;
}

    .notify-content h5 {
        background-color: #fff;
        font-size: 24px;
        padding: 40px;
        font-weight: bold;
        border-radius: 10px;
        margin-bottom: 16px;
    }

    .notify-content li {
        padding: 16px 40px;
        overflow: hidden;
        background-color: #fff;
        margin-bottom: 16px;
        border-radius: 10px;
        position: relative;
    }

        .notify-content li.unread {
            background-color: rgba(255, 204, 85, 0.2);
        }



.pages-notify-img {
    margin-right: 20px;
}

.list-content {
    position: relative;
}

    .list-content h6 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .list-content p {
        font-size: 14px;
    }

.notify-content-list .date {
    margin-top: 40px;
}

.list-content a {
    color: #51A8DA;
    text-decoration: underline;
    font-size: 14px;
}

.subtext {
    width: 80%;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: max-height 0.3s;
}

.arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.show-detail .subtext {
    -webkit-line-clamp: inherit;
}

.show-detail .arrow {
    transform: rotate(90deg);
}

.checked {
    color: #A6A6A6;
}

.without-notify {
    height: 500px;
}



    .without-notify p {
        font-size: 18px;
        color: #CCCCCC;
        margin-top: 16px;
        margin-bottom: 8px;
    }

.go-login {
    border: #63C856 1px solid;
    color: #63C856;
    padding: 4px;
    border-radius: 20px;
}

    .go-login:hover {
        background-color: #63C856;
        color: #fff;
    }

@media (max-width: 576px) {
    header {
        display: none;
    }

    main {
        margin-top: 0;
        height: 100vh;
    }

    .community {
        display: none;
    }

    .contact {
        display: none;
    }

    .notify-header {
        padding: 16px;
        text-align: center;
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #F0F0F0;
    }

        .notify-header a {
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translateY(-50%);
        }

        .notify-header h5 {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 0;
        }

    .pages-notify-menu {
        width: 100%;
        padding: 0;
    }

        .pages-notify-menu li {
            border-bottom: 1px solid #EEEEEE;
        }

            .pages-notify-menu li.active {
                background-color: #fff;
                color: #656565;
            }

        .pages-notify-menu h6 {
            font-size: 14px;
            margin-bottom: 4px;
            font-weight: bold;
        }

        .pages-notify-menu p {
            color: #A6A6A6;
        }

    .menu-img {
        margin-right: 20px;
    }

    .notify-qty {
        display: inline-block;
        text-align: center;
        color: #fff;
        width: 20px;
        height: 20px;
        background-color: #FB6666;
        border-radius: 100%;
        margin-right: 10px;
    }

    .notify-content {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 11;
        background-color: #fff;
        margin-left: 0;
        overflow: scroll;
    }

        .notify-content li {
            border-radius: 0;
            padding: 16px;
            margin-bottom: 0;
            border-bottom: 1px #eeeeee solid;
        }

        .notify-content h5 {
            padding: 16px;
            font-size: 16px;
            text-align: center;
            margin-bottom: 0;
            position: relative;
        }

            .notify-content h5 a {
                position: absolute;
                top: 50%;
                left: 16px;
                transform: translateY(-50%);
            }



    .notify-content-list .date {
        margin-top: 16px;
    }

    .notify-content li.without-notify {
        border-bottom: 0;
    }
}
