:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --redSoft: #e44146;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --darkBlue: #00008B;
    --darkFullBlue: #191970;
}

.brand-link {
    padding: 0.2rem 0.5rem !important;
}

.shadow-1 {
    box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.main-header {
    border-bottom: 0px !important;
}

.content-wrapper {
    background: #fff;
}

.title-dash {
    width: 300px;
    margin: auto 0;
    font-weight: 700;
    font-size: 17px;
}

.form-custom1 {
    border-radius: 18px;
    background: #fdfdfd !important;
    border: 1px solid #f5f4f7 !important;
    font-size: 13px;
    height: calc(2.25rem + 0px) !important;
    margin: auto 0;
}

.form-custom2 {
    border-radius: 18px 0px 0px 18px;
    background: #fdfdfd !important;
    border-right: 0px;
    border-left: 1px solid #f5f4f7 !important;
    border-top: 1px solid #f5f4f7 !important;
    border-bottom: 1px solid #f5f4f7 !important;
    font-size: 11px !important;
    height: calc(2rem + 0px) !important;
}

.form-custom3 {
    background: #fdfdfd !important;
    border-radius: 0px 18px 18px 0px !important;
    border-right: 1px solid #f5f4f7 !important;
    border-top: 1px solid #f5f4f7 !important;
    border-bottom: 1px solid #f5f4f7 !important;
    height: calc(2rem + 0px) !important;
    border-left: 0px;
    font-size: 11px !important;
    color: #c0c0c0;
}

.form-custom-input {
    border-radius: 7px 0px 0px 7px;
    background: #f5f5f5f5 !important;
    border-right: 0px;
    border-left: 1px solid #f5f4f7 !important;
    border-top: 1px solid #f5f4f7 !important;
    border-bottom: 1px solid #f5f4f7 !important;
    font-size: 11px !important;
    height: calc(1.9rem + 0px) !important;
}

.form-custom-group {
    background: #f5f5f5f5 !important;
    border-radius: 0px 7px 7px 0px !important;
    border-right: 1px solid #f5f4f7 !important;
    border-top: 1px solid #f5f4f7 !important;
    border-bottom: 1px solid #f5f4f7 !important;
    height: calc(1.9rem + 0px) !important;
    border-left: 0px;
    font-size: 12px !important;
    color: #c0c0c0;
}

.w-20 {
    width: 20%;
}

.middle-txt {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
}

.main-sidebar,
.main-sidebar::before {
    width: 220px;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.glyphicon,
.nav-sidebar>.nav-item .nav-icon.ion {
    font-size: 12px;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

@media (min-width: 768px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 220px;
    }

    body:not(.sidebar-mini-md) .content-wrapper-custom-1,
    body:not(.sidebar-mini-md) .main-footer-custom-1,
    body:not(.sidebar-mini-md) .main-header-custom-1 {
        transition: margin-left 0.3s ease-in-out;
        margin-left: 150px;
    }
}

.layout-fixed .brand-link {
    width: 220px;
}

.font-user {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #4f4f4f;
}

.font-user2 {
    font-size: 9px;
    margin-bottom: 2px;
    color: #4f4f4f;
    font-weight: 400;
}

.font-black {
    color: #4f4f4f !important;
}

.font-blue {
    color: #09599a !important;
}

.text-menu {
    font-size: 13px;
    margin: 20px 22px 0px 22px;
    color: #aea6a6;
}

.nav-link {
    display: block;
    padding: 0.3rem 1rem 0.3rem 0;
}

.main-footer {
    font-size: 11px;
}

.card-default {
    border-radius: 8px;
    padding: 15px 15px;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.text-icon {
    color: #e44444;
    opacity: 0.7;
}

.card-default-left {
    border-radius: 8px 0px 0px 8px;
    padding: 15px 15px;
    max-width: 100%;
    min-height: 100%;
    background: #fff;
}

.card-default-right {
    border-radius: 0px 8px 8px 0px;
    padding: 15px 15px;
    max-width: 100%;
    min-height: 100%;
    background: #fff;
}

.bg-red1 {
    background: #f52731;
}

.bg-dark1 {
    background: #393939;
}

.text-white1 {
    color: #fdfdfd;
}

.circle-1 {
    width: 60px;
    height: 60px;
    background: inherit;
    border: 1px solid #fdfdfd;
    border-radius: 50px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.circle-2 {
    background: #fff;
    opacity: 0.4;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
}

.m-auto {
    margin: auto;
}

.m-auto-nav {
    margin: initial;
}

.icon-custom {
    font-size: 12px;
    display: flex;
    justify-content: center;
    color: #fdfdfd;
    margin-bottom: -4px;
}

.text-subtitle {
    margin-bottom: 2px;
    font-size: 11px;
    color: #fdfdfd;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 8px;
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-13px);
    transition: 0.4s;
}

input:checked+.slider:before {
    transform: translateX(13px);
    background: #bf1a1a;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px #bf1a1a, 0 0 2px #bf1a1a;
}

.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #fff;
}

.switch.flat input:checked+.slider:before {
    background: white;
}

.switch.flat input:checked+.slider {
    background: #bf1a1a;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.label-danger {
    background-color: #d9534f;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    border-radius: 8px;
    content: "";
    height: 8px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 23px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 12px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease-in-out;
    width: 12px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

.custom-button {
    height: 24px;
    font-size: 10px;
    margin: auto;
}

.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 16px;
    transition: 0.3s;
    font-size: 11px;
    color: #c0c0c0;
}

.tab button:hover {
    color: #4f4f4f;
    font-weight: 600;
}

.tab button.active {
    color: #4f4f4f;
    font-weight: 600;
}

.tabcontent_left {
    display: none;
    padding: 6px 0px;
}

.tabcontent_right {
    display: none;
    padding: 6px 0px;
}

.text-orange {
    color: var(--orange);
}

.text-green {
    color: var(--success);
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00008B;
}

.badge {
    padding: 0.4em 0.5em;
    font-size: 60%;
}

.box-footer {
    bottom: 0;
    position: absolute;
    text-align: center;
    margin: 10px 20px;
}

.justify-center {
    justify-content: center;
}

.btn-white {
    color: #4f4f4f;
    background-color: #fdfdfd;
    border-color: #c0c0c0;
    box-shadow: none;
}

.btn-white:hover {
    color: #4f4f4f;
    background-color: #dedcdc;
    border-color: #d0d0d0;
}

.btn-white.focus,
.btn-white:focus {
    color: #4f4f4f;
    background-color: #c0c0c0;
    border-color: #d0d0d0;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #4f4f4f;
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.tag-container {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #e0d9d9;
    margin: 10px 0;
    border-radius: 4px;
    padding: 15px 0px;
}

.tag {
    pointer-events: none;
    background-color: #00008B;
    color: white;
    padding: 6px;
    margin: 2px 5px;
    font-size: 10px;
    border-radius: 7px;
}

.tag::after {
    pointer-events: all;
    display: inline-block;
    content: "x";
    background: rgba(0, 0, 0, 0.3);
    line-height: 15px;
    height: 15px;
    width: 15px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-left: 10px;
}

.soc-icon {
    height: 38px;
    width: 38px;
    display: flex;
    padding: 10px;
    border-radius: 7px;
}

.bg-ig {
    background: #fd2f83;
}

.bg-fb {
    background: #5656ce;
}

.bg-tw {
    background: #56c6cb;
}

.bg-yt {
    background: #fc4849;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    position: relative;
}

.box-soc {
    border: 1px solid #e3dada;
    padding: 10px;
    border-radius: 10px;
    max-width: 100%;
    min-height: 100%;
    display: flex;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 13px;
    height: 13px;
}

.custom-control-label::after {
    left: -1.54rem;
}

.ui-slider .ui-slider-handle {
    border-radius: 50px !important;
}

.ui-widget-header {
    border: 1px solid #00008B;
    background: #00008B !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #00008B !important;
    background: #fdf5ce !important;
    font-weight: bold;
    color: #00008B !important;
    border-radius: 50px !;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

.nav-menu-l {
    font-size: 11px;
    border-left: 1px solid #c0c0c0;
    font-weight: 500;
}

.nav-menu-r {
    font-size: 11px;
    border-right: 1px solid #c0c0c0;
    font-weight: 500;
}

.navbar {
    box-shadow: 1px 4px 10px -1px rgb(224 224 224);
    position: relative;
    display: flex;
    padding: 0.5rem 0.5rem;
    z-index: 99;
}

.nav-custom {
    padding: 0 50px;
    position: -webkit-sticky;
}

.box-caption {
    width: 100%;
    height: 35%;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bdc3c745;
    background: -webkit-linear-gradient(to top, #151c22, #bdc3c700);
    background: linear-gradient(to top, #151c22, #bdc3c700);
}

.box-caption-1 {
    width: 100%;
    height: 30%;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bdc3c745;
    background: -webkit-linear-gradient(to top, #151c22, #bdc3c700);
    background: linear-gradient(to top, #151c22, #bdc3c700);
}

.box-caption-2 {
    width: 95.5%;
    max-height: 100%;
    border-radius: 3px 3px 0px 0px;
    position: absolute;
    margin-top: -38px;
    margin-left: 1px;
    background: #bdc3c745;
    background: -webkit-linear-gradient(to top, #151c22, #bdc3c745);
    background: linear-gradient(to top, #151c22, #bdc3c745);
    padding: 10px;
}

.box-caption>.box-height {
    padding: 10px 15px;
}

.box-caption-1>.box-height {
    padding: 10px 15px;
}

.frame-circle {
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #fff;
    display: flex;
}

.frame-circle-2 {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: #e6e1e1;
    display: flex;
}

.text-red {
    color: rgb(56 56 220) !important;
}

.text-green {
    color: #3db786 !important;
}

.text-gray2 {
    color: #c0c3c5 !important;
}

.box-footer-2 {
    background: #fafafa;
    border-radius: 0px 0px 4px 4px;
    padding: 8px 10px;
    border-top: 1px solid #f5f2f2;
}

.padding-box-2 {
    padding: 5px 10px;
}

.img-jurnalis {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.box-jurnalis {
    border-radius: 5px;
    background: #f3f2f8;
}
.box-jurnalis-3 {
    border-radius: 5px;
    background: #f3f2f8;
}

.label-red {
    max-height: 100%;
    max-width: 100%;
    background: rgb(25 25 112);
    position: absolute;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 8px;
    color: var(--white);
    right: 0;
    margin-right: 14px;
    margin-top: 7px;
}

.label-red-2 {
    max-height: 100%;
    max-width: 100%;
    background: rgb(25 25 112);
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 5px;
    color: var(--white);
    left: 0;
    margin-left: 14px;
    margin-top: -4em;
}

.label-red-3 {
    max-height: 100%;
    max-width: 100%;
    background: rgb(25 25 112);
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 8px;
    color: var(--white);
    right: 0;
    margin-right: 6em;
    margin-top: 15px;
    text-transform: uppercase;
}

.label-red-4 {
    max-height: 100%;
    max-width: 100%;
    background: rgb(25 25 112);
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 8px;
    color: var(--white);
    right: 0;
    margin-right: 24em;
    margin-top: 15px;
    text-transform: uppercase;
}

.cl-coklat-2 {
    color: #c3907a;
}

.time-text {
    font-size: 9px;
    text-transform: uppercase;
    margin: 5px 0;
}

.box-list {
    display: flex;
    background: #fff;
    border-top: 1px solid #f5f4f4;
    padding: 10px;
}

.box-list-2 {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f5f4f4;
    padding: 10px;
}

.box-list-2-two {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f5f4f4;
    padding: 10px;
}

.box-list-3 {
    background: #fff;
    border-top: 1px solid #f5f4f4;
    padding: 8px 0;
}

.box-img {
    margin: auto 5px auto 0;
    width: 35%;
}

.box-img-2 {
    margin: 0 5px auto 0;
    width: 20%;
}

.box-img-4 {
    margin: auto 5px auto 0;
    width: 35%;
    height: 50px;
}

.box-img-5 {
    margin: auto 5px auto 0;
    width: 90px;
    height: 50px;
}

.font-weight-thick {
    font-weight: 400 !important;
}

.card-default-2 {
    background: #fff;
    max-height: 100%;
    max-width: 100%;
    border-radius: 3px;
    margin: 5px 0;
}

.card-default-3 {
    background: #fff;
    max-height: 100%;
    max-width: 100%;
    border-radius: 3px;
    margin: 0;
}

.card-default-4 {
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    box-shadow: 1px 4px 10px -1px rgb(224 224 224);
}

.card-default-header {
    background: #1e02a6;
    padding: 10px 10px;
    border-bottom: 1px solid #f3eeee;
    display: flex;
}

.card-default-body {
    padding: 10px 20px;
}

.box-list-connect {
    border-bottom: 1px solid #f7f6f6;
    padding: 10px 0;
}

.title-header {
    font-size: 14px;
    font-weight: 500;
    margin: auto 0;
    text-transform: uppercase;
    color: #ffffff;
}

.icon-font-1 {
    color: #4f4f4f;
    font-size: 12px;
}

.pd-1 {
    padding: 10px;
}

.card-connect {
    background: #faf9fe;
    border: 1px solid #f3eeee;
    border-radius: 5px;
    display: flex;
}

.box-fb {
    background: #5153fe;
    padding: 6px;
    width: 25%;
    border-radius: 5px 0px 0px 5px;
    display: flex;
}

.box-tw {
    background: #5398f7;
    padding: 6px;
    width: 25%;
    border-radius: 5px 0px 0px 5px;
    display: flex;
}

.box-ig {
    background: #9556fd;
    padding: 6px;
    width: 25%;
    border-radius: 5px 0px 0px 5px;
    display: flex;
}

.box-count {
    padding: 3px 10px;
}

.main-count {
    font-size: 12px;
    text-align: left;
    margin-bottom: 2px;
}

.main-detail {
    font-size: 9px;
    margin-bottom: 1px;
    color: #c0c0c0;
    text-transform: uppercase;
}

.btn-gray-1 {
    color: #8a8a8a;
    background-color: #d9dad5;
    border-color: #d9dad5;
    box-shadow: none;
}

.btn-gray-1:hover {
    color: #8a8a8a;
    background-color: #b5b5b4;
    border-color: #d0d0d0;
}

.btn-gray-1.focus,
.btn-gray-1:focus {
    color: #8a8a8a;
    background-color: #b5b5b4;
    border-color: #d0d0d0;
    box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-gray-1.disabled,
.btn-gray-1:disabled {
    color: #8a8a8a;
    background-color: #b3b3b1;
    border-color: #b3b3b1;
}

.btn-gray-1:not(:disabled):not(.disabled).active,
.btn-gray-1:not(:disabled):not(.disabled):active,
.show>.btn-gray-1.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-gray-1:not(:disabled):not(.disabled).active:focus,
.btn-gray-1:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-gray-2 {
    color: #fff;
    background-color: #d9dad5;
    border-color: #d9dad5;
    box-shadow: none;
}

.btn-gray-2:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-gray-2.focus,
.btn-gray-2:focus {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-gray-2.disabled,
.btn-gray-2:disabled {
    color: #8a8a8a;
    background-color: #b3b3b1;
    border-color: #b3b3b1;
}

.btn-gray-2:not(:disabled):not(.disabled).active,
.btn-gray-2:not(:disabled):not(.disabled):active,
.show>.btn-gray-2.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-gray-2:not(:disabled):not(.disabled).active:focus,
.btn-gray-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.h-100 {
    height: 100%;
}

.btn-dark-gray {
    color: #fafafa;
    background-color: #6f7985;
    border-color: #6f7985;
    box-shadow: none;
}

.btn-dark-gray:hover {
    color: #fafafa;
    background-color: #c1c3c6;
    border-color: #d0d0d0;
}

.btn-dark-gray.focus,
.btn-dark-gray:focus {
    color: #fafafa;
    background-color: #c1c3c6;
    border-color: #d0d0d0;
    box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
    color: #fafafa;
    background-color: #b3b3b1;
    border-color: #b3b3b1;
}

.btn-dark-gray:not(:disabled):not(.disabled).active,
.btn-dark-gray:not(:disabled):not(.disabled):active,
.show>.btn-dark-gray.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.btn-dark-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: none, 0 0 0 0 rgba(171, 168, 169, 0.5);
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.box-left-video {
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    height: 575px;
}

.container-video {
    max-height: 100%;
    width: 100%;
    background: #323232;
    padding: 5em 7em;
    margin-top: 2em;
}

.box-list-video {
    border-bottom: 1px solid #f3f0f0;
    padding: 5px 0;
    margin-bottom: 5px;
}

.video-size {
    width: 100%;
    height: 119px;
    border: 0px;
    object-fit: cover;
}

.title-category {
    font-size: 9px;
    text-transform: uppercase;
}

.time-red {
    font-size: 9px;
    color: #e82329;
}

.text-detail-video {
    font-size: 12px;
    color: #c0c0c0;
    font-weight: 400;
}

.text-short {
    font-weight: 400;
    color: #c1c3c6;
    font-size: 13px;
    line-height: 1.5;
}

.box-footer-user {
    background: #282d31;
    color: #fff;
    text-align: center;
    width: 100%;
    min-height: 100%;
    padding: 20px 20px;
}

.img-user-2 {
    width: 100%;
    border-radius: 50px;
}

.img-user-3 {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.text-time-d {
    font-size: 9px;
    font-weight: 400;
    color: #c1c3c6;
}

.scrollbar {
    margin-bottom: auto;
    width: 300px;
    height: 65px;
    background: #f5f5f5;
    overflow-x: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-width: 450px;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.box-scroll {
    width: 100%;
    overflow-y: auto;
    border-radius: 5px;
    padding: 6px 0px;
    margin: 5px auto;
}

.Content {
    width: 100%;
}

.Flipped,
.Flipped .Content {
    transform: rotateX(180deg);
}

::-webkit-scrollbar {
    width: 7px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 0px;
    height: 3px;
    margin: 5px;
}

::-webkit-scrollbar-thumb {
    background: #6f42c1;
    border-radius: 10px;
    height: 3px;
    margin: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(205, 161, 161);
}

.box-scroll::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

.box-scroll::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 0px;
    height: 3px;
    margin: 5px;
}

.box-scroll::-webkit-scrollbar-thumb {
    background: #6f42c1;
    border-radius: 10px;
    height: 3px;
    margin: 5px;
}

.box-scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(227, 80, 80);
}

.sidebar::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background: transparent;
}

.sidebar::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.title-1 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.title-1first {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0rem !important;
}

@media (min-width: 768px) {
    .title-1 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 0rem !important;
    }

    .title-1first {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 1rem !important;
    }
}

@media (max-width: 540px) {
    .title-1 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 1rem !important;
    }
}

@media (min-width: 540px) and (max-width: 780px) {
    .title-1 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 0rem !important;
    }
}

.title-2 {
    font-size: 18px;
    font-weight: 500 !important;
    color: #4f4f4f;
}

.zoom-effect-main {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.kotak-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kotak-main img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.zoom-effect-main:hover .kotak-main img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.card-main:hover>a>.box-caption {
    width: 100%;
    height: 35%;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bdc3c745;
    background: -webkit-linear-gradient(to top, #00008B, #bdc3c700);
    background: linear-gradient(to top, #00008B, #bdc3c700);
}

.card-main:hover>a>.box-caption .text-main {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    font-size: 25px;
}

.zoom-effect {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.kotak {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
}

.kotak img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.zoom-effect:hover .kotak img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.img-news-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.text-vote {
    display: flex;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
}

.avatar img {
    border-radius: 50%;
    position: relative;
    left: -5px;
    margin-left: -15px;
    z-index: 1;
    object-position: top;
    object-fit: cover;
}

.avatars {
    direction: rtl;
    text-align: left;
    padding-left: 25px;
}

.love_icon {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23c0c3c5'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 15px !important;
}

.share_icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0c3c5'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 12px !important;
}

.google_icon {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2300ac47' d='M23.75,16A7.7446,7.7446,0,0,1,8.7177,18.6259L4.2849,22.1721A13.244,13.244,0,0,0,29.25,16' /%3E%3Cpath fill='%234285f4' d='M23.75,16a7.7387,7.7387,0,0,1-3.2516,6.2987l4.3824,3.5059A13.2042,13.2042,0,0,0,29.25,16' /%3E%3Cpath fill='%23ffba00' d='M8.25,16a7.698,7.698,0,0,1,.4677-2.6259L4.2849,9.8279a13.177,13.177,0,0,0,0,12.3442l4.4328-3.5462A7.698,7.698,0,0,1,8.25,16Z' /%3E%3Cpolygon fill='%232ab2db' points='8.718 13.374 8.718 13.374 8.718 13.374 8.718 13.374' /%3E%3Cpath fill='%23ea4435' d='M16,8.25a7.699,7.699,0,0,1,4.558,1.4958l4.06-3.7893A13.2152,13.2152,0,0,0,4.2849,9.8279l4.4328,3.5462A7.756,7.756,0,0,1,16,8.25Z' /%3E%3Cpolygon fill='%232ab2db' points='8.718 18.626 8.718 18.626 8.718 18.626 8.718 18.626' /%3E%3Cpath fill='%234285f4' d='M29.25,15v1L27,19.5H16.5V14H28.25A1,1,0,0,1,29.25,15Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 15px !important;
}

.text-narasi {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
}

.btn-red {
    color: #fff;
    background-color: #e82329;
    box-shadow: none;
}

.btn-blue {
    color: #fff;
    background-color: rgb(56 56 220);
    box-shadow: none;
    
  }

.btn-red:hover {
    color: #fff;
    background-color: rgb(234, 175, 175);
    border-color: #d0d0d0;
}

.btn-red.focus,
.btn-red:focus {
    color: #fff;
    background-color: rgb(234, 175, 175);
    border-color: #d0d0d0;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #e82329;
    border-color: #e82329;
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-white-2 {
    color: #4f4f4f;
    background-color: #fdfdfd;
    border-color: #c0c0c0;
    box-shadow: none;
}

.btn-white-2:hover {
    color: #f52731;
    background-color: #fdfdfd;
    border-color: #f52731;
}

.btn-white-2.focus,
.btn-white-2:focus {
    color: #f52731;
    background-color: #fdfdfd;
    border-color: #f52731;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
    color: #4f4f4f;
    background-color: #fdfdfd;
    border-color: #fdfdfd;
}

.btn-white-2:not(:disabled):not(.disabled).active,
.btn-white-2:not(:disabled):not(.disabled):active,
.show>.btn-white-2.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-white-2:not(:disabled):not(.disabled).active:focus,
.btn-white-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-white-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.footer-sosmed {
    padding: 18px 0px;
    border-top: 1px solid #fdf5f5;
    border-bottom: 1px solid #fdf5f5;
}

.box-img-3 {
    height: 130px;
    width: 200px;
    margin-right: 10px;
}

.img-news-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.parent-img-news-4 {
    max-height:30vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-around;
}

.img-news-4 {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 10px;
    padding: 3px;
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.title-cat {
    font-size: 11px;
    color: rgb(56 56 220);
    text-transform: uppercase;
    font-weight: 600;
}

.nav-custom {
    position: sticky;
    top: 0;
    padding: 3px 0px;
    width: 100%;
    z-index: 2;
    font-family: "Poppins", sans-serif;
}

.box-carousel {
    margin: 20px 35px;
}

.breadcrumb {
    background: none !important;
    font-size: 12px;
}

.img-news-3 {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.img-news-5 {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    padding: 4px;
}

.item-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    background: #f9f8f8;
}

.page-link {
    color: #4f4f4f;
    border: 1px solid #e6e2e2;
}

.page-link:hover {
    z-index: 2;
    color: #4f4f4f;
    background-color: #6f42c1;
    border-color: #efdddd;
}

.page-item.disabled .page-link {
    color: #bcc4cc;
    pointer-events: none;
    cursor: auto;
    background-color: #f9f8f8;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.layout-fixed .main-sidebar-custom-1 {
    bottom: 0;
    float: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
}

:not(.layout-fixed) .main-sidebar-cutom-1 {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0;
}

.main-sidebar-custom-1 {
    height: 100vh;
    overflow-y: hidden;
    z-index: 1038;
    font-family: "Poppins", sans-serif;
}

.main-sidebar-custom-1,
.main-sidebar-custom-1::before {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 150px;
}

.content-wrapper-custom-1>.content {
    padding: 0 0.5rem;
}

.main-sidebar-custom-1>.brand-link {
    width: 150px;
}

.nav-list-custom {
    padding: 5px 0px;
    text-align: center;
    margin: 6px 0;
}

.nav-icon-custom {
    font-size: 0.8em;
    color: #4f4f4f;
}

.nav-icon-custom-1 {
    font-size: 1em;
    color: #4f4f4f;
}

.nav-font {
    font-size: 10px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 0px;
}

.nav-list-custom:hover {
    transition: 0.6s;
    background: #c9c7c792;
    border-right: 3px solid #e82329;
}

.nav-list-custom:hover .nav-icon-custom,
.nav-list-custom:hover .nav-font {
    color: #4f4f4f;
}

.cl-blue {
    color: #1895db;
}

.btn-outline-red {
    color: #e82329;
    background-color: #fdfdfd;
    border-color: #e82329;
    box-shadow: none;
}

.btn-outline-red:hover {
    color: #e82329;
    background-color: #c0c0c0;
    border-color: #e82329;
}

.btn-outline-red.focus,
.btn-outline-red:focus {
    color: #e82329;
    background-color: #c0c0c0;
    border-color: #e82329;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #e82329;
    background-color: #fdfdfd;
    border-color: #e82329;
}

.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
    color: #333;
    background-color: #e82329;
    border-color: #d0d0d0;
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.cl-green-1 {
    color: #367248;
}

.btn-green-1 {
    color: #fff;
    background-color: #30a508;
    border-color: #30a508;
    box-shadow: none;
}

.btn-green-1:hover {
    color: #fff;
    background-color: #1f6508;
    border-color: #30a508;
}

.btn-green-1.focus,
.btn-green-1:focus {
    color: #fff;
    background-color: #1f6508;
    border-color: #30a508;
}

.btn-green-1.disabled,
.btn-green-1:disabled {
    color: rgb(198, 195, 195);
    background-color: #1f6508;
    border-color: #30a508;
}

.btn-green-1:not(:disabled):not(.disabled).active,
.btn-green-1:not(:disabled):not(.disabled):active,
.show>.btn-green-1.dropdown-toggle {
    color: #333;
    background-color: #1f6508;
    border-color: #30a508;
}

.btn-green-1:not(:disabled):not(.disabled).active:focus,
.btn-green-1:not(:disabled):not(.disabled):active:focus,
.show>.btn-green-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red-2 {
    color: #e82329;
    background-color: #fdfdfd;
    border-color: #e82329;
    box-shadow: none;
}

.btn-outline-red-2:hover {
    color: #e82329;
    background-color: #c0c0c0;
    border-color: #e82329;
}

.btn-outline-red-2.focus,
.btn-outline-red-2:focus {
    color: #e82329;
    background-color: #c0c0c0;
    border-color: #e82329;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-outline-red-2.disabled,
.btn-outline-red-2:disabled {
    color: #e82329;
    background-color: #fdfdfd;
    border-color: #e82329;
}

.btn-outline-red-2:not(:disabled):not(.disabled).active,
.btn-outline-red-2:not(:disabled):not(.disabled):active,
.show>.btn-outline-red-2.dropdown-toggle {
    color: #333;
    background-color: #e82329;
    border-color: #e82329;
}

.btn-outline-red-2:not(:disabled):not(.disabled).active:focus,
.btn-outline-red-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.cl-weather-1 {
    color: #6771a4;
}

.cl-weather-2 {
    color: #af9890;
}

.cl-weather-3 {
    color: #966f83;
}

.cl-weather-4 {
    color: #72a299;
}

.font-icon-2 {
    font-size: 1.2em !important;
}

.badge-1 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #463988;
    line-height: 15px;
    display: flex;
    color: #fff;
    font-size: 6px;
    justify-content: center;
    border-radius: 50px;
    top: 0;
    left: 0;
    margin-left: 8em;
}

.badge-2 {
    position: absolute;
    background: #f52731;
    color: #fff;
    z-index: 99;
    font-size: 7px;
    padding: 2px;
    border-radius: 10px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    top: 0;
    right: -8px;
    margin-top: 3px;
}

.box-img-user {
    width: 100px;
    height: 60px;
}

.box-event {
    border-bottom: 1px solid #e4dddd;
    padding: 5px 0;
    display: flex;
    margin-bottom: 5px;
}

.box-img-event {
    width: 180px;
    height: 60px;
}

.img-event-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a i,
a h6,
a h1,
a h2,
a span {
    color: #4f4f4f;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px !important;
    background: #f4262f !important;
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-results__option[aria-selected] {
    font-size: 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f4262f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
    font-size: 12px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    background: #eae8e9;
    border-bottom: 0px;
}

.note-btn-group .note-btn {
    border: 0px;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 1px dashed #f44336;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #d5d8d7;
    border: 1px dashed #f44336;
}

.image-title-wrap {
    padding: 15px 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h6 {
    font-weight: 400;
    text-transform: uppercase;
    color: #b7b4b4;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 2500px;
    max-width: 250px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    color: #cd4535;
    background: #fff;
    border: 1px solid #cd4535;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 10px;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}

.box-image-drag {
    padding: 10px;
    border: 1px solid #dcdbdb;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
}

.file-upload-berita {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.file-upload-berita-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-berita-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-berita-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content-berita {
    display: none;
    text-align: center;
}

.file-upload-input-berita {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap-berita {
    border: 1px dashed #f44336;
    position: relative;
}

.image-dropping-berita,
.image-upload-wrap-berita:hover {
    background-color: #d5d8d7;
    border: 1px dashed #f44336;
}

.image-title-wrap-berita {
    padding: 15px 15px 15px 15px;
    color: #222;
}

.drag-text-berita {
    text-align: center;
}

.drag-text-berita h6 {
    font-weight: 400;
    text-transform: uppercase;
    color: #b7b4b4;
    padding: 60px 0;
}

.file-upload-image-berita {
    max-height: 2500px;
    max-width: 250px;
    margin: auto;
    padding: 20px;
}

.remove-image-berita {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    color: #cd4535;
    background: #fff;
    border: 1px solid #cd4535;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 10px;
}

.remove-image-berita:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image-berita:active {
    border: 0;
    transition: all 0.2s ease;
}

.container-content {
    padding: 0 4em;
}

.frame-main-icon {
    width: 26%;
    margin-top: -2rem !important;
    margin-bottom: 1.2rem !important;
}

.box-left-login {
    display: block;
}

.box-pd {
    padding: 0 1px;
}

.container-topbar {
    padding: 0 4em;
}

.date_n_search {
    display: none;
}

.notif_mobile {
    display: none;
}

.login_mobile {
    display: none;
}

.img-footer {
    width: 10%;
}

.font-icon {
    color: #fff;
    font-size: 12px;
    margin-right: 0.25rem;
}

#search_news_mobile {
    display: none;
}

.pd-card-jurnalis {
    padding: 0 8px;
}

.box-footer-3 {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.box-footer-4 {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.col-img {
    display: none;
}

.nav-logo {
    background: #f6f6ffe3;
    text-align: center;
    padding: 0 8px;
}

.nav-banner {
    background: #f6f6ffe3;
    text-align: center;
    padding: 0 0px;
}

.navbar-toggler {
    padding: 0.25rem;
    font-size: 1rem;
}

.text-link {
    font-size: 12px;
    color: #fff;
}

.img-footer-1 {
    width: 80%;
}

.text-footer-1 {
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}

.frame-img-1 {
    border-right: 1px solid #716b6b;
    margin: 20px 5px;
}

.pd-footer {
    padding: 2em 3em;
}

.img-login {
    width: 20%;
    margin-top: 2em;
}

.menu-show {
    display: none;
}

.style-date {
    font-size: 10px;
    color: #949393;
    margin: auto 0;
}

.content-list {
    padding: 0px 15px;
    max-height: 365px;
    overflow: auto;
}

.content-list-2 {
    padding: 0px 15px;
    max-height: 20.5em;
    overflow: auto;
}

.content-list-2-trending {
    padding: 0px 15px;
    max-height: 20.5em;
    overflow: auto;
}

.content-list-2-trending::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.content-list-2-trending::-webkit-scrollbar-track {
    background: transparent;
}

.content-list-2-trending::-webkit-scrollbar-thumb {
    background: transparent;
}

.content-list-2-trending::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.content-list-2-trending::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.content-list-comments {
    padding: 0;
    max-height: 600px;
    overflow: auto;
}

.box-right-video {
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 20px;
    height: 575px;
    overflow: auto;
}

.content-list::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.content-list::-webkit-scrollbar-track {
    background: transparent;
}

.content-list::-webkit-scrollbar-thumb {
    background: transparent;
}

.content-list::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.content-list::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.content-list:hover {
    overflow-y: auto;
}

.content-list-2::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.content-list-2::-webkit-scrollbar-track {
    background: transparent;
}

.content-list-2::-webkit-scrollbar-thumb {
    background: transparent;
}

.content-list-2::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.content-list-2::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.content-list-comments::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.content-list-comments::-webkit-scrollbar-track {
    background: transparent;
}

.content-list-comments::-webkit-scrollbar-thumb {
    background: transparent;
}

.content-list-comments::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.content-list-comments::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.box-right-video::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.box-right-video::-webkit-scrollbar-track {
    background: transparent;
}

.box-right-video::-webkit-scrollbar-thumb {
    background: transparent;
}

.box-right-video::-webkit-scrollbar-track:hover {
    background: gainsboro;
    border-radius: 0px;
    height: 2px;
    margin: 5px;
}

.box-right-video::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
    border-radius: 10px;
    height: 2px;
    margin: 5px;
}

.box-full-login {
    margin: 70px auto 20px auto;
    width: 800px;
    height: 400px;
    box-shadow: 1px 4px 10px -1px rgb(224 224 224);
    background: #fff;
    border-radius: 10px;
}

.line-word {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ededed;
    line-height: 0.1em;
    margin: 30px 0 30px 0;
    font-size: 11px;
    color: #646060;
}

.line-word span {
    background: #dbdbdb;
    padding: 0 10px;
}

.line-word-2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ededed;
    line-height: 0.1em;
    margin: 20px 0 20px 0;
    font-size: 11px;
    color: #646060;
}

.line-word-2 span {
    background: #fff;
    padding: 0 10px;
}

.btn-white-default {
    color: #4f4f4f;
    background-color: #fdfdfd;
    border: 0px;
    border-radius: 30px;
}

.btn-white-default:hover {
    color: #4f4f4f;
    background-color: #e8e2e2;
    border: 0px;
    border-radius: 30px;
}

.btn-white-default.focus,
.btn-white-default:focus {
    color: #4f4f4f;
    background-color: #f4f4f4;
    border: 0px;
    border-radius: 30px;
}

.btn-white-default.disabled,
.btn-white-default:disabled {
    color: #4f4f4f;
    background-color: #e6e4e4;
    border: 0px;
    border-radius: 30px;
}

.btn-white-default:not(:disabled):not(.disabled).active,
.btn-white-default:not(:disabled):not(.disabled):active,
.show>.btn-white-default.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-white-default:not(:disabled):not(.disabled).active:focus,
.btn-white-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-white-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.box-right-login {
    background: #dbdbdb;
    border-radius: 0px 10px 10px 0px;
}

.custom-group {
    border-radius: 20px 0px 0px 20px;
    border: 0px;
}

.custom-input {
    border-radius: 0px 20px 20px 0px !important;
    border: 0px;
}

.custom-input-2 {
    border-radius: 30px;
}

.custom-btn {
    border-radius: 30px;
    padding: 5px 45px;
}

.box-registrasi {
    background: #fff;
    max-width: 400px;
    min-height: 100%;
    box-shadow: 1px 4px 10px -1px rgb(194 194 194);
    padding: 1em 4em;
    margin: 2em auto;
    border-radius: 10px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    box-shadow: none;
}

.forms {
    display: none;
}

.justify-space-around {
    justify-content: space-around;
}

.justify-space-between {
    justify-content: space-between;
}

#file-upload {
    width: 100%;
    border: 1px solid #c0c0c0;
}

#file-upload .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

#file-upload .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

#file-upload .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #c0c0c0;
}

.modal-content-cust {
    border: 0px;
    border-radius: 10px;
}

.modal-header-cust {
    padding: 10px 15px;
    background: #ffffff;
    color: #4f4f4f;
    border-radius: 10px 10px 0px 0px;
}

.modal-body-cust {
    background: #f4f4f4;
    border-radius: 0px 0px 10px 10px;
}

.nav-custom-1 {
    width: 100%;
    background: #f6f6ffe3;
    z-index: 10;
}

.nav-item {
    font-size: 14px;
    font-weight: 600;
}

.btn-black-2 {
    color: #6f7982;
    background-color: #222;
    border-color: #6f7982;
    box-shadow: none;
}

.btn-black-2:hover {
    color: #fff;
    background-color: #e82329;
    border-color: #e82329;
}

.btn-black-2.focus,
.btn-black-2:focus {
    color: #fff;
    background-color: #e82329;
    border-color: #e82329;
}

.btn-black-2.disabled,
.btn-black-2:disabled {
    color: #6f7982;
    background-color: #222;
    border-color: 1px solid #6f7982;
}

.btn-black-2:not(:disabled):not(.disabled).active,
.btn-black-2:not(:disabled):not(.disabled):active,
.show>.btn-black-2.dropdown-toggle {
    color: #333;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.btn-black-2:not(:disabled):not(.disabled).active:focus,
.btn-black-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-black-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.font-weight-normal {
    font-weight: 500;
}

.file-upload-video {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.file-upload-content-video {
    display: none;
    text-align: center;
}

.file-upload-input-video {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap-video {
    border: 1px dashed #f44336;
    position: relative;
}

.image-dropping-video,
.image-upload-wrap-video:hover {
    background-color: #d5d8d7;
    border: 1px dashed #f44336;
}

.image-title-wrap-video {
    padding: 15px 15px 15px 15px;
    color: #222;
}

.drag-text-video {
    text-align: center;
}

.drag-text-video h6 {
    font-weight: 400;
    text-transform: uppercase;
    color: #b7b4b4;
    padding: 60px 0;
}

.file-upload-image-video {
    max-height: 2500px;
    max-width: 250px;
    margin: auto;
    padding: 20px;
}

.remove-image-video {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    color: #cd4535;
    background: #fff;
    border: 1px solid #cd4535;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 10px;
}

.remove-image-video:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image-video:active {
    border: 0;
    transition: all 0.2s ease;
}

.circlePercent {
    position: relative;
    top: 26px;
    left: 26px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: orange;
}

.circlePercent:before,
.circlePercent>.progressEnd {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 45px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    -ms-transform-origin: 3px 46px;
    transform-origin: 3px 46px;
    content: "";
}

.circlePercent:after,
.circlePercent>.progress {
    position: absolute;
    -ms-transform-origin: 48px 48px;
    transform-origin: 48px 48px;
    z-index: 0;
    top: 0;
    left: 0;
    width: 48px;
    height: 96px;
    border-radius: 48px 0 0 48px;
    background: orange;
    content: "";
}

.circlePercent.fiftyPlus:after {
    background: white;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circlePercent>.progress.progress {
    background: white;
}

.circlePercent>.counter {
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    width: 100px;
    height: 100px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 50%;
    border: 4px solid orange;
}

.circlePercent>.counter:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -13px;
    width: 100%;
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    font-family: sans-serif;
    text-align: center;
    color: white;
    content: attr(data-percent) "%";
}

.circlePercent>.counter:after {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    background: orange;
    content: "";
}

.circlePercent>.counter[data-percent="100"] {
    background: white;
}

.icon-close {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234f4f4f' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 18px !important;
}

.footer-kurasi {
    border-top: 1px solid #f6f0f0;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px 0;
}

.box-icon-1 {
    border: 2px solid #d0d0d0;
    display: flex;
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: auto;
}

.box-icon-2 {
    border: 2px solid #d0d0d0;
    display: flex;
    padding: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    margin: auto;
}

.font-icon-4 {
    display: flex;
    margin: auto;
    font-size: 1.7em;
}

.hide-pass {
    margin-top: 14px;
    position: absolute;
    z-index: 99;
    right: 0;
    margin-right: 43em;
    cursor: pointer;
}

.hide-pass-2 {
    position: absolute;
    z-index: 99;
    margin-left: 19em;
    margin-top: -25px;
    cursor: pointer;
}

.hide-pass-daftar {
    position: absolute;
    z-index: 99;
    right: 0;
    margin-right: 43em;
    margin-top: 1em;
    cursor: pointer;
}

.modal-size {
    max-width: 360px;
}

.text-judul {
    font-size: 34px;
    line-height: 1.15em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.sticky {
    position: fixed;
    top: 0;
    margin-top: 2em;
    z-index: 1;
    margin-bottom: 4em;
    width: 23.5vw;
    transition: all 1s ease;
}

.label-tag {
    background: rgb(25 25 112);
    color: #fff;
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 5px;
    margin: 5px;
    white-space: nowrap;
}

#container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
}

#cards-container {
    overflow: auto;
    width: 100%;
}

.cards {
    display: flex;
}

.card-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-main {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    margin: 3px 2px;
}

.card-main:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#slide-left-container,
#slide-right-container {
    display: none;
}

#slide-left-container.active,
#slide-right-container.active {
    display: block;
    cursor: pointer;
}

.slide-right-frame {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    right: 0;
    margin-right: 1em;
    top: 0;
    margin-top: 6em;
}

.slide-right-frame:hover {
    background: #4f4f4f4d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.slide-left-frame {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    left: 0;
    margin-left: 1em;
    top: 0;
    margin-top: 6em;
}

.slide-left-frame:hover {
    background: #4f4f4f4d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

#cards-container::-webkit-scrollbar {
    display: none;
}

.text-white-2 {
    color: #dadada !important;
}

#container-pdf,
#container-jurnalis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
}

#cards-pdf,
#cards-jurnalis {
    overflow: auto;
    width: 100%;
}

.cards-pdf,
.cards-jurnalis {
    display: flex;
}

@media (max-width: 540px) {
    #container-jurnalis {
        margin-bottom: -30px;
    }
}

@media (min-width: 540px) and (max-width: 780px) {
    #container-jurnalis {
        margin-bottom: -30px;
    }
}

.card-main-jurnalis {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-main-jurnalis {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.card-main-pdf {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-left: auto;
    margin-right: auto;
}

.card-main-pdf {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.card-main-jurnalis:hover {
    cursor: pointer;
}

#slide-left-pdf,
#slide-right-pdf,
#slide-left-jurnalis,
#slide-right-jurnalis {
    display: none;
}

#slide-left-pdf.active,
#slide-right-pdf.active,
#slide-left-jurnalis.active,
#slide-right-jurnalis.active {
    display: block;
    cursor: pointer;
}

#cards-pdf::-webkit-scrollbar,
#cards-jurnalis::-webkit-scrollbar {
    display: none;
}

.slide-right-frame-jurnalis {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    right: 0;
    margin-right: 4em;
    margin-top: -1em;
}

.slide-right-frame-pdf {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    right: 0;
    margin-right: 2em;
    margin-top: -1em;
  }

.slide-right-frame-pdf:hover,
.slide-right-frame-jurnalis:hover {
    background: #4f4f4f4d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.slide-left-frame-jurnalis {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    left: 0;
    margin-left: 4em;
    margin-top: -1em;
}

.slide-left-frame-pdf {
    background: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    position: absolute;
    z-index: 2;
    font-size: 35px;
    left: 0;
    margin-left: 2em;
    margin-top: -1em;
  }

.slide-left-frame-pdf:hover, 
.slide-left-frame-jurnalis:hover {
    background: #4f4f4f4d;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.img-post {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.label-cl-1 {
    max-height: 100%;
    max-width: 100%;
    background: #aa60d1;
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 3px;
    color: var(--white);
    left: 0;
    top: 0;
    margin-left: 14px;
    margin-top: 7px;
}

.label-cl-2 {
    max-height: 100%;
    max-width: 100%;
    background: #fa6d01;
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 3px;
    color: var(--white);
    left: 0;
    top: 0;
    margin-left: 14px;
    margin-top: 7px;
}

.label-cl-3 {
    max-height: 100%;
    max-width: 100%;
    background: #3359b9;
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 3px;
    color: var(--white);
    left: 0;
    top: 0;
    margin-left: 14px;
    margin-top: 7px;
}

.label-cl-4 {
    max-height: 100%;
    max-width: 100%;
    background: rgb(25 25 112);
    position: absolute;
    padding: 4px 8px;
    font-size: 8px;
    border-radius: 3px;
    color: var(--white);
    left: 0;
    top: 0;
    margin-left: 14px;
    margin-top: 7px;
}

.bg-pict-red {
    background: url("../../img/background/bg_red.jpg");
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pict-white {
    background: url("../../img/background/bg_white.jpg");
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-main {
    background: url("../../img/background/bg_ina.jpg");
    height: 100% !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.box-login-new {
    background: #fff;
    border-radius: 5px;
    margin: 20px 31em;
    box-shadow: 1px 4px 8px -8px rgb(140 131 131);
    padding: 40px 50px;
}

#container-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
}

#cards-container-list {
    overflow: auto;
    width: 100%;
}

.cards-list {
    display: flex;
}

.card-main-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-main-list {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.card-main-list:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#slide-left-list,
#slide-right-list {
    display: none;
}

#slide-left-list.active,
#slide-right-list.active {
    display: block;
    cursor: pointer;
}

.slide-right-frame-list {
    background: #0000004d;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 13px;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    font-size: 25px;
    right: 0;
    margin-right: 6.3em;
}

.slide-left-frame-list {
    background: #0000004d;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 13px;
    border-radius: 50px;
    position: absolute;
    z-index: 2;
    font-size: 25px;
    left: 0;
    margin-left: 6.3em;
}

.card-main-list:hover>a>.box-caption-1 {
    width: 100%;
    height: 30%;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bdc3c745;
    background: -webkit-linear-gradient(to top, #b41818, #bdc3c700);
    background: linear-gradient(to top, rgb(25 25 112), #bdc3c700);
}

.card-main-list:hover>a>.box-caption-1 .text-rubrik {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    font-size: 22px;
}

#cards-container-list::-webkit-scrollbar {
    display: none;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
}

.col-flex-35 {
    flex: 35%;
    padding: 0px 3px;
}

.col-flex-30 {
    flex: 30%;
    padding: 0px 3px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

.dataTables_filter label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    font-weight: 600;
}

.pagination {
    font-size: 12px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-header-1 {
    font-size: 16px;
    font-weight: 800;
}

.font-icon-3 {
    margin: auto 0 auto auto;
    font-size: 10px;
}

.text-short-1 {
    font-size: 13px;
    color: #c0c3c5;
    margin-top: 0.5rem;
}

.text-short-2 {
    font-size: 14px;
    color: #c0c3c5;
    margin-top: 0.5rem;
    font-weight: 400;
}

.tab {
    float: left;
    width: 100%;
}

.tab a {
    display: flex;
    background-color: inherit;
    color: #000;
    padding: 7px 0px;
    width: 100%;
    border-bottom: 1px solid #f7f2f2;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.tab a:hover {
    color: #e82329;
}

.tab a.active {
    color: #e82329;
    font-weight: 600;
}

.tabcontent {
    display: none;
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
}

.btn-red-circle {
    color: #fff;
    background-color: #da3737;
    border-color: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 5px 12px;
}

.btn-red-circle:hover {
    color: #fff;
    background-color: #ce2929;
}

.btn-red-circle.focus,
.btn-red-circle:focus {
    color: #fff;
    background-color: #ce2929;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-red-circle.disabled,
.btn-red-circle:disabled {
    color: rgb(106, 100, 100);
    background-color: #ce2929;
}

.btn-red-circle:not(:disabled):not(.disabled).active,
.btn-red-circle:not(:disabled):not(.disabled):active,
.show>.btn-red-circle.dropdown-toggle {
    color: #333;
    background-color: #e82329;
    border-color: #d0d0d0;
}

.btn-red-circle:not(:disabled):not(.disabled).active:focus,
.btn-red-circle:not(:disabled):not(.disabled):active:focus,
.show>.btn-red-circle.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-gray-circle {
    color: #fff;
    background-color: #545454;
    border-color: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 5px 12px;
}

.btn-gray-circle:hover {
    color: #fff;
    background-color: #696767;
}

.btn-gray-circle.focus,
.btn-gray-circle:focus {
    color: #fff;
    background-color: #696767;
    box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-gray-circle.disabled,
.btn-gray-circle:disabled {
    color: rgb(106, 100, 100);
    background-color: #696767;
}

.btn-gray-circle:not(:disabled):not(.disabled).active,
.btn-gray-circle:not(:disabled):not(.disabled):active,
.show>.btn-gray-circle.dropdown-toggle {
    color: rgb(106, 100, 100);
    background-color: #696767;
}

.btn-gray-circle:not(:disabled):not(.disabled).active:focus,
.btn-gray-circle:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-circle.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

#col_kanal {
    display: block;
}

.h-header-1 {
    height: 4.5em;
}

.h-header-2 {
    height: 4.6em;
}

.h-header-3 {
    height: 4.8em;
}

.h-header-img {
    height: 90px;
}

.h-img {
    height: 70px;
}

.h-img-1 {
    height: 160px;
}

.h-text-1 {
    height: 3.2em;
}

.h-text-2 {
    height: 2.4em;
}

.font-header-1 {
    font-size: 15px;
}

.video-size-1 {
    width: 100%;
    height: 29em;
    border: 0px;
    border-radius: 5px 0px 0px 5px;
}

.label-name {
    font-size: 12px;
    margin: auto 0 auto 0.3em;
}

.font-com {
    font-size: 13px;
}

.font-tren {
    font-size: 14px;
}

.font-related {
    font-size: 17px;
}

.title-rubrik {
    font-size: 14px;
    color: rgb(56 56 220);
}

.h-box-1 {
    width: 100%;
    height: 180px;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
    object-position: top;
}

.box-profile-1 {
    border-radius: 10px;
    border: 1px solid #ebe3e3;
}

.box-profile-header {
    padding: 0;
}

.box-profile-body {
    padding: 15px;
}

.img-rounded {
    width: 100%;
}

.t-profiles {
    font-size: 1rem;
    font-weight: 700;
}

.t-detail {
    font-size: 11px;
    font-weight: 500;
}

.ul-cust li {
    font-size: 14px;
}

.box-contact {
    padding: 20px;
    border: 1px solid #ded6d6;
    border-radius: 10px;
}

.ol-cust {
    padding-left: 14px;
    font-weight: 400;
}

.img-user-4 {
    height: 100%;
    width: 80%;
    object-fit: cover;
}

.h-profile {
    height: 105px;
}

.pr-3em {
    padding-right: 3em;
}

.h-video-2 {
    height: 400px;
}

.date-text {
    font-size: 10px;
    color: #c0c3c5;
    font-weight: 500;
    text-transform: uppercase;
}

.title-header-2 {
    font-size: 17px;
    font-weight: 500;
}

.title-cat-1 {
    font-size: 12px;
    color: #e82329;
    text-transform: uppercase;
    font-weight: 600;
}

.width-share {
    width: 5%;
    margin-right: 2px;
}

.box-jurnalis-two {
    border-radius: 5px;
    background: #fff;
}

.frame-ig {
    width: 100%;
    height: 488px;
    border-radius: 10px;
}

.frame-tw {
    height: 340px;
    overflow: auto;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.box-caption-3 {
    width: 100%;
    max-height: 100%;
    border-radius: 3px 3px 0px 0px;
    position: absolute;
    margin-top: -38px;
    margin-left: 0px;
    padding: 10px;
    background: #ffffff54;
}

.text-black {
    color: #000;
}

.carousel_mobile {
    display: none;
}

#container {
    display: block;
}

#trending_mobile {
    display: none;
}

#trending_web {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px;
}

.carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: -40px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
}

.h-caption {
    height: 4.2em;
    margin-top: 10px;
    position: relative;
}

.text-main {
    font-size: 23px;
    color: #fff;
    margin-top: 15px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
}

.text-justify {
    text-align: justify;
}

.text-rubrik {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
}

.more-frame {
    text-align: center;
    background: #f4f4f4;
    padding: 5px;
    border-radius: 8px;
    margin: 10px;
}

.more-frame-two {
    text-align: center;
    background: #c6c6cd;
    padding: 5px;
    border-radius: 8px;
    margin: 10px;
    width:100px;
}

.more-font {
    font-size: 14px;
    font-weight: 500;
}

.container-content-1 {
    width: 100%;
    background: #323232;
    padding: 1em 2em;
    margin-top: 2em;
    height: 45em;
}

.r-h6 {
    font-size: 1rem;
}
.r-h6-two {
    font-size: 0.75rem;
}

.ads-top-left {
    position: absolute;
    width: 120px;
    height: 600px;
    left: 0;
    margin-top: 24px;
    margin-left: 58px;
}

.ads-top-right {
    position: absolute;
    width: 120px;
    height: 600px;
    right: 0;
    margin-top: 24px;
    margin-right: 58px;
}

.ads-wide-top-left {
    position: absolute;
    width: 160px;
    height: 600px;
    left: 0;
    margin-top: 24px;
    margin-left: 18px;
}

.ads-wide-top-right {
    position: absolute;
    width: 160px;
    height: 600px;
    right: 0;
    margin-top: 24px;
    margin-right: 18px;
}

.ads-middle-left {
    position: absolute;
    width: 180px;
    height: 250px;
    left: 0;
    margin-top: 24px;
}

.ads-middle-right {
    position: absolute;
    width: 180px;
    height: 250px;
    right: 0;
    margin-top: 24px;
}

.btnDarkBlue {
    color: rgb(255 255 255) !important;
    background-color: rgb(25 25 112);
    box-shadow: none;
}

.text-blue {
    color: #0a00ff !important;
}

.bg-blue {
    background-color: #1e02a6 !important;
}

.navbar-light .navbar-nav .active>.link-to {
    color: #fff !important;
}

.link-to {
    color: #ffffffcc !important;
}

.search-nav {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.card-pdf{
padding: 0 10px;
}

.download{
    width: 50% !important;
    color: #ffffff;
    margin-left: auto; 
    margin-right: auto;
    display: block;
}

/* Css baca juga */
.text-baca {
    color: rgb(0 0 173) !important;
    font-size : 13px;
    line-height: 1.4;
  }
  
  .box-baca{
    background: #f8f8fb;
    border-top: 1px solid #f5f4f4;
    padding: 8px;
  }
  
  .content-baca{
    max-height: 340px;
    overflow: auto;
  }

  .h-img-2 {
    height: 115px;
  }

  .h-bahan_ajar{
    height: 5em;
  }
  .h-bahan_ajar-2{
    height: 4em;
  }

  .img-news-pdf{
    width: 50%; 
    height: 100%;
    object-fit: cover; 
    padding: 0 10px; 
    border-radius: 10px;
    object-position:top; 
    margin-left:auto; 
    margin-right:auto; 
    display:block;
  }