.eb-content-vidio{
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.eb-vidio{
    width: 100%;
    min-width: 100%;
}
.eb-list-vidio{
    width: 100%;
    max-width: 100%;
}

.listnyah{
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    height: fit-content;
    display: grid;
    grid-template-columns: 20px auto;
    grid-gap: 8px;
    transition: all 0.4s;
}
.listnyah
.thumbnail-video
{
    background-size: cover;
    height: 60px;
    width: 100px;
}
.listnyah
.det
h4{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.listnyah
.det
span{
    font-size: 10px;
}

.listnyah
.eb-on-play{
    color: #1ABBFF;
    display: none;
}
#my_video_1{
    background: black;
    height: auto;
}
.eb-list-side-vidio{
    height: 100%;
    min-height: 300px;
    max-height: 694px;
    max-height: 80vh;
    overflow-y: scroll;
}
.eb-list-vidio
.user-p
::-webkit-scrollbar {
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 4px;
}
.eb-play{
    background:#51cafe41;
}
@media(min-width: 768px){
    .eb-vidio{
        width: 100%;
        min-width: 100%;
    }
}
@media (min-width: 1000px){
    .eb-list-vidio{
        width: 100%;
        max-width: 400px;
    }
    .eb-vidio{
        width: 100%;
        min-width: 700px;
    }
}
/* comment */
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
}

.avatar-img,
.avatar-initials,
.avatar-placeholder {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.avatar
.avatar-img{
    height: 3rem;
    width: 3rem;
}
.avatar-img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-initials {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 0;
    background-color: #a0aec0;
}

.avatar-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    background: #a0aec0
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e")
    no-repeat center/1.75rem;
}

.avatar-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 20%;
    display: block;
    background-color: #a0aec0;
    border-radius: 50%;
}

.avatar-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.avatar-group .avatar + .avatar {
    margin-left: -0.75rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.avatar-sm,
.avatar-group-sm > .avatar {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
}

.avatar-sm .avatar-placeholder,
.avatar-group-sm > .avatar .avatar-placeholder {
    background-size: 1.25rem;
}

.avatar-group-sm > .avatar + .avatar {
    margin-left: -0.53125rem;
}

.avatar-lg,
.avatar-group-lg > .avatar {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
}

.avatar-lg .avatar-placeholder,
.avatar-group-lg > .avatar .avatar-placeholder {
    background-size: 2.25rem;
}

.avatar-group-lg > .avatar + .avatar {
    margin-left: -1rem;
}

.avatar-light .avatar-indicator {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.avatar-group-light > .avatar {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.avatar-dark .avatar-indicator {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.avatar-group-dark > .avatar {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

/* Font not working in <textarea> for this version of bs */

textarea {
    font-family: inherit;
}
.lebih-banyak{
    width: 100%;
    text-align: center;
}
.lebih-banyak
span
{
    text-align: center;
    font-weight: bold;
    color: #1ABBFF;
    font-size: 17px;
    border-top: 1px solid var(--greyLight-2);
    border-bottom: 1px solid var(--greyLight-2);
    padding: 10px;
}

/* detail */
.kurikulum-vid{
    transition: all 0.4s;
}
summary[role="button"] {
    background-color: rgb(212, 210, 210);
    /* color: rgb(0, 0, 0); */
    padding: 1em;
    border-radius: 1em;
    font-weight: bold;
    cursor: pointer;
}
summary[role="button"]:hover,
summary[role="button"]:focus,
summary::marker {
    color: rgb(0, 0, 0);
}
details {
    margin-bottom: 0.25em;
    border-radius: 1em;
    border: 1 black solid;
    transition: all 0.4s;
}
details ul li ion-icon
{
    font-size: 25px;
}

details ul li span
{
    font-size: 15;
    font-weight: normal;
    color: gray;
}
details ul li h4
{
    font-size: 15px;
    margin: 0;
}
.detnyah{
    padding-top: 20px;
    align-items: center;
    height: fit-content;
    display: grid;
    grid-template-columns: 40px 1fr 80px;
    grid-gap: 8px;
    transition: all 0.4s;
}

.lebih {
    transition: all 0.4s;
}
