/* CUSTOM IN DEVELOPMENT */

/* Global */

.page-wrapper.compact-wrapper
    .page-body-wrapper
    div.sidebar-wrapper
    .logo-icon-wrapper {
    padding: 11px 15px;
}

.btn-outline-info i {
    color: #40b8f5 !important;
}

.btn-outline-info:hover i {
    color: #fff !important;
}

.btn-primary:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-secondary:hover {
    box-shadow: 0 4px 12px rgba(115, 102, 255, 0.5);
    transform: translateY(-2px);
}

.btn-primary:active,
.btn-danger:active,
.btn-info:active,
.btn-success:active,
.btn-warning:active,
.btn-secondary:active {
    transform: translateY(0px);
    box-shadow: 0 2px 6px rgba(115, 102, 255, 0.4);
}

a.btn.btn-outline-info:hover i.txt-info {
    color: #fff !important;
}

.card.bg-transparent {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.clock-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clock-wrapper .clock {
    width: 90vw;
    max-width: 148px;
    height: auto;
}

/* Default tombol normal (tidak disabled) */
.swiper-button-next,
.swiper-button-prev {
    opacity: 0.8 !important;
    transition: opacity 0.3s ease;
}

/* Hover tombol normal (tidak disabled) */
.swiper-button-next:hover:not(.swiper-button-disabled),
.swiper-button-prev:hover:not(.swiper-button-disabled) {
    opacity: 1; /* 100% */
}

/* Disabled tetap setengah transparan */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.7 !important;
}

.bg-lineargrad {
    background: linear-gradient(
        103.75deg,
        #33b1ee -13.9%,
        var(--theme-default) 79.68%
    );
}

.bg-lineargrad h2,
.bg-lineargrad p,
.bg-lineargrad span {
    color: #fff;
}

.page-wrapper.compact-wrapper.dark-sidebar
    div.sidebar-wrapper
    .sidebar-main
    .sidebar-links
    li
    a
    span,
.page-wrapper.compact-wrapper.color-sidebar
    div.sidebar-wrapper
    .sidebar-main
    .sidebar-links
    li
    a
    span {
    color: rgb(255 255 255 / 85%);
}

/* Header Layout */

#dashboard_adv1 {
    height: 206px;
}

.w-150 {
    width: 150px;
}

.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li a {
    text-transform: none;
}

/* Sidebar */

.sidebar-main-title.title-general::before {
    content: none !important;
}

.sidebar-wrapper .sidebar-balance {
    position: absolute;
    bottom: 15px;
    width: 100%;
    background-color: rgba(115, 102, 255, 0.2);
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-balance p {
    color: var(--theme-default);
}

.sidebar-wrapper.close_icon .sidebar-balance {
    bottom: 30px;
}

.sidebar-wrapper.close_icon:hover .sidebar-balance {
    bottom: 15px;
}

.sidebar-wrapper.close_icon .sidebar-balance .flex.items-center {
    justify-content: center;
}

.sidebar-wrapper.close_icon:hover .sidebar-balance .flex.items-center {
    justify-content: initial;
}

.sidebar-wrapper.close_icon .sidebar-balance p,
.sidebar-wrapper.close_icon .sidebar-balance a {
    display: none !important;
}

.sidebar-wrapper.close_icon:hover .sidebar-balance p,
.sidebar-wrapper.close_icon:hover .sidebar-balance a {
    display: initial !important;
}

/* Saat sidebar compact */
#pageWrapper.compact-wrapper .account-balance.normal-mode {
    display: none;
}
#pageWrapper.compact-wrapper .account-balance.mini-mode {
    display: block;
}

/* Dashboard Table */
.recent-table table tr td:first-child,
.recent-table table tr th:first-child {
    min-width: 5px;
}

.total-balance {
    /* height: 206px; */
}

.balance-item.warning .balance-icon-wrap .balance-icon {
    background-color: var(--warning-70);
}

.balance-item.secondary .balance-icon-wrap .balance-icon {
    background-color: var(--theme-secondary);
}

.user-profile-wrapper.scope-bottom-wrapper.wrapper-custom
    .sidebar-left-icons
    li::before {
    border: none;
}

.scope-bottom-wrapper.wrapper-custom .sidebar-left-icons li {
    padding-bottom: 0px;
}

.edit-avatar-btn {
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: #7366ff;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.edit-avatar-btn:hover {
    color: #5f4bff;
    background: #fff;
}

.user-profile-wrapper.scope-bottom-wrapper
    .sidebar-left-icons
    li
    .tab-link.active
    i {
    color: #fff;
}

.scope-bottom-wrapper .sidebar-left-icons li {
    padding-bottom: 40px;
}

.scope-bottom-wrapper .sidebar-left-icons li::before {
    top: 45px;
    height: 30px;
}

.markdown-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.markdown-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.markdown-content li {
  margin-bottom: 4px;
}

