/* Nyata Setting CSS */
.wrap h1 {
    color: #0073aa;
}

.form-table tr th,
.form-table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ================================
   GRID SYSTEM KHUSUS .abuilder
   ================================ */

/* COL BASE */
.abuilder .col {
    flex: 1 0 0%;
}

/* FIXED SIZE COL */
.abuilder .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.abuilder .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.abuilder .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.abuilder .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.abuilder .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.abuilder .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.abuilder .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.abuilder .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.abuilder .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.abuilder .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.abuilder .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.abuilder .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

/* RESPONSIVE BREAKPOINTS */
@media (min-width: 576px) {
    .abuilder .col-sm {
        flex: 1 0 0%;
    }

    .abuilder .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .abuilder .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .abuilder .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .abuilder .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .abuilder .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .abuilder .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .abuilder .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .abuilder .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .abuilder .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .abuilder .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .abuilder .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .abuilder .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .abuilder .col-md {
        flex: 1 0 0%;
    }

    .abuilder .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .abuilder .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .abuilder .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .abuilder .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .abuilder .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .abuilder .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .abuilder .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .abuilder .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .abuilder .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .abuilder .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .abuilder .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .abuilder .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .abuilder .col-lg {
        flex: 1 0 0%;
    }

    .abuilder .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .abuilder .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .abuilder .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .abuilder .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .abuilder .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .abuilder .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .abuilder .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .abuilder .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .abuilder .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .abuilder .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .abuilder .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .abuilder .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .abuilder .col-xl {
        flex: 1 0 0%;
    }

    .abuilder .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .abuilder .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .abuilder .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .abuilder .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .abuilder .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .abuilder .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .abuilder .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .abuilder .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .abuilder .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .abuilder .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .abuilder .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .abuilder .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .abuilder .col-xxl {
        flex: 1 0 0%;
    }

    .abuilder .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .abuilder .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .abuilder .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .abuilder .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .abuilder .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .abuilder .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .abuilder .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .abuilder .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .abuilder .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .abuilder .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .abuilder .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .abuilder .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



.abuilder .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .abuilder .btn {
        transition: none;
    }
}

.abuilder .btn:hover {
    color: #212529;
}

.abuilder .btn-check:focus+.abuilder .btn,
.abuilder .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.abuilder .btn.disabled,
.abuilder .btn:disabled,
fieldset:disabled .abuilder .btn {
    pointer-events: none;
    opacity: 0.65;
}

.abuilder .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.abuilder .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.abuilder .btn-check:focus+.abuilder .btn-primary,
.abuilder .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-primary,
.abuilder .btn-check:checked+.abuilder .btn-primary,
.abuilder .btn-primary.active,
.abuilder .btn-primary:active,
.abuilder .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.abuilder .btn-check:active+.abuilder .btn-primary:focus,
.abuilder .btn-check:checked+.abuilder .btn-primary:focus,
.abuilder .btn-primary.active:focus,
.abuilder .btn-primary:active:focus,
.abuilder .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.abuilder .btn-primary.disabled,
.abuilder .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.abuilder .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.abuilder .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.abuilder .btn-check:focus+.abuilder .btn-secondary,
.abuilder .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-secondary,
.abuilder .btn-check:checked+.abuilder .btn-secondary,
.abuilder .btn-secondary.active,
.abuilder .btn-secondary:active,
.abuilder .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.abuilder .btn-check:active+.abuilder .btn-secondary:focus,
.abuilder .btn-check:checked+.abuilder .btn-secondary:focus,
.abuilder .btn-secondary.active:focus,
.abuilder .btn-secondary:active:focus,
.abuilder .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.abuilder .btn-secondary.disabled,
.abuilder .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.abuilder .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.abuilder .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.abuilder .btn-check:focus+.abuilder .btn-success,
.abuilder .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-success,
.abuilder .btn-check:checked+.abuilder .btn-success,
.abuilder .btn-success.active,
.abuilder .btn-success:active,
.abuilder .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.abuilder .btn-check:active+.abuilder .btn-success:focus,
.abuilder .btn-check:checked+.abuilder .btn-success:focus,
.abuilder .btn-success.active:focus,
.abuilder .btn-success:active:focus,
.abuilder .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.abuilder .btn-success.disabled,
.abuilder .btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.abuilder .btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.abuilder .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.abuilder .btn-check:focus+.abuilder .btn-info,
.abuilder .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-info,
.abuilder .btn-check:checked+.abuilder .btn-info,
.abuilder .btn-info.active,
.abuilder .btn-info:active,
.abuilder .show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.abuilder .btn-check:active+.abuilder .btn-info:focus,
.abuilder .btn-check:checked+.abuilder .btn-info:focus,
.abuilder .btn-info.active:focus,
.abuilder .btn-info:active:focus,
.abuilder .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.abuilder .btn-info.disabled,
.abuilder .btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.abuilder .btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.abuilder .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.abuilder .btn-check:focus+.abuilder .btn-warning,
.abuilder .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-warning,
.abuilder .btn-check:checked+.abuilder .btn-warning,
.abuilder .btn-warning.active,
.abuilder .btn-warning:active,
.abuilder .show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}

.abuilder .btn-check:active+.abuilder .btn-warning:focus,
.abuilder .btn-check:checked+.abuilder .btn-warning:focus,
.abuilder .btn-warning.active:focus,
.abuilder .btn-warning:active:focus,
.abuilder .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.abuilder .btn-warning.disabled,
.abuilder .btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.abuilder .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.abuilder .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.abuilder .btn-check:focus+.abuilder .btn-danger,
.abuilder .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-danger,
.abuilder .btn-check:checked+.abuilder .btn-danger,
.abuilder .btn-danger.active,
.abuilder .btn-danger:active,
.abuilder .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}

.abuilder .btn-check:active+.abuilder .btn-danger:focus,
.abuilder .btn-check:checked+.abuilder .btn-danger:focus,
.abuilder .btn-danger.active:focus,
.abuilder .btn-danger:active:focus,
.abuilder .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.abuilder .btn-danger.disabled,
.abuilder .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.abuilder .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.abuilder .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.abuilder .btn-check:focus+.abuilder .btn-light,
.abuilder .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-light,
.abuilder .btn-check:checked+.abuilder .btn-light,
.abuilder .btn-light.active,
.abuilder .btn-light:active,
.abuilder .show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.abuilder .btn-check:active+.abuilder .btn-light:focus,
.abuilder .btn-check:checked+.abuilder .btn-light:focus,
.abuilder .btn-light.active:focus,
.abuilder .btn-light:active:focus,
.abuilder .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.abuilder .btn-light.disabled,
.abuilder .btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.abuilder .btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.abuilder .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.abuilder .btn-check:focus+.abuilder .btn-dark,
.abuilder .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-dark,
.abuilder .btn-check:checked+.abuilder .btn-dark,
.abuilder .btn-dark.active,
.abuilder .btn-dark:active,
.abuilder .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.abuilder .btn-check:active+.abuilder .btn-dark:focus,
.abuilder .btn-check:checked+.abuilder .btn-dark:focus,
.abuilder .btn-dark.active:focus,
.abuilder .btn-dark:active:focus,
.abuilder .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.abuilder .btn-dark.disabled,
.abuilder .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.abuilder .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.abuilder .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-primary,
.abuilder .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-primary,
.abuilder .btn-check:checked+.abuilder .btn-outline-primary,
.abuilder .btn-outline-primary.active,
.abuilder .btn-outline-primary.dropdown-toggle .show,
.abuilder .btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.abuilder .btn-check:active+.abuilder .btn-outline-primary:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-primary:focus,
.abuilder .btn-outline-primary.active:focus,
.abuilder .btn-outline-primary.dropdown-toggle .show:focus,
.abuilder .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.abuilder .btn-outline-primary.disabled,
.abuilder .btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent;
}

.abuilder .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.abuilder .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-secondary,
.abuilder .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-secondary,
.abuilder .btn-check:checked+.abuilder .btn-outline-secondary,
.abuilder .btn-outline-secondary.active,
.abuilder .btn-outline-secondary.dropdown-toggle .show,
.abuilder .btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.abuilder .btn-check:active+.abuilder .btn-outline-secondary:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-secondary:focus,
.abuilder .btn-outline-secondary.active:focus,
.abuilder .btn-outline-secondary.dropdown-toggle .show:focus,
.abuilder .btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.abuilder .btn-outline-secondary.disabled,
.abuilder .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.abuilder .btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.abuilder .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-success,
.abuilder .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-success,
.abuilder .btn-check:checked+.abuilder .btn-outline-success,
.abuilder .btn-outline-success.active,
.abuilder .btn-outline-success.dropdown-toggle .show,
.abuilder .btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.abuilder .btn-check:active+.abuilder .btn-outline-success:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-success:focus,
.abuilder .btn-outline-success.active:focus,
.abuilder .btn-outline-success.dropdown-toggle .show:focus,
.abuilder .btn-outline-success:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.abuilder .btn-outline-success.disabled,
.abuilder .btn-outline-success:disabled {
    color: #198754;
    background-color: transparent;
}

