@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&amp;display=swap');
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
    font-size: 1.1rem;
    padding: 0;
    font-family: Rubik, sans-serif;
}
h1 {
    font-size: 1.25em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.15em;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/materialicons/v114/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
        format('woff2');
}
.material-icons.md-10 {
    font-size: 10px;
}
.material-icons.md-12 {
    font-size: 12px;
}
.material-icons.md-14 {
    font-size: 14px;
}
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.secondary {
    color: #287ef7;
}
a.secondary:hover {
    color: #559cff;
}
a .icon {
    fill: currentColor;
    vertical-align: text-bottom;
}
p {
    font-size: 1em;
}
.lead {
    font-size: 1.25em;
    line-height: 2em;
}
.icon {
    width: 30px;
    height: 30px;
}
.lime-body {
    display: flex;
    flex-direction: column;
    min-height: 72vh;
}
.hfix {
    flex: 1;
}
.lime-container {
    padding-top: 0px !important;
}
.lime-body {
    padding-bottom:50px;
    padding-top:68px;
    background-repeat: no-repeat;
     background: #f2f5f7;
     min-height:100vh;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width:100%!important;
    background: #f2f5f7;
}
.card,
.card:hover {
    background-color: #fff;
}
.dark-text,
.dark-text a {
    color: #252f4a;
}
.light-text,
.light-text a {
    color: #99a1b7;
}
.notice {
    border-style: dashed !important;
    border-radius: 0.475rem !important;
    padding: 1.1rem !important;
    border: 1px;
    display: flex;
    align-items: flex-start;
    flex: nowrap;
    font-size: 0.89rem;
}
.notice .icn {
    font-size: 24px;
    margin-right: 16px;
}
.notice .content {
    display: flex;
    align-items: flex-start;
    flex: nowrap;
    justify-content: space-between;
    width: 100%;
}
.notice span {
    font-size: 0.82rem;
}
.notice {
    color: #4b5675;
}
.notice h3 {
    color: #071437;
}
.notice h3 {
    color: #071437;
    font-size: 1.08rem;
}
.notice-info {
    background: #e9f3ff;
    border-color: rgba(27, 132, 255), 1;
}
.notice-info i {
    color: rgba(27, 132, 255);
}
.notice-warning {
    background: #fff8dd;
    border-color: rgba(246, 192, 0), 1;
}
.notice-warning i {
    color: rgba(246, 192, 0);
}
.scroll {
    white-space: nowrap;
    overflow-x: scroll;
}
.card-border {
    border: 1px solid #eae4e6;
}
.card-subheader {
    background: #f1f5f3;
    padding: 0.75rem 1.25rem;
}
.card-subheader .btn {
    margin-right: 0.4em;
    margin-left: 0.4em;
}
.box {
    width: 32.8%;
    margin: 0.2%;
    border-radius: 3px;
    padding: 3px;
    align-items: top;
    box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
}
.box:hover {
    background: #fcfcfc;
}
.box div {
    display: inline;
}
.box img {
    float: left;
    margin: 3px;
    border-radius: 3px;
    width: 80px;
    text-align: center;
    line-height: 106px;
}
.text {
    display: block;
    float: left;
    padding: 5px 10px;
    width: calc(100% - 90px);
}
.text p {
    font-size: 1.12em;
    margin-bottom: -6px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text span {
    font-weight: 400;
    font-size: 0.78em;
    opacity: 0.8;
    margin-bottom: -6px;
}
.status {
    display: inline-block;
    padding: 0.39em 0.83em;
    font-size: 0.72rem;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}
.status i {
    padding-right: 3px;
}
.draft {
    background: #ffecda;
    color: #ed9121;
}
.panding {
    background: #f8f4d9;
    color: #3d0c02;
}
.approved {
    background: #d7f9fc;
    color: #000036;
}
.live {
    background: #e9ffdb;
    color: #006400;
}
.reject {
    color: #ce2029;
    background: #fcfcfc !important;
}
@media only screen and (max-width: 1280px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media only screen and (max-width: 992px) {
    .box {
        width: 47%;
        margin: 0px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 5px;
    }
    .player audio {
      width:100%!important;
        z-index: 1000;
    margin-left: 0px;
    background: #f1f3f4;
    margin-left:0px!important;
}
    .text {
        width: calc(100% - 100px);
    }
    .mhide {
        display: none !important;
    }
    .container-fluid {
        padding: 0 !important;
        margin: 2px !important;
    }

}
@media only screen and (max-width: 768px) {
    .notice .content {
        flex-wrap: wrap;
    }
    .notice .content .btn {
        margin-top: 4px;
    }
    .notice .content h3 {
        margin-bottom: 4px;
    }
    .box {
        width: 94%;
        margin: 0px;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5px;
    }
    .text {
        width: calc(100% - 100px);
    }
    .mhide {
        display: none !important;
    }
    .container {
        max-width: 100%;
    }
    .container-fluid {
        padding: 0 !important;
        margin: 2px !important;
        max-width: 100%;
    }
}
.info p {
    font-weight: 500;
    font-size: 0.4em;
    margin-bottom: -2px;
    margin-top: 6px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.info span {
    font-weight: 600;
    margin-top: -2px;
    padding-top: -2px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.infob p {
    font-weight: 500;
    font-size: 0.5em;
    margin-top: -2px;
    margin-bottom: 6px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.infob span {
    font-weight: 600;
    margin-bottom: -2px;
    padding-bottom: -2px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
#albumThumb {
    width: 250px;
    margin-right: 20px;
}
.fl {
    float: left;
}
@media only screen and (max-width: 600px) {
    .fl {
        float: none;
    }
    #albumThumb {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
.tm button {
    margin-right: 20px;
}
.tmm .btnlight:hover {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ddd;
    border-top: 0px;
    text-align: center;
    cursor: pointer;
}
.tm .btnlight {
    font-size: 0.6em;
    color: rgba(108, 88, 179, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(108, 89, 179, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.stts {
    text-align: left;
    padding: 8px 1px;
    margin: auto;
}
.bclass {
    text-align: right;
    padding: 8px 1px;
    margin: auto;
}
.stts div,
.tm .stts,
.tm .bclass {
    display: inline-block;
}
.stts span {
    margin: 0 8px;
    color: blue;
}
.tm art {
    color: #000;
}
.stts .lin {
    background-image: url('/assets/images/line.png');
    padding: 0px 20px;
    background-position: center;
}
@media only screen and (max-width: 600px) {
    .tm art {
        display: none;
    }
    .btnlight {
        height: 20px;
        line-height: 20px;
        width: 20px;
        padding: 8px 1px;
    }
    .tm button {
        margin-right: 8px;
    }
    .stts .lin {
        padding: 0px 10px;
    }
}
.info p {
    font-weight: 400;
    font-size: 0.5em;
    margin-bottom: -2px;
    margin-top: 6px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.info span,
.info .tit {
    font-weight: 400;
    -top: -2px;
    padding-top: -2px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
    font-size: 0.9em;
}
.infob p {
    font-weight: 400;
    font-size: 0.6em;
    margin-top: -2px;
    margin-bottom: 6px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.infob span,
.infob .tit {
    font-weight: 400;
    margin-bottom: -2px;
    padding-bottom: -2px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 3px;
}
.tsatus {
    display: block;
    font-size: 0.85em;
    background-color: #e5e5e5;
    border-radius: 16px;
    padding-left: 16px;
    color: #000;
    margin-right: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    left: 0;
}
.tsatus div {
    display: inline;
}
.icon {
    float: right;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    background-color: #000;
    font-size: 0.86em;
    color: #fcfcfc;
}
.txtg {
    padding-right: 4px;
}
.rtitle,
#maintitle {
    font-size: 1.25rem;
    display: block;
    font-weight: 500;
    font-family: Rubik, sans-serif;
}
.rsubtitle {
    font-size: 0.91em;
    display: block;
    margin-bottom: 32px;
}
.rlist {
    font-size: 0.86em;
    display: block;
    opacity: 0.8;
    margin-top: -4px;
}
.rlist span {
    font-size: 0.82rem;
    text-transform: uppercase;
    opacity: 0.7;
}
@media only screen and (max-width: 600px) {
}
.track-top {
    background: #ccc;
    padding: 6px 20px;
    width: 100%;
    height: 20px;
}
@media only screen and (max-width: 600px) {
    .tlist .hide,
    .tlist .atist,
    .tlist .size {
        display: none;
    }
    .tlist .player {
        width: 90px;
    }
    .tlist .title {
        width: calc(100% - 170px);
    }
}
.tracklist {
    width: 100%;
    padding: 10px 20px;
    display: flex;
}
.tracklist div {
    overflow: hidden;
}
.tracklist img {
    width: 32px;
    height: 32px;
}
.tracklist .img {
    min-width: 32px !important;
    display: block;
    margin: auto 0px;
}
.tracklist .imgb {
    min-height: 32px;
    margin: auto;
    flex: 0 0 80px;
    min-width: 95px;
    padding: 2px 8px 2px;
}
.tracklist .imgd {
    min-height: 32px;
    margin: auto;
    flex: 0 0 90px;
    min-width: 100px;
    padding: 2px 8px 2px;
}
.tracklist .imgc {
    min-height: 32px;
    margin: auto;
    flex: 0 0 85px;
    min-width: 95px;
    padding: 2px 8px 2px;
    opacity: 0.8;
}
.tracklist .txt {
    width: 100%;
    padding: 5px 10px 3px;
}
.line {
    border-bottom: 1px solid #ddd;
    margin: 3px 0px 3px 0px;
    width: 100%;
}
.artist {
    font-size: 0.78em;
}
.titl {
    font-size: 1.11em;
    margin-bottom: 0px;
}
.tracklist span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.r-title {
    padding: 8px;
    font-size: 0.9em;
}
hr.new1 {
    border-top: 1px solid #ddd;
    margin: 3px 0px 3px 0px;
}
.img button,
.img button:hover,
.img button:focus,
img:focus-visible {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
}
.img button:hover {
    background: #f6f6f6;
}
@media only screen and (max-width: 600px) {
    .tracklist .imgc {
        width: 0px;
        display: none;
    }
}
.card-header .badge {
    cursor: pointer;
}
#idFormg .form-control,
#addTrackg .form-control {
    border-top: 0px;
    border-bottom: 1px soild #ddd;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 2px 10px 3px 10px;
    font-size: 16px;
}
#idFormg .form-control:focus,
#addTrackg .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}
#idForm .form-control:disabled,
#addTrack .form-control:disabled {
    cursor: text;
}
#idFormg .form-group label,
#addTrackg .form-group label {
    margin-bottom: 2px;
    padding: 0px 10px;
}
#idFormg .form-group {
    margin-top: 8px;
}
.form-group label {
    font-size: 0.85rem;
    padding: 3px 10px;
    margin-bottom: 1px;
    color: #252f4a;
    font-weight: 500;
}
.art {
    margin-top: 16px;
}
@media only screen and (max-width: 900px) {
    .tracklist .imgb {
        flex: 0 0 90px;
    }
    .modal-xl {
        max-width: 98%;
    }
}
@media only screen and (max-width: 600px) {
    .rsubtitle {
        margin-bottom: 18px;
    }
    .rtitle,
    .rlist,
    .rsubtitle,
    .art #maintitle {
        padding-right: 15px;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .box {
        margin: 0px;
        margin-bottom: 1px;
        width: 100%;
        padding: 2px 20px;
    }
    .card {
        margin-bottom: 0.75rem;
    }
    .col,
    [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom:8px;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px;
    }
}
.erf {
    background: red;
    color: #fcfcfc;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 10px;
    margin: 0px 6px;
    cursor: pointer;
}
.material-icons {
    vertical-align: middle;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
.noobtn {
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
    background: #f0f0f0 !important;
}
.modal-header {
    background: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 18px;
    margin-bottom: 20px;
}
.modal-content {
    background: #fcfcfc;
}
.modal-header .nobtn {
    background: #dfdfdf !important;
}
.modal-footer {
    background: #f7f7f7;
    padding-bottom: 18px;
    padding-top: 20px;
    margin-top: 20px;
}
.delete {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.hrevnue {
    border: 1px solid #ccc;
    padding: 1px 8px 1px 8px;
    margin: 2px;
}
.hrevnue .month {
    font-weight: 500;
    font-size: 0.5em;
    text-align: center;
    opacity: 0.6;
}
.hrevnue .dollar {
    margin-top: -4px;
    display: block;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}
.catlist {
    padding: 8px 0px;
    width: 100%;
}
.catlist div {
    overflow: hidden;
    display: inline-block;
}
.catlist img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}
.catlist .imgb {
    width: 220px;
    margin: auto;
    opacity: 0.8;
    margin-bottom: 3px;
    padding-right: 10px;
}
.catlist .img {
    width: 70px !important;
    margin: auto;
    margin-bottom: -5px;
}
.catlist .imgc {
    width: 250px !important;
    padding: 2px 10px 2px;
    opacity: 0.8;
    margin-bottom: 3px;
}
.catlist .imgd {
    width: 100px;
    text-align: center;
}
.catlist .txt {
    width: calc(100% - 414px);
    padding: 5px 8px 3px;
    margin-bottom: 3px;
}
.catlist .txt1 {
    width: calc(100% - 60px);
    padding: 5px 8px 3px;
    margin-bottom: 3px;
}
.catlist .artist {
    font-size: 0.88em;
}
.titu {
    font-size: 1em;
    margin-bottom: 0px;
}
.hcatlist span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hcatlist {
    width: 100%;
}
.hcatlist div {
    overflow: hidden;
    display: inline-block;
}
.hcatlist img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
}
.hcatlist .imgb {
    width: 280px;
    margin: auto;
    opacity: 0.8;
    margin-bottom: 3px;
}
.hcatlist .img {
    width: 60px !important;
    margin: auto;
    margin-bottom: -5px;
}
.hcatlist .imgc {
    width: 180px !important;
    padding: 2px 10px 2px;
    opacity: 0.8;
    margin-bottom: 3px;
}
.hcatlist .txt {
    width: calc(100% - 331px);
    padding: 5px 10px 3px;
    margin-bottom: 3px;
}
.hcatlist .txt1 {
    width: calc(100% - 70px);
    padding: 5px 10px 3px;
    margin-bottom: 3px;
}
.hcatlist .artist {
    font-size: 0.88em;
}
.titu {
    font-size: 1em;
    margin-bottom: 0px;
}
.hcatlist {
    padding: 4px 25px;
}
.catlist span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
hr.new1 {
    border-top: 1px solid #ddd;
    margin: 3px 0px 3px 0px;
}
.nthp {
    padding: 1rem 1.25rem;
}
.nthxp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.nthyp {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.nthborder {
    border-bottom: 1px solid #f0eeee;
}
.nthlist:nth-child(even) {
    background: #f9f9f9;
}
.nthlist li:nth-child(even) {
    background: #f9f9f9;
}
.catlist:nth-child(even) {
    background: #f9f9f9;
}
.catlist {
    padding: 4px 25px;
}
.blnk {
    text-align: center;
    min-height: 400px;
    padding-top: 170px;
}
.catlist .imgc {
    margin-left: -20px;
}
.tit {
    font-size: 12px;
}
.cat-top {
    background: #fcfcfc;
    padding: 12px 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 2px solid #ddd;
}
.cat-top select {
    background: rgba(238, 238, 238, 0.418) !important;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 3px;
    border: 1px solid #ddd;
    margin: 0px 8px;
}
#catlist {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-height: 300px;
}
.catload {
    margin: auto;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
    background:#fff;
    border:1px solid #ebebeb;
}
.cat-top .btn {
    float: right;
    margin-left: 5px;
}
.mbtn {
    display: none;
}
.clist {
    min-height: 282px;
}
.catnav {
    background: #f8f8f8;
    padding: 12px 18px;
    border-top: 2px solid #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.clist .box {
    background: #fcfcfc;
    border: 1px solid #e2e2e2;
    box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
    border-radius: 4px;
}
.analytics-list {
    list-style: none;
}
.analytics-list li {
    width: 100%;
}
.analytics-list li div {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 4px;
    width: 19.3%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.analytics-list li div:first-child {
    text-align: left;
    padding-left: 20px;
}
.title {
    background: #f6f6f6;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    background: #f7f7f7 !important;
}
.tracklist .btnlight {
    background: #11ffee00;
}
.tracklist .btnlight:active,
.tracklist .btnlight:focus,
.tracklist .btnlight:focus-visible {
    outline: 0px;
}
ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.d25 {
    width: 24.2% !important;
}
.catlist .status,
.hcatlist .status {
    margin-bottom: 10%;
}
@media only screen and (max-width: 920px) {
    .thide {
        display: none;
    }
    .hcatlist {
        padding: 4px 15px;
    }
   .lime-container { margin-left:10px; margin-right:10px; }
   .bcrub_main { margin-left:-10px; margin-right:-10px; width: -webkit-fill-available;; }
    .catlist .imgc,
    .hcatlist .imgc {
        width: 140px !important;
    }
    .catlist .imgb {
        width: 0px;
        display: none;
    }
    .catlist .txt {
        width: calc(100% - 310px);
    }
    .hcatlist .txt {
        width: calc(100% - 291px);
    }
    .mbtn {
        display: block;
        margin-bottom: 12px;
    }
    .mbtn .btn {
        margin: 8px 5px;
        float: right;
    }
    .cat-top select {
        width: 46%;
        margin: 3px 5px;
    }
    .cat-top .btn {
        float: none;
    }
    .clist .box {
        padding-left: 18px;
        padding-right: 16px;
    }
    #catlist .box {
        margin-bottom: 1px;
        margin-left: 0px;
        padding: 2px;
        padding-left: 18px;
        padding-right: 16px;
    }
    .analytics-list li div:first-child {
        padding-left: 10px;
        width: 40% !important;
    }
    .analytics-list li div:nth-child(2) {
        display: none;
    }
    .catlist {
        padding: 5px 6px !important;
    }
    .analytics-list li div {
        width: 16%;
    }
    .cat-top {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}
@media only screen and (max-width: 599px) {
    .mhide {
        display: none;
    }
    .card-header {
        font-size: 1.12rem;
    }
    button,
    input,
    optgroup,
    select,
    textarea,
    .form-control {
        font-size: 0.9rem;
    }
    .lime-container {
        padding: 0px 0px;
    }
    .catlist {
        padding: 5px 6px !important;
    }
    .catlist .imgc,
    .hcatlist .imgc {
        width: 0px;
        display: none;
    }
    .catlist .txt {
        width: calc(100% - 179px);
    }
    .hcatlist .txt {
        width: calc(100% - 168px);
    }
}
@media only screen and (max-width: 460px) {
    .shide {
        display: none;
    }
}
@media only screen and (max-width: 330px) {
    .shide {
        display: none;
    }
    .catlist,
    .hcatlist {
        max-height: 70px !important;
    }
    .hcatlist {
        padding: 5px 12px;
    }
    .catlist .imgc,
    .catlist .status,
    .hcatlist .status {
        width: 0px;
        display: none;
    }
    .catlist .txt,
    .hcatlist .txt {
        width: calc(100% - 68px);
    }
}
.ccard {
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
    border-radius: 4px;
    background-color: #f2f2f2;
}
.line {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.linetext {
    font-size: 0.8rem !important;
    text-align: center !important;
    color: #6b6f82 !important;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}
.line span {
    background: #fcfcfc;
    padding: 0 10px;
}
.hcatlist:nth-child(even) {
    background: #f4f5fa;
}
.ctbox {
    margin-bottom: 20px;
}
.blnk {
    text-align: center;
    min-height: 400px;
    padding-top: 170px;
}
.hcatlist .imgc {
    margin-left: -20px;
}
.tit {
    font-size: 12px;
}
.sub-header {
    padding: 8px 13px;
    background: #fcfcfc;
    margin-top: -10px;
    z-index: 999;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
a {
    color: #457b9d;
}
body {
    color: #1d3557;
}
.card-header {
    color: #000;
}
.empty {
    text-align: center;
    padding-top: 160px;
}
.srfix {
    margin: auto;
}
.avatar {
    position: relative;
    width: 36px;
    height: 36px;
    white-space: nowrap;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #ff6a4b 27%, #ff416a 75%);
}
.player audio {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000;
    margin-left: 280px;
    background: #f1f3f4;
    width: calc(100% - 280px);
}
.catlist {
    padding: 4px 9px;
}
.blnk {
    text-align: center;
    min-height: 400px;
    padding-top: 170px;
}
.catlist .imgc {
    margin-left: -20px;
}
.tit {
    font-size: 12px;
}
.sub-header {
    padding: 8px 13px;
    background: #fcfcfc;
    margin-top: -10px;
    z-index: 999;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.catlist:nth-child(even) {

}
.ctbox {
    margin-bottom: 20px;
}
.catlist {
    border: 1px solid #f0eeee;
    margin:5px 0px;
    background:#fff!important;
}
.cop select {
    border-radius: 0.475rem;
    padding: 0.48rem 1.15rem;
    border: 1px solid #f9f9f9;
    margin: 3px 8px;
    background: #f1f1f4;
    color: #4b5675 !important;
    transition: color 0.2s ease;
    font-size: 0.92rem;
}
.cop form {
    display: inline-block;
}
@media only screen and (max-width: 1160px) {
    .cop form {
        display: block;
    }
    .cop select {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}
.rload {
    margin: auto;
    text-align: center;
    padding-top: 142px;
    padding-bottom: 142px;
}
.user-list li {
    flex-direction: row;
    display: flex;
    border-bottom: 1px dashed #f1f1f4;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}
.user-list li div {
    padding: 2px 10px;
    margin: 0px 4px;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: left;
    overflow: hidden;
}
.user-list li span {
    display: block;
    line-height: 1.3;
}
.user-list li button {
    margin-left: 3px;
}
.user-list li .fright {
    text-align: right;
}
.user-list li .fcenter {
    text-align: center;
}
.user-list li .fleft {
    text-align: left;
}
.user-list li .w50 {
    flex: 0 0 50px;
}
.user-list li .w100 {
    flex: 0 0 100px;
}
.user-list li .w150 {
    flex: 0 0 150px;
}
.user-list li .w200 {
    flex: 0 0 200px;
}
.user-list li .w250 {
    flex: 0 0 250px;
}
.user-list li .w300 {
    flex: 0 0 300px;
}
.user-list li .w350 {
    flex: 0 0 350px;
}
.user-list li .w400 {
    flex: 0 0 400px;
}
.user-list li .auto {
    width: 100%;
}
.user-list img {
    display: inline-block;
    border-radius: 0.475rem;
    height: 50px;
    width: 50px;
}
.user-list li .title {
    font-weight: 500;
    text-transform: uppercase;
}
.table-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.table-list li {
    padding: 5px 18px;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
}
.table-list li div {
    margin: 0px 4px;
    padding: 4px;
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-list li button {
    margin-left: 3px;
}
.table-list li .fright {
    text-align: right;
}
.table-list li .fcenter {
    text-align: center;
}
.table-list li .fleft {
    text-align: left;
}
.table-list li .w50 {
    flex: 0 0 50px;
}
.table-list li .w100 {
    flex: 0 0 100px;
}
.table-list li .w150 {
    flex: 0 0 150px;
}
.table-list li .w200 {
    flex: 0 0 200px;
}
.table-list li .w250 {
    flex: 0 0 250px;
}
.table-list li .w300 {
    flex: 0 0 300px;
}
.table-list li .w350 {
    flex: 0 0 350px;
}
.table-list li .w400 {
    flex: 0 0 400px;
}
.table-list li .auto {
    width: 100%;
}
.table-list li:nth-of-type(even) {
    background: #f4f5fa;
}
.table-list li .title {
    font-weight: 500;
    text-transform: uppercase;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
