body, html {
    font-family: roboto, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #fff;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important
}

h1 {
    color: #333;
    font-size: 64px;
    font-weight: 800;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px
}

h2 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 42px;
    color: #333;
    text-transform: uppercase
}

h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px
}

p {
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888
}

a {
    color: #222
}

a:hover, a:focus {
    text-decoration: none;
    color: #000
}

ul {
    margin: 0
}

ul, ol {
    list-style: none
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0
}

hr {
    height: 6px;
    width: 70px;
    position: relative;
    background: #444;
    margin-bottom: 20px;
    margin-left: 0;
    border: 0
}

.fresh-green {
    background-color: #2ecc71
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none
}

.section-title {
    margin-bottom: 50px
}

.btn-custom {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    color: #444;
    background-color: transparent;
    border: 2px solid #444;
    padding: 14px 20px;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    margin-top: 20px;
    margin-right: 30px;
    transition: all .5s
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #eee;
    background-color: #444
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12)
}

.mfonts {
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000
}

.mcoverimg, .mcoverimgs {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.reloadimg {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    z-index: 2
}

.reloadimg.animated.fadeOut{
    position: unset!important;
}


.card .view.overlay a .mask.waves-effect {
    z-index: 4
}

@media screen and (min-width:320px) and (max-width:1156px) {
    .mhimg {
        height: 32vh;
        width: 100%
    }

    .triangle-cornermark {
        font-size: .78rem !important
    }

    .mcoverimgh {
        height: 13rem
    }

    .mcoverimgz {
        height: 230px;
        width: 100%
    }
}

@media screen and (min-width:1156px) and (max-width:2100px) {
    .mhimg {
        height: 25vh;
        width: 100%;
        background-position: 50% 50%;
        background-size: cover
    }

    .mcoverimgh {
        height: 13rem
    }

    .mcoverimgz {
        height: 230px;
        width: 100%
    }
}

.card-title {
    color: #000
}

#contact {
    padding: 60px 0;
    background: #34495e
}

#contact h2 {
    font-weight: 400;
    color: #777;
    margin: 60px 0
}

#contact p {
    color: #666;
    margin-bottom: 20px;
    line-height: 24px
}

#contact .social {
    margin-top: 40px
}

#contact .social ul li {
    display: inline-block;
    margin-right: 20px
}

#contact .social i.fa {
    font-size: 26px;
    padding: 4px;
    color: #777;
    transition: all .3s
}

#contact .social i.fa:hover {
    color: #eee
}

#contact form {
    padding: 0
}

#contact .text-danger {
    color: #c03;
    text-align: left
}

label {
    font-size: 12px;
    font-weight: 400;
    float: left
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #aaa;
    background-color: #2c3e50;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control:-moz-placeholder {
    color: #777
}

.form-control::-moz-placeholder {
    color: #777
}

.form-control:-ms-input-placeholder {
    color: #777
}

#contact .btn-default {
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border: 2px solid #666;
    padding: 10px 20px;
    margin: 0;
    font-size: 15px;
    border-radius: 0;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all .3s
}

#contact .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    background-color: #666;
    color: #999
}

#footer {
    background: #262626;
    padding: 50px 0 20px
}

#footer p {
    font-size: 15px;
    color: #666
}

.grade {
    margin-top: .3rem;
    color: #02c39a
}

.btn-sec {
    border: #2c3e50 solid 1px;
    background-color: #2c3e50;
    border-radius: 0;
    outline: none;
    color: #fff
}

.btn-sec:hover {
    border: #fff solid 1px;
    background-color: #2c3e50;
    outline: none;
    color: #fff
}

.btn-sec:focus {
    border: #fff solid 1px;
    background-color: #2c3e50;
    border-radius: 0;
    outline: none
}

.btn-success {
    margin: 3px;
    background-color: #02c39a !important;
    border-color: #02c39a !important
}

.btn-success:hover {
    background-color: #00a896 !important;
    border-color: #00a896 !important
}

.btn-success:focus {
    background-color: #00a896 !important;
    border-color: #00a896 !important
}