.abuilder .btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.abuilder .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-info,
.abuilder .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-info,
.abuilder .btn-check:checked+.abuilder .btn-outline-info,
.abuilder .btn-outline-info.active,
.abuilder .btn-outline-info.dropdown-toggle .show,
.abuilder .btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.abuilder .btn-check:active+.abuilder .btn-outline-info:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-info:focus,
.abuilder .btn-outline-info.active:focus,
.abuilder .btn-outline-info.dropdown-toggle .show:focus,
.abuilder .btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.abuilder .btn-outline-info.disabled,
.abuilder .btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.abuilder .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.abuilder .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-warning,
.abuilder .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-warning,
.abuilder .btn-check:checked+.abuilder .btn-outline-warning,
.abuilder .btn-outline-warning.active,
.abuilder .btn-outline-warning.dropdown-toggle .show,
.abuilder .btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.abuilder .btn-check:active+.abuilder .btn-outline-warning:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-warning:focus,
.abuilder .btn-outline-warning.active:focus,
.abuilder .btn-outline-warning.dropdown-toggle .show:focus,
.abuilder .btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.abuilder .btn-outline-warning.disabled,
.abuilder .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.abuilder .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.abuilder .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-danger,
.abuilder .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-danger,
.abuilder .btn-check:checked+.abuilder .btn-outline-danger,
.abuilder .btn-outline-danger.active,
.abuilder .btn-outline-danger.dropdown-toggle .show,
.abuilder .btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.abuilder .btn-check:active+.abuilder .btn-outline-danger:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-danger:focus,
.abuilder .btn-outline-danger.active:focus,
.abuilder .btn-outline-danger.dropdown-toggle .show:focus,
.abuilder .btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.abuilder .btn-outline-danger.disabled,
.abuilder .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.abuilder .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.abuilder .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-light,
.abuilder .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-light,
.abuilder .btn-check:checked+.abuilder .btn-outline-light,
.abuilder .btn-outline-light.active,
.abuilder .btn-outline-light.dropdown-toggle .show,
.abuilder .btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.abuilder .btn-check:active+.abuilder .btn-outline-light:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-light:focus,
.abuilder .btn-outline-light.active:focus,
.abuilder .btn-outline-light.dropdown-toggle .show:focus,
.abuilder .btn-outline-light:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.abuilder .btn-outline-light.disabled,
.abuilder .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.abuilder .btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.abuilder .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.abuilder .btn-check:focus+.abuilder .btn-outline-dark,
.abuilder .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.abuilder .btn-check:active+.abuilder .btn-outline-dark,
.abuilder .btn-check:checked+.abuilder .btn-outline-dark,
.abuilder .btn-outline-dark.active,
.abuilder .btn-outline-dark.dropdown-toggle .show,
.abuilder .btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.abuilder .btn-check:active+.abuilder .btn-outline-dark:focus,
.abuilder .btn-check:checked+.abuilder .btn-outline-dark:focus,
.abuilder .btn-outline-dark.active:focus,
.abuilder .btn-outline-dark.dropdown-toggle .show:focus,
.abuilder .btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.abuilder .btn-outline-dark.disabled,
.abuilder .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}

.abuilder .btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

.abuilder .btn-link:hover {
    color: #0a58ca;
}

.abuilder .btn-link.disabled,
.abuilder .btn-link:disabled {
    color: #6c757d;
}

.abuilder .btn-group-lg>.btn,
.abuilder .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.abuilder .btn-group-sm>.btn,
.abuilder .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}


.abuilder .w-25 {
    width: 25% !important;
}

.abuilder .w-50 {
    width: 50% !important;
}

.abuilder .w-75 {
    width: 75% !important;
}

.abuilder .w-100 {
    width: 100% !important;
}

.abuilder .w-auto {
    width: auto !important;
}

.abuilder .mw-100 {
    max-width: 100% !important;
}

.abuilder .vw-100 {
    width: 100vw !important;
}

.abuilder .min-vw-100 {
    min-width: 100vw !important;
}

.abuilder .h-25 {
    height: 25% !important;
}

.abuilder .h-50 {
    height: 50% !important;
}

.abuilder .h-75 {
    height: 75% !important;
}

.abuilder .h-100 {
    height: 100% !important;
}

.abuilder .h-auto {
    height: auto !important;
}

.abuilder .mh-100 {
    max-height: 100% !important;
}

.abuilder .vh-100 {
    height: 100vh !important;
}

.abuilder .min-vh-100 {
    min-height: 100vh !important;
}


.abuilder .text-start {
    text-align: left !important;
}

.abuilder .text-end {
    text-align: right !important;
}

.abuilder .text-center {
    text-align: center !important;
}

.abuilder .text-decoration-none {
    text-decoration: none !important;
}

.abuilder .text-decoration-underline {
    text-decoration: underline !important;
}

.abuilder .text-decoration-line-through {
    text-decoration: line-through !important;
}

.abuilder .text-lowercase {
    text-transform: lowercase !important;
}

.abuilder .text-uppercase {
    text-transform: uppercase !important;
}

.abuilder .text-capitalize {
    text-transform: capitalize !important;
}

.abuilder .text-wrap {
    white-space: normal !important;
}

.abuilder .text-nowrap {
    white-space: nowrap !important;
}

.abuilder .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.abuilder .text-primary {
    color: #0d6efd !important;
}

.abuilder .text-secondary {
    color: #6c757d !important;
}

.abuilder .text-success {
    color: #198754 !important;
}

.abuilder .text-info {
    color: #0dcaf0 !important;
}

.abuilder .text-warning {
    color: #ffc107 !important;
}

.abuilder .text-danger {
    color: #dc3545 !important;
}

.abuilder .text-light {
    color: #f8f9fa !important;
}

.abuilder .text-dark {
    color: #212529 !important;
}

.abuilder .text-white {
    color: #fff !important;
}

.abuilder .text-body {
    color: #212529 !important;
}

.abuilder .text-muted {
    color: #6c757d !important;
}

.abuilder .text-black-50 {
    color: rgba(0, 0, 0, 0, .5) !important;
}

.abuilder .text-black-60 {
    color: rgba(0, 0, 0, 0, .6) !important;
}

.abuilder .text-black-75 {
    color: rgba(0, 0, 0, 0, .75) !important;
}

.abuilder .text-white-50 {
    color: rgba(255, 255, 255, 0, .5) !important;
}

.abuilder .text-reset {
    color: inherit !important;
}


.abuilder .border {
    border: 1px solid #dee2e6 !important;
}

.abuilder .border-0 {
    border: 0 !important;
}

.abuilder .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.abuilder .border-top-0 {
    border-top: 0 !important;
}

.abuilder .border-end {
    border-right: 1px solid #dee2e6 !important;
}

.abuilder .border-end-0 {
    border-right: 0 !important;
}

.abuilder .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.abuilder .border-bottom-0 {
    border-bottom: 0 !important;
}

.abuilder .border-start {
    border-left: 1px solid #dee2e6 !important;
}

.abuilder .border-start-0 {
    border-left: 0 !important;
}

.abuilder .border-primary {
    border-color: #0d6efd !important;
}

.abuilder .border-secondary {
    border-color: #6c757d !important;
}

.abuilder .border-success {
    border-color: #198754 !important;
}

.abuilder .border-info {
    border-color: #0dcaf0 !important;
}

.abuilder .border-warning {
    border-color: #ffc107 !important;
}

.abuilder .border-danger {
    border-color: #dc3545 !important;
}

.abuilder .border-light {
    border-color: #f8f9fa !important;
}

.abuilder .border-dark {
    border-color: #212529 !important;
}

.abuilder .border-white {
    border-color: #fff !important;
}

.abuilder .border-1 {
    border-width: 1px !important;
}

.abuilder .border-2 {
    border-width: 2px !important;
}

.abuilder .border-3 {
    border-width: 3px !important;
}

.abuilder .border-4 {
    border-width: 4px !important;
}

.abuilder .border-5 {
    border-width: 5px !important;
}

/* Hanya di dalam .abuilder */
.abuilder a:active,
.abuilder a:focus {
    outline: none;
}

/* Mobile (hilangkan highlight biru di iOS/Android) */
.abuilder a {
    -webkit-tap-highlight-color: transparent;
}


.abuilder .tdm-fancy-title1 {
    font-family: var(--td_default_google_font_2, "Roboto", sans-serif) !important;
    color: #000000;
    font-size: 120px;
    margin-left: -9px !important;
    line-height: 80px;
    letter-spacing: -6px;
    font-weight: bold !important;
    padding: 0;
}

.abuilder .tdm-fancy-title2 {
    font-family: var(--td_default_google_font_2, "Roboto", sans-serif) !important;
    color: #ea2e2e;
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -6px;
    margin-left: -10px !important;
    text-shadow: 2px 8px 27px rgba(0, 0, 0, 0.1);
    top: -5px;
    position: relative;
    font-weight: bold !important;
    padding: 0;
}

