body {
    font-family: 'Noto Sans TC', "Microsoft JhengHei", "Microsoft YaHei", "Helvetica", "Arial", sans-serif;
    overflow-x: hidden;
    background-color: rgb(228, 228, 228);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5
}

.captcha {
    width: 100%;
    cursor: pointer;
}

.material-icons--outline {
    font-family: 'Material Icons Outline';
}

.blur-background {
    filter: blur(10px);
}

#chat_loading {
    display: none;
    width: 100vw;
    min-height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

#chat_loading .puber_img {
    width: 100%;
    object-fit: contain
}

.chat_loading_show {
    display: flex !important;
}

.pink-text {
    color: #E91E63;
}

.black-text {
    color: #000;
}

.white {
    background-color: white;
}

.balck {
    background-color: #000;
}

.white-text {
    color: white !important;
}

.mdl-snackbar {
    z-index: 9999 !important;
}

#topicon {
    width: 32px;
    margin-left: 5px;
    z-index: 500;
}

.search_filter {
    display: none;
}

#top {
    background-color: black;
    max-height: 50vh;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    height: 40px;
    color: white;
    align-items: center;
    font-size: larger;
    justify-content: space-between;
    z-index: 5;
}

#missionDialog {
    width: 50%;
    top: 20px;
}

.mission-circle {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 16px;
}

.circles-text {
    font-size: small !important;
}

#chargeDialog a,
#offlineGiftDialog a {
    width: 100%;
    padding: 0;
}

#chargeDialog {
    width: 70%;
    top: 20px;
}

#chargeDialog .mdl-card {
    width: 100%;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
}

#chargeDialog .mdl-card:hover {
    transition: 0.5s;
    filter: brightness(110%);
}

#chargeDialog .mdl-card__supporting-text {
    width: auto;
    color: darkgreen;
}

#chargeDialog .mdl-card__title-text {
    font-size: 250%;
    align-self: baseline;
}

#chargeDialog .mdl-card__title {
    justify-content: center;
    align-items: baseline;
}

#chargeDialog .mdl-dialog__title,
#chargeKindDialog .mdl-dialog__title {
    font-size: 200%;
}

#chargeKindDialog a {
    width: 100%;
    margin: 10px 0 10px 0;
}

#puber_area {
    display: flex;
    overflow-y: auto;
    height: 100vh;
}

#videoClose {
    display: none;
}

.video_container {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(../img/star-background.jpg) center / cover;
}

.chat_video {
    position: relative;
    height: 90vh;
}

#chat_control,
#top_chat_control {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#chat_count,
#top_chat_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

#leaveroom i {
    color: white;
}

#leaveroom {
    position: absolute;
    right: 0;
    z-index: 5;
}

#top_chat_count {
    width: 30%;
}

#chat_count .mdl-chip {
    margin: 10px;
}

#chat_overlay,
#top_chat_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#top_chat_overlay {
    z-index: 5;
}

#chat_overlay:hover,
#top_chat_overlay:hover {
    opacity: 1;
    transition: 0.5s;
}

#top_chat_control {
    right: 0;
    width: 30%;
}

#chat_control i,
#top_chat_control i {
    margin: 10px;
    cursor: pointer;
}

#top_puber {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -15%;
}

.top_puber {
    margin: 15px;
    border-radius: 50%;
    background-color: white;
}

.top_puber img:hover {
    opacity: 1;
    transition: 1s;
    cursor: pointer;
}

.top_puber img {
    width: 100%;
    border-radius: 50%;
    opacity: 0.8;
}

#top_puber_list {
    width: 40%;
    display: flex;
    min-height: 30px;
}

#first video {
    max-height: 25vh;
    object-fit: cover;
}

#first header {
    position: fixed;
    bottom: 0;
    min-height: 0;
    display: none;
}

#first .mdl-layout__tab-bar {
    background-color: black;
}

#first .page-content {
    padding-top: 40px;
}

