html,
body {
    height: 100%;
    font-family: 'Inter', system-ui, sans-serif;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.login-box {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}

.logo-m2m {
    display: flex;
    gap: 8px;
    align-self: stretch;
}

.logo-m2m p {
    color: #1a56db;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
}

.form-login {
    font-family: Inter;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.form-login label {
    color: #111928;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.ads {
    background: rgba(83, 128, 228, 0.5);
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: auto;
}

.forgot-password {
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.signup-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.signup-text p {
    color: #6b7280;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.signup-text b {
    color: #111928;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.header-text h3 {
    color: #111928;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.header-text p {
    color: #6b7280;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.footer-container {
    display: flex;
    padding: 0 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.footer-brand p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.footer-privacy {
    display: flex;
    align-items: center;
    gap: 32px;
    float: right;
}

.footer-privacy p {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}

.button-login {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.button-login p {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

/* Span Custom Hero */

.hero h1 {
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1.92px;
}

.hero span {
    color: #1a56db;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 125% */
    letter-spacing: -1.92px;
}

.hero-support
/* Custom Input */

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, 0.25);
}

/* Custom Primary */

.section-brand {
    display: flex;
    background: #0f172a;
    width: auto;
    padding: 64px;
    justify-content: space-between;
    align-items: center;
}

.section-brand h2 {
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 150% */
    letter-spacing: -1.6px;
}

.section-brand p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    align-self: stretch;
}

.section-feature {
    text-align: left;
}

.section-feature h3 {
    color: #000;
    text-align: left;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.section-feature p {
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #5e6b7e;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.64px;
}

.list-group-item-primary {
    background-color: #f95d20 !important;
}

.table {
    --bs-table-striped-bg: #f6f6f6;
}

.table thead th {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px;
}

.thead-light th {
    background-color: #f95d20 !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table tbody td {
    color: #282d33;
    font-weight: 400;
    font-size: 13px;
    padding: 8px;
}

.nav {
    --bs-nav-link-color: #6b7280 !important;
    --bs-nav-link-hover-color: #111928;
    --bs-nav-link-disabled-color: #d1d3d8 !important;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: #0164d4 !important;
    border-bottom-color: currentcolor;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.75rem;
    --bs-pagination-color: #0164d4;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #00428a !important;
    --bs-pagination-active-border-color: #00428a !important;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none !important;
}

.profile h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
}

.profile p {
    font-size: 14px;
    color: #677788;
}

a {
    text-decoration: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.text-bold {
    font-weight: 700;
    letter-spacing: -0.05rem;
}

.card-active-perdana {
    border: 0.15rem solid #32565e !important;
}

.divider {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 0.1rem solid #e5e7e9;
    padding: 0.5rem;
}

.bg-content {
    background-color: #f0f2f7;
    min-height: 100%;
}

.quantity-counter {
    min-width: 9rem;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.3125rem;
}

.quantity-counter-btn.btn>svg {
    width: 1rem;
}

.form-control-quantity-counter:focus {
    box-shadow: none;
}

.card {
    box-shadow: var(--shadow-small);
}

.card-deck:hover {
    &>div {
        opacity: 0.5;
        filter: grayscale(100%);
        transition: all 100ms ease-in-out 0ms;
        transition-property: all;
        transition-duration: 100ms;
        transition-timing-function: ease-in-out;
        transition-delay: 0ms;
        border: solid 2px #f95d20;
        border-radius: 0.5rem;
    }

    &>div:hover {
        opacity: 1;
        filter: grayscale(0%);
        box-shadow: var(--shadow-large);
    }
}

.text-custom {
    color: #f95d20;
}

.card-disabled {
    background-color: rgba(245, 245, 245, 0.4);
}

.card-header-disabled,
.card-footer-disabled {
    opacity: 1;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939eae;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #939eae;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #939eae;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #8d949c;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-right: 0.85em;
}

label {
    display: inline-block;
    padding-top: 0.05rem;
    margin-left: 0.05rem;
}

.register-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #fff);

    /* shadow */
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.register-bg {
    background-color: rgb(249 250 251/1);
}

.custom-scroll {
    overflow-y: hidden scroll;
    position: relative;
}

.bg-login {
    background-color: #fff4e9;
}

.form-control {
    letter-spacing: -0.28px;
}

.form-control-sm {
    background-color: rgb(249 250 251 / 1);
}

.placeholder {
    background-color: #b0b8c1 !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    border: solid 1.3px rgb(249 93 32);
    box-shadow: 0 0 0 0.2rem rgb(236 127 85 / 15%);
}

.form-select:focus {
    color: var(--bs-body-color);
    border: solid 1.3px rgb(249 93 32);
    box-shadow: 0 0 0 0.2rem rgb(236 127 85 / 15%);
}

.lead {
    font-size: 1rem;
    font-weight: 400;
}

.image-login {
    display: flex;

    flex-direction: column;
    gap: 24px;
    height: 100%;
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #fff);

    /* shadow */
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1),
        0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.btn-cart {
    background-color: #f1f2f2;
    border: 0px;
    color: #0164d4;
}

.btn-cart:hover {
    background-color: #f1f2f2;
}

.btn-cart:focus {
    border: 0px;
    box-shadow: none;
    background-color: #f1f2f2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-border-bottom-cart {
    border-bottom: 0.085rem solid rgba(231, 234, 243, 1);
}

/* Loading Full Screen */

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
            rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader {
    width: calc(100px - 24px);
    height: 50px;
    position: relative;
    animation: flippx 2s infinite linear;
}

.loader:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transform-origin: -24px 50%;
    animation: spin 300s infinite linear;
}

.loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

@keyframes flippx {

    0%,
    49% {
        transform: scaleX(1);
    }

    50%,
    100% {
        transform: scaleX(-1);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.dropdown-item {
    padding: 8px;
}

.dropdown-menu {
    padding: 8px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: rgba(255, 119, 56, 0.2);
}

/* Stepper */

.step {
    position: relative;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2);
}

.step.step-dashed .step-icon::after {
    border-left-style: dashed;
}

.step-icon-border {
    border: 0.125rem solid rgba(231, 234, 243, 0.7);
}

.step-title {
    display: block;
    color: #1e2022;
    font-weight: 600;
}

.step-text:last-child {
    color: #677788;
    margin-bottom: 0;
}

.step-border-last-0 .step-item:last-child .step-icon::after {
    display: none;
}

.step .step-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 2.25rem;
}

.step-item-between .step-item:last-child {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.step .step-content-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.step .step-content {
    -ms-flex: 1;
    flex: 1;
}

.step-item.collapse:not(.show) {
    display: none;
}

.step-item .step-title-description {
    display: none;
}

.step-item.focus .step-title-description {
    display: block;
}

.step .step-avatar {
    font-size: 0.875rem;
    font-weight: 600;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.step .step-avatar-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.step .step-avatar::after {
    position: absolute;
    top: 3.375rem;
    left: 1.3125rem;
    height: calc(100% - 1.875rem);
    border-left: 0.125rem solid rgba(231, 234, 243, 0.7);
    content: "";
}

.step-avatar-xs .step-avatar,
.step-avatar-xs.step-avatar {
    font-size: 0.65625rem;
    width: 1.53125rem;
    height: 1.53125rem;
}

.step-avatar-xs .step-avatar::after,
.step-avatar-xs.step-avatar::after {
    top: 2.28125rem;
    left: 0.70312rem;
    width: 1.625rem;
    height: calc(100% - 0.78125rem);
}

.step-avatar-xs .step-divider::after {
    left: 0.76562rem;
}

.step-avatar-sm .step-avatar,
.step-avatar-sm.step-avatar {
    font-size: 0.875rem;
    width: 2.40625rem;
    height: 2.40625rem;
}

.step-avatar-sm .step-avatar::after,
.step-avatar-sm.step-avatar::after {
    top: 3.15625rem;
    left: 1.14062rem;
    width: 1.625rem;
    height: calc(100% - 1.65625rem);
}

.step-avatar-sm .step-divider::after {
    left: 1.20312rem;
}

.step-avatar-lg .step-avatar,
.step-avatar-lg.step-avatar {
    font-size: 1rem;
    width: 4.8125rem;
    height: 4.8125rem;
}

.step-avatar-lg .step-avatar::after,
.step-avatar-lg.step-avatar::after {
    top: 5.5625rem;
    left: 2.34375rem;
    width: 1.625rem;
    height: calc(100% - 4.0625rem);
}

.step-avatar-lg .step-divider::after {
    left: 2.40625rem;
}

.step-divider {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    height: 1rem;
    font-size: 0.71094rem;
    font-weight: 600;
}

.step-divider::after {
    position: absolute;
    top: 1.75rem;
    left: 1.3125rem;
    height: calc(100% - 0.25rem);
    border-left: 0.125rem solid rgba(231, 234, 243, 0.7);
    content: "";
}

.step .step-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.step .step-icon::after {
    position: absolute;
    top: 3.375rem;
    left: 1.3125rem;
    height: calc(100% - 1.875rem);
    border-left: 0.125rem solid rgba(231, 234, 243, 0.7);
    content: "";
}

.step .step-icon-pseudo::before {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #97a4af;
    border-radius: 50%;
    content: "";
}

.step-icon-xs .step-icon,
.step-icon-xs.step-icon {
    font-size: 0.65625rem;
    width: 1.53125rem;
    height: 1.53125rem;
}

.step-icon-xs .step-icon::after,
.step-icon-xs.step-icon::after {
    top: 2.28125rem;
    left: 0.70312rem;
    width: 1.625rem;
    height: calc(100% - 0.78125rem);
}

.step-icon-xs .step-divider::after {
    left: 0.76562rem;
}

.step-icon-sm .step-icon,
.step-icon-sm.step-icon {
    font-size: 0.875rem;
    width: 2.40625rem;
    height: 2.40625rem;
}

.step-icon-sm .step-icon::after,
.step-icon-sm.step-icon::after {
    top: 3.15625rem;
    left: 1.14062rem;
    width: 1.625rem;
    height: calc(100% - 1.65625rem);
}

.step-icon-sm .step-divider::after {
    left: 1.20312rem;
}

.step-icon-lg .step-icon,
.step-icon-lg.step-icon {
    font-size: 1rem;
    width: 4.8125rem;
    height: 4.8125rem;
}

.step-icon-lg .step-icon::after,
.step-icon-lg.step-icon::after {
    top: 5.5625rem;
    left: 2.34375rem;
    width: 1.625rem;
    height: calc(100% - 4.0625rem);
}

.step-icon-lg .step-divider::after {
    left: 2.40625rem;
}

@media (min-width: 576px) {
    .step-sm.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-sm .step-item {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-sm:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-sm .step-icon {
        margin-bottom: 1rem;
    }

    .step-sm .step-icon::after {
        top: 1.3125rem;
        left: 4.125rem;
        width: calc(100% - 4.125rem);
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        border-left: none;
    }

    .step-sm .step-icon.step-icon-xs::after,
    .step-sm.step-icon-xs .step-icon::after {
        top: 0.76562rem;
        left: 3.03125rem;
        width: calc(100% - 3.03125rem);
    }

    .step-sm .step-icon.step-icon-sm::after,
    .step-sm.step-icon-sm .step-icon::after {
        top: 1.20312rem;
        left: 3.90625rem;
        width: calc(100% - 3.90625rem);
    }

    .step-sm .step-icon.step-icon-lg::after,
    .step-sm.step-icon-lg .step-icon::after {
        top: 2.40625rem;
        left: 6.3125rem;
        width: calc(100% - 6.3125rem);
    }
}

@media (min-width: 768px) {
    .step-md.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-md .step-item {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-md:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-md .step-icon {
        margin-bottom: 1rem;
    }

    .step-md .step-icon::after {
        top: 1.3125rem;
        left: 4.125rem;
        width: calc(100% - 4.125rem);
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        border-left: none;
    }

    .step-md .step-icon.step-icon-xs::after,
    .step-md.step-icon-xs .step-icon::after {
        top: 0.76562rem;
        left: 3.03125rem;
        width: calc(100% - 3.03125rem);
    }

    .step-md .step-icon.step-icon-sm::after,
    .step-md.step-icon-sm .step-icon::after {
        top: 1.20312rem;
        left: 3.90625rem;
        width: calc(100% - 3.90625rem);
    }

    .step-md .step-icon.step-icon-lg::after,
    .step-md.step-icon-lg .step-icon::after {
        top: 2.40625rem;
        left: 6.3125rem;
        width: calc(100% - 6.3125rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-lg .step-item {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-lg:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-lg .step-icon {
        margin-bottom: 1rem;
    }

    .step-lg .step-icon::after {
        top: 1.3125rem;
        left: 4.125rem;
        width: calc(100% - 4.125rem);
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        border-left: none;
    }

    .step-lg .step-icon.step-icon-xs::after,
    .step-lg.step-icon-xs .step-icon::after {
        top: 0.76562rem;
        left: 3.03125rem;
        width: calc(100% - 3.03125rem);
    }

    .step-lg .step-icon.step-icon-sm::after,
    .step-lg.step-icon-sm .step-icon::after {
        top: 1.20312rem;
        left: 3.90625rem;
        width: calc(100% - 3.90625rem);
    }

    .step-lg .step-icon.step-icon-lg::after,
    .step-lg.step-icon-lg .step-icon::after {
        top: 2.40625rem;
        left: 6.3125rem;
        width: calc(100% - 6.3125rem);
    }
}

@media (min-width: 1200px) {
    .step-xl.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-xl .step-item {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-xl:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-xl .step-icon {
        margin-bottom: 1rem;
    }

    .step-xl .step-icon::after {
        top: 1.3125rem;
        left: 4.125rem;
        width: calc(100% - 4.125rem);
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        border-left: none;
    }

    .step-xl .step-icon.step-icon-xs::after,
    .step-xl.step-icon-xs .step-icon::after {
        top: 0.76562rem;
        left: 3.03125rem;
        width: calc(100% - 3.03125rem);
    }

    .step-xl .step-icon.step-icon-sm::after,
    .step-xl.step-icon-sm .step-icon::after {
        top: 1.20312rem;
        left: 3.90625rem;
        width: calc(100% - 3.90625rem);
    }

    .step-xl .step-icon.step-icon-lg::after,
    .step-xl.step-icon-lg .step-icon::after {
        top: 2.40625rem;
        left: 6.3125rem;
        width: calc(100% - 6.3125rem);
    }
}

@media (min-width: 576px) {
    .step-sm.step-centered {
        text-align: center;
    }

    .step-sm.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-sm.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-sm.step-centered .step-icon::after {
        width: calc(100% - 4.125rem);
        left: calc(50% + 2.8125rem);
    }

    .step-sm.step-centered .step-icon.step-icon-xs::after,
    .step-sm.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.03125rem);
        left: calc(50% + 2.26562rem);
    }

    .step-sm.step-centered .step-icon.step-icon-sm::after,
    .step-sm.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 3.90625rem);
        left: calc(50% + 2.70312rem);
    }

    .step-sm.step-centered .step-icon.step-icon-lg::after,
    .step-sm.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 6.3125rem);
        left: calc(50% + 3.90625rem);
    }
}

@media (min-width: 768px) {
    .step-md.step-centered {
        text-align: center;
    }

    .step-md.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-md.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-md.step-centered .step-icon::after {
        width: calc(100% - 4.125rem);
        left: calc(50% + 2.8125rem);
    }

    .step-md.step-centered .step-icon.step-icon-xs::after,
    .step-md.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.03125rem);
        left: calc(50% + 2.26562rem);
    }

    .step-md.step-centered .step-icon.step-icon-sm::after,
    .step-md.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 3.90625rem);
        left: calc(50% + 2.70312rem);
    }

    .step-md.step-centered .step-icon.step-icon-lg::after,
    .step-md.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 6.3125rem);
        left: calc(50% + 3.90625rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center;
    }

    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 4.125rem);
        left: calc(50% + 2.8125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-xs::after,
    .step-lg.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.03125rem);
        left: calc(50% + 2.26562rem);
    }

    .step-lg.step-centered .step-icon.step-icon-sm::after,
    .step-lg.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 3.90625rem);
        left: calc(50% + 2.70312rem);
    }

    .step-lg.step-centered .step-icon.step-icon-lg::after,
    .step-lg.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 6.3125rem);
        left: calc(50% + 3.90625rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center;
    }

    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 4.125rem);
        left: calc(50% + 2.8125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-xs::after,
    .step-lg.step-centered.step-icon-xs .step-icon::after {
        width: calc(100% - 3.03125rem);
        left: calc(50% + 2.26562rem);
    }

    .step-lg.step-centered .step-icon.step-icon-sm::after,
    .step-lg.step-centered.step-icon-sm .step-icon::after {
        width: calc(100% - 3.90625rem);
        left: calc(50% + 2.70312rem);
    }

    .step-lg.step-centered .step-icon.step-icon-lg::after,
    .step-lg.step-centered.step-icon-lg .step-icon::after {
        width: calc(100% - 6.3125rem);
        left: calc(50% + 3.90625rem);
    }
}

