/* RYPP.css */
.RYPP {
    width: 100%;
    position: relative;
    padding-right: 250px;
    background: #1a1a1a;
    overflow: hidden;
}
.RYPP .RYPP-playlist {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
}
.RYPP .RYPP-playlist ol {
    padding: 0 0 16px 0;
    margin: 0;
    list-style: none;
    counter-reset: item;
}
.RYPP .RYPP-playlist ol li {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    padding: 12px 0 12px 12px;
    border-left: 4px solid transparent;
}
.RYPP .RYPP-playlist ol li.selected {
    background-color: #3a3a3a;
    cursor: pointer;
    border-left: 4px solid #f60d2b;
}
.RYPP .RYPP-playlist ol li > p {
    width: 76%;
    margin: 0;
    padding: 0 16px 0 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #cacaca;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}
.RYPP .RYPP-playlist ol li.selected > p {
    color: #fff;
}
.RYPP .RYPP-playlist a {
    color: #fff;
}
.RYPP .RYPP-playlist ol li > p > small {
    margin: 0;
    padding: 0;
    font-size: 80%;
    color: #f60d2b;
    font-weight: 800;
}
/* RYPP.css */

/* style.css */

/* sidebar hitam */
.video-headding {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding: 10px 10px;
    background-color: #222;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.RYPP {
    padding-right: 0;
    margin-bottom: 30px;
}
.RYPP .RYPP-playlist {
    width: 100%;
    position: static;
    float: left;
}
.RYPP ul,
.RYPP li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* sidebar hitam */

/* sidebar tab pane */
.tab-inner {
    overflow: hidden;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
    background-color: #f6f6f6;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0px;
}
.tabs li {
    float: left;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-right: -2px;
    width: 50%;
}
.tabs a {
    background-color: transparent;
    color: #7E7E7E;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}
.current a {
    position: relative;
    border-bottom: 1px solid #f60d2b;
    color: #111;
}
.tab-item-inner {
    display: none;
}
.tab-item-inner:first-child {
    display: block;
}
.box-item {
    position: relative;
    padding-bottom: 20px;
}
.box-item .img-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
}
.box-item .item-details {
    margin-left: 120px;
    min-height: 85px;
}

/** UPDATE 9 FEB 2022 */
.tab-inner .box-item .item-details {
    margin-left: 105px;
    min-height: 80px;
    text-align:left;
}
.bg-color-1 {
    /*background-color: #f60d2b !important;*/
    background-color: #73151A !important;
}
.bg-color-5 {
    background-color: #fbbc05 !important;
}
.item-details .sub-category-title {
    font-family: "Lato", sans-serif;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    margin: 0px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}
.item-details .sub-category-title a {
    color: #fff;
}
.box-item .td-module-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px;
}

/** UPDATE 9 FEB 2022 */
.tab-inner .box-item .td-module-title {
    font-size: 13px;
    line-height: 16px;
    text-align:left;
}
.td-module-title a, .post-wrapper h3 a, .post-style2-detail h3 a, .item h3 a, .post-title-author-details h4 a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}
.post-editor-date {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}
.tab-inner .item-details .post-editor-date {
    margin: 0;
    font-size: 10px;
}
.post-date {
    display: inline-block;
    margin-right: 3px;
    line-height: 1;
    min-height: 17px;
    margin-bottom: 0px;
}
.post-editor-date .post-author-comment i, .post-editor-date .post-date i {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}
/* sidebar tab pane */

/* style.css */