#first .mdl-layout__container {
    height: initial !important;
}

#chat_video,
#watermark_canvas {
    height: 90vh;
}

#small_overlay {
    display: none;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 120px;
    width: 15vw;
}

#smallvideo {
    width: 100%
}

.SmallMyVideo {
    transition: 0.5s;
    width: 5vw !important;
    opacity: 0.5;
}

.card-image {
    width: 100%;
    background-color: #eee;
    min-height: initial;
    border-radius: 10px;
    cursor: pointer;
}

#puberDialog .card-image,
#myboxDialog .card-image {
    height: 0;
    padding-bottom: 100%;
}

.card-image:hover {
    filter: brightness(120%);
}

.card-image>.mdl-card__actions {
    height: 35px;
    padding: 4px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    align-items: center
}

.card-image__filename {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.mdl-components {
    display: flex
}

#member_top {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.2);
}

#member_top button {
    min-width: 16px;
    padding: 0 8px;
}

#home {
    bottom: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.record_point {
    margin-right: 10px;
    animation-name: shining;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

#chat,
#first,
#puberDialog {
    display: none;
    width: 100%;
}

#myboxDialog {
    display: none;
    width: 100vw;
    min-height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.chat_hide {
    position: absolute;
    left: -100vw;
}

#all_message {
    height: 100vh;
    background-color: #eee;
}

#all_message ul,
#small_message ul {
    padding-left: 10px;
    list-style-type: none;
    margin-top: 50px;
}

#all_message li,
#small_message li {
    word-break: break-all;
    margin-top: 5px;
    margin-bottom: 5px;
}

#message_area {
    height: calc(100vh - 100px);
    overflow-y: auto;
}

#input_area {
    margin-left: 10px;
    position: fixed;
    bottom: 20px;
    width: inherit;
}

#small_message {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 5
}

#small_message_area {
    height: 20vh;
    overflow-y: auto;
    width: 105%;
}

#small_input_area {
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
}

#small_fullscreen_area {
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
}

#small_input_area .my_msg {
    width: calc(100% - 60px);
}

.my_msg {
    padding: 10px;
    width: 90%;
}

#puber_info_bar {
    height: 10vh;
    background: rgba(0, 0, 0, 0.05) 0%;
}

#puber_info_bar_mobile {
    display: none;
}

#puber_info_bar img {
    border-radius: 50%;
    height: 13vh;
    margin-top: 2vh;
}

#puber_info_bar .puber_nick {
    color: grey;
}

#puber_info span {
    margin-right: 10px;
}

#puber_info {
    color: grey;
    height: 10vh;
    justify-content: left;
    align-items: center;
    padding-left: 100px;
}

#puber_info b {
    margin-left: 20px;
    font-size: 1.5em;
}

.member_nick {
    color: teal;
    margin-right: 10px;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 15;
}

.fixed_close {
    position: fixed !important;
    bottom: 28vh;
    top: auto !important;
    background-color: #eee;
}

.emoDialog,
.giftDialog {
    position: relative;
    height: 20vh;
    overflow-y: auto;
    display: none;
    background-color: #eee;
}

.smsEmoDialog {
    display: none;
    overflow-y: auto;
}

.emoDialog button,
.smsEmoDialog button {
    color: initial;
    height: 32px;
    width: 32px;
    margin: 3px;
}

#emoji {
    padding: 10px !important;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.7);
}

#chat .mdl-dialog__title {
    font-size: 1.5rem;
    padding: 5px;
}

#chat .mdl-dialog__content {
    padding: 0;
    height: 20vh;
    overflow-y: auto;
}

.black_screen_container {
    transition: 0.5s;
    height: 100vh !important;
}

.black_screen_aside {
    transition: 0.3s;
    width: 0;
}

.black_screen_noscroll {
    overflow-y: hidden !important;
}

.black_screen_grid {
    width: 100%;
}

.black_screen_all_message {
    background-color: #111 !important;
}