.step .step-is-invalid-icon,
.step .step-is-valid-icon {
    display: none;
}

.step .active .step-icon,
.step .active.is-valid .step-icon,
.step .visited .step-icon {
    color: #fff;
    background-color: #377dff;
}

.step .active .step-title,
.step .active.is-valid .step-title,
.step .visited .step-title {
    color: #377dff;
}

.step .is-valid .step-icon {
    color: #fff;
    background-color: #377dff;
}

.step .is-valid .step-title {
    color: #377dff;
}

.step .is-valid .step-is-valid-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.step .is-valid .step-is-default-icon,
.step .is-valid .step-is-invalid-icon {
    display: none;
}

.step .is-invalid .step-icon {
    color: #fff;
    background-color: #ed4c78;
}

.step .is-invalid .step-title {
    color: #ed4c78;
}

.step .is-invalid .step-is-invalid-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.step .is-invalid .step-is-default-icon,
.step .is-invalid .step-is-valid-icon {
    display: none;
}

.step-icon-primary {
    color: #fff;
    background-color: #377dff;
}

.step-icon-primary.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-secondary {
    color: #fff;
    background-color: #71869d;
}

.step-icon-secondary.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-success {
    color: #fff;
    background-color: #00c9a7;
}

.step-icon-success.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-info {
    color: #fff;
    background-color: #09a5be;
}

