.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-show-hide-password {
    float: right;
    top: 47px;
    right: 15px;
    position: relative;
    cursor: pointer;
}
.custom-show-hide-password i {
    font-size: 16px;
}
.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;
    }
    .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;
    }
}
.custom-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 40px;
  background: radial-gradient(
      158.49% 128.49% at 46.95% -63.74%,
      rgba(101, 128, 164, 0.2) 0,
      transparent 100%
    ),
    -webkit-gradient(linear, left top, left bottom, from(var(--color_2)), to(rgba(var(--color_2-rgb), 0))),
    var(--color_2);
  background: radial-gradient(
      158.49% 128.49% at 46.95% -63.74%,
      rgba(101, 128, 164, 0.2) 0,
      transparent 100%
    ),
    linear-gradient(180deg, var(--color_2), rgba(var(--color_2-rgb), 0)), var(--color_2);
  border: 1px solid var(--border);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.custom-banner,
.custom-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-banner__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.custom-banner__content-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--text_1);
}
.custom-banner__content-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: var(--text_2);
  margin-top: 10px;
}
.custom-banner__content-actions {
  gap: 8px;
  margin-top: 28px;
}
.custom-banner__content-actions,
.custom-banner__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-banner__hero {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 177px;
  width: 177px;
  border-radius: 50%;
  right: -8px;
  top: -13px;
  background: linear-gradient(176.87deg, var(--primary) 2.33%, var(--primary_hover) 88.77%), #141a25;
  z-index: 1;
}
.custom-banner__hero .icon {
  font-size: 86px;
  color: var(--text_1);
  z-index: 3;
}
.custom-banner__hero img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 602px;
  width: 602px;
}
.custom-banner__hero:before {
  background: linear-gradient(176.87deg, #8456ff 2.33%, #ab56ff 88.77%), #141a25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: 0;
}
.custom-banner__hero:after,
.custom-banner__hero:before {
  position: absolute;
  content: "";
  height: 177px;
  width: 177px;
  border-radius: 50%;
}
.custom-banner__hero:after {
  background: linear-gradient(176.87deg, var(--primary) 2.33%, #384664 85.77%), #384664;
  opacity: 0.2;
  z-index: 1;
}
.custom-banner__hero--wide {
  top: 12px;
  right: 3px;
}
@media (max-width: 767.98px) {
  .custom-banner {
    padding: 24px;
  }
  .custom-banner,
  .custom-banner__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .custom-banner__hero {
    background: transparent;
  }
  .custom-banner__hero .icon {
    display: none;
  }
  .custom-banner__hero:after {
    content: none;
  }
  .custom-banner__hero:before {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .custom-banner {
    padding: 24px 12px;
  }
  .custom-banner__content-title {
    font-size: 16px;
    line-height: 18px;
  }
  .custom-banner__content-text {
    font-size: 14px;
    line-height: 16px;
  }
  .custom-banner__content-actions {
    margin-top: 12px;
  }
}
.api-desc {
  margin: 0 0 0;
  color: #767f93;
  opacity: 0.92;
  font-size: 14px;
  line-height: 1.55;
}

.api-cs-card {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(31, 40, 56, 0.18);
  border-radius: 14px;
  padding: 12px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.api-cs-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: rgba(230, 233, 242, 0.94);
  min-width: 0;
}

.api-cs-title--link a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(132, 86, 255, 0.35);
  transition: border-color 0.2s ease;
}

.api-cs-title--link a:hover {
  border-bottom-color: rgba(132, 86, 255, 0.7);
}

.api-cs-mono {
  font-family: var(
    --bs-font-monospace,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace
  );
  font-size: 12px;
  opacity: 0.92;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.api-cs-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #767f93;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .api-cs-card {
    padding: 10px;
    border-radius: 12px;
  }

  .api-cs-title {
    font-size: 13px;
  }

  .api-cs-text,
  .api-cs-mono {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .api-cs-card {
    padding: 10px 8px;
    gap: 4px;
  }

  .api-cs-title {
    font-size: 12px;
  }

  .api-cs-text,
  .api-cs-mono {
    font-size: 10.5px;
  }
}
.api-example-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .25px;
    text-transform: uppercase;
    color: #767f93;
    margin-bottom: 8px;
}

.api-page .api-table {
    border: 1px solid #1f2838;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(31,40,56,.14);
}

.api-page .api-table .table {
    margin: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: rgba(230,233,242,.92);
    border: 0 !important;
}

.api-page .api-table .table > :not(caption) > * > * {
    background: transparent;
    box-shadow: none;
    border-bottom: 0 !important;
}

.api-page .api-table thead th {
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
    color: #767f93;
    border: 0 !important;
    white-space: nowrap;
}

.api-page .api-table tbody td {
    padding: 12px 14px;
    vertical-align: middle;
    border: 0 !important;
}

.api-page .api-table tbody tr + tr > * {
    border-top: 1px solid rgba(31,40,56,.62) !important;
}

.api-page .api-col-params {
    width: 220px;
}

.api-page .api-param-key {
    font-weight: 800;
    color: rgba(230,233,242,.92);
    font-family: var(--bs-font-monospace, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-size: 13px;
}

.api-page .api-param-desc {
    color: rgba(230,233,242,.84);
}

.api-page .api-example {
    margin-top: 14px;
}

.api-page .api-example-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .25px;
    text-transform: uppercase;
    color: #767f93;
    margin-bottom: 8px;
}

.api-page .api-code {
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #1f2838;
    background: rgba(31,40,56,.28);
    color: rgba(230,233,242,.92);
    overflow: auto;
    font-size: 12px;
    line-height: 1.55;
}

.api-page .api-code code {
    font-family: var(--bs-font-monospace, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    color: inherit;
    background: transparent;
    padding: 0;
}

@media (max-width: 767.98px) {
    .api-page .api-col-params {
        width: 170px;
    }
}

.api-code .token.property {
    color: var(--primary);
}

.api-code .token.string {
    color: #80ff84;
}

.api-code .token.number {
    color: #ff9e64;
}

.api-code .token.punctuation {
    color: #c0caf5;
}

.api-code .token.boolean {
    color: #80ff84;
}

.api-code .token.null {
    color: #f7768e;
}
.custom-toast-wrapper{
    position:fixed;
    top:16px;
    left:50%;
    transform:translateX(-50%);
    z-index:9999;
    width:100%;
    display:flex;
    justify-content:center;
    padding-inline:12px;
    pointer-events:none;
}

.custom-toast{
    pointer-events:auto;
    background:rgba(43,45,49,.96);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    color:#fff;
    border:none;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
    width:fit-content;
    max-width:min(92vw,520px);
    padding:14px 18px;
}

.custom-toast-content{
    display:flex;
    align-items:center;
    gap:14px;
}

.custom-toast-icon{
    flex-shrink:0;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.custom-toast-text{
    font-size:15px;
    font-weight:600;
    line-height:1.45;
    word-break:break-word;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

@media screen and (max-width:991px){
    .custom-toast-wrapper{
        top:14px;
        left:0;
        transform:none;
        padding-inline:18px;
    }

    .custom-toast{
        width:100%;
        max-width:100%;
        padding:13px 16px;
        border-radius:20px;
    }

    .custom-toast-content{
        gap:12px;
    }

    .custom-toast-icon iconify-icon{
        width:22px;
        height:22px;
    }

    .custom-toast-text{
        font-size:14px;
        line-height:1.4;
    }
}

.custom-toast.show{
    animation:customToastIn .22s ease;
}

.custom-toast.hide{
    animation:customToastOut .18s ease forwards;
}

@keyframes customToastIn{
    from{
        opacity:0;
        transform:translateY(-16px) scale(.96);
    }

    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

@keyframes customToastOut{
    from{
        opacity:1;
        transform:translateY(0) scale(1);
    }

    to{
        opacity:0;
        transform:translateY(-10px) scale(.96);
    }
}
.auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.auth-info {
    position: sticky;
    top: 0;
    background: radial-gradient(
            90.49% 140.49% at 46.95% -33.74%,
            rgba(100, 128, 164, 0.2) 0,
            transparent 100%
        ),
        linear-gradient(180deg, #141a25, rgba(20, 26, 37, 0));
    border-right: 1px solid #1f2838;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    overflow: hidden;
    max-width: 912px;
    min-width: 530px;
    min-height: var(--app-height, 100vh);
    height: 100%;
}

.auth-info__slider-wrapper {
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.auth-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.auth-slider::-webkit-scrollbar {
    display: none;
}

.auth-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.auth-slide__icon {
    width: 90px;
    height: 90px;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px auto;
}

.auth-slide__icon i,
.auth-slide__icon svg {
    font-size: 42px;
    width: 42px;
    height: 42px;
    color: #8454f6;
}
.auth-slide__icon iconify-icon {
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #8454f6;
}
.auth-slide__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: -0.03em;
}

.auth-slide__text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.auth-slider-indicator {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.auth-slider-indicator .dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.auth-slider-indicator .dot.active {
    background-color: #8454f6;
    width: 24px;
    border-radius: 8px;
}

.auth-info:after {
    content: "";
    bottom: -656px;
    left: -360px;
}

.auth-info:before {
    bottom: -656px;
    left: -494px;
}

.auth-info:after,
.auth-info:before {
    content: "";
    position: absolute;
    height: 640px;
    width: 640px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(132, 85, 246, 0)),
        to(#8454f6)
    );
    background: linear-gradient(180deg, rgba(132, 85, 246, 0), #8454f6);
    -webkit-filter: blur(106.364px);
    filter: blur(106.364px);
    -webkit-transform: matrix(0.72, -0.69, -0.69, -0.72, 0, 0);
    transform: matrix(0.72, -0.69, -0.69, -0.72, 0, 0);
    border-radius: 50%;
}

.auth-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 54px 32px;
}

.auth-form,
.auth-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.auth-form__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    max-width: 570px;
    margin: auto;
    width: 100%;
    height: 100%;
}
.auth-form__logo {
    margin-bottom: 24px;
}

.auth-form__logo img {
    height: 34px;
    width: auto;
    object-fit: contain;
}
.auth-form__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.auth-form__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
}

.auth-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.auth-form form button {
    width: 100%;
}

@media (max-width: 1449.98px) {
    .auth-form {
        padding: 48px 24px;
    }
}

@media (max-width: 1199.98px) {
    .auth-form {
        padding: 32px;
    }
}

@media (max-width: 991.98px) {
    .auth-info {
        display: none;
    }

    .auth-form {
        padding: 32px 16px;
        width: 100%;
    }

    .auth-form__container {
        gap: 0;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }

    .auth-form__title {
        margin-bottom: 8px;
    }

    .auth-form__subtitle {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 28px;
    }

    .auth-form form {
        max-width: unset;
        padding: 48px 0;
    }
}

@media (max-width: 767.98px) {
    .auth-form {
        padding: 16px;
    }

    .auth-form__title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .auth-form__subtitle {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px;
    }
}