.actions {
    right: 5px;
    left: initial;
}

.actions .remove-btn {
    border-radius: 30px;
    padding: 4px 7px;
    font-size: 1.5rem;
    background-color: #555;
}

.favorite-btn {
    padding: 1px 4px 0;
    position: absolute;
    left: 5px;
    bottom: 4.3rem;
    background-color: #fff;
    font-size: 1.8rem;
    border-radius: 15px;
    box-shadow: 0 3px 4px #959595;
}

.header-info {
    display: flex;
    justify-content: space-evenly;
}

.panel {
    box-shadow: rgba(0, 0, 0, 0.35) 0 2px 2px 0 !important;
}

.header-info-personal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    margin-left: 1%;
}

.header-personal-avatar {
    width: 67px;
    height: 67px;
    border-radius: 67px;
    object-fit: cover;
}

.header-personal-online {
    position: relative;
    left: -82%;
    bottom: -30px;
    border: #fff 4px solid;
    width: 17px;
    height: 17px;
}

.header-personal-right {
    margin-left: 16px;
}


.header-info-title {
    font-family: arial black, arial normal, arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #ff7a00;
    font-size: 16px;
}

.header-right-username {}

.header-right-actions {}

.header-right-actions i {
    margin: 2px;
    background-color: #5c5c5c;
    color: #fff;
    padding: 6px;
    border-radius: 20px;
}

.header-info-profile {
    flex: 1;
}