.step-icon-info.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-warning {
    color: #000;
    background-color: #f5ca99;
}

.step-icon-warning.step-icon-pseudo::before {
    background-color: #000;
}

.step-icon-danger {
    color: #fff;
    background-color: #ed4c78;
}

.step-icon-danger.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-light {
    color: #000;
    background-color: #f9fafc;
}

.step-icon-light.step-icon-pseudo::before {
    background-color: #000;
}

.step-icon-dark {
    color: #fff;
    background-color: #132144;
}

.step-icon-dark.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
}

.step-icon-soft-primary.step-icon-pseudo::before {
    background-color: #377dff;
}

.step-icon-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.1);
}

.step-icon-soft-secondary.step-icon-pseudo::before {
    background-color: #71869d;
}

.step-icon-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.1);
}

.step-icon-soft-success.step-icon-pseudo::before {
    background-color: #00c9a7;
}

.step-icon-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, 0.1);
}

.step-icon-soft-info.step-icon-pseudo::before {
    background-color: #09a5be;
}

.step-icon-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, 0.1);
}

.step-icon-soft-warning.step-icon-pseudo::before {
    background-color: #f5ca99;
}

.step-icon-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, 0.1);
}

.step-icon-soft-danger.step-icon-pseudo::before {
    background-color: #ed4c78;
}