@media (min-width: 1019px) and (max-width: 1140px) {

    .abuilder .tdm-fancy-title1,
    .abuilder .tdm-fancy-title2 {
        font-size: 120px !important;
        line-height: 80px !important;
        letter-spacing: -6px !important;
        margin-left: -10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {

    .abuilder .tdm-fancy-title1,
    .abuilder .tdm-fancy-title2 {
        font-size: 98px !important;
        line-height: 70px !important;
        letter-spacing: -4px !important;
        margin-left: -7px !important;
    }
}

@media (max-width: 767px) {

    .abuilder .tdm-fancy-title1,
    .abuilder .tdm-fancy-title2 {
        font-size: 72px !important;
        line-height: 44px !important;
        margin-left: -5px !important;
    }
}



.abuilder .align-baseline {
    vertical-align: baseline !important;
}

.abuilder .align-top {
    vertical-align: top !important;
}

.abuilder .align-middle {
    vertical-align: middle !important;
}

.abuilder .align-bottom {
    vertical-align: bottom !important;
}

.abuilder .align-text-bottom {
    vertical-align: text-bottom !important;
}

.abuilder .align-text-top {
    vertical-align: text-top !important;
}

.abuilder .float-start {
    float: left !important;
}

.abuilder .float-end {
    float: right !important;
}

.abuilder .float-none {
    float: none !important;
}

.abuilder .overflow-auto {
    overflow: auto !important;
}

.abuilder .overflow-hidden {
    overflow: hidden !important;
}

.abuilder .overflow-visible {
    overflow: visible !important;
}

.abuilder .overflow-scroll {
    overflow: scroll !important;
}

.abuilder .d-inline {
    display: inline !important;
}

.abuilder .d-inline-block {
    display: inline-block !important;
}

.abuilder .d-block {
    display: block !important;
}

.abuilder .d-grid {
    display: grid !important;
}

.abuilder .d-table {
    display: table !important;
}

.abuilder .d-table-row {
    display: table-row !important;
}

.abuilder .d-table-cell {
    display: table-cell !important;
}

.abuilder .d-flex {
    display: flex !important;
}

.abuilder .d-inline-flex {
    display: inline-flex !important;
}

.abuilder .d-none {
    display: none !important;
}

.abuilder .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.abuilder .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.abuilder .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.abuilder .shadow-none {
    box-shadow: none !important;
}

.abuilder .abuilder .position-static {
    position: static !important;
}

.abuilder .abuilder .position-relative {
    position: relative !important;
}

.abuilder .abuilder .position-absolute {
    position: absolute !important;
}

.abuilder .abuilder .position-fixed {
    position: fixed !important;
}

.abuilder .abuilder .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.abuilder .top-0 {
    top: 0 !important;
}

.abuilder .top-50 {
    top: 50% !important;
}

.abuilder .top-100 {
    top: 100% !important;
}

.abuilder .bottom-0 {
    bottom: 0 !important;
}

.abuilder .bottom-50 {
    bottom: 50% !important;
}

.abuilder .bottom-100 {
    bottom: 100% !important;
}

.abuilder .start-0 {
    left: 0 !important;
}

.abuilder .start-50 {
    left: 50% !important;
}

.abuilder .start-100 {
    left: 100% !important;
}

.abuilder .end-0 {
    right: 0 !important;
}

.abuilder .end-50 {
    right: 50% !important;
}

.abuilder .end-100 {
    right: 100% !important;
}

.abuilder .translate-middle {
    transform: translate(-50%, -50%) !important;
}

.abuilder .translate-middle-x {
    transform: translateX(-50%) !important;
}

.abuilder .translate-middle-y {
    transform: translateY(-50%) !important;
}

.abuilder .border {
    border: 1px solid #dee2e6 !important;
}

.abuilder .border-0 {
    border: 0 !important;
}

.abuilder .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.abuilder .border-top-0 {
    border-top: 0 !important;
}

.abuilder .border-end {
    border-right: 1px solid #dee2e6 !important;
}

.abuilder .border-end-0 {
    border-right: 0 !important;
}

.abuilder .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.abuilder .border-bottom-0 {
    border-bottom: 0 !important;
}

.abuilder .border-start {
    border-left: 1px solid #dee2e6 !important;
}

.abuilder .border-start-0 {
    border-left: 0 !important;
}

.abuilder .border-primary {
    border-color: #0d6efd !important;
}

.abuilder .border-secondary {
    border-color: #6c757d !important;
}

.abuilder .border-success {
    border-color: #198754 !important;
}

.abuilder .border-info {
    border-color: #0dcaf0 !important;
}

.abuilder .border-warning {
    border-color: #ffc107 !important;
}

.abuilder .border-danger {
    border-color: #dc3545 !important;
}

.abuilder .border-light {
    border-color: #f8f9fa !important;
}

.abuilder .border-dark {
    border-color: #212529 !important;
}

.abuilder .border-white {
    border-color: #fff !important;
}

.abuilder .border-1 {
    border-width: 1px !important;
}

.abuilder .border-2 {
    border-width: 2px !important;
}

.abuilder .border-3 {
    border-width: 3px !important;
}

.abuilder .border-4 {
    border-width: 4px !important;
}

.abuilder .border-5 {
    border-width: 5px !important;
}

.abuilder .w-25 {
    width: 25% !important;
}

.abuilder .w-50 {
    width: 50% !important;
}

.abuilder .w-75 {
    width: 75% !important;
}

.abuilder .w-100 {
    width: 100% !important;
}

.abuilder .w-auto {
    width: auto !important;
}

.abuilder .abuilder .mw-100 {
    max-width: 100% !important;
}

.abuilder .vw-100 {
    width: 100vw !important;
}

.abuilder .abuilder .min-vw-100 {
    min-width: 100vw !important;
}

.abuilder .h-25 {
    height: 25% !important;
}

.abuilder .h-50 {
    height: 50% !important;
}

.abuilder .h-75 {
    height: 75% !important;
}

.abuilder .h-100 {
    height: 100% !important;
}

.abuilder .h-auto {
    height: auto !important;
}

.abuilder .abuilder .mh-100 {
    max-height: 100% !important;
}

.abuilder .vh-100 {
    height: 100vh !important;
}

.abuilder .abuilder .min-vh-100 {
    min-height: 100vh !important;
}

.abuilder .flex-fill {
    flex: 1 1 auto !important;
}

.abuilder .flex-row {
    flex-direction: row !important;
}

.abuilder .flex-column {
    flex-direction: column !important;
}

.abuilder .flex-row-reverse {
    flex-direction: row-reverse !important;
}

.abuilder .flex-column-reverse {
    flex-direction: column-reverse !important;
}

.abuilder .flex-grow-0 {
    flex-grow: 0 !important;
}

.abuilder .flex-grow-1 {
    flex-grow: 1 !important;
}

.abuilder .flex-shrink-0 {
    flex-shrink: 0 !important;
}

.abuilder .flex-shrink-1 {
    flex-shrink: 1 !important;
}

.abuilder .flex-wrap {
    flex-wrap: wrap !important;
}

.abuilder .flex-nowrap {
    flex-wrap: nowrap !important;
}

.abuilder .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.abuilder .gap-0 {
    gap: 0 !important;
}

.abuilder .gap-1 {
    gap: 0.25rem !important;
}

.abuilder .gap-2 {
    gap: 0.5rem !important;
}

.abuilder .gap-3 {
    gap: 1rem !important;
}

.abuilder .gap-4 {
    gap: 1.5rem !important;
}

.abuilder .gap-5 {
    gap: 3rem !important;
}

.abuilder .justify-content-start {
    justify-content: flex-start !important;
}

.abuilder .justify-content-end {
    justify-content: flex-end !important;
}

.abuilder .justify-content-center {
    justify-content: center !important;
}

.abuilder .justify-content-between {
    justify-content: space-between !important;
}

.abuilder .justify-content-around {
    justify-content: space-around !important;
}

.abuilder .justify-content-evenly {
    justify-content: space-evenly !important;
}

.abuilder .align-items-start {
    align-items: flex-start !important;
}

.abuilder .align-items-end {
    align-items: flex-end !important;
}

.abuilder .align-items-center {
    align-items: center !important;
}

.abuilder .align-items-baseline {
    align-items: baseline !important;
}

.abuilder .align-items-stretch {
    align-items: stretch !important;
}

.abuilder .align-content-start {
    align-content: flex-start !important;
}

.abuilder .align-content-end {
    align-content: flex-end !important;
}

.abuilder .align-content-center {
    align-content: center !important;
}

.abuilder .align-content-between {
    align-content: space-between !important;
}

.abuilder .align-content-around {
    align-content: space-around !important;
}

.abuilder .align-content-stretch {
    align-content: stretch !important;
}

.abuilder .align-self-auto {
    align-self: auto !important;
}

.abuilder .align-self-start {
    align-self: flex-start !important;
}

.abuilder .align-self-end {
    align-self: flex-end !important;
}

.abuilder .align-self-center {
    align-self: center !important;
}

.abuilder .align-self-baseline {
    align-self: baseline !important;
}

.abuilder .align-self-stretch {
    align-self: stretch !important;
}

.abuilder .order-first {
    order: -1 !important;
}

.abuilder .order-0 {
    order: 0 !important;
}

.abuilder .order-1 {
    order: 1 !important;
}

.abuilder .order-2 {
    order: 2 !important;
}

.abuilder .order-3 {
    order: 3 !important;
}

.abuilder .order-4 {
    order: 4 !important;
}

.abuilder .order-5 {
    order: 5 !important;
}

.abuilder .order-last {
    order: 6 !important;
}

.abuilder .m-0 {
    margin: 0 !important;
}

.abuilder .m-1 {
    margin: 0.25rem !important;
}

.abuilder .m-2 {
    margin: 0.5rem !important;
}

.abuilder .m-3 {
    margin: 1rem !important;
}

.abuilder .m-4 {
    margin: 1.5rem !important;
}

.abuilder .m-5 {
    margin: 3rem !important;
}

.abuilder .m-auto {
    margin: auto !important;
}

.abuilder .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.abuilder .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.abuilder .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.abuilder .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.abuilder .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.abuilder .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.abuilder .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.abuilder .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.abuilder .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.abuilder .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.abuilder .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.abuilder .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.abuilder .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.abuilder .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.abuilder .mt-0 {
    margin-top: 0 !important;
}

.abuilder .mt-1 {
    margin-top: 0.25rem !important;
}

.abuilder .mt-2 {
    margin-top: 0.5rem !important;
}

.abuilder .mt-3 {
    margin-top: 1rem !important;
}

.abuilder .mt-4 {
    margin-top: 1.5rem !important;
}

.abuilder .mt-5 {
    margin-top: 3rem !important;
}

.abuilder .mt-auto {
    margin-top: auto !important;
}

.abuilder .me-0 {
    margin-right: 0 !important;
}

.abuilder .me-1 {
    margin-right: 0.25rem !important;
}

.abuilder .me-2 {
    margin-right: 0.5rem !important;
}

.abuilder .me-3 {
    margin-right: 1rem !important;
}

.abuilder .me-4 {
    margin-right: 1.5rem !important;
}

.abuilder .me-5 {
    margin-right: 3rem !important;
}

.abuilder .me-auto {
    margin-right: auto !important;
}

.abuilder .mb-0 {
    margin-bottom: 0 !important;
}

.abuilder .mb-1 {
    margin-bottom: 0.25rem !important;
}

.abuilder .mb-2 {
    margin-bottom: 0.5rem !important;
}

.abuilder .mb-3 {
    margin-bottom: 1rem !important;
}

.abuilder .mb-4 {
    margin-bottom: 1.5rem !important;
}

.abuilder .mb-5 {
    margin-bottom: 3rem !important;
}

.abuilder .mb-auto {
    margin-bottom: auto !important;
}

.abuilder .ms-0 {
    margin-left: 0 !important;
}

.abuilder .ms-1 {
    margin-left: 0.25rem !important;
}

.abuilder .ms-2 {
    margin-left: 0.5rem !important;
}

.abuilder .ms-3 {
    margin-left: 1rem !important;
}

.abuilder .ms-4 {
    margin-left: 1.5rem !important;
}

.abuilder .ms-5 {
    margin-left: 3rem !important;
}

.abuilder .ms-auto {
    margin-left: auto !important;
}

.abuilder .p-0 {
    padding: 0 !important;
}

.abuilder .p-1 {
    padding: 0.25rem !important;
}

.abuilder .p-2 {
    padding: 0.5rem !important;
}

.abuilder .p-3 {
    padding: 1rem !important;
}

.abuilder .p-4 {
    padding: 1.5rem !important;
}

.abuilder .p-5 {
    padding: 3rem !important;
}

.abuilder .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.abuilder .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.abuilder .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.abuilder .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.abuilder .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.abuilder .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.abuilder .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.abuilder .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.abuilder .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.abuilder .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.abuilder .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.abuilder .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.abuilder .pt-0 {
    padding-top: 0 !important;
}

.abuilder .pt-1 {
    padding-top: 0.25rem !important;
}

.abuilder .pt-2 {
    padding-top: 0.5rem !important;
}

.abuilder .pt-3 {
    padding-top: 1rem !important;
}

.abuilder .pt-4 {
    padding-top: 1.5rem !important;
}

.abuilder .pt-5 {
    padding-top: 3rem !important;
}

.abuilder .pe-0 {
    padding-right: 0 !important;
}

.abuilder .pe-1 {
    padding-right: 0.25rem !important;
}

.abuilder .pe-2 {
    padding-right: 0.5rem !important;
}

.abuilder .pe-3 {
    padding-right: 1rem !important;
}

.abuilder .pe-4 {
    padding-right: 1.5rem !important;
}

.abuilder .pe-5 {
    padding-right: 3rem !important;
}

.abuilder .pb-0 {
    padding-bottom: 0 !important;
}

.abuilder .pb-1 {
    padding-bottom: 0.25rem !important;
}

.abuilder .pb-2 {
    padding-bottom: 0.5rem !important;
}

.abuilder .pb-3 {
    padding-bottom: 1rem !important;
}

.abuilder .pb-4 {
    padding-bottom: 1.5rem !important;
}

.abuilder .pb-5 {
    padding-bottom: 3rem !important;
}

.abuilder .ps-0 {
    padding-left: 0 !important;
}

.abuilder .ps-1 {
    padding-left: 0.25rem !important;
}

.abuilder .ps-2 {
    padding-left: 0.5rem !important;
}

.abuilder .ps-3 {
    padding-left: 1rem !important;
}

.abuilder .ps-4 {
    padding-left: 1.5rem !important;
}

.abuilder .ps-5 {
    padding-left: 3rem !important;
}

.abuilder .font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.abuilder .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.abuilder .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.abuilder .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.abuilder .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.abuilder .fs-5 {
    font-size: 1.25rem !important;
}

.abuilder .fs-6 {
    font-size: 1rem !important;
}

.abuilder .fst-italic {
    font-style: italic !important;
}

.abuilder .fst-normal {
    font-style: normal !important;
}

.abuilder .fw-light {
    font-weight: 300 !important;
}

.abuilder .fw-lighter {
    font-weight: lighter !important;
}

.abuilder .fw-normal {
    font-weight: 400 !important;
}

.abuilder .fw-bold {
    font-weight: 700 !important;
}

.abuilder .fw-bolder {
    font-weight: bolder !important;
}

.abuilder .lh-1 {
    line-height: 1 !important;
}

.abuilder .lh-sm {
    line-height: 1.25 !important;
}

.abuilder .lh-base {
    line-height: 1.5 !important;
}

.abuilder .lh-lg {
    line-height: 2 !important;
}

.abuilder .text-start {
    text-align: left !important;
}

.abuilder .text-end {
    text-align: right !important;
}

.abuilder .text-center {
    text-align: center !important;
}

.abuilder .text-decoration-none {
    text-decoration: none !important;
}

.abuilder .text-decoration-underline {
    text-decoration: underline !important;
}

.abuilder .text-decoration-line-through {
    text-decoration: line-through !important;
}

.abuilder .text-lowercase {
    text-transform: lowercase !important;
}

.abuilder .text-uppercase {
    text-transform: uppercase !important;
}

.abuilder .text-capitalize {
    text-transform: capitalize !important;
}

.abuilder .text-wrap {
    white-space: normal !important;
}

.abuilder .text-nowrap {
    white-space: nowrap !important;
}

.abuilder .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.abuilder .text-primary {
    color: #0d6efd !important;
}

.abuilder .text-secondary {
    color: #6c757d !important;
}

.abuilder .text-success {
    color: #198754 !important;
}

.abuilder .text-info {
    color: #0dcaf0 !important;
}

.abuilder .text-warning {
    color: #ffc107 !important;
}

.abuilder .text-danger {
    color: #dc3545 !important;
}

.abuilder .text-light {
    color: #f8f9fa !important;
}

.abuilder .text-dark {
    color: #212529 !important;
}

.abuilder .text-white {
    color: #fff !important;
}

.abuilder .text-body {
    color: #212529 !important;
}

.abuilder .text-muted {
    color: #6c757d !important;
}

.abuilder .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.abuilder .text-black-60 {
    color: rgba(0, 0, 0, 0, 0.6) !important;
}

.abuilder .text-black-75 {
    color: rgba(0, 0, 0, 0.75) !important;
}

.abuilder .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.abuilder .text-reset {
    color: inherit !important;
}

.abuilder .bg-primary {
    background-color: #0d6efd !important;
}

.abuilder .bg-secondary {
    background-color: #6c757d !important;
}

.abuilder .bg-success {
    background-color: #198754 !important;
}

.abuilder .bg-info {
    background-color: #0dcaf0 !important;
}

.abuilder .bg-warning {
    background-color: #ffc107 !important;
}

.abuilder .bg-danger {
    background-color: #dc3545 !important;
}

.abuilder .bg-light {
    background-color: #f8f9fa !important;
}

.abuilder .bg-dark {
    background-color: #212529 !important;
}

.abuilder .bg-body {
    background-color: #fff !important;
}

.abuilder .bg-white {
    background-color: #fff !important;
}

.abuilder .bg-transparent {
    background-color: transparent !important;
}

.abuilder .bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.abuilder .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.abuilder .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}

.abuilder .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.abuilder .pe-none {
    pointer-events: none !important;
}

.abuilder .pe-auto {
    pointer-events: auto !important;
}

.abuilder .rounded {
    border-radius: 0.25rem !important;
}

.abuilder .rounded-0 {
    border-radius: 0 !important;
}

.abuilder .rounded-1 {
    border-radius: 0.2rem !important;
}

.abuilder .rounded-2 {
    border-radius: 0.25rem !important;
}

.abuilder .rounded-3 {
    border-radius: 0.3rem !important;
}

.abuilder .rounded-circle {
    border-radius: 50% !important;
}

.abuilder .rounded-pill {
    border-radius: 50rem !important;
}

.abuilder .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.abuilder .rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.abuilder .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.abuilder .rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.abuilder .visible {
    visibility: visible !important;
}

.abuilder .invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .abuilder .float-sm-start {
        float: left !important;
    }

    .abuilder .float-sm-end {
        float: right !important;
    }

    .abuilder .float-sm-none {
        float: none !important;
    }

    .abuilder .d-sm-inline {
        display: inline !important;
    }

    .abuilder .d-sm-inline-block {
        display: inline-block !important;
    }

    .abuilder .d-sm-block {
        display: block !important;
    }

    .abuilder .d-sm-grid {
        display: grid !important;
    }

    .abuilder .d-sm-table {
        display: table !important;
    }

    .abuilder .d-sm-table-row {
        display: table-row !important;
    }

    .abuilder .d-sm-table-cell {
        display: table-cell !important;
    }

    .abuilder .d-sm-flex {
        display: flex !important;
    }

    .abuilder .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .abuilder .d-sm-none {
        display: none !important;
    }

    .abuilder .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .abuilder .flex-sm-row {
        flex-direction: row !important;
    }

    .abuilder .flex-sm-column {
        flex-direction: column !important;
    }

    .abuilder .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .abuilder .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .abuilder .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .abuilder .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .abuilder .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .abuilder .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .abuilder .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .abuilder .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .abuilder .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .abuilder .gap-sm-0 {
        gap: 0 !important;
    }

    .abuilder .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .abuilder .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .abuilder .gap-sm-3 {
        gap: 1rem !important;
    }

    .abuilder .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .abuilder .gap-sm-5 {
        gap: 3rem !important;
    }

    .abuilder .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .abuilder .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .abuilder .justify-content-sm-center {
        justify-content: center !important;
    }

    .abuilder .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .abuilder .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .abuilder .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .abuilder .align-items-sm-start {
        align-items: flex-start !important;
    }

    .abuilder .align-items-sm-end {
        align-items: flex-end !important;
    }

    .abuilder .align-items-sm-center {
        align-items: center !important;
    }

    .abuilder .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .abuilder .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .abuilder .align-content-sm-start {
        align-content: flex-start !important;
    }

    .abuilder .align-content-sm-end {
        align-content: flex-end !important;
    }

    .abuilder .align-content-sm-center {
        align-content: center !important;
    }

    .abuilder .align-content-sm-between {
        align-content: space-between !important;
    }

    .abuilder .align-content-sm-around {
        align-content: space-around !important;
    }

    .abuilder .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .abuilder .align-self-sm-auto {
        align-self: auto !important;
    }

    .abuilder .align-self-sm-start {
        align-self: flex-start !important;
    }

    .abuilder .align-self-sm-end {
        align-self: flex-end !important;
    }

    .abuilder .align-self-sm-center {
        align-self: center !important;
    }

    .abuilder .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .abuilder .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .abuilder .order-sm-first {
        order: -1 !important;
    }

    .abuilder .order-sm-0 {
        order: 0 !important;
    }

    .abuilder .order-sm-1 {
        order: 1 !important;
    }

    .abuilder .order-sm-2 {
        order: 2 !important;
    }

    .abuilder .order-sm-3 {
        order: 3 !important;
    }

    .abuilder .order-sm-4 {
        order: 4 !important;
    }

    .abuilder .order-sm-5 {
        order: 5 !important;
    }

    .abuilder .order-sm-last {
        order: 6 !important;
    }

    .abuilder .m-sm-0 {
        margin: 0 !important;
    }

    .abuilder .m-sm-1 {
        margin: 0.25rem !important;
    }

    .abuilder .m-sm-2 {
        margin: 0.5rem !important;
    }

    .abuilder .m-sm-3 {
        margin: 1rem !important;
    }

    .abuilder .m-sm-4 {
        margin: 1.5rem !important;
    }

    .abuilder .m-sm-5 {
        margin: 3rem !important;
    }

    .abuilder .m-sm-auto {
        margin: auto !important;
    }

    .abuilder .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .abuilder .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .abuilder .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .abuilder .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .abuilder .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .abuilder .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .abuilder .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .abuilder .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .abuilder .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .abuilder .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .abuilder .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .abuilder .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .abuilder .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .abuilder .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .abuilder .mt-sm-0 {
        margin-top: 0 !important;
    }

    .abuilder .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .abuilder .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .abuilder .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .abuilder .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .abuilder .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .abuilder .mt-sm-auto {
        margin-top: auto !important;
    }

    .abuilder .me-sm-0 {
        margin-right: 0 !important;
    }

    .abuilder .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .abuilder .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .abuilder .me-sm-3 {
        margin-right: 1rem !important;
    }

    .abuilder .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .abuilder .me-sm-5 {
        margin-right: 3rem !important;
    }

    .abuilder .me-sm-auto {
        margin-right: auto !important;
    }

    .abuilder .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .abuilder .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .abuilder .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .abuilder .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .abuilder .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .abuilder .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .abuilder .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .abuilder .ms-sm-0 {
        margin-left: 0 !important;
    }

    .abuilder .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .abuilder .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .abuilder .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .abuilder .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .abuilder .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .abuilder .ms-sm-auto {
        margin-left: auto !important;
    }

    .abuilder .p-sm-0 {
        padding: 0 !important;
    }

    .abuilder .p-sm-1 {
        padding: 0.25rem !important;
    }

    .abuilder .p-sm-2 {
        padding: 0.5rem !important;
    }

    .abuilder .p-sm-3 {
        padding: 1rem !important;
    }

    .abuilder .p-sm-4 {
        padding: 1.5rem !important;
    }

    .abuilder .p-sm-5 {
        padding: 3rem !important;
    }

    .abuilder .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .abuilder .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .abuilder .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .abuilder .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .abuilder .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .abuilder .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .abuilder .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abuilder .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .abuilder .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .abuilder .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .abuilder .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .abuilder .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .abuilder .pt-sm-0 {
        padding-top: 0 !important;
    }

    .abuilder .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .abuilder .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .abuilder .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .abuilder .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .abuilder .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .abuilder .pe-sm-0 {
        padding-right: 0 !important;
    }

    .abuilder .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .abuilder .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .abuilder .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .abuilder .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .abuilder .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .abuilder .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .abuilder .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .abuilder .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .abuilder .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .abuilder .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .abuilder .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .abuilder .ps-sm-0 {
        padding-left: 0 !important;
    }

    .abuilder .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .abuilder .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .abuilder .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .abuilder .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .abuilder .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .abuilder .text-sm-start {
        text-align: left !important;
    }

    .abuilder .text-sm-end {
        text-align: right !important;
    }

    .abuilder .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .abuilder .float-md-start {
        float: left !important;
    }

    .abuilder .float-md-end {
        float: right !important;
    }

    .abuilder .float-md-none {
        float: none !important;
    }

    .abuilder .d-md-inline {
        display: inline !important;
    }

    .abuilder .d-md-inline-block {
        display: inline-block !important;
    }

    .abuilder .d-md-block {
        display: block !important;
    }

    .abuilder .d-md-grid {
        display: grid !important;
    }

    .abuilder .d-md-table {
        display: table !important;
    }

    .abuilder .d-md-table-row {
        display: table-row !important;
    }

    .abuilder .d-md-table-cell {
        display: table-cell !important;
    }

    .abuilder .d-md-flex {
        display: flex !important;
    }

    .abuilder .d-md-inline-flex {
        display: inline-flex !important;
    }

    .abuilder .d-md-none {
        display: none !important;
    }

    .abuilder .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .abuilder .flex-md-row {
        flex-direction: row !important;
    }

    .abuilder .flex-md-column {
        flex-direction: column !important;
    }

    .abuilder .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .abuilder .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .abuilder .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .abuilder .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .abuilder .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .abuilder .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .abuilder .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .abuilder .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .abuilder .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .abuilder .gap-md-0 {
        gap: 0 !important;
    }

    .abuilder .gap-md-1 {
        gap: 0.25rem !important;
    }

    .abuilder .gap-md-2 {
        gap: 0.5rem !important;
    }

    .abuilder .gap-md-3 {
        gap: 1rem !important;
    }

    .abuilder .gap-md-4 {
        gap: 1.5rem !important;
    }

    .abuilder .gap-md-5 {
        gap: 3rem !important;
    }

    .abuilder .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .abuilder .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .abuilder .justify-content-md-center {
        justify-content: center !important;
    }

    .abuilder .justify-content-md-between {
        justify-content: space-between !important;
    }

    .abuilder .justify-content-md-around {
        justify-content: space-around !important;
    }

    .abuilder .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .abuilder .align-items-md-start {
        align-items: flex-start !important;
    }

    .abuilder .align-items-md-end {
        align-items: flex-end !important;
    }

    .abuilder .align-items-md-center {
        align-items: center !important;
    }

    .abuilder .align-items-md-baseline {
        align-items: baseline !important;
    }

    .abuilder .align-items-md-stretch {
        align-items: stretch !important;
    }

    .abuilder .align-content-md-start {
        align-content: flex-start !important;
    }

    .abuilder .align-content-md-end {
        align-content: flex-end !important;
    }

    .abuilder .align-content-md-center {
        align-content: center !important;
    }

    .abuilder .align-content-md-between {
        align-content: space-between !important;
    }

    .abuilder .align-content-md-around {
        align-content: space-around !important;
    }

    .abuilder .align-content-md-stretch {
        align-content: stretch !important;
    }

    .abuilder .align-self-md-auto {
        align-self: auto !important;
    }

    .abuilder .align-self-md-start {
        align-self: flex-start !important;
    }

    .abuilder .align-self-md-end {
        align-self: flex-end !important;
    }

    .abuilder .align-self-md-center {
        align-self: center !important;
    }

    .abuilder .align-self-md-baseline {
        align-self: baseline !important;
    }

    .abuilder .align-self-md-stretch {
        align-self: stretch !important;
    }

    .abuilder .order-md-first {
        order: -1 !important;
    }

    .abuilder .order-md-0 {
        order: 0 !important;
    }

    .abuilder .order-md-1 {
        order: 1 !important;
    }

    .abuilder .order-md-2 {
        order: 2 !important;
    }

    .abuilder .order-md-3 {
        order: 3 !important;
    }

    .abuilder .order-md-4 {
        order: 4 !important;
    }

    .abuilder .order-md-5 {
        order: 5 !important;
    }

    .abuilder .order-md-last {
        order: 6 !important;
    }

    .abuilder .m-md-0 {
        margin: 0 !important;
    }

    .abuilder .m-md-1 {
        margin: 0.25rem !important;
    }

    .abuilder .m-md-2 {
        margin: 0.5rem !important;
    }

    .abuilder .m-md-3 {
        margin: 1rem !important;
    }

    .abuilder .m-md-4 {
        margin: 1.5rem !important;
    }

    .abuilder .m-md-5 {
        margin: 3rem !important;
    }

    .abuilder .m-md-auto {
        margin: auto !important;
    }

    .abuilder .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .abuilder .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .abuilder .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .abuilder .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .abuilder .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .abuilder .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .abuilder .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .abuilder .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .abuilder .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .abuilder .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .abuilder .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .abuilder .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .abuilder .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .abuilder .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .abuilder .mt-md-0 {
        margin-top: 0 !important;
    }

    .abuilder .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .abuilder .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .abuilder .mt-md-3 {
        margin-top: 1rem !important;
    }

    .abuilder .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .abuilder .mt-md-5 {
        margin-top: 3rem !important;
    }

    .abuilder .mt-md-auto {
        margin-top: auto !important;
    }

    .abuilder .me-md-0 {
        margin-right: 0 !important;
    }

    .abuilder .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .abuilder .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .abuilder .me-md-3 {
        margin-right: 1rem !important;
    }

    .abuilder .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .abuilder .me-md-5 {
        margin-right: 3rem !important;
    }

    .abuilder .me-md-auto {
        margin-right: auto !important;
    }

    .abuilder .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .abuilder .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .abuilder .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .abuilder .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .abuilder .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .abuilder .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .abuilder .mb-md-auto {
        margin-bottom: auto !important;
    }

    .abuilder .ms-md-0 {
        margin-left: 0 !important;
    }

    .abuilder .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .abuilder .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .abuilder .ms-md-3 {
        margin-left: 1rem !important;
    }

    .abuilder .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .abuilder .ms-md-5 {
        margin-left: 3rem !important;
    }

    .abuilder .ms-md-auto {
        margin-left: auto !important;
    }

    .abuilder .p-md-0 {
        padding: 0 !important;
    }

    .abuilder .p-md-1 {
        padding: 0.25rem !important;
    }

    .abuilder .p-md-2 {
        padding: 0.5rem !important;
    }

    .abuilder .p-md-3 {
        padding: 1rem !important;
    }

    .abuilder .p-md-4 {
        padding: 1.5rem !important;
    }

    .abuilder .p-md-5 {
        padding: 3rem !important;
    }

    .abuilder .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .abuilder .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .abuilder .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .abuilder .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .abuilder .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .abuilder .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .abuilder .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abuilder .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .abuilder .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .abuilder .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .abuilder .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .abuilder .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .abuilder .pt-md-0 {
        padding-top: 0 !important;
    }

    .abuilder .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .abuilder .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .abuilder .pt-md-3 {
        padding-top: 1rem !important;
    }

    .abuilder .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .abuilder .pt-md-5 {
        padding-top: 3rem !important;
    }

    .abuilder .pe-md-0 {
        padding-right: 0 !important;
    }

    .abuilder .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .abuilder .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .abuilder .pe-md-3 {
        padding-right: 1rem !important;
    }

    .abuilder .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .abuilder .pe-md-5 {
        padding-right: 3rem !important;
    }

    .abuilder .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .abuilder .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .abuilder .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .abuilder .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .abuilder .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .abuilder .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .abuilder .ps-md-0 {
        padding-left: 0 !important;
    }

    .abuilder .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .abuilder .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .abuilder .ps-md-3 {
        padding-left: 1rem !important;
    }

    .abuilder .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .abuilder .ps-md-5 {
        padding-left: 3rem !important;
    }

    .abuilder .text-md-start {
        text-align: left !important;
    }

    .abuilder .text-md-end {
        text-align: right !important;
    }

    .abuilder .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .abuilder .float-lg-start {
        float: left !important;
    }

    .abuilder .float-lg-end {
        float: right !important;
    }

    .abuilder .float-lg-none {
        float: none !important;
    }

    .abuilder .d-lg-inline {
        display: inline !important;
    }

    .abuilder .d-lg-inline-block {
        display: inline-block !important;
    }

    .abuilder .d-lg-block {
        display: block !important;
    }

    .abuilder .d-lg-grid {
        display: grid !important;
    }

    .abuilder .d-lg-table {
        display: table !important;
    }

    .abuilder .d-lg-table-row {
        display: table-row !important;
    }

    .abuilder .d-lg-table-cell {
        display: table-cell !important;
    }

    .abuilder .d-lg-flex {
        display: flex !important;
    }

    .abuilder .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .abuilder .d-lg-none {
        display: none !important;
    }

    .abuilder .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .abuilder .flex-lg-row {
        flex-direction: row !important;
    }

    .abuilder .flex-lg-column {
        flex-direction: column !important;
    }

    .abuilder .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .abuilder .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .abuilder .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .abuilder .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .abuilder .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .abuilder .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .abuilder .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .abuilder .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .abuilder .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .abuilder .gap-lg-0 {
        gap: 0 !important;
    }

    .abuilder .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .abuilder .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .abuilder .gap-lg-3 {
        gap: 1rem !important;
    }

    .abuilder .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .abuilder .gap-lg-5 {
        gap: 3rem !important;
    }

    .abuilder .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .abuilder .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .abuilder .justify-content-lg-center {
        justify-content: center !important;
    }

    .abuilder .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .abuilder .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .abuilder .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .abuilder .align-items-lg-start {
        align-items: flex-start !important;
    }

    .abuilder .align-items-lg-end {
        align-items: flex-end !important;
    }

    .abuilder .align-items-lg-center {
        align-items: center !important;
    }

    .abuilder .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .abuilder .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .abuilder .align-content-lg-start {
        align-content: flex-start !important;
    }

    .abuilder .align-content-lg-end {
        align-content: flex-end !important;
    }

    .abuilder .align-content-lg-center {
        align-content: center !important;
    }

    .abuilder .align-content-lg-between {
        align-content: space-between !important;
    }

    .abuilder .align-content-lg-around {
        align-content: space-around !important;
    }

    .abuilder .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .abuilder .align-self-lg-auto {
        align-self: auto !important;
    }

    .abuilder .align-self-lg-start {
        align-self: flex-start !important;
    }

    .abuilder .align-self-lg-end {
        align-self: flex-end !important;
    }

    .abuilder .align-self-lg-center {
        align-self: center !important;
    }

    .abuilder .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .abuilder .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .abuilder .order-lg-first {
        order: -1 !important;
    }

    .abuilder .order-lg-0 {
        order: 0 !important;
    }

    .abuilder .order-lg-1 {
        order: 1 !important;
    }

    .abuilder .order-lg-2 {
        order: 2 !important;
    }

    .abuilder .order-lg-3 {
        order: 3 !important;
    }

    .abuilder .order-lg-4 {
        order: 4 !important;
    }

    .abuilder .order-lg-5 {
        order: 5 !important;
    }

    .abuilder .order-lg-last {
        order: 6 !important;
    }

    .abuilder .m-lg-0 {
        margin: 0 !important;
    }

    .abuilder .m-lg-1 {
        margin: 0.25rem !important;
    }

    .abuilder .m-lg-2 {
        margin: 0.5rem !important;
    }

    .abuilder .m-lg-3 {
        margin: 1rem !important;
    }

    .abuilder .m-lg-4 {
        margin: 1.5rem !important;
    }

    .abuilder .m-lg-5 {
        margin: 3rem !important;
    }

    .abuilder .m-lg-auto {
        margin: auto !important;
    }

    .abuilder .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .abuilder .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .abuilder .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .abuilder .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .abuilder .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .abuilder .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .abuilder .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .abuilder .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .abuilder .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .abuilder .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .abuilder .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .abuilder .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .abuilder .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .abuilder .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .abuilder .mt-lg-0 {
        margin-top: 0 !important;
    }

    .abuilder .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .abuilder .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .abuilder .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .abuilder .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .abuilder .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .abuilder .mt-lg-auto {
        margin-top: auto !important;
    }

    .abuilder .me-lg-0 {
        margin-right: 0 !important;
    }

    .abuilder .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .abuilder .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .abuilder .me-lg-3 {
        margin-right: 1rem !important;
    }

    .abuilder .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .abuilder .me-lg-5 {
        margin-right: 3rem !important;
    }

    .abuilder .me-lg-auto {
        margin-right: auto !important;
    }

    .abuilder .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .abuilder .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .abuilder .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .abuilder .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .abuilder .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .abuilder .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .abuilder .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .abuilder .ms-lg-0 {
        margin-left: 0 !important;
    }

    .abuilder .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .abuilder .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .abuilder .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .abuilder .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .abuilder .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .abuilder .ms-lg-auto {
        margin-left: auto !important;
    }

    .abuilder .p-lg-0 {
        padding: 0 !important;
    }

    .abuilder .p-lg-1 {
        padding: 0.25rem !important;
    }

    .abuilder .p-lg-2 {
        padding: 0.5rem !important;
    }

    .abuilder .p-lg-3 {
        padding: 1rem !important;
    }

    .abuilder .p-lg-4 {
        padding: 1.5rem !important;
    }

    .abuilder .p-lg-5 {
        padding: 3rem !important;
    }

    .abuilder .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .abuilder .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .abuilder .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .abuilder .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .abuilder .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .abuilder .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .abuilder .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abuilder .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .abuilder .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .abuilder .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .abuilder .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .abuilder .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .abuilder .pt-lg-0 {
        padding-top: 0 !important;
    }

    .abuilder .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .abuilder .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .abuilder .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .abuilder .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .abuilder .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .abuilder .pe-lg-0 {
        padding-right: 0 !important;
    }

    .abuilder .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .abuilder .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .abuilder .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .abuilder .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .abuilder .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .abuilder .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .abuilder .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .abuilder .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .abuilder .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .abuilder .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .abuilder .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .abuilder .ps-lg-0 {
        padding-left: 0 !important;
    }

    .abuilder .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .abuilder .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .abuilder .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .abuilder .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .abuilder .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .abuilder .text-lg-start {
        text-align: left !important;
    }

    .abuilder .text-lg-end {
        text-align: right !important;
    }

    .abuilder .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .abuilder .float-xl-start {
        float: left !important;
    }

    .abuilder .float-xl-end {
        float: right !important;
    }

    .abuilder .float-xl-none {
        float: none !important;
    }

    .abuilder .d-xl-inline {
        display: inline !important;
    }

    .abuilder .d-xl-inline-block {
        display: inline-block !important;
    }

    .abuilder .d-xl-block {
        display: block !important;
    }

    .abuilder .d-xl-grid {
        display: grid !important;
    }

    .abuilder .d-xl-table {
        display: table !important;
    }

    .abuilder .d-xl-table-row {
        display: table-row !important;
    }

    .abuilder .d-xl-table-cell {
        display: table-cell !important;
    }

    .abuilder .d-xl-flex {
        display: flex !important;
    }

    .abuilder .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .abuilder .d-xl-none {
        display: none !important;
    }

    .abuilder .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .abuilder .flex-xl-row {
        flex-direction: row !important;
    }

    .abuilder .flex-xl-column {
        flex-direction: column !important;
    }

    .abuilder .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .abuilder .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .abuilder .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .abuilder .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .abuilder .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .abuilder .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .abuilder .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .abuilder .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .abuilder .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .abuilder .gap-xl-0 {
        gap: 0 !important;
    }

    .abuilder .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .abuilder .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .abuilder .gap-xl-3 {
        gap: 1rem !important;
    }

    .abuilder .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .abuilder .gap-xl-5 {
        gap: 3rem !important;
    }

    .abuilder .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .abuilder .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .abuilder .justify-content-xl-center {
        justify-content: center !important;
    }

    .abuilder .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .abuilder .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .abuilder .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .abuilder .align-items-xl-start {
        align-items: flex-start !important;
    }

    .abuilder .align-items-xl-end {
        align-items: flex-end !important;
    }

    .abuilder .align-items-xl-center {
        align-items: center !important;
    }

    .abuilder .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .abuilder .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .abuilder .align-content-xl-start {
        align-content: flex-start !important;
    }

    .abuilder .align-content-xl-end {
        align-content: flex-end !important;
    }

    .abuilder .align-content-xl-center {
        align-content: center !important;
    }

    .abuilder .align-content-xl-between {
        align-content: space-between !important;
    }

    .abuilder .align-content-xl-around {
        align-content: space-around !important;
    }

    .abuilder .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .abuilder .align-self-xl-auto {
        align-self: auto !important;
    }

    .abuilder .align-self-xl-start {
        align-self: flex-start !important;
    }

    .abuilder .align-self-xl-end {
        align-self: flex-end !important;
    }

    .abuilder .align-self-xl-center {
        align-self: center !important;
    }

    .abuilder .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .abuilder .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .abuilder .order-xl-first {
        order: -1 !important;
    }

    .abuilder .order-xl-0 {
        order: 0 !important;
    }

    .abuilder .order-xl-1 {
        order: 1 !important;
    }

    .abuilder .order-xl-2 {
        order: 2 !important;
    }

    .abuilder .order-xl-3 {
        order: 3 !important;
    }

    .abuilder .order-xl-4 {
        order: 4 !important;
    }

    .abuilder .order-xl-5 {
        order: 5 !important;
    }

    .abuilder .order-xl-last {
        order: 6 !important;
    }

    .abuilder .m-xl-0 {
        margin: 0 !important;
    }

    .abuilder .m-xl-1 {
        margin: 0.25rem !important;
    }

    .abuilder .m-xl-2 {
        margin: 0.5rem !important;
    }

    .abuilder .m-xl-3 {
        margin: 1rem !important;
    }

    .abuilder .m-xl-4 {
        margin: 1.5rem !important;
    }

    .abuilder .m-xl-5 {
        margin: 3rem !important;
    }

    .abuilder .m-xl-auto {
        margin: auto !important;
    }

    .abuilder .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .abuilder .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .abuilder .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .abuilder .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .abuilder .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .abuilder .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .abuilder .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .abuilder .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .abuilder .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .abuilder .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .abuilder .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .abuilder .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .abuilder .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .abuilder .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .abuilder .mt-xl-0 {
        margin-top: 0 !important;
    }

    .abuilder .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .abuilder .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .abuilder .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .abuilder .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .abuilder .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .abuilder .mt-xl-auto {
        margin-top: auto !important;
    }

    .abuilder .me-xl-0 {
        margin-right: 0 !important;
    }

    .abuilder .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .abuilder .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .abuilder .me-xl-3 {
        margin-right: 1rem !important;
    }

    .abuilder .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .abuilder .me-xl-5 {
        margin-right: 3rem !important;
    }

    .abuilder .me-xl-auto {
        margin-right: auto !important;
    }

    .abuilder .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .abuilder .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .abuilder .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .abuilder .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .abuilder .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .abuilder .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .abuilder .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .abuilder .ms-xl-0 {
        margin-left: 0 !important;
    }

    .abuilder .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .abuilder .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .abuilder .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .abuilder .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .abuilder .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .abuilder .ms-xl-auto {
        margin-left: auto !important;
    }

    .abuilder .p-xl-0 {
        padding: 0 !important;
    }

    .abuilder .p-xl-1 {
        padding: 0.25rem !important;
    }

    .abuilder .p-xl-2 {
        padding: 0.5rem !important;
    }

    .abuilder .p-xl-3 {
        padding: 1rem !important;
    }

    .abuilder .p-xl-4 {
        padding: 1.5rem !important;
    }

    .abuilder .p-xl-5 {
        padding: 3rem !important;
    }

    .abuilder .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .abuilder .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .abuilder .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .abuilder .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .abuilder .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .abuilder .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .abuilder .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abuilder .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .abuilder .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .abuilder .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .abuilder .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .abuilder .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .abuilder .pt-xl-0 {
        padding-top: 0 !important;
    }

    .abuilder .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .abuilder .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .abuilder .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .abuilder .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .abuilder .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .abuilder .pe-xl-0 {
        padding-right: 0 !important;
    }

    .abuilder .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .abuilder .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .abuilder .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .abuilder .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .abuilder .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .abuilder .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .abuilder .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .abuilder .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .abuilder .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .abuilder .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .abuilder .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .abuilder .ps-xl-0 {
        padding-left: 0 !important;
    }

    .abuilder .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .abuilder .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .abuilder .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .abuilder .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .abuilder .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .abuilder .text-xl-start {
        text-align: left !important;
    }

    .abuilder .text-xl-end {
        text-align: right !important;
    }

    .abuilder .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .abuilder .float-xxl-start {
        float: left !important;
    }

    .abuilder .float-xxl-end {
        float: right !important;
    }

    .abuilder .float-xxl-none {
        float: none !important;
    }

    .abuilder .d-xxl-inline {
        display: inline !important;
    }

    .abuilder .d-xxl-inline-block {
        display: inline-block !important;
    }

    .abuilder .d-xxl-block {
        display: block !important;
    }

    .abuilder .d-xxl-grid {
        display: grid !important;
    }

    .abuilder .d-xxl-table {
        display: table !important;
    }

    .abuilder .d-xxl-table-row {
        display: table-row !important;
    }

    .abuilder .d-xxl-table-cell {
        display: table-cell !important;
    }

    .abuilder .d-xxl-flex {
        display: flex !important;
    }

    .abuilder .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .abuilder .d-xxl-none {
        display: none !important;
    }

    .abuilder .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .abuilder .flex-xxl-row {
        flex-direction: row !important;
    }

    .abuilder .flex-xxl-column {
        flex-direction: column !important;
    }

    .abuilder .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .abuilder .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .abuilder .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .abuilder .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .abuilder .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .abuilder .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .abuilder .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .abuilder .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .abuilder .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .abuilder .gap-xxl-0 {
        gap: 0 !important;
    }

    .abuilder .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .abuilder .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .abuilder .gap-xxl-3 {
        gap: 1rem !important;
    }

    .abuilder .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .abuilder .gap-xxl-5 {
        gap: 3rem !important;
    }

    .abuilder .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .abuilder .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .abuilder .justify-content-xxl-center {
        justify-content: center !important;
    }

    .abuilder .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .abuilder .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .abuilder .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .abuilder .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .abuilder .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .abuilder .align-items-xxl-center {
        align-items: center !important;
    }

    .abuilder .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .abuilder .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .abuilder .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .abuilder .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .abuilder .align-content-xxl-center {
        align-content: center !important;
    }

    .abuilder .align-content-xxl-between {
        align-content: space-between !important;
    }

    .abuilder .align-content-xxl-around {
        align-content: space-around !important;
    }

    .abuilder .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .abuilder .align-self-xxl-auto {
        align-self: auto !important;
    }

    .abuilder .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .abuilder .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .abuilder .align-self-xxl-center {
        align-self: center !important;
    }

    .abuilder .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .abuilder .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .abuilder .order-xxl-first {
        order: -1 !important;
    }

    .abuilder .order-xxl-0 {
        order: 0 !important;
    }

    .abuilder .order-xxl-1 {
        order: 1 !important;
    }

    .abuilder .order-xxl-2 {
        order: 2 !important;
    }

    .abuilder .order-xxl-3 {
        order: 3 !important;
    }

    .abuilder .order-xxl-4 {
        order: 4 !important;
    }

    .abuilder .order-xxl-5 {
        order: 5 !important;
    }

    .abuilder .order-xxl-last {
        order: 6 !important;
    }

    .abuilder .m-xxl-0 {
        margin: 0 !important;
    }

    .abuilder .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .abuilder .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .abuilder .m-xxl-3 {
        margin: 1rem !important;
    }

    .abuilder .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .abuilder .m-xxl-5 {
        margin: 3rem !important;
    }

    .abuilder .m-xxl-auto {
        margin: auto !important;
    }

    .abuilder .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .abuilder .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .abuilder .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .abuilder .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .abuilder .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .abuilder .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .abuilder .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .abuilder .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .abuilder .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .abuilder .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .abuilder .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .abuilder .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .abuilder .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .abuilder .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .abuilder .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .abuilder .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .abuilder .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .abuilder .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .abuilder .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .abuilder .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .abuilder .mt-xxl-auto {
        margin-top: auto !important;
    }

    .abuilder .me-xxl-0 {
        margin-right: 0 !important;
    }

    .abuilder .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .abuilder .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .abuilder .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .abuilder .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .abuilder .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .abuilder .me-xxl-auto {
        margin-right: auto !important;
    }

    .abuilder .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .abuilder .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .abuilder .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .abuilder .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .abuilder .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .abuilder .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .abuilder .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .abuilder .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .abuilder .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .abuilder .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .abuilder .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .abuilder .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .abuilder .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .abuilder .ms-xxl-auto {
        margin-left: auto !important;
    }

    .abuilder .p-xxl-0 {
        padding: 0 !important;
    }

    .abuilder .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .abuilder .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .abuilder .p-xxl-3 {
        padding: 1rem !important;
    }

    .abuilder .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .abuilder .p-xxl-5 {
        padding: 3rem !important;
    }

    .abuilder .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .abuilder .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .abuilder .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .abuilder .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .abuilder .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .abuilder .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .abuilder .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .abuilder .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .abuilder .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .abuilder .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .abuilder .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .abuilder .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .abuilder .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .abuilder .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .abuilder .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .abuilder .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .abuilder .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .abuilder .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .abuilder .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .abuilder .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .abuilder .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .abuilder .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .abuilder .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .abuilder .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .abuilder .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .abuilder .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .abuilder .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .abuilder .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .abuilder .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .abuilder .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .abuilder .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .abuilder .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .abuilder .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .abuilder .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .abuilder .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .abuilder .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .abuilder .text-xxl-start {
        text-align: left !important;
    }

    .abuilder .text-xxl-end {
        text-align: right !important;
    }

    .abuilder .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .abuilder .fs-1 {
        font-size: 2.5rem !important;
    }

    .abuilder .fs-2 {
        font-size: 2rem !important;
    }

    .abuilder .fs-3 {
        font-size: 1.75rem !important;
    }

    .abuilder .fs-4 {
        font-size: 1.5rem !important;
    }
}


