.wrapper {
    padding: 140px 0px 0px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.text-primary {
    color: #5e72e4 !important;
}

.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #594bdd, #5eaee4);
}

.btn {
    --bs-btn-font-weight: 500;
    --bs-btn-padding-y: 0.7rem;
    font-size: 0.85rem;;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #5e72e4;
    --bs-btn-border-color: #5e72e4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(94 114 228);
    --bs-btn-hover-border-color: rgb(78, 98, 211);
    --bs-btn-focus-shadow-rgb: 212, 98, 19;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(99, 120, 241);
    --bs-btn-active-border-color: rgb(84, 107, 239);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #5e72e4;
    --bs-btn-disabled-border-color: #5e72e4;
}

.btn-outline-primary {
    --bs-btn-color: #5e72e4;
    --bs-btn-border-color: #5e72e4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5e72e4;
    --bs-btn-hover-border-color: #5e72e4;
    --bs-btn-focus-shadow-rgb: 249, 115, 22;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #5e72e4;
    --bs-btn-active-border-color: #5e72e4;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #5e72e4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e72e4;
    --bs-gradient: none;
}

.btn-outline-primary:hover:not(.active) {
    color: #fff;
    background: #5e72e4;
    border-color: #5e72e4;
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
    background-color: #8695ea;
    border-color: #8695ea;
}

.btn-outline-white {
    background: rgb(255 255 255 / 22%);
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.5rem !important;
    --bs-btn-padding-x: 1rem;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
    font-size: 0.75rem;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #0ea5e9 0%, #97a3f4 100%);
}

/* Sweetalert */
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 1rem !important;
    font-family: 'Outfit', sans-serif !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 0.5em 0.5em 0 !important;
}

div:where(.swal2-container) .swal2-html-container {
    margin: 0.5em 0.5em .3em !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 0.5em auto 0 !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.5em !important;
    font-weight: 500 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border-radius: .5em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 0;
    border-radius: .5rem !important;
}

/* Accordion */
.accordion {
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: 0.75rem;
}

.accordion-button {
    font-family: 'Outfit', sans-serif;
    background-color: #bfbfbf26;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #bfbfbf26;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

img.top-logo {
    max-width: 50px;
    max-height: 50px;
}

img.header-logo {
    width: 120px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #8695ea;
}

.dropdown-menu {
    --bs-dropdown-border-radius: 0.5rem;
}

.dropdown .dropdown-menu {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    min-width: 7rem;
}

.dropdown-item {
    padding: 0.35rem 0.5rem;
    font-size: 0.875em;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.input-group .form-control:not(:first-child) {
    padding-left: 10px;
}

input[readonly] {
    background-color: #e9ecef94;
}

.table {
    border-collapse: collapse;
    font-size: 0.85em;
}

.table> :not(caption)>*>* {
    padding: 0.75rem 0.5rem;
}

.table-shadow {
    box-shadow: 0px 0px 1px rgb(0 0 0 / 40%) !important
}

.widget_right_bar {
    float: right;
    width: 350px;
    margin-top: 5px;
}

.blur {
    -webkit-backdrop-filter: saturate(100%) blur(15px);
    backdrop-filter: saturate(100%) blur(15px);
    background-color: rgb(255 255 255 / 30%) !important;
}

.colored-shadow {
    transform: scale(.94);
    top: 3.5%;
    filter: blur(12px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
}

.card .card-header {
    color: var(--bs-accordion-active-color);
    background-color: #bfbfbf26;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    margin-bottom: 0;
    padding: 13px 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header .card-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: #27272a;
    font-size: 1em;
}

.card .card-body {
    border-top: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.breadcrumb {
    background: #eeeeee;
    margin: 0 0 60px;
    padding: 40px 0;
}

.breadcrumb p {
    text-align: center;
}

.breadcrumb a {
    color: #71717a;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color:#8695ea;
    border-color: #8695ea;
}

.list-group-item:hover {
    z-index: 2;
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4;
}

.list-group-item:hover a {
    z-index: 2;
    color: #fff;
}

.list-group-item.active a {
    z-index: 2;
    color: #fff;
}

.page-item .page-link,
.page-item span {
    margin: 0 5px;
}

.page-link.active,
.active>.page-link {
    color: #fff !important;
    background-color: #5e72e4;
    border-color: #5e72e4
}

.page-link.disabled,
.disabled>.page-link {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.info-box {
    box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 70px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
    background-color: #f4f4f5;
}

.info-box .info-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 1.875rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff
}

.info-box .info-box-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    line-height: 1.2;
}

.info-box .progress-description,
.info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}

.artikel_loop_inn {
    margin: 0 0 20px;
}

.artikel_loop_image {
    margin: 0 0 10px;
    position: relative;
}

.artikel_loop_image img {
    width: 100%;
    max-height: 180px;
    border-radius: 0.5rem;
}

.artikel_loop_title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    font-family: Outfit, sans-serif;
}

.artikel_loop_title a {
    color: #8ca1eb;
}

.artikel_loop_title a:hover {
    color: #444;
}

.artikel_loop_meta {
    position: relative;
    top: -10px;
}

.artikel_loop_date {
    font-size: 13px;
    margin: 0 0 5px;
    position: relative;
}

.artikel_loop_date span {
    position: absolute;
    top: -20px;
    right: 20px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 15px;
    font-size: 13px;
    background: #ffffff;
    color: #006460;
}

.share_bar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 20px;
}

.share_bar a:hover {
    background: rgba(75, 128, 227, 0.403);
}

.share_bar a:last-child {
    margin-right: 0;
}

.follow__icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    background: #5e72e4;
}

.follow__icon a:hover {
    background: #acb6ed;
    color: #fff;
}

.follow__icon i {
    font-size: 16px;
}

.section-line {
    background: #ffd12e;
    height: 5px;
    max-width: 200px;
    border-radius: 15px;
}

.avatar img {
    height: 100%;
}

.footer-block {
    background: #1f212c;
}

.footer-block a {
    color: #fff !important;
}

.footer-block a:hover {
    color: #fd6600 !important;
}

@media (max-width: 991.98px) {
    .navbar.blur .dropdown .dropdown-menu.show {
        margin-bottom: 0;
    }

    .dropdown.nav-item .dropdown-menu-animation.show {
        height: auto;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .navbar-toggler+.navbar-collapse .dropdown.nav-item .dropdown-menu {
        background-color: #ddd;
    }
}

@media (max-width: 640px) {
    .hidden-xs {
        display: none;
    }

    .min-vh-85 {
        min-height: 55vh !important;
    }

    .share_bar {
        display: block;
    }
    
    .btn-block {
        width: 100%;
    }

    .widget_right_bar {
        float: none;
        width: 100%;
    }
}

@media (max-width: 587px) {
    img.top-logo {
        max-width: 30px;
    }

    img.header-logo {
        width: 60px;
    }

    .col-sm-4,
    .col-xs-4 {
        max-width: 33.3334%;
    }

    .col-sm-6,
    .col-xs-6 {
        max-width: 50%;
    }

    .col-sm-8,
    .col-xs-8 {
        max-width: 66.6667%;
    }

    .col-sm-12,
    .col-xs-12 {
        max-width: 100%;
    }
}