.header {
    padding: 30px 20px 0;
}

.back-office .header {
    background: #FFF;
}

.front-page .header,
.login-page .header,
.register-page .header {
    background: transparent;
}

@media (max-width: 576px) {
    .front-page .header .btn-daftar {
        display: none;
    }
}

.header .btn {
    height: 37px;
    font-size: 14px;
    padding: 8px 24px;
}

.header .title {
    font-family: "Poppins";
    color: var(--Text, #0B253F);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.header .avatar {
    margin-right: 12px;
}

.header .avatar-profil {
    color: rgba(229, 83, 83, 1);
}

.header .avatar-profil i {
    font-size: 24px;
}

.header .username {
    padding: 0;
}

.logo-image {
    width: 34px;
    height: auto;
}

.footer {
    padding: 0;
}

.footer {
    display: block;
    background-color: #0B253F;
    color: #FFFFFF;
}

.footer .avatar {
    display: block;
    width: 50px;
    height: auto;
    margin: 60px auto 20px;
}

.footer p {
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding: 0 45px 60px;
    margin: 0;
}

@media (min-width: 1440px) {

    .header {
        padding: 4px 80px 0 80px;
    }

    .header .btn {
        height: 48px;
        font-size: 16px;
        padding: 12px 24px;
    }

    .header .title {
        font-size: 18px;
    }

    .logo-image {
        width: 50px;
        height: auto;
    }

    .footer .avatar {
        margin: 30px auto 10px;
    }

    .footer p {
        font-size: 20px;
        padding: 0 0 30px;
    }
}

/* COMMON */

.header-nav .nav-link.active {
    border-bottom: 3px solid #007F73;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--cui-nav-tabs-border-width));
    background: #FFF;
    border: 1px solid #C4CDD5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 30px;
    color: #2E8AE6;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--cui-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--cui-nav-tabs-link-active-color);
    background-color: var(--cui-nav-tabs-link-active-bg);
    border-color: var(--cui-nav-tabs-link-active-border-color);
    color: #C4CDD5;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.tab-pane .tab-content {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #C4CDD5;
    background: #FFF;
}

.tab-pane .table-detail th {
    color: #A1A9B8;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 30%;
}

.tab-pane .table-detail td {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 70%;
    padding-right: 120px;
}

.tab-pane .table-detail td.file {
    text-decoration-line: underline;
    cursor: pointer;
}

.dropdown .btn-action {
    border-radius: 5px;
    border: 1px solid #2E8AE6;
    display: flex;
    width: 31px;
    height: 28px;
    padding: 10px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.dropdown .btn-action svg {
    width: 18px;
    flex-shrink: 0;
    fill: #2E8AE6;
}

.dropdown .btn-action::after {
    display: none;
    border: none;
}

.dropdown .btn-action .dropdown-item {
    color: var(--Gray-700, #464F60);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dropdown .btn-action .dropdown-item svg {
    margin-right: 13px;
}

/* DATATABLES */


.back-office table.dataTable {
    margin-bottom: 20px;
}

.back-office table.dataTable tbody tr,
.front-page table.dataTable tbody tr {
    background: #FBFBFB;
    color: var(--Gray-700, #464F60);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.back-office table.dataTable tbody tr td:nth-child(-n+2),
.front-page table.dataTable tbody tr td:nth-child(-n+2) {
    color: var(--Gray-900, #171C26);
    font-weight: 700;
    letter-spacing: 0.28px;
}

.back-office .dataTables_wrapper .dataTables_filter,
.front-page .dataTables_wrapper .dataTables_filter {
    float: left;
}

.back-office .dataTables_filter input,
.front-page .dataTables_filter input {
    display: flex;
    width: 218px;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 0px 1px rgba(104, 113, 130, 0.16);
    border: 1px solid #C4CDD5;
}

.back-office .dataTables_filter input::placeholder,
.front-page .dataTables_filter input::placeholder {
    color: var(--Gray-300, #A1A9B8);
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.back-office table.dataTable thead th,
.back-office table.dataTable thead td,
.front-page table.dataTable thead th,
.front-page table.dataTable thead td {
    border-bottom: 0;
}

.back-office table.dataTable tbody th,
.back-office table.dataTable tbody td,
.front-page table.dataTable tbody th,
.front-page table.dataTable tbody td {
    vertical-align: middle;
}

.back-office table.dataTable.no-footer,
.front-page table.dataTable.no-footer {
    border-bottom: 0;
    width: 100% !important;
}

.back-office .dataTables_length,
.front-page .dataTables_length {
    float: right;
}

.back-office .dataTables_info,
.front-page .dataTables_info {
    color: var(--Gray-500, #687182);
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.36px;
}

.back-office .dataTables_length select,
.front-page .dataTables_length select {
    border: 0;
    color: var(--Gray-500, #687182);
    text-align: right;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.36px;
    margin-right: 26px;
}

.back-office .dataTables_paginate .paginate_button .icon,
.front-page .dataTables_paginate .paginate_button .icon {
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--Gray-0, #F7F9FC);
    box-shadow: 0px 0px 0px 1px rgba(70, 79, 96, 0.24);
    width: 20px;
    height: 20px;
}

.front-page table.dataTable thead th {
    color: var(--Gray-700, #464F60);
    font-family: "Poppins";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
}

/* HOME */

.front-page .banner {
    margin: 0;
}

.front-page .banner .banner-intance {
    color: #ED716B;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 14px;
}

.front-page .banner .banner-title {
    color: var(--Text, #0B253F);
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.front-page .banner .banner-desc {
    color: #0B253F;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px;
}

.front-page .banner .banner-btn .btn {
    margin-right: 0.5rem;
}

.front-page .banner .menu .menu-icon {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    background: rgba(46, 148, 81, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.front-page .banner .menu .menu-icon i {
    font-size: 24px;
    color: #007F73;
}

.front-page .banner .menu .menu-desc {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.front-page .service {
    margin: 100px 0;
}

.front-page .service .service-detail {
    padding-right: 0;
}

.front-page .service .service-title {
    color: #0B253F;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1.04px;
    margin-bottom: 29px;
}

.front-page .service .service-desc {
    color: #0B253F;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.front-page .service .service-menu {
    margin-bottom: 27px;
    align-items: center;
    gap: 10px;
}

.front-page .service .service-menu .card {
    padding: 24px;
    border: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 14px 64px -4px rgba(35, 21, 91, 0.05), 0px 8px 12px -6px rgba(35, 21, 91, 0.05);
}

.front-page .service .service-menu .card-body {
    padding: 0;
}

.front-page .service .service-menu .menu-icon {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    background: rgba(46, 148, 81, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.front-page .service .service-menu .menu-icon i {
    font-size: 24px;
    color: #007F73;
}

.front-page .service .service-menu .next-icon {
    width: 44px;
    height: 44px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.front-page .service .service-menu .next-icon i {
    font-size: 36px;
    color: #007F73;
}

.front-page .service-menu .menu-title {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.front-page .service-menu .menu-desc {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

@media (min-width: 1440px) {
    .front-page .banner {
        margin: 67px 100px 0;
    }

    .front-page .banner .banner-intance {
        font-size: 24px;
    }

    .front-page .banner .banner-title {
        font-size: 64px;
        line-height: 75px;
    }

    .front-page .banner .banner-desc {
        font-size: 20px;
        width: 580px;
    }

    .front-page .service {
        margin: 200px 80px 0;
    }

    .front-page .service .service-detail {
        padding-right: 90px;
    }

    .front-page .service .service-title {
        font-size: 52px;
        line-height: 64px;
    }

    .front-page .service .service-desc {
        font-size: 20px;
        width: 500px;
    }
}

@media (max-width: 360px) {
    .front-page .banner .banner-btn {
        display: block;
        text-align: center;
    }

    .front-page .banner .banner-btn .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .front-page .service .service-menu .menu-icon {
        width: 30px;
        height: 30px;
    }

    .front-page .service .service-menu .menu-icon i {
        font-size: 20px;
    }

    .front-page .service .service-menu .next-icon {
        width: 44px;
        height: 44px;
    }

    .front-page .service .service-menu .next-icon i {
        font-size: 30px;
    }

    .front-page .service-menu .menu-title {
        font-size: 20px;
    }

    .front-page .service-menu .menu-desc {
        font-size: 14px;
    }
}

/* LOGIN & REGISTER */

.login,
.register {
    margin: 20px 20px 60px;
    padding: 0;
}

.login .container-lg,
.register .container-lg {
    padding: 0;
}

.login .card-main,
.register .card-main {
    padding: 0;
}


.login .card-main .row,
.register .card-main .row {
    margin: 0;
}

.login .card-main .banner-img,
.register .card-main .banner-img {
    text-align: center;
}

.login .card-main img,
.register .card-main img {
    width: 280px;
}

.login .form-card,
.register .form-card {
    padding: 0;
}

.login .form-card .card,
.register .form-card .card {
    border: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 64px -4px rgba(35, 21, 91, 0.05), 0px 8px 12px -6px rgba(35, 21, 91, 0.05);
}

.login .form-card .card-body,
.register .form-card .card-body {
    padding: 20px;
}

.login .form-card .title,
.register .form-card .title {
    color: #151515;
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.login .form-card .desc,
.register .form-card .desc {
    color: #6A6A6A;
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.login .form-card .form-label,
.register .form-card .form-label {
    color: var(--Gray-900, #171C26);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.login .form-card .form-control,
.register .form-card .form-control,
.login .form-card .form-check-label {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    color: var(--Gray-900, #171C26);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.login .form-card .form-control,
.register .form-card .form-control,
.login .form-card .form-select,
.register .form-card .form-select {
    padding: 6px 12px;
    height: 52px;
}

.login .form-card .form-control:focus,
.register .form-card .form-control:focus {
    border-color: #66b2ab;
}

.login .form-card .form-control::placeholder,
.register .form-card .form-control::placeholder {
    color: var(--Gray-300, #A1A9B8);
    opacity: 1;
}

@media (min-width: 1440px) {

    .login,
    .register {
        margin: 134px 175px 247px;
    }

    .login .card-main img,
    .register .card-main img {
        width: 500px;
    }

    .login .form-card,
    .register .form-card {
        padding: 0 50px 0;
    }

    .login .form-card .card-body,
    .register .form-card .card-body {
        padding: 20px 30px;
    }

    .login .form-card .title,
    .register .form-card .title {
        font-size: 24px;
    }

    .login .form-card .desc,
    .register .form-card .desc {
        font-size: 18px;
    }

    .login .form-card .form-label,
    .register .form-card .form-label {
        font-size: 14px;
    }

    .login .form-card .form-control,
    .register .form-card .form-control,
    .login .form-card .form-check-label {
        font-size: 14px;
    }
}

.login-admin .container-fluid {
    text-align: center;
}

.login-admin .avatar-title-container {
    display: inline-block;
}

.login-admin .avatar {
    width: 50px;
    vertical-align: middle;
    margin: 0 0 25px 0;
}

.login-admin .logo-title {
    display: inline-block;
    vertical-align: middle;
    color: var(--Text, #0B253F);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}


/* PROFIL */

.container-profil {
    padding: 87px 150px 122px;
}

.profil-menu {
    height: 600px;
}

.profil-menu .card {
    height: 100%;
    padding: 20px 10px;
    align-items: center;
}

.profil-menu .title {
    color: #151515;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 44px;
}

.profil-menu .menu .btn {
    text-align: left;
    width: 174px;
    border-radius: 5px;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border: 0;
    box-shadow: none;
}

.profil-menu .menu .btn:not(.active) {
    background: rgba(0, 127, 115, 0.00);
    color: #6A6A6A;
}

.profil-menu .menu .btn.active {
    background: rgba(237, 113, 107, 0.16);
    color: var(--Secondary, #ED716B);
}

.profil-menu .menu .btn i {
    font-size: 20px;
}

.profil-detail,
.profil-detail .profil-detail-content:not(#profil_menu_pengajuan_detail),
.profil-detail .profil-detail-content .card {
    height: 100%;
    min-height: 600px;
}

.profil-detail #profil_menu_diri .card {
    padding: 63px 35px 0;
}

.profil-detail #profil_menu_diri .circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: currentcolor;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCE8E7;
    color: #ED716B;
    margin-right: 100px;
}

.profil-detail #profil_menu_diri .circle-icon i {
    font-size: 20px;
}

.profil-detail #profil_menu_diri .data {
    margin-bottom: 50px;
}

.profil-detail #profil_menu_diri .table {
    padding-left: 43px;
}

.profil-detail #profil_menu_diri .table .title {
    color: #A1A9B8;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.profil-detail #profil_menu_diri .table .detail {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.profil-detail #profil_menu_diri .btn-edit {
    border-radius: 8px;
    background: #007F73;
    color: var(--Main-White, #FFF);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 94px;
}

.profil-detail #profil_menu_pengajuan .card,
.profil-detail #profil_menu_pengajuan_detail .card {
    padding: 20px 10px;
}

.profil-detail #profil_menu_pengajuan .title,
.profil-detail #profil_menu_pengajuan_detail .title {
    color: #151515;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.profil-detail #profil_menu_pengajuan_detail .container-fluid {
    text-align: left;
}

.profil-detail #profil_menu_pengajuan_detail .container-fluid i {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
}

.profil-detail #profil_menu_pengajuan_detail .container-fluid .title {
    display: inline-block;
}

.profil-detail #profil_menu_pengajuan tbody td,
.profil-detail #profil_menu_pengajuan tbody td {
    padding: 16px 10px;
}

.profil-detail .tab-pane .table-detail th {
    font-size: 14px;
}

.profil-detail .tab-pane .table-detail td {
    font-size: 14px;
    padding-right: 120px;
}

.profil-detail .form-control:focus,
.profil-detail .form-select:focus {
    border-color: #66b2ab;
    box-shadow: 0 0 0 0.25rem rgba(102, 178, 171, 0.25);
}

.modal-profil .modal-content {
    width: 433px;
    padding: 20px;
}

.modal-profil .title {
    color: #151515;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}

.modal-profil .form-label {
    color: var(--Gray-900, #171C26);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.modal-profil .form-control,
.modal-profil .form-select {
    display: flex;
    height: 52px;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
}

@media (max-width: 360px) {
    .container-profil {
        padding: 0;
    }

    .profil-menu {
        height: auto;
        margin-bottom: 20px;
    }

    .profil-menu .card {
        height: 100%;
        padding: 20px 10px;
        align-items: center;
    }

    .profil-detail #profil_menu_diri .card {
        padding: 0;
    }

    .profil-detail #profil_menu_diri .table .title {
        font-size: 14px;
    }

    .profil-detail #profil_menu_diri .table .detail {
        font-size: 14px;
    }

    .modal-profil .modal-content {
        width: auto;
        padding: 10px;
    }
}

/* FORM LAYANAN */

.layanan {
    margin: 0;
}

.layanan .title {
    color: var(--Main-Body, #23155B);
    font-family: "Poppins";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 1.04px;
    margin-bottom: 29px;
}

.layanan .desc {
    color: #0B253F;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.layanan fieldset {
    text-align: center;
}

.layanan .card {
    text-align: left;
    display: inline-block;
    width: 433px;
    padding: 40px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 64px -4px rgba(35, 21, 91, 0.05), 0px 8px 12px -6px rgba(35, 21, 91, 0.05);
}

.layanan .card .form-label {
    color: var(--Gray-900, #171C26);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.layanan .card .form-control,
.layanan .card .form-select {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    color: var(--Gray-900, #171C26);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
    padding: 6px 12px;
    height: 52px;
}

.layanan .card .form-control.is-invalid,
.layanan .card .form-select.is-invalid {
    border-color: #e55353;
}

.layanan .card .form-control::placeholder {
    color: var(--Gray-300, #A1A9B8);
    opacity: 1;
}

.layanan .card .form-control:focus,
.layanan .card .form-select:focus {
    border-color: #66b2ab;
    box-shadow: 0 0 0 0.25rem rgba(102, 178, 171, 0.25);
}

.layanan .card input[type="file"] {
    padding: 0;
}

.f1-steps {
    overflow: hidden;
    position: relative;
}

.f1-progress {
    position: absolute;
    top: 24px;
    height: 3px;
    background: #ed716b;
}

.f1-progress-1 {
    left: 25%;
    width: 16%;
}

.f1-progress-2 {
    left: 58%;
    width: 16%;
    height: 3px;
    background: #EBEBEB;
}

.f1-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
    width: 33%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.f1-step.activated .f1-step-icon {
    background: #ed716b;
    border: 1px solid #ed716b;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

.f1-step.active .f1-step-icon {
    background: rgb(237, 113, 107, 0.3);
    color: #ed716b;
    font-weight: 700;
}

.f1-step p {
    color: #ccc;
    text-align: center;
}

.f1-step.activated p {
    color: #ed716b;
}

.f1-step.active p {
    color: #ed716b;
}

.f1>fieldset {
    display: block;
}

.f1>fieldset~fieldset {
    display: none;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.f1 fieldset .title {
    color: #151515;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.f1 fieldset .btn-next,
.f1 fieldset .btn-submit {
    border-radius: 8px;
    background: #007F73;
    color: var(--Main-White, #FFF);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.f1 fieldset .btn-previous {
    border-radius: 8px;
    border: 1px solid var(--Secondary, #ED716B);
    background: #FFF;
    color: var(--Secondary, #ED716B);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 22px;
}

.f1 .map-canvas {
    height: 275px;
}

@media (min-width: 1440px) {
    .layanan {
        margin: 67px 100px 0;
    }
}

@media (max-width: 360px) {
    .layanan .title {
        font-size: 36px;
        margin-bottom: 0;
    }

    .layanan .card {
        width: auto;
        padding: 10px;
    }

    .f1 fieldset .f1-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

/* SUCCESS */

.success {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 600px;
}

.success .image {
    width: 320px;
    height: 320px;
}

.success .title {
    color: var(--Main-Body, #23155B);
    text-align: center;
    font-family: "Poppins";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 1.04px;
    margin-bottom: 29px;
}

.success .desc {
    color: #0B253F;
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 41px;
}

.success .btn-back {
    border-radius: 8px;
    border: 1px solid var(--Secondary, #ED716B);
    background: #FFF;
    color: var(--Secondary, #ED716B);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* BACK OFFICE */

/* LAYOUT */

.back-office header {
    margin: 0;
    padding: 10px 50px;
}

.back-office .body {
    background: #F9FCFF;
}

.sidebar {
    background: var(--Primary, #007F73);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.05), 0px 2px 5px -1px rgba(50, 50, 93, 0.02);
}

.sidebar-brand {
    background: rgba(0, 0, 21, 0.15);
}

.sidebar .container-fluid {
    text-align: center;
}

.sidebar .avatar-title-container {
    display: inline-block;
    padding: 15px 0;
}

.sidebar .avatar {
    width: 28px;
    vertical-align: middle;
    margin: 0;
}

.sidebar .avatar .avatar-img {
    width: 28px;
    height: auto;
}

.sidebar .logo-title {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar .sidebar-nav i {
    text-align: left;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 20px;
}

.back-office .content {
    padding: 40px;
}

.back-office .content .title {
    color: #080808;
    font-family: "Roboto";
    font-size: 33.18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px;
}

.back-office .content .card-table {
    border-radius: 6px;
    border: 1px solid #C4CDD5;
    background: #FFF;
}

.back-office .content .card-table tbody {
    background: #FBFBFB;
}

.back-office .content .card-table th,
.back-office .content .card-table td {
    padding: 16px 13px;
    margin-right: 26px;
}

.detail .container-fluid {
    text-align: left;
}

.detail .container-fluid i {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
}

.detail .title {
    display: inline-block;
    margin-bottom: 30px;
}

.modal-photo .file-img img {
    align-items: center;
    justify-content: center;
}

.modal-photo .file-img img {
    height: 700px;
    width: auto;
}

.modal-photo .icon-close {
    color: #080808;
}

.modal-photo .modal-content {
    background-color: transparent;
}

.modal-photo .modal-content .icon-close {
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

/* PENGATURAN */
.pengaturan .btn-add {
    height: 48px;
    padding: 12px 24px;
    color: var(--Main-White, #FFF);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .pengaturan .btn-action {
    border-radius: 5px;
    border: 1px solid #2E8AE6;
    display: flex;
    width: 31px;
    height: 28px;
    padding: 10px 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.pengaturan .btn-action svg {
    width: 18px;
    flex-shrink: 0;
    fill: #2E8AE6;
}

.pengaturan .dropdown-toggle::after {
    display: none;
    border: none;
}

.pengaturan .dropdown-item {
    color: var(--Gray-700, #464F60);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pengaturan .dropdown-item svg {
    margin-right: 13px;
} */

.pengaturan .modal-form .modal-dialog {
    width: 320px;
}

.pengaturan .modal-form .form-label {
    color: var(--Gray-900, #171C26);
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.pengaturan .modal-form .form-control {
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(104, 113, 130, 0.16), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    height: 45px;
    padding: 6px 12px;
    color: var(--Gray-900, #171C26);
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pengaturan .modal-form .form-control::placeholder {
    color: var(--Gray-300, #A1A9B8);
}

.pengaturan .modal-form .btn {
    height: 44px;
    padding: 6px 11px;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.28px;
}