.black_screen_input_area {
    color: lightgray !important;
}

.black_screen_member_nick {
    color: lightgreen !important;
}

.scroll_overlay {
    text-align: center;
    position: fixed;
    right: 26%;
    bottom: 0;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.scroll_camera {
    height: 40vh !important;
    transition: .2s;
    object-fit: cover;
}

.scroll_camera_fix {
    height: 20vh !important;
}

.scroll_camera_home {
    transition: 0.5s;
    right: 10px;
    z-index: 10;
}

.small_control {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    opacity: 0;
    color: white;
}

#anime_overlay {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#gift_anime {
    width: 30%;
    text-align: center;
}

#gift_anime img {
    width: 100%;
    margin-bottom: 20px;
}

#gift_anime b {
    font-size: 2em;
    padding: 2px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

#video_overlay,
#top_overlay {
    text-align: center;
}

#video_overlay:hover .small_control {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.4);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 1;
    z-index: 1;
}

#small_overlay:hover .small_control {
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

#login {
    text-transform: initial;
}

#loginDialog {
    width: 350px;
}

.loginbutton {
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.loginbutton b {
    flex: 1;
}

#loginDialog button img {
    width: 24px;
    margin-right: 10px;
}

#google_login {
    margin-top: 30px;
    background-color: white;
    border: 1px solid grey
}

#fb_login {
    background-color: #3b5998;
    color: white
}

#phone_login,
#reg_phone {
    background-color: #02bd7e;
    color: white
}

#email_login,
#reg {
    background-color: black;
    color: white
}

#sendEmailReg,
#sendAllLogin,
#sendPhoneReg,
#sendPhoneLogin,
#sendPhoneRegVerify,
#sendForgetVerify {
    width: 100%;
    padding-left: initial;
    text-align: center;
    color: white;
    background-color: black;
}

.seePass {
    right: 0
}

#loginDialog h6 {
    text-align: center;
    margin-bottom: 0;
}

#loginDialog .mdl-textfield {
    display: block;
    width: 100%;
}

#loginDialog .mdl-checkbox {
    vertical-align: top;
    display: inline;
}

.login_rule {
    font-size: small;
    margin-top: 20px;
}

#eulaDialog {
    width: 95%;
    top: 0;
}

.mdl-slider__background-upper {
    background-color: white;
}

.fullscreen_chat_video {
    transition: 0.5s;
    height: 100vh !important;
}

.mdl-layout__header {
    background-color: black;
}

#puberDialog {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 8;
    background-color: black;
}

.puber_gift {
    text-align: right
}

#favo {
    cursor: pointer;
    border: 2px solid #fff;
    align-items: center;
    padding: 0 5px;
    border-radius: 10px;
    color: white;
    width: 100%;
}

.circile_button {
    border-radius: 36px;
    padding: 0;
    width: 36px;
    height: 36px;
    min-width: initial;
    background-color: rgba(255, 255, 255, 0.5)
}

.videoPort {
    height: 100vh;
}

.videoLand {
    width: 100%;
}

.videoLand_mobile_Port {
    height: 100vh;
    object-fit: cover;
}

#puberDialog .puber_actions {
    position: fixed;
    width: 33%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    left: 33%;
    z-index: 2;
    height: 50px;
    background-color: black;
}

.puber_actions a {
    display: flex;
    align-items: center;
    color: grey;
    cursor: pointer;
}

.puber_actions i {
    margin-right: 5px;
}

#puberDialog .active {
    color: white;
    transition: 0.5s;
}

#puberDialog .puber_main_content {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.room_online {
    color: yellow !important;
    pointer-events: auto !important;
}

#inRoom {
    pointer-events: none
}

.guest_room {
    pointer-events: auto !important;
}

#newList a {
    color: white;
    text-decoration: none;
}

#report,
#blacklist {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

#report_grid {
    text-align: center;
}