.btn-success:active {
    background-color: #00a896 !important;
    border-color: #00a896 !important
}

.btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .btn-success.focus, .btn-success:active.focus, .btn-success.active.focus {
    background-color: #00a896 !important;
    border-color: #00a896 !important;
    outline: none !important;
    box-shadow: none !important
}

.card-body {
    padding: .3rem
}

.card-title {
    margin-bottom: .1rem
}

.carousel-multi-item {
    margin-bottom: 2.3rem
}

.carousel-multi-item .carousel-inner {
    padding-top: .3rem;
    padding-bottom: .3rem
}

.row .card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}
.row .card .view{
    border-radius: .25rem .25rem 0 0;
}
.rhombus-pane {
    display: flex;
    justify-content: center
}

.rhombu-top {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 140px;
    border-radius: 6px;
    margin-bottom: 2px
}

.rhombu-top a {
    height: 37px
}

.rhombus-badge {
    width: 110px;
    letter-spacing: 1px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background-color: #fb3;
    display: inline-block;
    padding: .25em .4em;
    margin: 2px;
    border-radius: 3px;
    height: 33px;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.rhombu-top .rhombus-badge {
    padding: .25em 8px;
    width: 100px
}

.rhombu-top .rhombus-badge:not(.rmore) p {
    text-align: right
}

.rhombus-badge.rmore p {
    text-align: left
}

.rhombus-badge.rmore {
    margin-right: 5px;
    width: 58px;
    background-color: #34495e
}

.rhombus-badge.top-update {
    background-color: #4285f4
}

.rhombus-badge.top-score {
    background-color: #ff3547
}

.rhombus-badge p {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    text-decoration: none;
    font-size: 70%;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff
}
/* index */
@media screen and (min-width: 320px) and (max-width: 1156px) {

    .col-4,
    .col-sm-4 {
        padding-right: .3rem;
        padding-left: .3rem;
    }

    .md-tabs .nav-link {
        padding: 0.2rem 0.3rem;
    }
}

@media screen and (min-width: 1156px) and (max-width: 2100px) {

    .col-4,
    .col-sm-4 {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

.dbadge-box {
    position: absolute;
    z-index: 6;
}

.dbadge-box .badge {
    border-radius: 0rem 10rem 10rem 0rem;
    display: table;
    margin-bottom: .1rem;
    background-color: #33b5e5;
    width: auto;
    padding-right: .4em;
    padding-left: .3em;
}

#nav-tab {
    background-color: #3498db;
    font-size: 0.9rem;
    padding: 0.7rem;
}

.swiper-wrapper {
    padding-bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.search-box {
    width: 100%;
    margin-bottom: .7rem;
}

.search-box input {
    width: 60%;
}

.search-box button {
    width: 4rem;
}

.search-box a {
    width: 8rem;
}

.search-box a:hover {
    color: white;
}

.top-boxsc {
    position: relative;
}

.more-span {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px !important;
    margin: 0px;
}
/* topic/index */
#Search-btns {
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 20px;
}
.font-weight-bold {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#aitemsModalLabel {
    color: black;
}

#bg-canvas {
    position: absolute;
    width: 100%;
    height: 130%;
    top: -90px;
}

.aitemsModalt .modal-body {
    padding: 2rem;
}

.dbadge-box {
    position: absolute;
    z-index: 6;
}

.dbadge-box .badge {
    border-radius: 0rem 10rem 10rem 0rem;
    display: table;
    margin-bottom: .1rem;
    background-color: #33b5e5;
    width: auto;
}

@media screen and (min-width: 1156px) and (max-width: 2100px) {

    .col-4,
    .col-sm-4 {
        padding-right: .3rem;
        padding-left: .3rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 1156px) {
    .aitemsModalt {
        max-width: 100% !important;
    }

    .col-4,
    .col-sm-4 {
        padding-right: .3rem;
        padding-left: .3rem;
    }

    #bg-canvas {
        height: 180%;
    }
}

.albumcoverimgs {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.mcoverimgs {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.album-item-title {
    background-color: white;
    color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    padding: 0 0.1rem;
}

.album-item {
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    border-radius: 0.25rem;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* play */
body {
    max-width: 100%;
    overflow-x: hidden;
}

.playbtn {
    padding: 0.5rem 0.8rem !important;
    margin-bottom: 0.6rem;
    white-space: nowrap;
    font-size: 12px !important;
}

.playbtn_active {
    border: none;
    background: linear-gradient(90deg, #ffffff 50%, transparent 0) repeat-x, linear-gradient(90deg, #ffffff 50%, transparent 0) repeat-x, linear-gradient(0deg, #ffffff 50%, transparent 0) repeat-y, linear-gradient(0deg, #ffffff 50%, transparent 0) repeat-y;
    background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    animation: linearGradientMove .3s infinite linear;
}

@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
}

.sbtn-block {
    margin: 5px -10px 0px 0px;
}
.warning-tooltip {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -4rem;
    margin-left: -6.75rem;
    padding: 0.5rem;
    z-index: 100;
    width: 13.5rem;
    height: 8rem;
    background-color: #4285F4;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.warning-tooltip .contents {
    width: 100%;
    font-size: 14px;
}

.warning-tooltip .btn.btn-sm {
    background-color: white;
    color: #4285F4;
    font-size: 16px;
}

.vjs-poster img {
    display: none;
}

.vjs-track-setting select {
    color: black;
}

.vjs-time-control {
    display: block;
}

.vjs-remaining-time {
    display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
    margin-left: 5px;
    display: inline-block;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
    display: inline-block;
}

.col-md-10 {
    padding-bottom: 3%;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    display: none;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    display: none;
}

.vjs-loading-spinner {
    width: 150px;
    height: 150px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    transform: none;
}

.video-js .vjs-play-progress:before, .video-js .vjs-progress-control .vjs-play-progress:before, .video-js .vjs-remaining-time, .video-js .vjs-volume-level:after, .video-js .vjs-volume-level:before, .video-js.vjs-live .vjs-time-control.vjs-current-time, .video-js.vjs-live .vjs-time-control.vjs-duration, .video-js.vjs-live .vjs-time-control.vjs-time-divider, .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.3em;
    top: -1.3em
}

.video-js .vjs-progress-control .vjs-load-progress, .video-js .vjs-progress-control .vjs-play-progress, .video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0;
}

.video-js .vjs-info {
    width: 2em;
}

.vjs-big-play-button {
    border-radius: 50% !important;
    background: linear-gradient(120deg, #ff595e 30%, #ffca3a 0, #ffca3a 50%, #8ac926 0, #8ac926 70%, #1982c4 0, #1982c4 100%) !important;
    border: 0px solid white !important;
    line-height: 1.95em !important;
    height: 2em !important;
    width: 2em !important;
    margin-left: -1em !important;
    margin-top: -1em !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.vjs-speed {
    cursor: pointer;
    width: 3em !important;
}

.vjs-download {
    cursor: pointer;
}

.vjs-speed .fa, .vjs-download .fa {
    font-size: 16px;
    cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    font-size: 15px;
    position: absolute;
    top: -8px;
    left: 5px;
}

.video-js .vjs-time-control {
    padding: 0px !important;
}

.vjs-control-bar .vjs-time-divider {
    text-align: center;
    min-width: .5rem !important;
}

.btnerr {
    padding: .27rem .33rem !important;
    margin: .2rem .25rem;
    border-radius: 20px;
    font-size: 12px !important;
}

.tooltip-main-avatars {
    background-color: #fccf0a;
    background: rgba(0, 0, 0, 0);
}

.tooltip-main-avatars.bs-tooltip-top {
    backdrop-filter: none !important;
}

.tooltip-main-avatars .tooltip-inner {
    border-radius: 10px;
    background-color: #fccf0a !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.tooltip-main-avatars .arrow::before {
    border-top-color: #fccf0a !important;
    border-bottom-color: #fccf0a;
}

.tooltip-panel-w .tooltip-inner {
    background-color: white;
    color: black;
    height: 50px;
    width: 130px;
    z-index: 9999999;
}

.user-info-panel {
    color: white !important;
    font-family: 'Roboto', sans-serif;
}

.tooltip.show {
    opacity: 1;
}

.tooltip.bs-tooltip-top {
    margin-bottom: 0.4rem;
    padding: 0;
    backdrop-filter: blur(5px);
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: -6px;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0 0 .4rem 0;
}

.tooltip-panel-errors .tooltip-inner {
    background-color: rgba(255, 255, 255, .8);
    color: black;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.tooltip-panel-errors .tooltip-inner div {
    color: black;
    vertical-align: middle;
}

.tooltip-panel-errors .tooltip-inner .bicon, .ablcs .bicon {
    height: 20px;
    width: 20px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: white;
}

.ablcs {
    color: #e74c3c;
}

.ablcs:hover, .ablcs:focus {
    color: #e74c3c;
}

@keyframes rainbow-in {
    0% {
        height: 0;
    }

    100% {
        height: 10981px;
    }
}

@keyframes rainbow-out {
    0% {
        height: 10981px;
    }

    100% {
        height: 0;
    }
}

.yes-collect {
    animation: rainbow-in 0.6s linear normal;
    animation-fill-mode: forwards;
}

.no-collect {
    animation: rainbow-out 0.6s linear normal;
    animation-fill-mode: forwards;
}

.svgcircle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4285f4;
    opacity: 0;
}

@keyframes afcircle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.floorcircle {
    animation: afcircle 2.8s linear normal;
    animation-fill-mode: forwards;
}

#beautifulline {
    border-radius: 2px;
    overflow: hidden;
    right: 3%;
    bottom: 3%;
    cursor: pointer;
    z-index: 2;
}

.beautifulLines {
    position: relative;
    z-index: 10;
    line-height: 1.3;
}

.badge-mts, #beautifulline, .avatar-list-stacked .collect-avatar, .counter.counter-sm, .playbtn, .playbtn:hover, .comment-btn-g button, .comment-btn-g button:hover, .btnerr, .btnerr:hover, .btnerr:focus, .btnerr:active {
    -moz-box-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.counter.counter-sm {
    padding: 1px 4px;
    top: -20px;
    right: 15px;
}

.badge-mts {
    font-size: 90%;
    margin: 0.2rem 0;
}

.star-uborder {
    position: relative;
    top: -10px;
    padding: 2px;
    margin: 5px;
    width: auto;
    color: #333;
    height: auto;
    border: #fccf0a dashed 2px;
}

.star-utiles {
    text-align: center;
    padding: 0px 5px;
    color: #fccf0a;
    margin: 0px;
    font-size: 1rem;
    width: auto;
}

.collect-avatar {
    line-height: 33px;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    display: inline-block;
    background: #fccf0a no-repeat center/cover;
    position: relative;
    text-align: center;
    color: white;
    font-weight: 600;
    vertical-align: bottom;
    font-size: 1.3rem;
    user-select: none;
}

.collect-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: bottom;
    display: inline-block;
}

.avatar-list {
    margin: .1rem;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.avatar-list-stacked .collect-avatar:not(:last-child) {
    margin-right: -0.6em !important;
}

.avatar-list-stacked i {
    color: #fccf0a;
    font-size: 0.8rem;
}

.collect-avatar:first-child:nth-last-child(1), .collect-avatar:first-child:nth-last-child(1)~.collect-avatar {
    width: 3rem;
    height: 3rem;
}

.collect-avatar:first-child:nth-last-child(2), .collect-avatar:first-child:nth-last-child(2)~.collect-avatar {
    width: 2.7rem;
    height: 2.7rem;
}

.collect-avatar:first-child:nth-last-child(3), .collect-avatar:first-child:nth-last-child(3)~.collect-avatar {
    width: 2.5rem;
    height: 2.5rem;
}

.collect-avatar:first-child:nth-last-child(4), .collect-avatar:first-child:nth-last-child(4)~.collect-avatar {
    width: 2.3rem;
    height: 2.3rem;
}

.fas.gender-man {
    color: #4285f4;
}

.fas.gender-woman {
    color: #e84393;
}

.fas.gender-xal {
    color: white;
}

.sidebar-card {
    position: fixed;
    z-index: 20;
    left: -270px;
    width: 270px;
    border-radius: 0;
    bottom: 20%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.sidebar-card .card-body {
    position: relative;
    padding: 0;
    color: white;
}

.sidebar-card .card-body-title {
    padding: .3rem;
    position: relative;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.card-body-title .card-btn-submit {
    padding: .2rem;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 13px;
    background-color: #2ecc71;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.card-body-title .card-btn-submit:hover {
    color: white;
}

.sidebar-btn {
    position: absolute;
    right: -30px;
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.share-url-card {
    bottom: 12.9rem;
    left: -168px;
    width: 168px;
}

.cloud-share-card {
    bottom: 5rem;
}

.share-url-card .card-body-title {
    padding: .1rem;
}

.share-url-card .card-body {
    background-color: #2ecc71;
}

.cloud-share-card .card-body {
    background-color: #3498db;
}

.share-url-btn {
    background-color: #2ecc71;
}

.cloud-share-btn {
    background-color: #3498db;
}

.share-url-card .card-body .cshare-panel {
    height: 10rem;
    padding: .3rem;
}

.my-comment-box {
    padding: 0px 10px;
}

.my-comment-box .comment-textarea-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.comment-box-textarea {
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    color: black;
    outline: none;
    height: 77px;
    touch-action: manipulation;
    border: 2px solid #E3E5E7;
    transition: border-color 0.3s ease-in-out;
    overflow-y: hidden;
}

.my-comment-box .comment-textarea-wrap .limit-num {
    position: absolute;
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}

.my-comment-box .comment-textarea-wrap .comment-box-textarea:focus {
    border: 2px solid #4285f4;
}

.comment-btn-g {
    text-align: right;
}

.comment-btn-g button {
    padding: 0.41rem 0.9rem !important;
    font-size: .73rem !important;
}

.comment-panel {
    margin-top: 25px;
}

.cshare_user, .comment_item .comment_hbox {
    display: flex;
    margin-top: 10px;
}

.comment_item {
    scroll-margin-top: 60px;
}

.comment-panel .comment_item {
    margin-bottom: 20px;
}

.cshare-panel {
    height: 16rem;
    padding: .5rem;
}

.comment_user_info, .cshare_user_info {
    position: relative;
    top: -5px;
    width: 100%;
}

.comment_msg, .cshare_msg {
    float: left;
    width: auto;
    height: auto;
    background-color: white;
    padding: 7px 2px 5px 6px;
    box-sizing: border-box;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.cshare_msg .cshare-content, .comment-content {
    color: black;
    font-size: 12px;
    word-break: break-all;
    line-height: normal;
}

.comment_msg {
    background-color: #e3e3e3;
    padding: 6px;
    margin-bottom: 5px;
}

.cshare_msg::before {
    content: '';
    position: absolute;
    top: 19px;
    left: -3px;
    width: 7px;
    height: 7px;
    margin-top: -10px;
    background: inherit;
    transform: rotate(45deg);
}

.comment_info_ibox, .comment_user_ibox, .cshare_user_ibox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.comment_info_ibox .thumbs i, .comment_info_ibox .thumbs span {
    color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    cursor: pointer;
    margin-left: 2px;
    font-weight: 900;
    transition: color 0.3s ease-in-out;
}

.comment_info_ibox .thumbs i:hover, .comment_reply:hover {
    color: #4285f4 !important;
}

.comment_info_ibox .thumbs i.on {
    color: #4285f4 !important;
}

.comment_user_name span, .comment_user_time span, .cshare_user_name span, .cshare_user_time span {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0.01rem 2px;
    width: auto;
    height: auto;
    position: relative;
    font-size: 12px;
}

.comment_user_ibox {
    margin-bottom: 5px;
}

.comment_user_name span, .comment_user_time span {
    padding: 3px;
}

.cshare_user_name span {
    display: block;
    left: -5px;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
}

.comment_user_avatar, .cshare_user_avatar {
    margin-right: 10px;
}

.comment_user_avatar img, .cshare_user_avatar img {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.comment_user_info .my-comment-box {
    padding: 0px;
    margin-top: 10px;
}

.children_comment_item .comment_item {
    margin-top: 5px;
    margin-bottom: 0px;
}
.children_comment_item .comment_msg{
    background-color: #4285f4;
   
}
.children_comment_item .comment_msg .comment-content{
    color: #fff;
}
.comment-content a .reply-user {
    color: #4285f4;
    margin-right: 5px;
}

.comment-del {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e74c3c;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 22px;
    width: 22px;
    border-radius: 15px;
    color: white;
    line-height: normal;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    cursor: pointer;
}

.cshare_msg_badge {
    padding: .1rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.counter.counter-sm, .badge, .cshare_user_avatar img, .cshare_msg_badge, .comment-del {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.not-share {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.not-share .not-share-text {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

.modal-c-tabs .tab-content {
    padding: .5rem 0 0 0 !important;
}

.form-check .form-check-label {
    width: auto;
    padding-left: 25px !important;
}

.form-check {
    padding-left: 5px;
}

#s-panel .modal-body {
    padding-right: 1rem;
    padding-left: 1rem;
}

.md-form.md-outline {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.select-wrapper input.select-dropdown {
    margin: 0;
}

.select-tips .md-form.md-outline {
    margin: 0;
}

.share-url-btns {
    height: 2.5rem;
    width: 2.5rem;
    margin: .275rem !important;
    padding: .3rem !important;
    font-size: 1.6rem !important;
    border-radius: 0.61rem;
}

.share-url-btns:hover {
    color: white;
}

.share-url-btns img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.btn-svg-qzone {
    background-color: #FFCD00;
}

.btn-svg-douban {
    background-color: #06CF13;
}

.btn-weibo {
    background-color: #E71F19;
}

.btn-telegram {
    background-color: #2CA2DB;
}

.pimgs {
    height: 25vh;
}

#btngroup {
    margin: 10px 0px;
}

.lines {
    margin: 10px 5px;
    padding: 3px;
    border-radius: 10px;
    background: linear-gradient(120deg, #ff595e 0, #ff595e 10%, #ff924c 0, #ff924c 20%, #ffca3a 0, #ffca3a 30%, #c5ca30 0, #c5ca30 40%, #8ac926 0, #8ac926 50%, #36949d 0, #36949d 60%, #1982c4 0, #1982c4 70%, #4267ac 0, #4267ac 80%, #565aa0 0, #565aa0 90%, #6a4c93 0, #6a4c93 100%);
}

.m1080P {
    background-color: #ff4444;
}

.m720P {
    background-color: #4285F4;
}

.m608P {
    background-color: #ffbb33;
}

.m688P {
    background-color: #ffbb33;
}

.FF_REW {
    display: none;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 9.5rem;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    font-size: 16px;
    color: white;
    background-color: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    border-radius: 5px;
    border: 1px solid white;
    backdrop-filter: blur(5px);
}

.FF_VOL {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;
    margin: auto;
}

.FF_VOL .circle-background {
    fill: rgba(255, 255, 255, .3);
    backdrop-filter: blur(15px);
    stroke: rgba(255, 255, 255, .3);
}

.FF_VOL .circle-info .circle-percent {
    fill: white;
}

.FF_METADATA {
    display: none;
    position: absolute;
    height: 90px;
    width: 320px;
    top: 10px;
    left: 10px;
    z-index: 6;
    background-color: rgba(28, 28, 28, .8);
    border-radius: 5px;
    color: white;
}

.FF_METADATA .mdpanel {
    padding: 7px;
}

.FF_METADATA .mdpanel .mdpanel-item .item {
    display: flex;
    margin-top: 2px;
}

.FF_METADATA .mdpanel .mdpanel-item .item .info-title {
    margin-right: 5px;
    width: 41%;
    white-space: nowrap;
}

.FF_METADATA .mdpanel .mdpanel-item .item .info-line-chart {
    margin-right: 5px;
}

.FF_METADATA .mdpanel .mdpanel-item .item span {
    font-size: 13px;
}

.vjs-loaded-icon .vjs-icon-placeholder:after {
    opacity: 0 !important;
}

.vjs-loaded-icon .vjs-icon-placeholder:before {
    opacity: 1 !important;
}

.vjs-big-play-button .vjs-icon-placeholder:before {
    opacity: 0;
}

.vjs-big-play-button .vjs-icon-placeholder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid;
    border-color: transparent white white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: rotationBack 1s linear infinite;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.playbtn .fa-play {
    margin-right: 5px;
}

.ai-spitems {
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ai-frist {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: black;
    font-size: 15px;
    overflow: hidden;
}

.ai-uin {
    display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ai-user {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ai-leavewords {
    color: black;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
}

.ai-money {
    color: #fbc02d;
}

.ai-fee {
    font-size: 15px;
    margin-left: 10px;
}

.ai-lostt {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.ai-time {
    color: darkgrey;
    font-size: 11px;
}
.navbar {
    border-radius: 0px 0px 15px 15px;
}

#topnavs {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    border-radius: 0px 0px 15px 15px;
}

.navbar-brand,
.navbar-toggler,
.navbar-collapse {
    z-index: 1032;
}

.navbar .dropdown-menu a {
    padding: .1rem;
}

.tier {
    position: absolute;
    top: 0;
    left: -6.7rem;
    width: 157%;
    height: 100%;
    z-index: 1031;
}

.rainbow {
    display: flex;
    transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}

.block-color {
    height: 22.6rem;
    width: 100%;
}

#color0 {
    border: 1px solid #ff595e;
    background-color: #ff595e;
}

#color1 {
    border: 1px solid #ff924c;
    background-color: #ff924c;
}

#color2 {
    border: 1px solid #ffca3a;
    background-color: #ffca3a;
}

#color3 {
    border: 1px solid #c5ca30;
    background-color: #c5ca30;
}

#color4 {
    border: 1px solid #8ac926;
    background-color: #8ac926;
}

#color5 {
    border: 1px solid #36949d;
    background-color: #36949d;
}

#color6 {
    border: 1px solid #1982c4;
    background-color: #1982c4;
}

#color7 {
    border: 1px solid #4267ac;
    background-color: #4267ac;
}

#color8 {
    border: 1px solid #565aa0;
    background-color: #565aa0;
}

#color9 {
    border: 1px solid #6a4c93;
    background-color: #6a4c93;
}

.gaze-fonts {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
    animation: gaze-draw 4s ease-in-out;
    -webkit-animation: gaze-draw 3s ease-in-out;
    stroke-width: 2;
}

@keyframes gaze-draw {
    0% {
        stroke-dashoffset: 300;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.nav-item {
    text-align: center;
}

#userDropdownMenuLink::after {
    display: none;
}

.gaze_avatar {
    width: 2.5rem;
    height: 2.5rem;
}

.gaze_avatar img {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
    width: 100%;
    height: 100%;
}

.notice-badges {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 17px;
    height: 17px;
    border-radius: 15px;
    font-size: 12px;
    color: white;
    background-color: #ff3547;
}

.dropdown-item .notice-badges {
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
}

.animated-icons {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icons span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icons span {
    background: #e3f2fd;
}

.animated-icons span:nth-child(1) {
    top: 0px;
}

.animated-icons span:nth-child(2),
.animated-icons span:nth-child(3) {
    top: 10px;
}

.animated-icons span:nth-child(4) {
    top: 20px;
}

.animated-icons.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icons.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icons.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icons.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.hide{
    display: none;
}
.mac_pop_msg_bg{position: fixed; z-index: 129; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
.mac_pop_msg { z-index:99999; display: none; min-height: 20px; max-height: 750px; position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 25px;  z-index: 130;  border-radius: 8px;  background-color: rgba(0,0,0,.8);  box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.mac_pop_msg .pop-msg{  text-align:center;  font-size: 14px;  }
