/* body, .card, #content  {
    background-color: black;
} */
.divide input {
    margin-right: 5px;
}
.divide a {
    margin-right: 5px;
}
.videos {
    text-align: center;
}
#progress-bar {
    width: 100%;
    background: #f3f3f3;
    height: 20px;
    font-size: 100px;
}
#progress-bar div {
    height: 100%;
    width: 0;
    background-color: #4caf50;
}
#progress-text {
    text-align: center;
    margin-top: 10px;
    font-size: 100px;
}
/* .navbar-nav,
.navbar-nav ul,
.navbar-nav li,
.navbar-nav a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.navbar-nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.navbar-nav li a {
    display: block;
    padding: 0 14px;
    line-height: 15px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.navbar-nav li:first-child a { border-left: none; }
.navbar-nav li:last-child a{ border-right: none; }
 
.navbar-nav li:hover > a { color: #0dcaf0; }

.navbar {
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.navbar{padding:0 .5rem}
.navbar-nav .nav-link {
    display: grid;
}
.nav-link span {
    font-size: 11px;
} */
/* tidak pakai
.nav-link:hover, .nav-link:hover i, .nav-link:hover span {
    color: blue;
}
.nav-link.active, .nav-link.active i, .nav-link.active span {
    font-weight: bold;
    color: white;
    background: darkblue;
} 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0d6efd !important;
}*/

/* Videobox */
.card.videobox .card-body {
  width: 100%;
  padding: unset !important;
  position: absolute;
  color: white;
  bottom: 0;
  color: white;
  background-color: #0706067c;
}
.card.videobox .card-body p {
    font-size: 11px;
    padding: 5px 5px;
    font-weight: 600;
}
.hppelanggan {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 5px;
}

/*red row*/
.table > :not(caption) > * > * {
    background-color: unset !important;
}
.newdata {
    background-color: #CFCF9E;
}
.reddata {
    background-color: #FF9797;
}
.greendata {
    background-color: #A6FFA6;
}
.oldgreen {
    background-color: #CFCF9E;
}

.jedahlist {
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}