.step-icon-soft-light {
    color: #f9fafc;
    background-color: rgba(249, 250, 252, 0.1);
}

.step-icon-soft-light.step-icon-pseudo::before {
    background-color: #f9fafc;
}

.step-icon-soft-dark {
    color: #132144;
    background-color: rgba(19, 33, 68, 0.1);
}

.step-icon-soft-dark.step-icon-pseudo::before {
    background-color: #132144;
}

.step-inline .step-content-wrapper {
    -ms-flex-align: center;
    align-items: center;
}

.step-inline .step-item:last-child .step-title::after {
    display: none;
}

.step-inline .step-title {
    display: inline-block;
}

@media (min-width: 576px) {
    .step-sm.step-inline.step-dashed .step-title::after {
        border-top-style: dashed;
    }

    .step-sm.step-inline .step-item {
        overflow: hidden;
    }

    .step-sm.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-sm.step-inline .step-icon::after {
        display: none;
    }

    .step-sm.step-inline .step-title::after {
        position: absolute;
        top: 1.3125rem;
        width: 100%;
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        margin-left: 1.5rem;
        content: "";
    }

    .step-sm.step-inline .step-icon-xs+.step-content .step-title::after,
    .step-sm.step-inline.step-icon-xs .step-content .step-title::after {
        top: 0.76562rem;
    }

    .step-sm.step-inline .step-icon-sm+.step-content .step-title::after,
    .step-sm.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.20312rem;
    }

    .step-sm.step-inline .step-icon-lg+.step-content .step-title::after,
    .step-sm.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.40625rem;
    }
}