#puberDialog .puber_content {
    overflow-y: auto;
    height: 95vh;
    color: white;
    display: flex;
}

#puberDialog .puber_content::-webkit-scrollbar-track {
    border-radius: 10px;
}

#puberDialog .puber_content::-webkit-scrollbar {
    width: 6px;
}

#puberDialog .puber_content::-webkit-scrollbar-thumb {
    background-color: gray;
}

#puberDialog .puber_img {
    width: 100%;
    border-radius: 50%;
}

#puberDialog .puber_status {
    width: fit-content;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 0;
}

.OneToMoreFree {
    background-color: green;
}

.OneToOneWait {
    background-color: purple;
}

.OneToMoreWait {
    background-color: GoldenRod;
}

.Offline {
    background-color: grey;
}

.OneToOneBusy {
    background-color: red;
}

.OneToMoreTalk {
    background-color: darkblue;
}

.OneToMoreFreeChip {
    background-color: rgba(0, 128, 0, 0.3);
}

.OneToOneWaitChip {
    background-color: rgba(128, 0, 128, 0.3);
}

.OneToMoreWaitChip {
    background-color: rgba(218, 165, 32, 0.3);
}

.OfflineChip {
    background-color: rgba(128, 128, 128, 0.3);
}

.OneToOneBusyChip {
    background-color: rgba(255, 0, 0, 0.3);
}

.OneToMoreTalkChip {
    background-color: rgba(0, 0, 139, 0.3);
}

#dialog_sendgift {
    background-color: rgba(244, 113, 64, 1)
}

#dialog_sendgift:active {
    background-color: rgba(244, 113, 64, 0.3)
}

.giftDialog .mdl-grid button {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.4);
    padding: 0 8px;
    font-size: 0.5em
}

#puberDialog .mdl-button[disabled][disabled] {
    background-color: rgba(150, 150, 150, 0.5) !important;
}

.vip,
.publishMe,
.voice_only {
    display: none;
}

.mobile_width {
    object-fit: contain !important;
}

.body-done {
    opacity: 1;
    transition: 0.5s;
}

#lightboxDialog {
    padding: 0;
    position: relative;
    background-color: black;
    width: 100%;
    z-index: 9;
}

#lightbox_overlay {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%;
}

#lightbox_left,
#lightbox_right {
    flex: 1
}

#lightbox_center {
    flex: 7
}

.lightbox_image_show {
    opacity: 1;
    transition: 0.5s;
}

.lightbox_image_hide {
    opacity: 0;
}

#lightbox_image img,
#lightbox_image video {
    height: 100vh;
}

.lightbox {
    cursor: pointer;
    width: 23%;
    height: 100%;
    flex-grow: 1;
}

.lightbox_image_overlap {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#ListContainer .mdl-chip,
#favoList .mdl-chip {
    height: 20px;
    line-height: 20px;
    color: white;
    font-weight: bolder;
    margin: 0;
    padding: 0 10px;
}

.custom-heart {
    position: fixed;
    animation: heart 10s;
    transition-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    z-index: 10
}

.SmallToBig {
    height: 90vh !important;
    width: 90% !important;
    left: initial !important;
    top: initial !important;
}

.BigToSmall {
    position: absolute;
    left: 5px;
    top: 60px;
    width: 15vw !important;
    z-index: 5;
}

#AppClip {
    display: none;
}

