body {
    position: relative;
}
body .alert-box {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
body .alert-box.show {
    display: flex;
}
body .alert-box .message-img {
    margin-top: 1rem;
}
body .alert-box .message-img img {
    width: 100%;
}
body .alert-box .alert-content {
    width: 100%;
    max-width: 70%;
    position: relative;
    padding: 3rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
body .alert-box .alert-content .alert-img {
    flex: none;
    width: 80px;
    margin-right: 1rem;
}
body .alert-box .alert-content .alert-img img {
    width: 100%;
}
body .alert-box .alert-content .close-alert-box {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
}
body .alert-box .alert-content .close-alert-box i {
    font-size: 1.5rem;
}
body .alert-box.account-setting .alert-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body .alert-box.account-setting .alert-content .alert-img {
    width: 100px;
    margin: 0 auto;
}
body .alert-box.account-setting .alert-content .alert-img img {
    width: 100%;
}
body .alert-box.account-setting .alert-content .account-box {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
body .alert-box.account-setting .alert-content .account-box .img-box {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 0.5rem;
}
body.main-page .alert-box .alert-content {
    flex-direction: column;
}
body.main-page .alert-box .alert-content button {
    display: block;
    width: 100%;
    border-radius: 15px;
    background: rgba(209, 178, 225, 1);
    color: #fff;
}
body.main-page .alert-box .alert-content a {
    display: block;
    color: rgba(97, 112, 166, 1);
    font-size: 15px;
}
body.simple-page nav ul {
    justify-content: space-between;
}
body.simple-page nav ul li.login-group {
    display: flex;
    align-items: center;
}
body.simple-page nav ul li.login-group a {
    margin: 0 0.5rem;
}
body.simple-page nav ul li.login-group a i {
    font-size: 18px;
    color: #333;
}
body.simple-page nav ul li.login-group a .img-box {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
}
body.simple-page nav ul li.login-group a.notification {
    position: relative;
    padding: 0 !important;
}
body.simple-page nav ul li.login-group a.notification:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    right: -2px;
}
/* post.blade.php | Start*/
#postModal .alert-content {
    max-height: 100%;
}
#postModal .alert-content .post-modal {
    width: 100%;
}
#postModal .alert-content .post-modal #postImagePreview {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#postModal .alert-content .post-modal #postImagePreview #uploadImg, #postModal .alert-content .post-modal #postImagePreview #uploadVideo {
    width: 100%;
    height: auto;
    padding: 6px 0;
    flex: 0 0 auto;
}
#postModal .alert-content .post-modal #postImagePreview #uploadImg .drop-container, #postModal .alert-content .post-modal #postImagePreview #uploadVideo .drop-container {
    font-size: 10px;
    height: 100px;
}
#postModal .alert-content .post-modal #postImagePreview #uploadImg img, #postModal .alert-content .post-modal #postImagePreview #uploadVideo img {
    width: 40px;
    height: auto;
}
#postModal .alert-content .post-modal .post-button button {
    width: 100%;
}
/* post.blade.php | End*/
header {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 0;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dadff2+0,dadff2+100&1+0,0+100 */
    background: linear-gradient(to bottom, rgba(218, 223, 242, 1) 0%, rgba(218, 223, 242, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header nav {
    padding: 16px 0;
}
header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}
header nav ul.is_member .teacher, header nav ul.is_member .member-box, header nav ul.is_member .block-toggler {
    display: none;
}
header nav ul.is_member .login-box {
    display: flex;
}
header nav ul li.idol-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header nav ul li.idol-logo .img-box {
    position: relative;
    height: auto;
}
header nav ul li.idol-logo .img-box img {
    width: auto;
    height: 45px;
}
header nav ul li.idol-logo .favorite-box {
    align-self: end;
    color: #333;
    font-size: 12px;
}
header nav ul li.idol-logo .favorite-box img {
    width: 20px;
    height: auto;
}
header nav ul li.idol-logo .favorite-box span {
    display: none;
}
header nav ul li.idol-logo .favorite-box .heart-full {
    display: none;
}
header nav ul li.idol-logo .favorite-box.active .heart-full {
    display: block;
}
header nav ul li.idol-logo .favorite-box.active .heart-empty {
    display: none;
}
header nav ul li.idol-logo .favorite-box .active .heart-full {
    display: block;
}
header nav ul li.idol-logo .idol-header-link {
    display: none;
    border: 1px solid #333;
    padding: 6px 12px;
    border-radius: 12px;
}
header nav ul li.idol-logo .idol-header-link li {
    position: relative;
}
header nav ul li.idol-logo .idol-header-link li + li {
    margin-left: 10px;
}
header nav ul li.idol-logo .idol-header-link li + li:before {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    left: -6px;
}
header nav ul li.idol-logo .idol-header-link li a {
    color: #333;
    padding: 0;
}
header nav ul li a {
    display: block;
    margin: 0 3px;
}
header nav .mobile-search-box {
    display: flex;
    width: 100%;
    margin-top: 20px;
    background-color: white;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 2px;
   /* 覆寫瀏覽器預設input style*/
}
header nav .mobile-search-box input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    border: none !important;
    width: 100%;
}
header nav .mobile-search-box button {
    flex: none;
    width: 100px;
    background: transparent;
    outline: none;
    border: none;
    padding-right: 0;
}
header nav .mobile-search-box button img {
    width: 100%;
}
header nav .mobile-search-box input:-webkit-autofill, header nav .mobile-search-box input:-webkit-autofill:hover, header nav .mobile-search-box input:-webkit-autofill:focus, header nav .mobile-search-box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
header nav .header-link-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 0.5rem;
}
header nav .header-link-group a {
    flex: 1;
}
header nav .header-link-group a button {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    outline: none;
    border: none;
    background: rgba(209, 178, 225, 1);
    color: #fff;
}
header .logo a {
    display: block;
    width: 95px;
}
header .logo a img {
    width: 100%;
}
header .teacher a {
    padding: 6px 12px;
    border-radius: 10px;
    background-color: #f787c3;
    color: #fff;
}
header .public-block {
    display: none;
}
header .public-block.block-toggler {
    display: block;
}
header .public-block.block-toggler .fas {
    font-size: 25px;
    color: #7582b1;
}
header .public-block.block-toggler:hover {
    cursor: pointer;
}
header .member-box {
    display: flex;
    padding: 6px 12px;
    border-radius: 10px;
    background-color: #fff;
}
header .member-box a {
    color: #333;
    padding: 0;
}
header .member-box a + a {
    padding-left: 6px;
}
header .login-box {
    display: flex;
}
header .login-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(209, 178, 225, 1);
}
header .login-box a img {
    height: 30px;
}
header .login-box a.cart img {
    height: 35px;
    transform: rotate(20deg);
}
header .login-box a.heart img {
    height: 25px;
}
header .login-box a.img-head {
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}
header .login-box a.img-head img {
    width: 100%;
    height: 100%;
}
header .login-box .dropdown {
    position: relative;
    display: inline-block;
}
header .login-box .dropdown:hover .dropdown-content {
    display: block;
}
header .login-box .dropdown .dropbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(209, 178, 225, 1);
    border: none;
}
header .login-box .dropdown .dropbtn img {
    height: 25px;
}
header .login-box .dropdown .dropbtn a {
    width: 100%;
}
header .login-box .dropdown .dropbtn.img-head {
    padding: 0;
    overflow: hidden;
}
header .login-box .dropdown .dropbtn.img-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .login-box .dropdown .dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    max-height: 250px;
    overflow: auto;
    z-index: 100;
    right: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    background-color: #fff;
}
header .login-box .dropdown .dropdown-content .content-link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(27, 33, 91, 1);
    font-weight: 700;
    font-size: 13px;
}
header .login-box .dropdown .dropdown-content .content-link a:hover {
    background-color: #ececec;
}
header .login-box .dropdown .dropdown-content .content-link a img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 6px;
}
header .login-box .dropdown .dropdown-content .content-link a p {
    margin-bottom: 0;
}
header .login-box .dropdown .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: unset;
    box-shadow: none;
    width: 100%;
    margin: 0;
}
header.main-header {
    height: auto;
}
header.main-header nav ul li.search-box {
    display: none;
    flex: 1;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 2px;
}
header.main-header nav ul li.search-box input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    border: none !important;
}
header.main-header nav ul li.search-box button {
    flex: none;
    width: 100px;
    background: transparent;
    outline: none;
    border: none;
    padding-right: 0;
}
header.main-header nav ul li.search-box button img {
    width: 100%;
}
header.teacher-header {
    position: relative;
}
header.teacher-header ul {
    justify-content: center;
}
header.teacher-header .teacher {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
header .mobile-public-block {
    display: none;
    position: relative;
    z-index: 2;
}
header .mobile-public-block.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    width: 200px;
    height: 150px;
    bottom: -150px;
    right: 0;
    background-color: #7582b1;
}
header .mobile-public-block.show .member-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80%;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px 12px;
}
header .mobile-public-block.show .member-box a {
    color: #333;
}
header .mobile-public-block.show .member-box .separator-line {
    border: 1px solid #333;
    width: 1px;
    height: 15px;
}
header .mobile-public-block.show .teacher {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 40px;
    background-color: #f787c3;
    border-radius: 10px;
    padding: 6px 12px;
}
header .mobile-public-block.show .teacher a {
    color: #fff;
}
.message-body {
    width: 100%;
    padding-left: 86px;
}
.message-body .message-img img {
    width: 100%;
}
.message-icon-group {
    display: flex;
}
.message-icon-group i {
    font-size: 24px;
}
.message-icon-group div {
    position: relative;
    display: flex;
    cursor: pointer;
}
.message-icon-group div + div {
    margin-left: 2rem;
}
.message-icon-group div img {
    width: auto;
    height: 24px;
}
.message-icon-group .bookmark-box {
    margin-left: auto;
}
.message-icon-group .bookmark-box .bookmart-full {
    display: none;
}
.message-icon-group .bookmark-box.active .bookmart-full {
    display: block;
}
.message-icon-group .bookmark-box.active .bookmart-empty {
    display: none;
}
.message-icon-group .like-box .heart-full {
    display: none;
}
.message-icon-group .like-box.active .heart-full {
    display: block;
}
.message-icon-group .like-box.active .heart-empty {
    display: none;
}
.message-icon-group .num-box {
    margin: 6px 0 0 3px;
}
.comment-like-box .heart-full {
    display: none;
    transform: scale(0.8);
}
.comment-like-box .heart-empty {
    transform: scale(0.8);
}
.comment-like-box.active .heart-full {
    display: block;
}
.comment-like-box.active .heart-empty {
    display: none;
}
.favorite-box {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.favorite-box .heart-full {
    display: none;
}
.favorite-box.active .heart-full {
    display: block;
}
.favorite-box.active .heart-empty {
    display: none;
}
footer {
    width: 100%;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dadff2+0,dadff2+100&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(218, 223, 242, 0) 0%, rgba(218, 223, 242, 1) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 16px;
    padding-bottom: 70px;
}
footer .footer-title {
    font-weight: 700;
    font-size: 0.9rem;
    min-width: 85px;
}
footer .footer-item a {
    margin-top: 0;
    color: #333;
}
footer .follow-us .footer-title {
    margin-bottom: 1.5rem;
}
footer .follow-us .footer-item a {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 3px solid #1e2c9c;
    background-color: #fff;
}
footer .follow-us .footer-item a img {
    width: 50%;
}
footer .say-box {
    display: block;
    border-radius: 15px;
    border: 3px solid #8971c7;
    text-align: center;
    padding: 24px 24px 12px 24px;
    position: relative;
}
footer .say-box .footer-title {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 30px;
    border: 2px solid #1e2c9c;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer .say-box .form-box {
    border: 1px #8971c7 solid;
    border-radius: 30px;
    height: 30px;
    padding: 0 0 0 24px;
}
footer .say-box .form-box + .form-box {
    margin-top: 10px;
}
footer .say-box .form-box input, footer .say-box .form-box select {
    border: none !important;
    width: 100%;
    outline: none;
    background-color: transparent;
}
footer .about-plower, footer .contact-us, footer .delivery-way {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    margin-top: 1.5rem;
}
footer .delivery-way .footer-item {
    display: flex;
    flex-direction: row;
}
footer .delivery-way .footer-item img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.footer-item-group input, .footer-item-group select {
    border: 2px solid rgba(137, 113, 199, 1) !important;
    background-color: transparent;
}
.footer-item-group .form-select {
    margin-bottom: 0.5rem;
}
.new-notification-red-dot::before {
    content: '';
    background-color: #f988c4;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 10;
}
#notifications-list a.new-notification-item {
    background-color: rgba(0, 0, 0, 0.06);
}
#notifications-list a.new-notification-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.new-message-red-dot {
    position: relative;
}
.new-message-red-dot::before {
    content: '';
    background-color: #f988c4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 10;
}
.content-link .new-message-red-dot::before, .user-menu-box .new-message-red-dot::before {
    top: calc(50% - 6px);
    right: 10%;
}
.splide {
    padding: 20px 0;
}
.splide__slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(0.9);
    transform-origin: center center;
}
.splide .splide__arrow {
    top: 50%;
    transform: translateY(-50%);
    border-radius: unset;
    width: 50px;
    opacity: 0.9;
}
.splide .splide__arrow svg {
    width: 24px;
    height: 24px;
}
.splide__arrow.splide__arrow--prev {
    left: -30px;
    background: transparent;
}
.splide__arrow.splide__arrow--next {
    right: -30px;
    background: transparent;
}
.splide__arrow {
    background-color: #fff;
}
.btn {
    border-radius: 100px !important;
    padding: 3px 24px;
}
.btn-purple {
    color: #fff;
    background-color: #6170a6;
}
.btn-purple:hover {
    background-color: #46558b !important;
}
.btn-outline {
    border: 1px solid rgba(0, 0, 0, 1);
    background-color: #fff;
}
.btn-pink {
    color: #fff;
    background-color: rgba(249, 136, 196, 1) !important;
}
.btn-pink:hover {
    background-color: #f7aece !important;
}
.btn-forward {
    background-color: rgba(223, 223, 244, 1) !important;
    color: rgba(117, 130, 177, 1) !important;
}
.btn-forward:hover {
    background-color: #c2c2e4 !important;
}
.btn-purple-light {
    background-color: rgba(159, 136, 212, 1);
    color: #fff;
}
.btn-purple-light:hover {
    background-color: #b09ed9 !important;
}
.btn-msg {
    background-color: rgba(209, 178, 225, 1);
    color: #fff;
}
.btn-msg:hover {
    background-color: #b18cc4 !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-delete {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(252, 134, 136, 1);
}
.btn-delete:hover {
    background-color: #dedede !important;
}
.btn-gray {
    background-color: rgba(245, 245, 245, 1);
    color: #333;
}
.btn-gray:hover {
    background-color: #d5d5d5 !important;
}
.btn-white {
    background-color: transparent;
    color: #333;
}
.not-follow .btn-forward {
    display: none;
}
.not-follow .btn-light {
    display: none;
}
.is-follow .btn-purple {
    display: none;
}
input {
    border-radius: 100px !important;
    border: 1px solid #333 !important;
}
input.form-check-input[type=checkbox] {
    border-radius: 0.25em !important;
}
input[type=file] {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    padding: 1rem 0.75rem;
    border-radius: 16px;
    border: 1px solid #333;
    color: #444;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.drop-container img {
    width: auto;
    height: 70%;
}
.drop-container input {
    display: none;
}
.drop-container:hover {
    background: #eee;
    border-color: #111;
}
.drop-container:hover .drop-title {
    color: #222;
}
.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color 0.2s ease-in-out;
}
textarea {
    border-radius: 16px !important;
    border: 1px solid #333 !important;
}
.form-select {
    border-radius: 100px !important;
    border: 1px solid #333 !important;
}
.form-select:focus {
    box-shadow: none;
    line-height: normal;
}
ul.menu-box {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.menu-box li + li {
    margin-top: 1rem;
}
ul.menu-box li a {
    display: block;
    background: rgba(223, 223, 244, 1);
    color: rgba(97, 112, 166, 1);
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
ul.menu-box li a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(249, 136, 196, 1);
    display: none;
}
ul.menu-box li a.msg:after {
    display: block;
}
ul.menu-box li.active, ul.menu-box li:hover {
    background: transparent;
}
ul.menu-box li.active a, ul.menu-box li:hover a {
    background: rgba(209, 178, 225, 1);
    color: #fff;
    border-radius: 10px;
}
.text-right {
    text-align: right;
}
a {
    text-decoration: none;
}
a.dropdown-item {
    border-radius: 0;
}
.wrapper-box {
    padding-bottom: 3rem;
}
.user-banner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.user-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.is_member {
    display: flex;
    justify-content: space-between;
}
.load-more {
    cursor: pointer;
}
.user-edit-head label {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 100%;
    padding: 0 !important;
    overflow: hidden;
}
.user-edit-head label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-head-box {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 100%;
    border: none;
    padding: 0 !important;
    overflow: hidden;
}
.user-head-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}
.page-title {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.page-title a {
    display: block;
    position: absolute;
    color: #5f5e5e;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    font-size: 1rem;
}
datalist {
    position: absolute;
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
    max-height: 10rem;
    overflow-y: auto;
}
.user-name-box {
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    word-break: break-all;
}
/* 貼文 style | Start */
.message-box {
    padding: 1rem;
}
.message-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.message-header .head-img {
    flex: none;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 1rem;
}
.message-header .head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.message-header .message-header-info {
    display: flex;
    flex-flow: column wrap;
}
.message-header .message-header-info .message-date {
    margin-left: 0.5rem;
    color: rgba(152, 148, 148, 1);
}
.message-header .message-header-info .message-repost {
    font-weight: 700;
    color: #6170a6;
}
/* 貼文 style | End */
/* post.blade.php 買家/賣家貼文 style | Start */
#comments-list .message-box {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
}
#comments-list .message-box .message-header p {
    word-breaK: break-all;
}
#comments-list .message-box .message-icon-group {
    align-self: center;
}
#comments-list .message-header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    margin-bottom: 1rem;
}
#comments-list .message-header .head-img {
    flex: none;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 1rem;
}
#comments-list .message-header .head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#comments-list .message-header .message-header-info {
    display: flex;
    align-self: center;
}
#comments-list .message-header .message-header-info .message-date {
    margin-left: 0.5rem;
    color: rgba(152, 148, 148, 1);
}
#comments-list .message-header p {
    margin: 1rem 0 0 0;
    word-breaK: break-all;
}
#comments-list .message-header .comment-head {
    grid-row-start: 1;
    grid-row-end: 3;
    flex: 0;
    width: 50px;
    height: 50px;
    margin: 0 1rem;
    border-radius: 100%;
    border: none;
    padding: 0 !important;
    overflow: hidden;
}
#comments-list .message-header .comment-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}
/* post.blade.php 買家/賣家貼文 style | End */
.banner-box {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
}
.artist-head {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 100%;
    border: none;
    padding: 0 !important;
    overflow: hidden;
}
.artist-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
}
.post-header {
    display: flex;
    align-items: center;
}
.post-header .header-info {
    display: flex;
    align-items: center;
}
.post-header .header-info .id-name {
    margin-right: 1rem;
}
.post-header .header-info .date-box {
    color: #989494;
}
.forward-box {
    padding: 2rem 0rem 0rem 0rem;
   /* hide x-axis scroll bar */
    overflow-x: hidden;
}
.forward-box .forward-body {
    position: relative;
    border: 1px solid #cac8c8;
    padding: 1rem;
    border-radius: 30px;
    background-color: white;
}
.forward-box .forward-body .post-header .img-box {
    flex: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 1rem;
}
.forward-box .forward-body .post-header .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 400px) {
    .message-header .message-header-info {
        flex-direction: row;
   }
    footer .footer-title {
        font-size: 1rem;
   }
    footer .follow-us .footer-item a {
        width: 80px;
        height: 80px;
   }
}
@media (min-width: 576px) {
    header nav {
        padding: 16px;
   }
}
@media (min-width: 768px) {
    #postModal .alert-content .post-modal {
        width: 100%;
   }
    #postModal .alert-content .post-modal #postImagePreview {
        display: flex;
        flex-direction: row;
        justify-content: center;
   }
    #postModal .alert-content .post-modal #postImagePreview #uploadImg, #postModal .alert-content .post-modal #postImagePreview #uploadVideo {
        width: 200px;
        height: 200px;
        padding: 15px;
   }
    #postModal .alert-content .post-modal #postImagePreview #uploadImg .drop-container, #postModal .alert-content .post-modal #postImagePreview #uploadVideo .drop-container {
        font-size: 14px;
        height: 200px;
   }
    #postModal .alert-content .post-modal #postImagePreview #uploadImg img, #postModal .alert-content .post-modal #postImagePreview #uploadVideo img {
        width: 80%;
        height: auto;
   }
    #postModal .alert-content .post-modal .post-button {
        display: flex;
        justify-content: end;
   }
    #postModal .alert-content .post-modal .post-button button {
        width: auto;
   }
    header {
        height: 108px;
   }
    header nav ul li.idol-logo .img-box img {
        height: 70px;
   }
    header nav ul li.idol-logo .favorite-box span {
        display: inline;
   }
    header nav ul li.idol-logo .idol-header-link {
        display: block;
   }
    header nav .mobile-search-box {
        display: none;
   }
    header nav .header-link-group {
        display: none;
   }
    header .logo a {
        width: 180px;
   }
    header .public-block {
        display: block;
   }
    header .public-block.block-toggler {
        display: none;
   }
    header .login-box a {
        width: 50px;
        height: 50px;
   }
    header .login-box .dropdown .dropbtn {
        width: 50px;
        height: 50px;
   }
    header.main-header nav ul li.search-box {
        display: flex;
   }
    header .mobile-public-block.show {
        display: none;
   }
    .new-message-red-dot::before {
        top: calc(50% - 6px);
        right: 10%;
   }
}
@media (min-width: 992px) {
    header {
        height: 108px;
   }
    header .logo a {
        width: 180px;
   }
    #comments-list .message-box {
        grid-template-columns: 1fr;
        gap: 0;
   }
    #comments-list .message-header p {
        grid-column-start: 1;
        grid-column-end: 3;
   }
    #comments-list .message-header .comment-head {
        grid-row-start: 1;
        grid-row-end: 2;
   }
    footer {
        padding-bottom: 16px;
   }
    footer .footer-item {
        display: flex;
        flex-direction: column;
   }
    footer .footer-item a {
        margin-top: 16px;
        padding: 0;
        text-align: start;
   }
    footer .footer-item #footerEmail {
        font-size: 12.5px;
   }
    footer .follow-us .footer-title {
        margin-bottom: 0;
   }
    footer .about-plower, footer .contact-us, footer .delivery-way {
        display: block;
        margin-top: 0;
   }
    footer .delivery-way .footer-item img {
        width: 50px;
        height: 50px;
        margin: 0 10px;
   }
}
@media (min-width: 1400px) {
    footer .footer-item #footerEmail {
        font-size: 16px;
   }
}