.abuilder .wavy {
    display: inline-block;
    white-space: nowrap;
}

.abuilder .wavy span {
    display: inline-block;
    animation: wobble 5s ease-in-out infinite;
}

.abuilder .wavy span:nth-child(1) {
    animation-delay: 0s
}

.abuilder .wavy span:nth-child(2) {
    animation-delay: .06s
}

.abuilder .wavy span:nth-child(3) {
    animation-delay: .12s
}

.abuilder .wavy span:nth-child(4) {
    animation-delay: .18s
}

.abuilder .wavy span:nth-child(5) {
    animation-delay: .24s
}

.abuilder .wavy span:nth-child(6) {
    animation-delay: .30s
}

.abuilder .wavy span:nth-child(7) {
    animation-delay: .36s
}

.abuilder .wavy span:nth-child(8) {
    animation-delay: .42s
}

.abuilder .wavy span:nth-child(9) {
    animation-delay: .48s
}

.abuilder .wavy span:nth-child(10) {
    animation-delay: .54s
}


/* Container utama tombol share */
.abuilder.share-container {
    position: fixed;
    right: 20px;
    bottom: 100px;
    /* transform: translateY(-50%); */
    z-index: 9999;
    user-select: none;
}

/* Tombol share */
.abuilder .share-button {
    width: 40px;
    height: 40px;
    background: #0073e6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    /* bayangan agar tombol terlihat di atas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease;
}