@media (min-width: 768px) {
    .step-md.step-inline.step-dashed .step-title::after {
        border-top-style: dashed;
    }

    .step-md.step-inline .step-item {
        overflow: hidden;
    }

    .step-md.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-md.step-inline .step-icon::after {
        display: none;
    }

    .step-md.step-inline .step-title::after {
        position: absolute;
        top: 1.3125rem;
        width: 100%;
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        margin-left: 1.5rem;
        content: "";
    }

    .step-md.step-inline .step-icon-xs+.step-content .step-title::after,
    .step-md.step-inline.step-icon-xs .step-content .step-title::after {
        top: 0.76562rem;
    }

    .step-md.step-inline .step-icon-sm+.step-content .step-title::after,
    .step-md.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.20312rem;
    }

    .step-md.step-inline .step-icon-lg+.step-content .step-title::after,
    .step-md.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.40625rem;
    }
}

@media (min-width: 992px) {
    .step-lg.step-inline.step-dashed .step-title::after {
        border-top-style: dashed;
    }

    .step-lg.step-inline .step-item {
        overflow: hidden;
    }

    .step-lg.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-lg.step-inline .step-icon::after {
        display: none;
    }

    .step-lg.step-inline .step-title::after {
        position: absolute;
        top: 1.3125rem;
        width: 100%;
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        margin-left: 1.5rem;
        content: "";
    }

    .step-lg.step-inline .step-icon-xs+.step-content .step-title::after,
    .step-lg.step-inline.step-icon-xs .step-content .step-title::after {
        top: 0.76562rem;
    }

    .step-lg.step-inline .step-icon-sm+.step-content .step-title::after,
    .step-lg.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.20312rem;
    }

    .step-lg.step-inline .step-icon-lg+.step-content .step-title::after,
    .step-lg.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.40625rem;
    }
}

