.custom-area {
    padding-top: 20px;
}
.custom-navbar {
    position: sticky;
    top: 20px;
    border-radius: 50px;
    background-color: var(--color_2);
    backdrop-filter: blur(2px);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 20px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.custom-navbar .custom-logo {
    width: 33.33%;
}
.custom-navbar .custom-logo img {
    height: 32px;
}
.custom-menu {
    width: 33.33%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 32px;
}
.custom-menu a {
    text-decoration: none;
    color: var(--text_3);
    font-weight: 500;
    font-size: 16px;
}
.custom-menu a:hover {
    color: var(--text_1);
}
.custom-navbar-button {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
    width: 33.33%;
}
.custom-btn-image {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px 10px 8px 22px;
}
.custom-btn-image img {
    height: 30px;
    width: 30px;
}
.custom-hero {
    padding-top: 80px;
    padding-bottom: 60px;
}
.custom-hero-badge {
    border-radius: 30px;
    background: rgba(116, 68, 253, 0.15);
    backdrop-filter: blur(4px);
    padding: 16px 20px 16px 12px;
    width: fit-content;
    margin-bottom: 20px;
}
.custom-hero-badge span {
    background: #fff;
    color: #333;
    font-weight: 600;
    padding: 8px;
    border-radius: 22px;
    margin-right: 8px;
}
.custom-hero h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 39px;
    line-height: 46px;
}
.custom-hero p {
    font-size: 16px;
    line-height: 28px;
    color: var(--text_3);
}
.custom-section {
    padding: 60px 0;
}
.custom-about {

}
.custom-about span {
    border-radius: 100px;
    background: rgba(116, 68, 253, 0.15);
    padding: 8px 18px;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    font-weight: 600;
}
.custom-about h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 39px;
    line-height: 46px;
}
.custom-about p {
    font-size: 16px;
    line-height: 28px;
    color: var(--text_3);
}
.custom-about ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.custom-about ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom-about ul li::before {
    content: ' ';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/assets/images/check.png);
    background-size: contain;
    background-position: center center;
}
.custom-section-sosmed {
    display: flex;
    flex-wrap: wrap;
}
.custom-section-sosmed-item {
    width: 33.33%;
    padding: 30px;
    border-right: 1px solid rgba(116, 68, 253, 0.3);
    border-top: 1px solid rgba(116, 68, 253, 0.3);
}
.custom-section-sosmed-item:nth-child(1) {
    border-top: none;
}
.custom-section-sosmed-item:nth-child(2) {
    border-top: none;
}
.custom-section-sosmed-item:nth-child(3) {
    border-top: none;
}
.custom-section-sosmed-item:nth-child(3n) {
    border-right: none;
}
.custom-section-sosmed-item img {
    height: 24px;
    margin-bottom: 14px;
}
.custom-section-sosmed-item p {
    font-size: 15px;
    line-height: 28px;
    color: var(--text_3);
    margin: 0;
}
.custom-how {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    background-image: url(/assets/images/line.png);
    background-size: 100% auto;
    height: 208px;
    background-repeat: no-repeat;
}
.custom-how-item:nth-child(odd) {
    margin-top: -40px;
}
.custom-how-item:nth-child(even) {
    margin-top: 40px;
}
.custom-how-item {

}
.custom-how-item span {
    border-radius: 100px;
    background: rgba(116, 68, 253, 0.15);
    color: var(--primary);
    font-weight: 600;
    padding: 6px 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 12px;
}
.custom-how-item h1 {
    font-size: 22px;
    font-weight: 700;
}
.custom-how-item p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--text_3);
    max-width: 300px;
}
.custom-box-statistic {
    display: flex;
    justify-content: space-around;
    background: var(--primary);
    padding: 40px;
    align-items: center;
    border-radius: 18px;
}
.custom-box-statistic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.custom-box-statistic-item h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.custom-box-statistic-item h2 {
    font-size: 16px;
    color: var(--text_3);
    font-weight: 600;
    margin: 0;
}
.custom-box-statistic-item img {

}
.custom-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.custom-feature ul {
    width: 100%;
    max-width: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-feature ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}
