:root {
    --spot-light: #7700ff !important;
}


.post-box-container.active{
    height: 590px;
}
.post-box-container .post-box-wrapper{
    width: 1000px;
    display: flex;
}
.post-box-container .post-box-wrapper section{
    width: 500px;
    background: #fff;
}
.post-box-container img{
    cursor: pointer;
}
.post-box-container .post{
    transition: margin-left 0.18s ease;
}
.post-box-container.active .post{
    margin-left: -500px;
}
.post header{
    font-size: 22px;
    font-weight: 600;
    padding: 17px 0;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
}
.post form{
    margin: 20px 25px;
}
.post form .content,
.audience .list li .column{
    display: flex;
    align-items: center;
}
.post form .content img{
    cursor: default;
    max-width: 52px;
    border-radius: 50%;
}
.post form .content .details{
    margin: -3px 0 0 12px;
}
form .content .details p{
    font-size: 17px;
    font-weight: 500;
}
.content .details .privacy{
    display: flex;
    height: 25px;
    cursor: pointer;
    padding: 0 10px;
    font-size: 11px;
    margin-top: 3px;
    border-radius: 5px;
    align-items: center;
    max-width: 98px;
    background: #E4E6EB;
    justify-content: space-between;
}
.details .privacy span{
    font-size: 13px;
    margin-top: 1px;
    font-weight: 500;
}
.details .privacy i:last-child{
    font-size: 13px;
    margin-left: 1px;
}
.post form :where(textarea, button){
    width: 100%;
    outline: none;
    border: none;
}
.post form textarea{
    resize: none;
    font-size: 18px;
    margin-top: 30px;
    min-height: 100px;
}
.post form textarea::placeholder{
    color: #858585;
}
.post form textarea:focus::placeholder{
    color: #b3b3b3;
}
.post form :where(.theme-emoji, .options){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme-emoji img:last-child{
    max-width: 24px;
}
.post form .options{
    height: 57px;
    margin: 15px 0;
    padding: 0 15px;
    border-radius: 7px;
    border: 1px solid #414141;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.post form .options :where(.list, li),
.audience :where(.arrow-back, .icon, li .radio){
    display: flex;
    align-items: center;
    justify-content: center;
}
.post form .options p{
    color: #595959;
    font-size: 15px;
    font-weight: 500;
    cursor: default;
}
.post form .options .list{
    list-style: none;
}
.options .list li{
    height: 42px;
    width: 42px;
    margin: 0 -1px;
    cursor: pointer;
    border-radius: 50%;
}
.options .list li:hover{
    background: #414141;
}
.options .list li img{
    width: 23px;
}
form button{
    height: 53px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #f6f6f6;
    cursor: no-drop;
    border-radius: 7px;
    background: #3a3b3d;
    transition: all 0.3s ease;
}
form textarea:valid ~ button{
    color: #fff;
    cursor: pointer;
    background: #4267B2;
}
form textarea:valid ~ button[disabled] {
    opacity: 0.5;
}
form textarea:valid ~ button:hover{
    background: #4267B2;
}
.post-box-container .audience{
    opacity: 0;
    transition: opacity 0.12s ease;
}
.post-box-container.active .audience{
    opacity: 1;
}
.audience header{
    padding: 17px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}
.audience header .arrow-back{
    position: absolute;
    left: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 15px;
    color: #747474;
    border-radius: 50%;
    background: #E4E6EB;
}
.audience header p{
    font-size: 22px;
    font-weight: 600;
}
.audience .content{
    margin: 20px 25px 0;
}
.audience .content p{
    font-size: 17px;
    font-weight: 500;
}
.audience .content span{
    font-size: 14px;
    color: #65676B;
}
.audience .list{
    margin: 15px 16px 20px;
    list-style: none;
}
.audience .list li{
    display: flex;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 12px 10px;
    border-radius: 7px;
    align-items: center;
    justify-content: space-between;
}
.list li.active,
.audience .list li.active:hover{
    background: #E5F1FF;
}
.audience .list li:hover{
    background: #f0f1f4;
}
.audience .list li .column .icon{
    height: 50px;
    width: 50px;
    color: #333;
    font-size: 23px;
    border-radius: 50%;
    background: #E4E6EB;
}
.audience .list li.active .column .icon{
    background: #cce4ff;
}
.audience .list li .column .details{
    margin-left: 15px;
}
.list li .column .details p{
    font-weight: 500;
}
.list li .column .details span{
    font-size: 14px;
    color: #65676B;
}
.list li .radio{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #707070;
}
.list li.active .radio{
    border: 2px solid #4267B2;
}
.list li .radio::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: inherit;
}
.list li.active .radio::before{
    background: #4267B2;
}
#new-post-container {
    cursor: pointer;
}
.post-list-item {
    width: 100%;
    max-width: 450px;
    background: #272727;
    border-radius: 6px;
    overflow: hidden;
}
.post-list-item #comments {
    height: auto !important;
}
/* Header */