@media screen and (max-width: 1024px) {
    .single-feed-image {
        flex: initial !important;
    }
    .card-image {
        animation-name: none;
        animation-duration: 0s;
    }
    #AppClip {
        position: absolute;
        background-color: white;
        right: 5px;
        display: block;
        z-index: 2;
    }
    #top {
        justify-content: flex-start;
    }
    #top b {
        margin-left: 20px;
    }
    #puber_info_bar {
        display: none;
    }
    #top_puber_list {
        display: none;
    }
    .chat_video,
    #chat_video,
    #watermark_canvas {
        height: 100vh !important;
        width: 100vw !important;
        max-width: 100% !important;
        object-fit: cover;
    }
    #all_message {
        display: none;
    }
    #video_overlay {
        width: 100%;
        overflow-y: hidden;
    }
    #home {
        top: 0;
    }
    .mdl-dialog {
        margin: 0;
        padding: 0;
        width: 100% !important;
    }
    #chat .mdl-dialog__content {
        height: 20vh;
        margin-top: 0;
    }
    #puberDialog h5 {
        margin: 8px 0 8px;
    }
    #puber_info_intro,
    #puber_info_bar_mobile,
    #puber_info_bar_mobile {
        display: none;
    }
    .videoPort {
        object-fit: cover;
        width: 100%;
    }
    .mdl-snackbar--active {
        -webkit-transform: translate(0, -70px);
        transform: translate(0, -70px);
    }
    #ListContainer {
        margin-top: 10px;
    }
    .member_msg,
    .puber_msg,
    .system_msg {
        color: white;
    }
    .system_nick {
        color: gold;
    }
    #send i {
        color: darkcyan;
    }
    .emoDialog,
    .giftDialog {
        background-color: transparent;
    }
    #chat_grid .mdl-cell {
        overflow-x: hidden;
    }
    #lightbox_image img,
    #lightbox_image video {
        width: 100%;
        object-fit: contain;
    }
    #videoClose {
        position: absolute;
        right: 10px;
        top: 100px;
        transform: none;
        z-index: 20;
        display: block;
    }
    #gift_anime {
        width: 50%;
    }
    #first header {
        display: block;
    }
    #topTab {
        display: none !important;
    }
    #first .page-content {
        margin-bottom: 50px;
    }
    .custom-cell {
        margin: 0;
        width: 100% !important;
    }
    #sms_detail,
    #service_detail {
        padding: 8px 0;
    }
    #footTab {
        overflow-x: auto !important;
    }
    .slide_block {
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: 10vh;
        z-index: 2;
    }
    #adult_content {
        width: 80% !important;
    }
    .lightbox i {
        font-size: 200% !important;
    }
    #feed .lightbox,
    #puber_feed .lightbox {
        width: 100%;
    }
    #chargeDialog .mdl-dialog__content {
        padding: 10px;
    }
    #leaveroom {
        display: none;
    }
    #puberDialog .puber_actions {
        width: 100%;
        left: 0;
    }
    #puberDialog .puber_main_content {
        width: 100%;
    }
    #center_mark {
        flex: 1 !important;
    }
    .product_float_bottom {
        width: 300px !important;
        height: 90px !important;
        position: fixed;
        bottom: 50px !important;
        left: 10px !important;
        z-index: 20;
    }
}

@media screen and (min-width: 1023px) {
    .full-sms {
        background-color: beige;
        border-radius: 20px;
        border: 1px solid #ccc;
        background-color: white;
        padding: 10px;
    }
    #puberDialog .puber_main_content_part {
        width: 700px;
    }
}

#puber_feed,
#puber_media {
    height: 100vh;
}

@keyframes heart {
    0% {
        opacity: 0.7;
        transform: scale(0, 0)
    }
    5% {
        transform: scale(2, 2)
    }
    100% {
        opacity: 0;
        display: none;
        transform: translate3d(0, -500px, 0) scale(2.5, 2.5);
    }
}

@keyframes picloading {
    0% {
        background-color: white;
    }
    50% {
        background-color: #eee;
    }
    100% {
        background-color: white;
    }
}

@keyframes shining {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.girl-feed-wide {
    margin-bottom: 15px;
}

.girl-feed-wide.mdl-card {
    width: 100%;
}

.girl-feed-wide>.mdl-card__title {
    color: #000;
}

.girl-feed-wide>.mdl-card__menu {
    color: #000;
}

.girl-feed-wide>.mdl-card__title .feedhead {
    border-radius: 50%;
    height: 10vh;
    margin-right: 20px;
    cursor: pointer;
}

#feed .mdl-card__supporting-text {
    width: 93%;
    font-size: large;
    line-height: 1.5em;
}

