﻿.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.wrap:hover {
    opacity: 0.9;
}

.wraps {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: rgb(1, 132, 127);
}

.flash {
    font-weight: bold;
    font-size: calc(10px + 4vh);
    line-height: calc(10px + 6.6vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    margin: 1rem 0;
}
.bling{text-align:center;margin: 2rem 0;}
.bling1 {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 2.3rem;;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

.wc-header-user-menu {
    position: relative;
}

.wc-header-user-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, .08);
    color: #ccc;
    font-size: .75rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}

.wc-header-user-avatar {
    display: block;
    width: 1.125rem;
    height: 1.25rem;
    object-fit: contain;
}

.wc-header-user-avatar--custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-white .wc-header-user-trigger {
    background: #f0f0f0;
    color: #333;
}

.wc-header-user-menu:hover .wc-header-user-trigger,
.wc-header-user-trigger:hover {
    background: rgba(255, 255, 255, .16);
    color: #333;
}

body.theme-white .wc-header-user-menu:hover .wc-header-user-trigger,
body.theme-white .wc-header-user-trigger:hover {
    background: #333;
    color: #fff;
}

.wc-header-user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1001;
    width: 220px;
    padding: 0;
    border: .8rem solid #191919;
    border-radius: .5rem;
    background: #131313;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.wc-header-user-menu.is-open .wc-header-user-dropdown {
    display: block;
}

.wc-header-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 8px;
    border-bottom: 1px solid #191919;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wc-header-user-name {
    overflow: hidden;
    max-width: 100%;
    color: #1abc9d;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wc-header-user-id {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.wc-header-user-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 1rem 8px;
    border: 0;
    border-bottom: 1px solid #191919;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.wc-header-user-action:hover {
    background: rgba(255, 255, 255, .04);
}

.wc-header-user-logged .wc-header-user-action {
    border-bottom: 0;
    color: #ff2b5c;
}

#nav-toolbar .wc-header-user-dropdown {
    top: auto;
    right: 0;
    bottom: calc(100% + 6px);
}

.nav-fixed > #toggle-nav {
    display: flex;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 .45rem 0 0;
    padding: 0;
}

.nav-fixed > #toggle-nav img {
    width: 1.35rem;
    height: 1.35rem;
    object-fit: contain;
    transform: translate(2.5px, 4.5px);
}

.header-top-user-list {
    position: static;
    z-index: 3;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: none;
}

.header-top-user-list .wc-header-user-trigger {
    height: 2.25rem;
    width: 2.25rem;
    line-height: 2.25rem;
}

.header-top-user-list .wc-header-user-avatar {
    width: 1rem;
    height: 1.125rem;
}

.header-top-user-list .wc-header-user-avatar--custom {
    width: 100%;
    height: 100%;
}

.header-top-user-list .wc-header-user-dropdown {
    top: calc(100% + 8px);
    right: 0;
    bottom: auto;
}

.wc-live-login-dialog {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.wc-live-login-dialog .login_modal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35vw;
    min-width: 420px;
    max-width: calc(100vw - 32px);
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}

.wc-live-login-dialog .login_close_btn {
    display: block;
    position: static;
    width: 42px;
    height: 42px;
    margin: 0 auto 30px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.wc-live-login-dialog .login_close_btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wc-live-login-dialog .login_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    background: #222;
    box-sizing: border-box;
}

.wc-live-login-dialog .logo {
    width: 80px;
    height: 80px;
}

.wc-live-login-dialog .logo img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.wc-live-login-dialog .slogan {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.wc-live-login-dialog .login_form_item {
    width: 100%;
    margin-bottom: 24px;
}

.wc-live-login-dialog .login_form_item input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #979797;
    border-radius: 8px;
    outline: none;
    background: transparent;
    color: #bcbcbc;
    font-size: 18px;
    box-sizing: border-box;
}

.wc-live-login-dialog .btn_group {
    width: 100%;
    display: flex;
    gap: 20px;
    color: #fff;
    font-weight: 600;
}

.wc-live-login-dialog .btn_group .btn {
    flex: 1;
    border: 0;
    border-radius: 8px;
    background: #1abc9d;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.wc-live-login-dialog .login_tips {
    align-self: self-start;
    margin-top: 22px;
    color: #c0bfbf;
}

.wc-live-login-dialog .login_tips_title {
    margin: 0 0 5px;
    font-size: 18px;
}

.wc-live-login-dialog .login_tips_item {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.wc-login-toast {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 100000;
    transform: translateX(-50%);
    padding: 8px 18px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .78);
    color: #fff;
    font-size: 14px;
    pointer-events: none;
}

@media (max-width: 767px) {
    .header-top-user-list {
        right: 4rem;
    }

    .wc-header-user-dropdown {
        width: 156px;
    }

    .wc-header-user-name {
        font-size: 14px;
    }

    .wc-header-user-id,
    .wc-header-user-action {
        font-size: 12px;
    }

    .wc-live-login-dialog .login_modal {
        width: 90%;
        min-width: auto;
    }

    .wc-live-login-dialog .login_content {
        padding: 24px 20px;
    }

    .wc-live-login-dialog .login_close_btn {
        width: 34px;
        height: 34px;
        margin-bottom: 15px;
    }

    .wc-live-login-dialog .logo {
        width: 50px;
        height: 50px;
    }

    .wc-live-login-dialog .slogan {
        font-size: 22px;
    }

    .wc-live-login-dialog .login_form_item {
        margin-bottom: 10px;
    }

    .wc-live-login-dialog .login_form_item input,
    .wc-live-login-dialog .btn_group .btn {
        border-radius: 4px;
        font-size: 15px;
    }

    .wc-live-login-dialog .btn_group {
        gap: 10px;
    }

    .wc-live-login-dialog .btn_group .btn {
        line-height: 36px;
    }

    .wc-live-login-dialog .login_tips {
        margin-top: 20px;
    }

    .wc-live-login-dialog .login_tips_title {
        font-size: 14px;
    }

    .wc-live-login-dialog .login_tips_item {
        font-size: 12px;
    }
}