.custom-feature ul li img {
    width: 80px;
}
.custom-feature ul li h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-feature ul li p {
    margin-bottom: 0;
    color: var(--text_3);
}
.custom-feature .custom-feature-image {
    width: 100%;
    max-width: 415px;
}
.custom-feature .custom-feature-image img {
    width: 100%;
}
.custom-footer {
    width: 100%;
    padding: 40px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #161B27;
}
.envi-footer-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-footer-copy {
    color: var(--text_3);
}
.envi-footer-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.envi-footer-menu a {
    text-decoration: none;
    color: var(--text_3);
}
.envi-footer-menu a:hover {
    color: var(--text_1);
}
.custom-section-auth {
    min-height: calc(100vh - 207px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-auth {
    width: 100%;
    max-width: 540px;
    background-color: var(--color_2);
    padding: 50px 40px;
    border-radius: 18px;
}
.custom-auth-title {
    text-align: center;
    margin-bottom: 20px;
}
.custom-auth-title h1 {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 22px;
}
.custom-auth-title p {
    margin: 0;
    font-size: 15px;
    color: var(--text_3);
}
.custom-show-hide-password {
    float: right;
    top: 47px;
    right: 15px;
    position: relative;
    cursor: pointer;
}
.custom-show-hide-password i {
    font-size: 16px;
}
.custom-auth-link {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-auth-link p {
    margin: 0;
    color: var(--text_3);
}
.custom-content {
    min-height: calc(100vh - 207px);
    padding: 40px 0;
}

.custom-navbar-profile {
    position: relative;
}
.custom-navbar-profile-info {
    height: 40px;
    width: 40px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.custom-navbar-profile-dropdown {
    position: absolute;
    right: 0;
    padding-top: 12px;
    transition: all 0.3s;
    transform: scale(0);
    transform-origin: 85% top;
    opacity: 0;
}
.custom-navbar-profile-info:hover+.custom-navbar-profile-dropdown, .custom-navbar-profile-dropdown:hover {
    transform: scale(1);
    opacity: 1;
}
.custom-navbar-profile-dropdown-body {
    background: #373d4d;
    border: 1px solid #424859;
    padding: 14px 16px;
    width: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    border-radius: 12px;
}
.custom-navbar-profile-dropdown a {
    color: #fff;
}
.custom-outline-primary {
    padding: 2px 6px;
    border-radius: 6px;
    border: 1px solid #354057;
    background: var(--border);
}
.custom-result-box {

}
.custom-result-box iframe {
    width: 100%;
    filter: invert(1) hue-rotate(180deg);
}
.custom-result-box::-webkit-scrollbar, .custom-result-box iframe::-webkit-scrollbar {
    width: 0;
}
.custom-services-not-change {
    width: 8px;
    height: 8px;
    background: #fb574a;
    border-radius: 50%;
}
.envi-table-range {
    width: 100%;
}
.envi-table-range tr th, .envi-table-range tr td {
    padding: 8px;
    vertical-align: middle;
}
.envi-table-range tr td:first-child, .envi-table-range tr th:first-child {
    padding-left: 0;
}
.envi-table-range tr td:last-child, .envi-table-range tr th:last-child {
    padding-right: 0;
}
.custom-choice-option {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    min-height: 36px;
}
.custom-choice-option img {
    height: 24px;
    position: relative;
    margin-right: 8px;
}
.custom-choice-option:hover {
    background-color: #313745;
}
.custom-badge-min-max {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.custom-badge-min-max span {
    font-size: 12px;
    background: var(--primary);
    padding: 2px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}
.custom-order-note {
    margin-bottom: 20px;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.custom-order-note-body {
    padding: 16px;
    font-size: 12px;
    line-height: 22px;
}
.custom-order-note-spek {

}
.custom-order-note-item {
    padding: 12px 16px;
    background: #202635;
    font-size: 13px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a5acb9;
}
.custom-order-note-item img {
    height: 16px;
}
.custom-order-button {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.custom-order-button li {
    background: #2a303e;
    padding: 4px 14px 4px 5px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text_3)
}
.custom-order-button li.active {
    background: var(--primary_3);
    color: var(--text_1);
}
.custom-order-button li:hover {
    color: var(--text_1)
}
.custom-order-button li img {
    height: 28px;
}
.custom-history #datatable {
    border-radius: 0;
}
.custom-history thead {
    display: none;
}
.custom-history tr td, .custom-history tr th {
    border: none;
}
.custom-history tr td {
    padding: 0 !important;
}
.custom-history .dt-layout-table {
    border: none;
    border-radius: 0 !important;
}
.custom-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border);
    margin-bottom: 12px;
    border-radius: 12px;
    padding: 10px;
    position: relative;
}
.custom-history-item-order-id {
    background: #2d3649a6;
    position: absolute;
    width: 100px;
    border-radius: 9px;
    top: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 600;
    padding: 14px;
}
.custom-history-item h1 {
    font-size: 14px;
    margin-bottom: 8px;
}
.custom-history-item h2 {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--text_3);
}
.custom-history-item h3 {
    width: 100px;
    font-size: 14px;
    margin: 0;
}
.custom-history-item h4 {
    font-size: 14px;
    width: 120px;
    margin: 0;
}
.custom-history-service-target {
    margin-left: 110px;
    width: 100%;
    max-width: 600px;
}
.custom-history-status {
    width: 80px;
}
.custom-history-status span {
    font-weight: 600;
}
.custom-history-date {
    width: 168px;
}
.custom-history-action {
    width: 100px;
    text-align: end;
}
.custom-page-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-page-title h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.custom-page-title ol.breadcrumb {
    margin-bottom: 0;
}
.custom-method {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.custom-method-item {
    text-align: center;
    width: 33%;
    border-right: 1px solid var(--border);
    border-top: 1px solid var(--border);
    padding: 16px 12px;
    cursor: pointer;
}
.custom-method-item .custom-method-item-body {
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.custom-method-item.active {
    background-color: #2b313f;
}
.custom-method-item:hover .custom-method-item-body {
    transform: scale(1.08);
}
.custom-method-item:nth-child(-n+3) {
    border-top: none;
}
.custom-method-item:nth-child(3n) {
    border-right: none;
}
.custom-method-item img {
    height: 24px;
    margin-bottom: 10px;
}
.custom-method-item h1 {
    font-size: 14px;
    font-weight: 500;
}
.custom-method-item p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--text_3);
}
.custom-method-item p span {
    background-color: var(--primary);
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 4px;
}
.custom-modal-confirm {
    padding: 20px;
}
.custom-modal-confirm h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-modal-confirm table {
    width: 100%;
    margin-bottom: 20px;
}
.custom-modal-confirm table tr th, .custom-modal-confirm table tr td {
    padding: 5px 0;
}
.custom-modal-confirm table tr th {
    text-align: start;
    font-weight: 600;
}
.custom-modal-confirm table tr td {
    text-align: end;
}
.custom-modal-confirm table tr td img {
    height: 20px;
}
.custom-deposit-detail {

}
.custom-deposit-detail h1 {
    font-size: 18px;
    font-weight: 600;
}
.custom-deposit-detail p {
    color: var(--text_3);
}
.custom-deposit-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}
.custom-deposit-detail ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}
.custom-deposit-detail ul li .custom-deposit-detail-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b313f;
    border-radius: 6px;
}
.custom-deposit-detail ul li .custom-deposit-detail-icon i {
    font-size: 14px;
}
.custom-deposit-detail ul li .custom-deposit-detail-icon img {

}
.custom-deposit-detail ul li h3 {
    font-size: 14px;
    color: var(--text_3);
    margin-bottom: 0;
}
.custom-deposit-detail ul li h2 {
    font-size: 14px;
    margin-bottom: 0;
}
.custom-deposit-detail h4 {
    font-size: 16px;
    font-weight: 600;
}
.custom-datatable-button {
    width: 100%;
    text-align: end;
}
.custom-datatable-button .btn {
    padding: 12px 20px;
}
.custom-pricelist-box {
    background: var(--color_2);
    border-radius: 12px;
    margin-bottom: 20px;
}
.custom-pricelist-table {
    overflow: auto;
}
.custom-pricelist-category {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.custom-pricelist-category img {
    height: 30px;
}
.custom-pricelist-box .custom-history-item-order-id {
    width: fit-content;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 6px 10px;
}
.custom-pricelist-box tr {
    position: relative;
}
.custom-pricelist-box table {
    width: 100%;
}
.custom-pricelist-box thead {
    position: static;
    /* top: 180px;
    z-index: 1; */
}
.custom-pricelist-box table tr {

}
.custom-pricelist-box table tr th {
    font-weight: 500;
    background-color: var(--color_3);
}
.custom-pricelist-box table tr td {
    
}
.custom-pricelist-box table tr td, .custom-pricelist-box table tr th {
    padding: 8px 20px;
    border-top: 1px solid var(--border);
}
.custom-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-news-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.custom-news-header {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border);
    font-weight: 600;
    font-size: 14px;
    background: var(--color_3); 
    color: var(--text_1);
    
}
.custom-news-body {
    padding: 20px;
}
.custom-news-footer {
    padding: 8px 20px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    color: var(--text_3);
    background: var(--color_3);
}
.custom-card-box-item {

}
.custom-card-box-item p {
    margin-bottom: 10px;
    color: var(--text_3);
}
.custom-card-box-item h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.custom-table-parameter {
    border-radius: 12px;
    border: 1px solid var(--border);
    overflow: hidden;
}
.custom-table-parameter table {
    width: 100%;
}
.custom-table-parameter table thead tr {
    background-color: var(--color_3);
}
.custom-table-parameter table thead tr th, .custom-table-parameter table tbody tr td {
    padding: 10px 20px;
    border-top: 1px solid var(--border);
}
.custom-table-parameter table tbody tr td code {
    font-size: 12px;
    background: #d6338426;
    padding: 4px 8px;
    display: inline-block;
}
.custom-table-parameter table thead tr th {
    font-weight: 500;
    border-top: none;
}
.custom-card-response {
    border-radius: 12px;
    overflow: hidden;
}
.custom-card-response.success {
    background: #294a38;
    border: 1px solid #5b8741;
}
.custom-card-response.danger {
    background: #5f2c31;
    border: 1px solid #b03934;
}
.custom-card-response.danger .custom-card-response-header {
    border-bottom: 1px solid #b03934;
    background: #b0393499;
}
.custom-card-response.success .custom-card-response-header {
    border-bottom: 1px solid #5b8741;
    background: #5b87418c;
}
.custom-card-response-header {
    padding: 14px 20px;
}
.custom-card-response-body {
    padding: 20px;
}
.custom-card-response-body pre {
    margin: 0;
}
.custom-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-detail-list li {
    padding: 12px 0;
    border-top: 1px solid var(--border);
}
.custom-detail-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.custom-detail-list li:last-child {
    padding-bottom: 0;
}
.custom-detail-list li span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--text_3);
}
.custom-detail-list li h1 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    word-break: break-all;
}
.custom-loader {
    position: fixed;
    z-index: 10000000000;
    background: #11182661;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
}
.custom-masal-result {
    background: #28304145;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.custom-masal-result table {
    width: 100%;
}
.custom-masal-result table tr {

}
.custom-masal-result table tr th {

}
.custom-masal-result table tr td {
    border-top: 1px solid var(--border);
    word-wrap: break-word;
    max-width: 300px;
}
.custom-masal-result table tr th, .custom-masal-result table tr td {
    padding: 10px 20px;
}
.custom-width-table-relative-200 {
    width: 200px;
}
.custom-toggle {
    display: none;
}
.custom-toggle img {
    height: 26px;
}
@media screen AND (max-width: 991px) {
    .custom-width-table-relative-200 {
        width: 10px;
    }
    .custom-card-box-item {
        margin-bottom: 20px;
        border-bottom: 1px solid #293042;
        padding-bottom: 20px;
    }
    .custom-card-response.success {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .envi-footer-body {
        flex-direction: column;
        gap: 8px;
    }
    .custom-menu {
        display: none;
    }
    .custom-navbar {
        padding: 10px 10px 10px 24px;
        background: #2b313f;
    }
    .custom-navbar .custom-logo {
        width: auto;
    }
    .custom-navbar .custom-logo img {
        height: 32px;
    }
    .custom-navbar-login-balance {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #3d4453;
        padding: 10px 20px;
        border-radius: 20px;
    }
    .custom-navbar-login-balance::before {
        content: 'Sisa Saldo';
    }
    .custom-toggle {
        display: block;
    }
    .custom-content {
        padding-top: 32px;
    }
    .custom-navbar-button {
        gap: 16px;
        width: auto;
    }
    .custom-method-item {
        width: 50%;
        border-bottom: none;
        border-top: 1px solid var(--border) !important;
    }
    .custom-method-item:nth-child(3n) {
        border-right: 1px solid var(--border);
    }
    .custom-method-item:last-child, .custom-method-item:nth-last-child(2) {
        border-bottom: none;
    }
    div.dt-container div.dt-layout-row:first-child {
        display: flex;
        flex-wrap: wrap;
    }
    div.dt-container .dt-search input, div.dt-container select.dt-input {
        width: 100%;
    }
    div.dt-container div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-start {
        width: calc(30% - 6px);
    }
    div.dt-container div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-end {
        width: calc(70% - 6px);
    }
    div.dt-container .dt-search input {
        min-width: 0;
    }
    div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start .dt-info  {
        margin-bottom: 16px !important;
    }
    .custom-datatable-button {
        text-align: start;
    }
    .custom-history-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }
    .custom-history-item-order-id {
        width: 100%;
        position: relative;
        top: 0;
    }
    .custom-history-item-order-id:not(.before-none)::before {
        content: 'Order ID #';
    }
    .custom-history-service-target {
        margin-left: 0;
    }
    .custom-history-item .d-flex:first-child {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .custom-history-item .d-flex:last-child {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 16px;
    }
    .custom-history-item .d-flex:last-child h3, .custom-history-item .d-flex:last-child h4, .custom-history-item .d-flex:last-child .custom-history-status, .custom-history-item .d-flex:last-child .custom-history-date {
        width: calc(50% - 8px);
    }
    .custom-history-item .d-flex:last-child .custom-history-action, .custom-history-item .d-flex:last-child .custom-history-action button {
        width: 100%;
    }
    .custom-history-item .d-flex:last-child .custom-history-action button i {
        margin-right: 12px;
    }
    .custom-history-item .d-flex:last-child .custom-history-action button::after {
        content: 'Lihat Detail';
    }
    .d-flex-mobile {
        display: flex !important;
    }
    .custom-history-item h1 {
        line-height: 26px;
    }
    .btn-close {
        top: 20px;
        right: 20px;
    }
    .custom-hero h1 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 38px;
    }
    .custom-hero-badge {
        margin: 0 auto 20px auto;
    }
    .custom-hero .col-lg-6 {
        text-align: center;
        margin-bottom: 30px;
    }
    .d-none-mobile {
        display: none !important;
    }
    .custom-about h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .custom-section-sosmed-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
    .custom-section {
        padding: 40px 0;
    }
    .custom-box-statistic {
        flex-wrap: wrap;
        gap: 28px 0;
    }
    .custom-box-statistic-item {
        width: 50%;
        flex-direction: column-reverse;
        gap: 10px;
        justify-content: center;
    }
    .custom-box-statistic-item h2 {
        font-size: 14px;
        font-weight: 500;
    }
    .custom-box-statistic-item h1 {
        font-size: 26px;
        font-weight: 600;
    }
    .custom-feature {
        flex-direction: column;
    }
    .custom-feature .custom-feature-image {
        margin: 40px 0;
    }
    .custom-feature ul li h1 {
        font-size: 15px;
    }
    .custom-how {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        gap: 40px;
        text-align: start;
    }
    .custom-how-item {
        width: 100%;
    }
    .custom-how-item h1 {
        font-size: 18px;
        font-weight: 500;
    }
    .custom-how-item span {
        margin: 0 0 12px 0;
        display: block;
    }
    .custom-how-item p {
        max-width: 220px;
    }
    .custom-how-item:nth-child(even) {
        margin: 0;
    }
    .custom-how-item:nth-child(odd) {
        margin: 0;
    }
    .custom-auth {
        padding: 40px 26px;
        margin: 60px 0;
    }
    .custom-auth-title h1 {
        font-weight: 500;
        font-size: 18px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 18px;
        padding-left: 18px;
    }
    .custom-page-title h1 {
        font-size: 18px;
        font-weight: 500;
    }
}