#feed .mdl-card__supporting-text img,
#feed .mdl-card__supporting-text video {
    width: 100%;
    object-fit: cover;
    height: 70vh;
    object-position: top;
    border-radius: 10px;
}

#puberDialog .mdl-card__supporting-text video,
#puberDialog .mdl-card__supporting-text img {
    width: 100%;
    border-radius: 10px;
}

#puberDialog .close {
    background: rgba(150, 150, 150, 0.25);
}

#feed_nick {
    font-weight: bolder;
}

#feed_time {
    color: grey !important;
    font-size: small;
}

.feed_icon_favo {
    color: red;
}

.feed_icon_like {
    color: #458CFF;
}

#feed a,
#puber_feed a {
    color: #616770;
}

#feed b,
#puber_feed b {
    font-size: small;
    color: gray;
    margin-right: 10px;
}

.feed_img {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.feed_img div {
    overflow-y: hidden;
    padding: 5px;
}

.feed_img .lightbox {
    position: relative;
}

.single-feed-image {
    flex: none;
    width: 50%;
}

.five-feed-image {
    width: 25%;
}

.land-feed-image {
    flex: 47%;
}

.lightbox i {
    position: absolute;
    right: 0%;
    bottom: 0%;
    color: white;
    font-size: 500%;
}

.my-card-wide.mdl-card {
    width: 100%;
}

.my-card-wide>.mdl-card__menu {
    color: #fff;
}

#sms .mdl-list__item {
    padding: 6px;
}

#sms .mdl-list__item-secondary-action {
    display: flex;
    align-items: center;
}

.other-sms,
.my-sms {
    display: block;
}

.my-sms {
    text-align: right;
}

.sms-time {
    color: grey;
    font-size: 10px !important;
}

#sms_inutbox {
    width: 100%;
    height: 40px;
    background-color: white;
    bottom: 48px;
    display: none;
    align-items: center;
}

#sms_contentbox {
    height: calc(100vh - 215px);
    overflow-y: auto;
}

#service_contentbox {
    height: calc(100vh - 300px);
    overflow-y: auto;
}

#sms_contentbox .mdl-chip,
#service_contentbox .mdl-chip {
    height: auto;
    word-wrap: break-all;
    word-break: break-all;
    max-width: 60%;
    white-space: normal;
    text-align: left;
}

.my-sms .mdl-chip {
    background-color: #d2d2d2;
}

.other-sms .mdl-chip {
    background-color: #f5f5f5;
}

#sms_inutbox input[type=text] {
    height: 100%;
    padding: 4px;
    width: calc(100% - 64px);
}

#sms_detail,
#service_detail {
    display: none;
}

#sms_list .mdl-list,
#service_list .mdl-list {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#sms_list .mdl-list:hover,
#service_list .mdl-list:hover {
    background-color: rgb(233, 233, 233);
}

#sms_list .mdl-list__item,
#service_list .mdl-list__item {
    cursor: pointer;
}

#sms_list p,
#service_list p {
    font-size: 70%;
}

#sms_header,
#service_header {
    display: none;
    height: 36px;
    background-color: navy;
    color: white;
    border-radius: 10px;
}

#back_sms_list,
#sms_header_nick {
    color: white;
    font-weight: bolder;
}

#sms_header_fee {
    float: right;
    line-height: 40px;
}

#sms_list img {
    width: 60px;
    height: 60px;
}

.mytab,
.smstab,
.favotab,
.servicetab {
    display: none;
}

.payFrame {
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 20px;
    bottom: 20%;
    z-index: 3;
}

.payFrame button {
    background-color: orangered;
    color: white;
}

#topTab {
    display: flex;
    align-items: center;
}

#center_mark {
    flex: 0 0 500px;
    font-weight: bolder;
}