.post-list-item .post-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 0;
}

.post-list-item .post-header .left-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list-item .post-header .left-info .thumbnail img {
    display: block; /* img 預設為 inline */
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.post-list-item .post-header .left-info .name-info .name a {
    font-weight: bolder;
    text-decoration: none;
    color: #1B9AAA;
}

.post-list-item .post-header .left-info .name-info .name a:hover {
    text-decoration: underline;
}

.post-list-item .post-header .left-info .name-info .time {
    color: #616770;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.post-list-item .post-header .left-info .name-info .time .global-icon {
    width: 12px;
    height: 12px;
    background-position: -28px -499px;
    background-image: url("https://weichiachang.github.io/easter-eggs-mobile/images/3o8Zo7X.png");
    background-size: 73px 540px;
    background-repeat: no-repeat;
    display: inline-block;
}

.post-list-item .post-header .right-info {
    background-image: url("https://weichiachang.github.io/easter-eggs-mobile/images/dNpCLDT.png");
    background-repeat: no-repeat;
    background-size: 500px 287px;
    background-position: -242px -245px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Content */

.post-list-item .post-content {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 12px 12px 7px;
}

.post-list-item .video-link {
    text-decoration: none;
}

.post-list-item .video-link .video-wrapper {
    display: flex;
    background: #f2f3f5;
    width: 500px;
    height: 139px;
}

.post-list-item .video-link .video-wrapper .video-thumbnail img {
    width: 139px;
    height: 139px;
}

.post-list-item .video-link .video-wrapper .video-info {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #dddfe2;
    border-bottom: 1px solid #dddfe2;
}

.post-list-item .video-link .video-wrapper .video-info .youtube-title {
    color: #606770;
    font-size: 13px;
    line-height: 16px;
}

.post-list-item .video-link .video-wrapper .video-info .video-title {
    color: #1d2129;
    font-weight: bolder;
    font-size: 17px;
    line-height: 20px;
    margin-top: 2px;
}

.post-list-item .video-link .video-wrapper .video-info .video-desc {
    color: #606770;
    font-size: 15px;
    line-height: 20px;
    margin-top: 3px;
    min-height: 40px;
    width: 330px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Feedback */

.post-list-item .feedback-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #414141;
    margin: 10px 12px 0 12px;
    padding: 0 0 10px 0;
    color: #938FA4;
}

.post-list-item .feedback-info .feedback-emojis {
    min-width: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post-list-item .feedback-info .feedback-emojis .icons.laugh-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: 2px;
    background-position: -17px -475px;
}

.post-list-item .feedback-info .feedback-emojis .icons.angry-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -4px;
    margin-right: 2px;
    background-position: -17px -441px;
}

.post-list-item .feedback-info .feedback-emojis .icons.wow-icon {
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-left: -4px;
    margin-right: 4px;
    background-position: 0 -543px;
}


.post-list-item .feedback-info .threads-and-share {
    font-size: 14px;
}

.post-list-item .feedback-action {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(to right, #008000, #000080, #800080);
    font-weight: 600;
    font-size: 14px;
    height: 32px;
    padding: 4px 12px;
}

.post-list-item .feedback-action div {
    cursor: pointer;
}

.post-list-item .feedback-action .fb-wrapper {
  
    
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-height: 32px;
}

.post-list-item .feedback-action .fb-wrapper:hover {
    
    /* Glow effect on hover */
    box-shadow: 0 0 10px #6fff00, 0 0 40px #00a6ff, 0 0 80px #ff00ee;
    
}


.post-list-item .feedback-action .fb-wrapper .fb-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
    font-size: 18px;
}

.post-list-item .feedback-action .fb-wrapper .fb-icon.share {
    background-image: url("https://i.imgur.com/1V94KpF.png");
    background-size: 161px 376px;
    background-position: -61px -249px;
}

.post-list-item .comments {
    margin: 0 12px;
    border-top: 1px solid #414141;
}

.post-list-item .comments .my-comment-wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.post-list-item .comments .my-comment-wrapper .my-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin-right: 6px;
}