@media (min-width: 1200px) {
    .step-xl.step-inline.step-dashed .step-title::after {
        border-top-style: dashed;
    }

    .step-xl.step-inline .step-item {
        overflow: hidden;
    }

    .step-xl.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-xl.step-inline .step-icon::after {
        display: none;
    }

    .step-xl.step-inline .step-title::after {
        position: absolute;
        top: 1.3125rem;
        width: 100%;
        height: 1.625rem;
        border-top: 0.125rem solid rgba(231, 234, 243, 0.7);
        margin-left: 1.5rem;
        content: "";
    }

    .step-xl.step-inline .step-icon-xs+.step-content .step-title::after,
    .step-xl.step-inline.step-icon-xs .step-content .step-title::after {
        top: 0.76562rem;
    }

    .step-xl.step-inline .step-icon-sm+.step-content .step-title::after,
    .step-xl.step-inline.step-icon-sm .step-content .step-title::after {
        top: 1.20312rem;
    }

    .step-xl.step-inline .step-icon-lg+.step-content .step-title::after,
    .step-xl.step-inline.step-icon-lg .step-content .step-title::after {
        top: 2.40625rem;
    }
}

@media (min-width: 576px) {
    .step-timeline-sm {
        margin-left: 0;
        margin-right: 0;
    }

    .step-timeline-sm .step-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 50%;
    }

    .step-timeline-sm .step-item:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
        margin-left: auto;
        margin-right: 50%;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-icon {
        margin-left: 0;
        margin-right: -1.3125rem;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
        margin-right: -0.76562rem;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
        margin-right: -1.20312rem;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
        margin-right: -2.40625rem;
    }

    .step-timeline-sm .step-item:nth-child(even) .step-content {
        margin-right: 1.5rem;
    }

    .step-timeline-sm .step-icon {
        margin-left: -1.3125rem;
    }

    .step-timeline-sm .step-icon::after {
        left: auto;
        width: auto;
    }

    .step-timeline-sm .step-icon-xs {
        margin-left: -0.76562rem;
    }

    .step-timeline-sm .step-icon-sm {
        margin-left: -1.20312rem;
    }

    .step-timeline-sm .step-icon-lg {
        margin-left: -2.40625rem;
    }
}