#topTab button {
    color: rgba(255, 255, 255, .6);
}

#topTab .mdl-badge[data-badge]:after {
    right: -25px;
}

#topTab .mdl-badge {
    margin-right: 18px;
}

#topTab .is-active {
    color: white;
}

#topTab button {
    padding: 0 8px;
}

#newList .mdl-card__title,
#favoList .mdl-card__title {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 54px);
}

#service_input {
    margin-bottom: 10px;
}

#service_inputbox {
    padding: 5px;
    display: none;
}

#service_add_group {
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

#back_service_list {
    display: none;
}

#myHistory table {
    width: 100%
}

#myHistory,
#modify {
    display: none;
}

.modify_button_grid {
    text-align: center;
}

#costHistory {
    overflow-x: auto;
}

#fb_login {
    background-color: #3b5998
}

#charge,
#point {
    display: none;
}

#getVerifyCode {
    color: white;
    background-color: darkblue;
}

#sendVerifyCode,
.joinFCM {
    color: white;
    background-color: darkgreen;
}

#phoneField {
    display: block;
}

#verifyField,
#sendVerifyCode {
    display: none;
}

#PhoneVerifyDialog,
#fcmDialog {
    width: 300px;
}

.animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 100;
}

#adult {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    position: fixed;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

#adult video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: brightness(50%);
}

#adult_content {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 1em;
    border-radius: 10px;
    text-align: left;
}

#adult h5 {
    color: #ccc;
    line-height: initial;
}

#adult a {
    color: white;
    border-color: white;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
}

.adult-enter,
.loading_ok {
    opacity: 0;
    transition: 0.5s;
}

#vipResponseDialog,
#vipRequestDialog {
    width: 50%;
}

#vipResponse_ok,
#vipRequest_ok {
    background-color: navy;
    color: white;
}

#vipResponse_no,
#vipRequest_no {
    color: gray;
}

#user_theme {
    color: #fff;
    height: 250px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), url(../img/theme.svg) center / cover;
    align-items: flex-end;
    cursor: pointer;
}

#user_headpic {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    transform: translateY(40px);
    margin-right: 20px;
    cursor: pointer;
    border: 5px solid white;
    object-fit: cover;
}

#user_list {
    height: calc(100vh - 370px);
    overflow-y: auto;
}

#mylist .mdl-list__item {
    background: linear-gradient(to right, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0) 70px, #bdbdbd 70px, #bdbdbd 100%)left bottom no-repeat;
    background-size: 97% 1px;
}

#mylist a {
    cursor: pointer;
}

.file-field {
    position: relative;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#user_head_imgfile {
    transform: translateY(40px);
}

#payHistory .mdl-list__item-sub-title {
    margin-top: 20px;
}

#payHistory {
    padding: 8px;
}

#payHistory li {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 10px 0;
    background-color: white;
    height: 150px;
    align-items: flex-start;
}

#payHistory label {
    padding: 8px;
    border-radius: 10px;
    color: white;
    font-weight: bolder;
    font-size: 0.8em;
}

.label-ok {
    background-color: green;
}

.label-wait {
    background-color: goldenrod;
}

.label-verify {
    background-color: darkred;
}

.label-verify-expire {
    background-color: purple;
}

.sms-lightbox {
    width: 100%;
    position: relative;
}

.sms-lightbox img {
    margin: 5px;
    border-radius: 10px;
    width: 100%;
}

.privateTalk {
    line-height: 28px;
}

.privateTalk-enable {
    filter: hue-rotate(90deg);
}

.search_puber_hidden {
    opacity: 0;
    width: 0;
    padding-left: 0;
}

.search_puber_show {
    opacity: 1;
    border-radius: 10px;
    line-height: 20px;
    padding-left: 7px;
    max-width: 15%;
    font-size: small;
    transition: 0.5s;
}

#ListContainer {
    margin-top: 0px;
}