.header-profile-rows {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.header-profile-row {
    margin-right: 5%;
    flex: 0 0 33.33%;
}

.header-profile-row-value {
    font-family: arial black, arial normal, arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}

.header-profile-row-name {
    font-size: 13px;
    margin-top: 2%;
    white-space: nowrap;
}

.header-profile-exp {
    font-family: arial normal, arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

.header-menu {
    display: flex;
    padding-left: 0;
    margin-bottom: 1rem;
    border-bottom: 6px #ECECEC solid;
}

.header-menu a {
    padding: 8px 16px 10px;
    font-size: 14px;
    list-style-type: none;
    color: #7f7f7f;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
}

.header-menu a:hover {
    color: #ff7a00;
    border-bottom: #ff7a007d 4px solid;
}

.header-menu .header-menu-active {
    border-bottom: #ff7a00 4px solid;
    color: #ff7a00;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.m-header-info-actions,
.m-header-info-profile>div {
    display: none;
}

.down-icon {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-info {
        padding-right: 0;
    }

    .header-info-personal {
        margin-right: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-personal-avatar {
        width: 76px;
        height: 76px;
        border-radius: 76px;
        margin-bottom: 11px;
    }

    .header-info-personal .header-right-actions {
        display: none;
    }

    .header-info-profile {
        display: none;
    }

    .m-header-info-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .m-header-info-actions a {
        font-size: 15px;
        border-radius: 20px;
        padding: 4px 7px;
        background-color: #5c5c5c;
        color: #fff;
        margin-right: 10px;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0;
    }

    .panel {
        border-radius: 0;
        box-shadow: initial !important;
    }

    .header-menu {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .header-menu::-webkit-scrollbar {
        display: none;
    }

    .header-menu a {
        white-space: nowrap;
    }

    .header-info-panel {
        margin-bottom: 0;
    }

    .header-menu {
        background-color: #fff;
    }

    .header-menu-block {
        margin-top: 0;
    }

    .header-right-username {
        margin-top: 5px;
    }

    .header-menu a {
        padding: 8px 14px 10px 16px;
    }

    .icon-active {
        background-color: #fff !important;
        color: #ff7a00;
        border: 2px solid #ff7a00;
        padding: 3px 7px;
    }

    .icon-active i {
        color: #ff7a00;
    }

    .m-header-info-profile>div {
        display: block !important;
        visibility: visible !important;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
    }

    .header-profile-rows {
        margin-top: 0;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .timeline-right {
        flex: 3.5;
    }

    .float-header-info {
        display: none;
        position: absolute;
        top: -141%;
        z-index: 9;
        width: 87%;
        left: 7%;
    }

    .float-header-info>div:nth-child(1) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .float-header-info>div:nth-child(2) {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .float-header-info>div {
        display: block !important;
        visibility: visible !important;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
    }

    .float-header-info.open {
        display: block;
    }

    a.float-info-toggle-btn {
        background-color: initial !important;
        margin-top: 3px;
        padding-right: 0;
        margin-right: 9px;
        z-index: 9;
    }

    .float-info-toggle-btn>i {
        color: #5c5c5c;
        font-size: 3.15rem;
    }

    .float-info-toggle-btn .down-icon {
        display: none;
        width: 10px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        transform: rotate(45deg);
        z-index: 10;
        right: 178px;
        top: 102px;
    }

    .modal-mask {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #00000047;
        top: -5px;
        z-index: 8;
    }
}

.user-social .panel-body {
    padding: 0;
}

.user-social ul {
    padding: 0;
}

.user-social ul a {
    color: #797979;
}

.user-social ul li {
    list-style-type: none;
    padding: 12px;
}

.filter-panel {
    padding: 0;
}

.filter-panel .panel-body {
    padding: 0;
}

.filter-panel ul {
    padding-left: 0;
}

.filter-panel ul a {
    color: #797979;
}

.filter-panel ul a:hover {
    text-decoration: none;
}

.filter-panel ul a:hover li {
    border-left: 5px solid;
    color: #ff9a30;
}

.filter-panel ul li {
    list-style: none;
    padding: 12px 16px;
}

.filter-panel ul li.active {
    border-left: 5px solid;
    color: #ff7a00;
}

.image-item-text {
    height: 100%;
    font-size: 1rem;
    color: #797979;
    line-height: 19px;
    margin-top: 7px;
    min-height: 40px;
}

.user-blog-list {
    padding: 0.5rem;
}

.game-main {
    padding: 0.5rem;
}

/* 2024.06.14 新增 */


.user-state {
    margin-top: 4px;
}

.user-state-text {
    display: flex;
    justify-content: space-between;
}

.user-state span {
    color: #ff7a00;

}

.user-state-time {
    background-color: #5c5c5c;
    color: #fff;
    padding: 1px 8px;
    border-radius: 16px;
    margin-top: 2px;
    font-size: 12px;
}


.header-info-charge {
    margin-top: 24px;
    display: flex;
}

.header-info-progress {
    width: 70%;
}

.header-info-progressbar {
    position: relative;
    height: 24px;
}

.header-charge-item {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ff7a00;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2;
    padding: 1px;
}

.header-progress {
    position: absolute;
    width: 80%;
    top: 4px;
    left: 19px;
    border-radius: 0 10px 10px 0;
    height: 16px;
    border: 2px solid #ff7a00;
}

.header-progress-bar {
    background-color: #ff7a00;
    height: auto;
    line-height: 14px;
}

.header-info-progress-text {
    margin-top: 2%;
    text-align: center;
    font-size: 13px;
}

.charge-jar {
    display: flex;
    margin-bottom: 6px;
}

.charge-jar img {
    width: 15px;
    margin-right: 4px;
}

.charge-jar p {
    color: #000;
    font-weight: 900;
    font-size: 16px;
    margin: auto 0;
}

.charge-jar-text {
    font-size: 13px;
    text-align: center;
}

.header-about-chaerge {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding-right: 12%;
    margin-top: 32px;
}

.header-about-chaerge-btn button {
    background-color: #ff7a00;
    border: 0px;
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
}

.header-about-chaerge-link {
    text-decoration: underline;
    text-decoration-color: #ff7a00;
}


.m-header-actions {
    margin-right: 12px;

}

.m-header-actions .user-state-text {
    margin-top: 16px;
    justify-content: flex-start;
}

.m-header-actions .user-state-time {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .header-right-actions {
        margin-top: 30px;
    }

    .header-about-chaerge {
        margin-top: 16px;
    }

    .header-info-personal {
        align-items: flex-end;
    }

}

@media screen and (max-width: 768px) {
    .header-info-progress {
        width: 76%;
    }

    .header-about-chaerge {
        padding-bottom: 16px;
        padding-right: 0;
    }
}

/* 兌換充能彈出視窗 */


.change-energy-main {
    position: fixed;
    transform: translate(-50%);
    top: 300px;
    left: 50%;
    background-color: #fff;
    width: 275px;
    border-radius: 8px;
    animation: slideDown 0.2s ease forwards;
}

@keyframes slideDown {
    0% {
        transform: translate(-50%, -80%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.change-energy-close,
.user-qrcode-close {
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    font-size: 20px;
}

.change-energy-close i,
.user-qrcode-close i {
    cursor: pointer;
}

.change-energy-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.change-energy-item {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.change-energy-item h3 {
    margin: 0;
    font-weight: 700;
    padding-left: 4px;
}

.change-energy-item p {
    padding-left: 4px;
    margin: 0;
}

.change-energy-arrow {
    padding-bottom: 16px;
}

.change-energy-content::after {
    content: " ";
    width: 90%;
    height: 1px;
    background-color: #B0B0B0;
    border-radius: 4px;
}

.change-energy-popup-btn {
    margin: 16px 0;
    color: #fff;
    border-radius: 16px;
    padding: 2px 24px;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    left: 25%;
    top: 0;
}

.user-qrcode-main {
    position: fixed;
    transform: translate(-50%);
    top: 300px;
    left: 50%;
    background-color: #fff;
    width: 300px;
    border-radius: 8px;
    animation: slideDown 0.2s ease forwards;
}

.user-qrcode-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-qrcode-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.user-qrcode-link p {
    margin: 0;
}

.user-qrcode-name {
    padding-bottom: 8px;
}

.user-qrcode-link {
    padding-top: 8px;
}

.user-qrcode-link-item {
    display: flex;
    font-size: 12px;

}

.user-qrcode-link-item p {
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px 0 0 4px;
}

.user-qrcode-link-item button {
    border: none;
    border-radius: 0 4px 4px 0;
}

.user-qrcode-headcount {
    color: #ff7a00;
    text-align: center;
    padding-bottom: 8px;
    font-size: 12px;
}

.user-qrcode-headcount p {
    margin-bottom: 0;
}

.user-qrcode-footer {
    padding-bottom: 8px;
}