body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
}
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #999999;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999999;
}
.badge-danger-notification {
    color: #fff;
    background-color: #e7515a !important;
}
.copy-referral-link {
    margin-top: 26px;
}
#myLink {
    color: #3498DB;
    font-size: 16px;
}
.memLink {
    color: #FFF;
    font-size: 16px;
}
#msg {
    margin-top: 26px;
    color: #8dbf42; 
    font-size: 14px;
}
#copyTarget {
    font-size:  15px !important;
}
.view-link {
    font-size: 10px;
    color: #3498DB;
}
.w-value {
    font-size: 24px !important;
}
.toggleBlocked, .toggleActive {
    color:  #FFF !important;
    cursor:  pointer;
}
.commissionRate {
    width: 120px !important
}
.bootstrap-select.btn-group > .dropdown-toggle {
    padding: .25rem 1.25rem !important
}
.Blink {
    color: #27AE60;
    animation: blinker 0.8s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
}
.inboxNotification {
    color:  #e7515a;
    animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
.requestCount {
    font-size: 9px !important;
    
}
#sidebar ul.menu-categories ul.submenu > li a {
    /* justify-content: flex-start !important; */
}
#available_commission, .available_commission_caption {
    color:  #27AE60 !important;
    font-weight: bold !important;
}
#earnings_commission, .earnings_commission_caption {
    color:  #F39C12 !important;
    font-weight: bold !important;
}

@media screen and (max-width: 768px) {
    .event_name {
        font-size: 1rem;
    }
    .row [class*="col-"] .widget .widget-header h4 { 
        font-size: 1rem !important;       
    }
    .h5, h5 {
        font-size: 1rem !important;
    }

}
h3.event_name {
    font-size: 1.2rem;
}

.video-panel {
    background: #000;
    border: 2px solid #34495E;
    border-radius: 0 0 5px 5px;
    height: auto;
    color: #00f;
    position: relative;
}
.vcontainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
iframe, video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}




