:root {
    --text-success: #2dc8a8;
    --text-navy: #2dc8a8;
    --text-info: #2dc8a8;
    --text-info-new: #edf6fd;
    --text-warning: #fdd400;
    --text-danger: #ff4141;
    --text-gray: #7d92a5;
    --text-white: #fff;
    --text-money: #2dc8a8;
    --text-muted: #888888;
    --text-primary: #1d85e8;
    --text-body: #092c4c;
    --box-border-radius: 10px;
    --box-border-radius-md: 7px;
    --button-border-radius: 7px;
    --button-border-radius-md: 5px;
    --size-heading-h1: 22px;
    --size-heading-h1-md: 18px;
    --size-heading-h2: 18px;
    --size-heading-h2-md: 16px;
    --size-heading-h3: 16px;
    --size-heading-h3-md: 14px;
    --size-heading-h4: 14px;
    --size-heading-h4-md: 12px;
    --size-heading-h5: 12px;
    --size-heading-h5-md: 10px;
    --size-heading-h6: 10px;
    --size-heading-h6-md: 8px;
    --size-body: 14px;
    --size-body-md: 12px;
    --box-space: 20px;
    --box-space-md: 15px;
    --button-y: 15px;
    --button-x: 18px;
    --button-size: 14px;
    --button-y-md: 10px;
    --button-x-md: 13px;
    --button-size-md: 12px;
    --button-width: 156px;
    --button-width-md: 110px;
    --button-width-xs: 100px;
    --button-x-2: 15px;
    --button-y-2: 15px;
    --button-x-md-2: 13px;
    --button-y-md-2: 8px;
    --button-width-2: 123px;
    --button-width-xs-2: 128px;
    --button-width-md-2: 100px;
    --button-icon-size: 16px;
    --button-icon-size-md: 14px;
}

body {
    font-family: Poppins, sans-serif;
    font-size: var(--size-body);
    background: url("../images/background.png");
    color: var(--text-body);
    padding-top: 3.38rem;
}

table {
    font-size: var(--size-body);
}

.progress_profile {
    height: 2rem;
}

.progress_profile_point {
    font-size: 12px;
}

.progress_profile_img {
    width: 75px;
}

::-webkit-scrollbar,
.slimscroll.noti-scroll::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track,
.slimscroll.noti-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(210, 210, 210, 0.3);
}

::-webkit-scrollbar-thumb,
.slimscroll.noti-scroll::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    outline: 1px solid #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

h1 {
    font-size: var(--size-heading-h1);
}

h2 {
    font-size: var(--size-heading-h2);
}
h3 {
    font-size: var(--size-heading-h3);
}
h4 {
    font-size: var(--size-heading-h4);
}
h5 {
    font-size: var(--size-heading-h5);
}

h6 {
    font-size: var(--size-heading-h6);
}

a {
    color: var(--text-primary);
}

a:hover {
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

.container.main {
    background-color: #fff;
    min-height: 100vh;
}

.none-button {
    border: none;
    background: none;
    padding-left: 0;
}

#nav-header {
    background-color: #292929 !important;
}

#footer {
    background: #333;
    padding: 10px 0;
    width: 100%;
    color: #ffffff82;
}

#sidebar .list-group-item {
    border-top-width: 0;
}

#sidebar a {
    color: var(--text-body);
}

.image-box {
    width: 100%;
    height: 200px;
}

.image-box__fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-webkit-clamp-2 {
    font-size: 13px;
    height: 2.6em;
    line-height: 1.3em;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-style: italic;
}

.text-webkit-clamp-1__post {
    height: 2.3rem;
    font-size: 13px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-style: italic;
}

.active-text {
    color: var(--text-primary) !important;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    float: right;
}

.dataTables_length {
    margin-top: 1rem;
}

#list_datatable_orderby, #list_datatable {
    width: 100%;
}

label {
    font-weight: bold;
}

.bg-white.rounded h4.border-gray {
    font-size: 16px;
}

.alert-danger ul {
    padding-left: 20px;
}

.btn-light {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
}

/* CSS notification */
.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255,255,255,.05);
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: #797979;
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.notification-list .noti-icon {
    font-size: 22px;
}

.notification-list .noti-title {
    background-color: #f3f3f3;
    padding: 15px 10px;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-top: -8px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu {font-size: .9rem;}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--text-body);
    text-decoration: none;
    background-color: #f9f9f9;
}

.slimScrollDiv {
    height: auto!important;
}

.noti-scroll {
    max-height: 330px;
}

.notification-list .notify-item {
    padding: 12px 10px;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 2%;
    right: 4%;
}

.notification-list p {
    margin-bottom: 0;
}

.badge.badge-info {
    color: #fff;
}

.badge {
    color: #000;
    font-family: "Source Sans Pro",sans-serif;
}
.rounded-circle {
    border-radius: 50%!important;
}

.badge-danger {
    color: #ffffff;
    background-color: #e41e3f;
}

.notification-list .notify-item .notify-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: #2dc052;
}

.notification-list .notify-item .notify-icon__birthday {
    background-color: #e8359e !important;
}

.notification-list .notify-item .notify-icon__comment {
    background-color: #2aa1c2 !important;
}

.notification-list .notify-item .notify-icon__move {
    background-color: #ff1f1f !important;
}

.notification-list .notify-item .notify-icon__move {
    background-color: #23ba49 !important;
}

.notification-list .notify-item .notify-icon__delay, .notification-list .notify-item .notify-icon__exclamation {
    background-color: #f44336 !important;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575a65;
    font-weight: 600;
}

.item-notification i.fa-circle {
    color: hsl(214, 100%, 59%);
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item.notify-all {
    margin-bottom: -7px;
    text-align: center !important;
    background: #f3f3f3;
    font-size: 12px;
}

.notification-list .dropdown-lg {
    width: 425px;
}

.bootstrap-tagsinput .tag {
    color: black;
    background: #007bff26;
    padding: 3px;
    border-radius: 3px;
}

.bootstrap-tagsinput {
    padding: 6px 6px;
    border-radius: 4px;
    width: 100%;
    line-height: 25px;
}

#basic-addon2{
    padding: 0;
}

form[name="frm_search_post"] input#key_post {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#basic-addon2 button {
    border: none;
    padding: 0 10px;
    background: none;
}

.sidebar-profile {
    padding: 0.8rem;
}

.cke_notifications_area {
    display: none !important;
}

/**************** START RESPONSIVE MEDIA SCREEN *****************/

/****** Tablet -> PC *******/
@media (min-width: 768px) {
}

/****** Tablet -> PC *******/
@media (min-width: 1024px) {
}

/* View screen 13 - 14.6 inch. 1360, 1366px */
@media (min-width: 1024px) and (max-width: 1370px) {
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
}

/* mobile */
@media (max-width: 768px) {
    body {
        padding-top: 2.68rem;
    }

    iframe {
        width: 100%;
    }

    .jumbotron.jumbotron-main {
        margin-top: 1rem;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-toggler {
        padding: 0.1rem 0.3rem;
    }

    /*Nav menu*/
    .notification-list .noti-icon-badge {
        top: 3%;
        right: 16%;
    }

    .notification-list .dropdown-menu {
        top: 116%;
    }

    .notification-list .dropdown-menu {
        font-size: .8rem;
    }

    .notification-list .dropdown-lg {
        width: 315px;
    }

    .notification-list .notify-item .notify-icon {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 33px;
    }

    .post-detail .media-body {
        overflow: hidden;
    }
}

/* iPhone 5, X, XR */
@media (max-width: 375px) {
}

/**************** END RESPONSIVE MEDIA SCREEN *****************/