#feedSlider {
    opacity: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.feedSlider-show {
    opacity: 1 !important;
    transition: 0.5s !important;
}

#feedSlider .mdl-card__actions {
    height: 52px;
    padding: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#feedSlider .mdl-card__title {
    padding: 8px;
    font-size: small;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

#feedSlider .feedSlider-item {
    width: 100%;
    justify-content: space-between;
    color: white;
    text-decoration: none;
    max-height: 400px;
}

#feedSlider img {
    height: 400px;
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.ListVideo {
    height: 30vh;
}

.ListVideo video {
    max-height: 100% !important;
    width: 100%;
    object-fit: contain !important;
}

#full_loading {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    position: fixed;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

#push_login {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    display: none;
    cursor: pointer;
}

#demo_area {
    width: 100vw;
    position: relative;
}

#demo_login_discription {
    right: 10px;
    top: 150px;
    color: white;
    position: fixed;
    background-color: #000;
    box-shadow: 0px 0px 10px 10px #fff;
    border-radius: 10px;
    padding: 20px;
    font-weight: bolder;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 20vw;
    height: 20vw;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20vw;
    height: 20vw;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.room_viewers {
    margin-left: -10px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 2px 4px;
    font-size: small;
    display: flex;
    align-items: center;
    font-weight: bolder;
}

.room_viewers .material-icons {
    font-size: small;
}

#next_page_feed {
    height: 10px;
}

#webapp {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 5;
    width: 100%;
    bottom: 20px;
    opacity: 0.9;
}

.speech-bubble {
    position: relative;
    background: #f6f6f6;
    border-radius: .4em;
    margin: 5px;
    padding: 10px;
}

.speech-bubble img {
    width: 32px;
}

.speech-bubble-title {
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}

.speech-bubble-content {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.speech-bubble-content div {
    flex: 1;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-top-color: #f6f6f6;
    border-bottom: 0;
    margin-left: -18px;
    margin-bottom: -18px;
}

#close_bubble {
    position: absolute;
    right: 5px;
    top: 5px;
}

#close_bubble i {
    color: black !important;
}

#chargeQRDialog img {
    width: 100%;
}

#chargeQRDialog .mdl-dialog__title {
    font-size: 1.5rem;
    padding: 5px;
}

#chargeQRDialog_canvas .mdl-dialog__title {
    font-size: 1.5rem;
    padding: 5px;
}

#chargeQRDialog_canvas .money {
    font-size: 150%;
    color: red;
}

#canvas_qr {
    margin-top: 20px;
}

#canvas_qr canvas {
    width: 100%;
}

.product_float_right {
    width: 16%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.product_float_left {
    width: 16%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 20;
}

.product_float_bottom {
    width: 728px;
    height: 90px;
    position: fixed;
    bottom: 10px;
    left: 10%;
    z-index: 20;
}

#custom_region {
    width: 100%;
    text-align: right;
}

#custom_region select {
    height: 35px;
}

#test_video {
    width: 100%;
}

#CamTestDialog {
    width: 35%;
    top: 20px;
}

#PublishMeDialog .mdl-dialog__content {
    height: auto;
}

#sms_inutbox input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#sms_pic_preview {
    display: flex;
    position: fixed;
    bottom: 100px;
    width: 150px;
    right: 30px;
}

#sms_pic_preview img {
    width: 100%;
}

#sms_pic_preview button {
    position: absolute;
    right: 0;
    color: red;
}

#GreenPayFlow {
    width: 100%;
    margin: 10px 0 10px 0;
}

#chargeKindDialog p {
    text-align: right;
}

#message_area .puber_nick {
    color: #e75480
}

#chargeQRDialog_canvas {
    width: 380px
}

#coin_account {
    font-weight: bolder;
    font-size: 110%;
    margin-top: 10px;
    display: flex;
}

.hide {
    display: none !important;
}

.enter_group {
    display: flex;
    justify-content: center;
}