.post-list-item .comments .my-comment-wrapper .my-comment {
    background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: text;
    flex: auto;
    line-height: 16px;
    padding: 7px 12px;
}

.post-list-item .my-comment-wrapper .my-comment .my-comment-placeholder input[type=text] {
    width: 410px;
    outline: none;
    border: 0 solid transparent;
    background: transparent;
}

.post-list-item .comments .people-comment-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.post-list-item .comments .people-comment-wrapper .people-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    margin-right: 6px;
}

.post-list-item .comments .people-comment-wrapper .people-comment {
    background: #f2f3f5;
    border-radius: 18px;
    color: #1c1e21;
    line-height: 16px;
    padding: 8px 12px;
    position: relative;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container {
    color: #1c1e21;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name {
    font-weight: 600;
    margin-right: 4px;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name a {
    text-decoration: none;
    color: #1B9AAA;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name:hover {
    text-decoration: underline;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-name .blue-check {
    margin-left: 4px;
    background-image: url("https://i.imgur.com/xgnUC5P.png");
    background-repeat: no-repeat;
    background-size: 28px 195px;
    background-position: 0 -165px;
    height: 15px;
    vertical-align: -2px;
    width: 15px;
    display: inline-block;
}

.post-list-item .people-comment-wrapper .people-comment .people-comment-container .people-sharing img {
    width: 350px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions {
    position: absolute;
    bottom: 4px;
    right: -25px;
    z-index: 1;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #8d949e;
    font-size: 12px;
    padding: 2px 1px 2px 4px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions .icons.like-icon {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 0 white;
    overflow: hidden;
    background-image: url("https://i.imgur.com/KNd9mL2.png");
    background-repeat: no-repeat;
    background-size: 49px 660px;
    background-position: 0 -526px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    line-height: 16px;
    display: inline-block;
    margin-left: -2px;
    margin-right: 2px;
}

.post-list-item .people-comment-wrapper .people-comment .comment-reactions .number {
    padding: 0 3px 0 2px;
}

.post-list-item .like-and-response-wrapper {
    display: flex;
    color: #90949c;
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0 0 50px;
}

.post-list-item .like-and-response-wrapper .tiny-dot {
    margin-left: -2px;
    margin-right: 2px;
    color: #8d949e;
}

.post-list-item .like-and-response-wrapper .like-comment {
    color: #1B9AAA;
    cursor: pointer;
}
.new-post-textarea {
    font-size: 22px;
    padding: 0;
    color: inherit !important;
    line-height: 30px;
    background: #252526 !important;
}
.new-post-textarea:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.remove-post-file {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
}
.dark-theme hr {
    background: #414141;
}
.card-event:hover {
    background: #404041;
}




.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #4b4b4b;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #4b4b4b;
    border-radius: 4px;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 6px 4px;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(39 39 39);
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: rgb(39 39 39);
}
.fc .fc-button-primary {
    background-color: #282828;
    border-color: #282828;
}
.player-play-button .playing {
    display: block;
}
.player-play-button .paused {
    display: none;
}
.player-play-button.player-playing .playing {
    display: none;
}
.player-play-button.player-playing .paused {
    display: block;
}
.player-play-button.player-paused .playing {
    display: block;
}
.player-play-button.player-paused .paused {
    display: none;
}
[data-type="event"].on svg {
    color: #ffc107;
}
[data-type="going"].on svg {
    color: #4e73df;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.btn-emoji {
    background: transparent;
    cursor: pointer;
}
.btn-emoji:hover {
    background: #3a3b3d;
}
.btn-emoji .emoji-circle {
    width: 40px;
    height: 40px;
    background: #303031;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-right: 16px;
}
.signup-button {
    height: auto;
    padding: 0;
    width: 100%;
    line-height: 40px;
    border: 2px solid;
    background: transparent;
    cursor: pointer;
}
.signup-button-fan {
    border-color: #0d82ff;
}

.signup-button-artist {
    border-color: #fe4062;
}

.signup-button-musician {
    border-color: #e8b739;
}

.signup-button-booker {
    border-color: #d91e88;
}
.cursor-pointer {
    cursor: pointer !important;
}