@media (min-width: 768px) {
    .step-timeline-md {
        margin-left: 0;
        margin-right: 0;
    }

    .step-timeline-md .step-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 50%;
    }

    .step-timeline-md .step-item:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
        margin-left: auto;
        margin-right: 50%;
    }

    .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .step-timeline-md .step-item:nth-child(even) .step-icon {
        margin-left: 0;
        margin-right: -1.3125rem;
    }

    .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
        margin-right: -0.76562rem;
    }

    .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
        margin-right: -1.20312rem;
    }

    .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
        margin-right: -2.40625rem;
    }

    .step-timeline-md .step-item:nth-child(even) .step-content {
        margin-right: 1.5rem;
    }

    .step-timeline-md .step-icon {
        margin-left: -1.3125rem;
    }

    .step-timeline-md .step-icon::after {
        left: auto;
        width: auto;
    }

    .step-timeline-md .step-icon-xs {
        margin-left: -0.76562rem;
    }

    .step-timeline-md .step-icon-sm {
        margin-left: -1.20312rem;
    }

    .step-timeline-md .step-icon-lg {
        margin-left: -2.40625rem;
    }
}

@media (min-width: 992px) {
    .step-timeline-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .step-timeline-lg .step-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 50%;
    }

    .step-timeline-lg .step-item:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
        margin-left: auto;
        margin-right: 50%;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-icon {
        margin-left: 0;
        margin-right: -1.3125rem;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
        margin-right: -0.76562rem;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
        margin-right: -1.20312rem;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
        margin-right: -2.40625rem;
    }

    .step-timeline-lg .step-item:nth-child(even) .step-content {
        margin-right: 1.5rem;
    }

    .step-timeline-lg .step-icon {
        margin-left: -1.3125rem;
    }

    .step-timeline-lg .step-icon::after {
        left: auto;
        width: auto;
    }

    .step-timeline-lg .step-icon-xs {
        margin-left: -0.76562rem;
    }

    .step-timeline-lg .step-icon-sm {
        margin-left: -1.20312rem;
    }

    .step-timeline-lg .step-icon-lg {
        margin-left: -2.40625rem;
    }
}

@media (min-width: 1200px) {
    .step-timeline-xl {
        margin-left: 0;
        margin-right: 0;
    }

    .step-timeline-xl .step-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 50%;
    }

    .step-timeline-xl .step-item:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right;
        margin-left: auto;
        margin-right: 50%;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-icon {
        margin-left: 0;
        margin-right: -1.3125rem;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
        margin-right: -0.76562rem;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
        margin-right: -1.20312rem;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
        margin-right: -2.40625rem;
    }

    .step-timeline-xl .step-item:nth-child(even) .step-content {
        margin-right: 1.5rem;
    }

    .step-timeline-xl .step-icon {
        margin-left: -1.3125rem;
    }

    .step-timeline-xl .step-icon::after {
        left: auto;
        width: auto;
    }

    .step-timeline-xl .step-icon-xs {
        margin-left: -0.76562rem;
    }

    .step-timeline-xl .step-icon-sm {
        margin-left: -1.20312rem;
    }

    .step-timeline-xl .step-icon-lg {
        margin-left: -2.40625rem;
    }
}