.abuilder .share-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Tombol sosial media */
.abuilder .social-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    position: relative;
}

.abuilder .social-button {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #555;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Aktif saat expand */
.abuilder .social-buttons.show .social-button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Delay animasi berurutan */
.abuilder .social-buttons.show .social-button:nth-child(1) {
    transition-delay: 0.25s;
}

.abuilder .social-buttons.show .social-button:nth-child(2) {
    transition-delay: 0.2s;
}

.abuilder .social-buttons.show .social-button:nth-child(3) {
    transition-delay: 0.15s;
}

.abuilder .social-buttons.show .social-button:nth-child(4) {
    transition-delay: 0.1s;
}

.abuilder .social-buttons.show .social-button:nth-child(5) {
    transition-delay: 0.05s;
}

/* Saat hide, delay dibalik */
.abuilder .social-buttons.hide .social-button:nth-child(1) {
    transition-delay: 0.05s;
}

.abuilder .social-buttons.hide .social-button:nth-child(2) {
    transition-delay: 0.1s;
}

.abuilder .social-buttons.hide .social-button:nth-child(3) {
    transition-delay: 0.15s;
}

.abuilder .social-buttons.hide .social-button:nth-child(4) {
    transition-delay: 0.2s;
}

.abuilder .social-buttons.hide .social-button:nth-child(5) {
    transition-delay: 0.25s;
}


@keyframes wobble {

    0%,
    30%,
    100% {
        transform: translateY(0)
    }

    15% {
        transform: translateY(-8px)
    }
}


article h1,
aside h1,
nav h1,
section h1 {
    font-size: 2rem;
    /* sesuaikan dengan desain kamu */
    line-height: 1.3;
    /* opsional */
}

:root {
    --heading-h1-size: 2.5rem;
}

article h1,
aside h1,
nav h1,
section h1 {
    font-size: var(--heading-h1-size);
}

.navigation.post-navigation .nav-links {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    width: 100%;
    margin: 0;
    gap: 20px;
}

.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
    background-color: #fafafa;
    padding: 20px;
    flex: 0 0 auto;
    width: calc(50% - 10px);
    border-top: 2px solid #d4000e;
}

