.no-anim {
    animation: none !important;
    transition:none !important;
}

.largewbspopover .popover-inner {
    width: 500px;
    max-width: 500px;
}

.largewbspopover {
    width: 500px; 
    max-width: 500px;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
}
.table thead th {
    font-size: 0.8rem;
    padding: 0.24rem 0.53rem;
    font-weight: 600 !important;
}
.table tbody tr td {
    padding: 0.24rem 0.53rem;
}
span.recstatus {
    content: "\2022";
    color:#0000ff;
    font-size: 32px;
    line-height: 16px;
 }
 span.recstatus.on {
    color:#ff0000;
 }
 span.recstatus.off {
    color:#0000ff;
 }
 .f1l {
    float:left;
 }
 .blinkingText {
    animation: blink-animation 1s infinite alternate;
 }
 .red {
    color:#ff0000;
 }
 .blue {
    color:#0000ff;
 }
 @keyframes blink-animation {
    from { 
        color: black;
    }
    to {
        color: red;
    }
 }
 .form-group {
    margin-bottom: 0.5rem;
 }
 select.form-select {
    color: #000000;
    outline: 1px solid #aaa;
 }
 .entry-play {
    width:90%; padding: 5px 8px; border-bottom: 2px solid #555; color:#000; font-size: 12px; line-height: 18px; cursor: pointer; float: left;
 }
 .entry-play label {
    line-height: 0.5 !important; height:20px; float: left;
 }
 .entry-play .btn {
    margin-top: -8px; margin-left: 10px;
 }
 .imgpiclg, .imgpicsm, #douploadsm, #douploadlg {
   width:120px; height:80px; float: left; margin-left: 10px; margin-top: 10px; border:2px solid #222;
   background-size: cover; background-repeat: no-repeat; background-position: center center; cursor: pointer;
 }
 #douploadsm .textwho, #douploadlg .textwho {
   width:100%; height: 70px; font-size: 13px; color:#222; text-align: center; vertical-align: middle; pointer-events: none;
 }
 .imgpiclg.active, .imgpicsm.active {
   border:2px solid #ff6000;
 }
 .transfered_green {
   border-bottom:2px solid green;
 }

 .cursor-pointer {
   cursor: pointer !important;
 }
 table#order-listing tr.boost td {
   background-color: #e0f0ff !important;
   box-shadow: inset 0 0 0 9999px #e0f0ff !important;
 }
 
 table#order-listing tr.boost:hover td {
   background-color: #cce7ff !important;
   box-shadow: inset 0 0 0 9999px #cce7ff !important;
 }