.img-header img {
    width: 135px;
    margin: auto;
    margin-left: 1.5rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/* Custom Header Landing Page */

.bg-transparent {
    background-color: rgba(245, 245, 247, 0.72) !important;
    background-image: none !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
}

.bg-secondary-landing {
    background-color: #fff4e9;
}

.bg-primary-landing {
    background-color: #f95d20;
    color: #ffffff;
}

.text-primary-landing {
    color: #f95d20;
}

.btn-primary-landing {
    background-color: #f95d20;
    color: #ffffff;
}

.btn-primary-landing:hover {
    background-color: #e55219;
    color: #ffffff;
}

.btn-primary-landing-outline {
    background-color: #ffffff;
    color: #f95d20;
    border: solid 1px #f95d20;
}

.btn-primary-landing-outline:hover {
    background-color: #ffffff;
    color: #f95d20;
    border: solid 1px #f95d20;
}

.btn-circle.btn-xl {
    width: 56px;
    height: 56px;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.accordion-button:not(.collapsed) {
    background-color: #ffd4c1 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffd4c1 !important;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.thead-landing th {
    background-color: #f95d20 !important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn-primary {
    background-color: #f95d20;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f95d20;
    --bs-btn-border-color: #f95d20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #de4a11;
    --bs-btn-hover-border-color: #de4a11;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #de4a11;
    --bs-btn-active-border-color: #de4a11;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f95d20;
    --bs-btn-disabled-border-color: #f95d20;
}

.btn-outline-primary {
    --bs-btn-color: #f95d20;
    --bs-btn-border-color: #f95d20;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f95d20;
    --bs-btn-hover-border-color: #f95d20;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f95d20;
    --bs-btn-active-border-color: #f95d20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f95d20;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f95d20;
    --bs-gradient: none;
}

th.sortable {
    position: relative;
    cursor: pointer;
}

th.sortable::after {
    font-family: FontAwesome;
    content: "\f0dc";
    position: absolute;
    right: 8px;
    color: #fff;
}

th.sortable.asc::after {
    content: "\f0d8";
}

th.sortable.desc::after {
    content: "\f0d7";
}

th.sortable:hover::after {
    color: #fff;
}

.recipient {
    border: solid 1px #000000;
    padding: 24px;
    border-radius: 6px;
}

.text-center {
    vertical-align: middle !important;
}

.va-center {
    display: flexbox;
    justify-content: center;
    align-items: center;
}

.custom-maintenance {
    position: relative;
    padding: 4px;
    background-color: #fff4e9;
    color: #F95D20;
    border-bottom: solid 0.5px #bdd7fe;
    font-weight: 500;
}

.nav-link.nav-link-paket.active {
    color: #FFFFFF !important;
    background-color: #f95d20 !important;
}

.nav-pills .nav-link:hover {
    color: #f95d20 !important;
    background-color: #fff4e9 !important;
}

ul.nav.nav-pills.nav-fill.mb-3 {
    border: 0.085rem solid rgba(231, 234, 243, 0.9);
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 1px 2px rgba(141, 150, 170, 0.2);
}


/* Animasi pulse */

.pulse {
    display: inline-block;
    width: 18px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 1.25s infinite;

}

.pulse:hover {
    animation: none;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(141, 153, 159, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(141, 153, 159, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(141, 153, 159, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(141, 153, 159, 0.4);
        box-shadow: 0 0 0 0 rgba(141, 153, 159, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(141, 153, 159, 0);
        box-shadow: 0 0 0 10px rgba(141, 153, 159, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(141, 153, 159, 0);
        box-shadow: 0 0 0 0 rgba(141, 153, 159, 0);
    }
}

.text-bg-maintenance {
    background-color: #FFF4E9 !important;
    color: #F96931;
}

.text-maintenance {
    color: #F96931 !important;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 1rem;
    white-space: nowrap;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    border-radius: 0.3125rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: #677788;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #677788;
}

.navbar-light .navbar-nav .nav-link {
    color: #677788;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #377dff;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #677788;
}

.navbar-light .navbar-toggler {
    color: #677788;
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {}

.navbar-light .navbar-text {
    color: #677788;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #677788;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}


@media screen and (max-width: 1000px) {
    .hidess {
        display: none;
    }
}