@media (max-width: 576px) {

    .navigation.post-navigation .nav-links .nav-previous,
    .navigation.post-navigation .nav-links .nav-next {
        width: 100%;
    }

}


.navigation.post-navigation .nav-links .nav-previous .meta-nav,
.navigation.post-navigation .nav-links .nav-next .meta-nav {
    text-transform: uppercase;
    font-weight: 400;
}

.navigation.post-navigation .nav-links .nav-previous .post-title,
.navigation.post-navigation .nav-links .nav-next .post-title {
    font-weight: 600;
    color: #4a4a4a;
}


.marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

/* posisi awal di luar layar kanan */
.flex-slide .running-text {
    position: relative;
    left: 0;
    white-space: nowrap;
}

/* animasi aktif hanya ketika slide ini aktif */
.flex-slide.flex-active-slide .running-text {
    animation: runningText 15s linear infinite;
}

@keyframes runningText {
    0% {
        left: 0;
    }

    10% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


.main-slider.clearfix {
    /* margin-bottom: 0px !important; */
}

@media (max-width: 576px) {
    .main-slider .slides li {
        width: 100% !important;
    }
}


.magazine {
    display: inline-block;
    perspective: 1000px;
    /* memberi kedalaman 3D */
}

.magazine img {
    /* display: block; */
    width: 250px;
    /* sesuaikan */
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform-origin: center left;
    /* titik rotasi */
    animation: flipWind 4s ease-in-out infinite alternate;
}

@keyframes flipWind {
    0% {
        transform: rotateY(0deg) rotateZ(0deg) skewY(0deg);
    }

    25% {
        transform: rotateY(-5deg) rotateZ(-1deg) skewY(-1deg);
    }

    50% {
        transform: rotateY(5deg) rotateZ(1deg) skewY(1deg);
    }

    75% {
        transform: rotateY(-3deg) rotateZ(0deg) skewY(-0.5deg);
    }

    100% {
        transform: rotateY(0deg) rotateZ(0deg) skewY(0deg);
    }
}


/* ============= icon sosmed shop ================= */

.sticky-note {
    background: #fff9c4;
    /* kuning pastel */
    padding: 1.5rem 2rem;
    width: fit-content;
    max-width: 300px;


    border: 1px solid #f0e68c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);

    /* font-family: "Comic Sans MS", cursive, sans-serif; */
    /* lebih santai */
    color: #333;

    position: relative;
    transform: rotate(-1.5deg);
    /* sedikit miring biar natural */
}

/* opsional: efek sobekan di atas */
.sticky-note::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 40px;
    height: 10px;
    background: #fbc02d;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


/* TikTok */
.btn-outline-tiktok {
    
    color: #FE2C55 !important;
    /* border: 1px solid #FE2C55 !important; */
    background-color: transparent;
}

.btn-outline-tiktok:hover {
    background-color: #FE2C55 !important;
    color: #fff;
}

/* Shopee */
.btn-outline-shopee {
    
    color: #EE4D2D !important;
    /* border: 1px solid #EE4D2D !important; */
    background-color: transparent;
}

.btn-outline-shopee:hover {
    background-color: #EE4D2D !important;
    color: #fff;
}

/* Lazada */
.btn-outline-lazada {
    
    color: #f57223 !important;
    /* border: 1px solid #f57223 !important; */
    background-color: transparent;
}

.btn-outline-lazada:hover {
    background-color: #f57223 !important;
    color: #000;
}

/* Tokopedia */
.btn-outline-tokopedia {
    
    color: #03ac0d !important;
    /* border: 1px solid #03ac0d !important; */
    background-color: transparent;
}

.btn-outline-tokopedia:hover {
    background-color: #03ac0d !important;
    color: #000;
}

/* WhatsApp */
.btn-outline-whatsapp {
    padding-left: 5px !important;
    
    color: #26d366 !important;
    /* border: 1px solid #26d366 !important; */
    background-color: transparent;
}

.btn-outline-whatsapp:hover {
    background-color: #26d366 !important;
    color: #fff;
}


.btn-outline-whatsapp img:hover,
.btn-outline-whatsapp:hover img,
.btn-outline-tokopedia img:hover,
.btn-outline-tokopedia:hover img,
.btn-outline-shopee img:hover,
.btn-outline-shopee:hover img,
.btn-outline-lazada img:hover,
.btn-outline-lazada:hover img,
.btn-outline-tiktok img:hover,
.btn-outline-tiktok:hover img {
    filter: brightness(0) invert(1);
    /* jadi putih */
}
