@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: hsl(210, 11%, 15%);
    --bs-primary-rgb: 13, 110, 253;
    --bs-primary-rgb-new: 18, 94, 250;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-font-poppins: Poppins;
    --bs-gradient: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.15),
        hsla(0, 0%, 100%, 0)
    );
    --bs-body-font-family: var(--bs-font-poppins);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    /* Code for Firefox */
    background: #ecf7ff;
    color: #0061a7;
}

::selection {
    background: #ecf7ff;
    color: #0061a7;
}

.jumbotron-title::selection {
    background: #ecf7ff;
    color: black;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

img {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2 {
    font-size: -webkit-calc(1.325rem + 0.9vw);
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}

.h3,
h3 {
    font-size: -webkit-calc(1.3rem + 0.6vw);
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: -webkit-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    font-family: Poppins;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
}

a:hover {
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: -webkit-calc(1.275rem + 0.3vw);
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: -webkit-calc(1.625rem + 4.5vw);
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: -webkit-calc(1.575rem + 3.9vw);
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: -webkit-calc(1.525rem + 3.3vw);
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: -webkit-calc(1.475rem + 2.7vw);
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: -webkit-calc(1.425rem + 2.1vw);
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote > :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.blockquote-footer:before {
    content: "— ";
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
}

.row-cols-auto > * {
    width: auto;
}

.row-cols-1 > *,
.row-cols-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.row-cols-1 > * {
    width: 100%;
}

.row-cols-2 > * {
    width: 50%;
}

.row-cols-2 > *,
.row-cols-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.row-cols-3 > * {
    width: 33.3333333333%;
}

.row-cols-4 > * {
    width: 25%;
}

.row-cols-4 > *,
.row-cols-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.row-cols-5 > * {
    width: 20%;
}

.row-cols-6 > * {
    width: 16.6666666667%;
}

.col-auto,
.row-cols-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-auto {
    width: auto;
}

.col-1 {
    width: 8.33333333%;
}

.col-1,
.col-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-3,
.col-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-5,
.col-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-7,
.col-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-9,
.col-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-11,
.col-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
    }

    .row-cols-sm-auto > * {
        width: auto;
    }

    .row-cols-sm-1 > *,
    .row-cols-sm-auto > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-sm-1 > * {
        width: 100%;
    }

    .row-cols-sm-2 > * {
        width: 50%;
    }

    .row-cols-sm-2 > *,
    .row-cols-sm-3 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-sm-3 > * {
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        width: 25%;
    }

    .row-cols-sm-4 > *,
    .row-cols-sm-5 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-sm-5 > * {
        width: 20%;
    }

    .row-cols-sm-6 > * {
        width: 16.6666666667%;
    }

    .col-sm-auto,
    .row-cols-sm-6 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-auto {
        width: auto;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-3,
    .col-sm-4 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-5,
    .col-sm-6 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-7,
    .col-sm-8 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-9,
    .col-sm-10 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-11,
    .col-sm-12 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-sm-12 {
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
    }

    .row-cols-md-auto > * {
        width: auto;
    }

    .row-cols-md-1 > *,
    .row-cols-md-auto > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-md-1 > * {
        width: 100%;
    }

    .row-cols-md-2 > * {
        width: 50%;
    }

    .row-cols-md-2 > *,
    .row-cols-md-3 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-md-3 > * {
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        width: 25%;
    }

    .row-cols-md-4 > *,
    .row-cols-md-5 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-md-5 > * {
        width: 20%;
    }

    .row-cols-md-6 > * {
        width: 16.6666666667%;
    }

    .col-md-auto,
    .row-cols-md-6 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-auto {
        width: auto;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-1,
    .col-md-2 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-3,
    .col-md-4 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-5,
    .col-md-6 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-7,
    .col-md-8 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-9,
    .col-md-10 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-11,
    .col-md-12 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
    }

    .row-cols-lg-auto > * {
        width: auto;
    }

    .row-cols-lg-1 > *,
    .row-cols-lg-auto > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-lg-1 > * {
        width: 100%;
    }

    .row-cols-lg-2 > * {
        width: 50%;
    }

    .row-cols-lg-2 > *,
    .row-cols-lg-3 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-lg-3 > * {
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        width: 25%;
    }

    .row-cols-lg-4 > *,
    .row-cols-lg-5 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-lg-5 > * {
        width: 20%;
    }

    .row-cols-lg-6 > * {
        width: 16.6666666667%;
    }

    .col-lg-auto,
    .row-cols-lg-6 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-auto {
        width: auto;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-5,
    .col-lg-6 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-7,
    .col-lg-8 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-9,
    .col-lg-10 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-11,
    .col-lg-12 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-lg-12 {
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
    }

    .row-cols-xl-auto > * {
        width: auto;
    }

    .row-cols-xl-1 > *,
    .row-cols-xl-auto > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xl-1 > * {
        width: 100%;
    }

    .row-cols-xl-2 > * {
        width: 50%;
    }

    .row-cols-xl-2 > *,
    .row-cols-xl-3 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xl-3 > * {
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        width: 25%;
    }

    .row-cols-xl-4 > *,
    .row-cols-xl-5 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xl-5 > * {
        width: 20%;
    }

    .row-cols-xl-6 > * {
        width: 16.6666666667%;
    }

    .col-xl-auto,
    .row-cols-xl-6 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-auto {
        width: auto;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-1,
    .col-xl-2 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-3,
    .col-xl-4 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-5,
    .col-xl-6 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-7,
    .col-xl-8 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-9,
    .col-xl-10 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-11,
    .col-xl-12 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xl-12 {
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
    }

    .row-cols-xxl-auto > * {
        width: auto;
    }

    .row-cols-xxl-1 > *,
    .row-cols-xxl-auto > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xxl-1 > * {
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        width: 50%;
    }

    .row-cols-xxl-2 > *,
    .row-cols-xxl-3 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xxl-3 > * {
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        width: 25%;
    }

    .row-cols-xxl-4 > *,
    .row-cols-xxl-5 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .row-cols-xxl-5 > * {
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        width: 16.6666666667%;
    }

    .col-xxl-auto,
    .row-cols-xxl-6 > * {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-auto {
        width: auto;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-1,
    .col-xxl-2 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-3,
    .col-xxl-4 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-5,
    .col-xxl-6 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-7,
    .col-xxl-8 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-9,
    .col-xxl-10 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-11,
    .col-xxl-12 {
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table > :not(caption) > * > * {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:first-child) {
    border-top: 2px solid;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    -moz-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: -webkit-calc(1.5em + 0.5rem + 2px);
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    -moz-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: -webkit-calc(1.5em + 0.75rem + 2px);
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: -webkit-calc(1.5em + 0.5rem + 2px);
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

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

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: 0;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: -webkit-calc(3.5rem + 2px);
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
        -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        -webkit-transition: none;
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(0.375em + 0.1875rem) center;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em +
                0.375rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(
            0.375em + 0.1875rem
        );
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px,
        -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1;
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(0.375em + 0.1875rem) center;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em +
                0.375rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(
            0.375em + 0.1875rem
        );
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px,
        -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2;
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3;
}

.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;
    -ms-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;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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,
        -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #212529;
}

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

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

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

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

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

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

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

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

.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}

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

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}

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

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

.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

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

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

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

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

.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

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

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

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

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

.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

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

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

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

.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}

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

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}

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

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

.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}

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

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
    box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none;
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle:after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropend .dropdown-toggle:after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}

.btn-toolbar {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0061a7;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0162a8;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

.navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

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

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

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

    .navbar-expand-sm .offcanvas-body {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-md .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

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

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

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

    .navbar-expand-md .offcanvas-body {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

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

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

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

    .navbar-expand-lg .offcanvas-body {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

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

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

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

    .navbar-expand-xl .offcanvas-body {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

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

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

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

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

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

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

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

    .navbar-expand-xxl .offcanvas-body {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

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

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

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

.navbar-expand .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

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

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.55);
    border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.55);
}

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

.card {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-bottom: -0.5rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: -webkit-calc(0.25rem - 1px);
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-flex: 1 0;
        -moz-box-flex: 1;
        flex: 1 0;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, border-radius 0.15s ease,
        -webkit-box-shadow 0.15s ease-in-out;
    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,
        border-radius 0.15s ease;
    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,
        border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button:after {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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,
        -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    border-color: #dee2e6;
}

.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    height: 1rem;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress,
.progress-bar {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    overflow: hidden;
}

.progress-bar {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}

.btn-close {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 600px !important;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - 1rem);
    min-height: calc(100% - 1rem);
}

.modal-content,
.modal-dialog-centered {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.modal-content {
    position: relative;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: -webkit-calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: -webkit-calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: -webkit-calc(100% - 3.5rem);
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: -webkit-calc(100% - 3.5rem);
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-poppins);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-poppins);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: -webkit-calc(-0.5rem - 1px);
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: -webkit-calc(-0.5rem - 1px);
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: -webkit-calc(-0.5rem - 1px);
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: -webkit-calc(-0.5rem - 1px);
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: -webkit-calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: -webkit-calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

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

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.offcanvas-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-bottom,
.offcanvas-top {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}

.placeholder.btn:before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: -webkit-linear-gradient(
        320deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    mask-image: linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}

.link-secondary {
    color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}

.link-success {
    color: #198754;
}

.link-success:focus,
.link-success:hover {
    color: #146c43;
}

.link-info {
    color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}

.link-warning {
    color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39;
}

.link-danger {
    color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37;
}

.link-light {
    color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}

.link-dark {
    color: #212529;
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
    top: 0;
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.hstack {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.hstack,
.vstack {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -moz-box-direction: normal;
    -webkit-align-self: stretch;
    align-self: stretch;
}

.vstack {
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    -webkit-align-self: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
}

.flex-column,
.flex-row {
    -moz-box-direction: normal !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

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

.justify-content-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
}

.order-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
}

.order-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
}

.order-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
}

.order-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
}

.order-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
}

.order-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
}

.order-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

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

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-primary-rgb-new),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-secondary-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-success-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-warning-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-light-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-black-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-white-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-body-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

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

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-sm-column,
    .flex-sm-row {
        -moz-box-direction: normal !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .justify-content-sm-evenly {
        -webkit-justify-content: space-evenly !important;
        -moz-box-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-order: -1 !important;
        -moz-box-ordinal-group: 0 !important;
        order: -1 !important;
    }

    .order-sm-0 {
        -webkit-order: 0 !important;
        -moz-box-ordinal-group: 1 !important;
        order: 0 !important;
    }

    .order-sm-1 {
        -webkit-order: 1 !important;
        -moz-box-ordinal-group: 2 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -webkit-order: 2 !important;
        -moz-box-ordinal-group: 3 !important;
        order: 2 !important;
    }

    .order-sm-3 {
        -webkit-order: 3 !important;
        -moz-box-ordinal-group: 4 !important;
        order: 3 !important;
    }

    .order-sm-4 {
        -webkit-order: 4 !important;
        -moz-box-ordinal-group: 5 !important;
        order: 4 !important;
    }

    .order-sm-5 {
        -webkit-order: 5 !important;
        -moz-box-ordinal-group: 6 !important;
        order: 5 !important;
    }

    .order-sm-last {
        -webkit-order: 6 !important;
        -moz-box-ordinal-group: 7 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

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

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-md-column,
    .flex-md-row {
        -moz-box-direction: normal !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .justify-content-md-evenly {
        -webkit-justify-content: space-evenly !important;
        -moz-box-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-order: -1 !important;
        -moz-box-ordinal-group: 0 !important;
        order: -1 !important;
    }

    .order-md-0 {
        -webkit-order: 0 !important;
        -moz-box-ordinal-group: 1 !important;
        order: 0 !important;
    }

    .order-md-1 {
        -webkit-order: 1 !important;
        -moz-box-ordinal-group: 2 !important;
        order: 1 !important;
    }

    .order-md-2 {
        -webkit-order: 2 !important;
        -moz-box-ordinal-group: 3 !important;
        order: 2 !important;
    }

    .order-md-3 {
        -webkit-order: 3 !important;
        -moz-box-ordinal-group: 4 !important;
        order: 3 !important;
    }

    .order-md-4 {
        -webkit-order: 4 !important;
        -moz-box-ordinal-group: 5 !important;
        order: 4 !important;
    }

    .order-md-5 {
        -webkit-order: 5 !important;
        -moz-box-ordinal-group: 6 !important;
        order: 5 !important;
    }

    .order-md-last {
        -webkit-order: 6 !important;
        -moz-box-ordinal-group: 7 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

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

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-lg-column,
    .flex-lg-row {
        -moz-box-direction: normal !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

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

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

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

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

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

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .justify-content-lg-evenly {
        -webkit-justify-content: space-evenly !important;
        -moz-box-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

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

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

    .align-content-lg-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

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

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

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }

    .order-lg-first {
        -webkit-order: -1 !important;
        -moz-box-ordinal-group: 0 !important;
        order: -1 !important;
    }

    .order-lg-0 {
        -webkit-order: 0 !important;
        -moz-box-ordinal-group: 1 !important;
        order: 0 !important;
    }

    .order-lg-1 {
        -webkit-order: 1 !important;
        -moz-box-ordinal-group: 2 !important;
        order: 1 !important;
    }

    .order-lg-2 {
        -webkit-order: 2 !important;
        -moz-box-ordinal-group: 3 !important;
        order: 2 !important;
    }

    .order-lg-3 {
        -webkit-order: 3 !important;
        -moz-box-ordinal-group: 4 !important;
        order: 3 !important;
    }

    .order-lg-4 {
        -webkit-order: 4 !important;
        -moz-box-ordinal-group: 5 !important;
        order: 4 !important;
    }

    .order-lg-5 {
        -webkit-order: 5 !important;
        -moz-box-ordinal-group: 6 !important;
        order: 5 !important;
    }

    .order-lg-last {
        -webkit-order: 6 !important;
        -moz-box-ordinal-group: 7 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

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

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

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

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

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-xl-column,
    .flex-xl-row {
        -moz-box-direction: normal !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

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

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

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

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

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

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .justify-content-xl-evenly {
        -webkit-justify-content: space-evenly !important;
        -moz-box-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

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

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

    .align-content-xl-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

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

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

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }

    .order-xl-first {
        -webkit-order: -1 !important;
        -moz-box-ordinal-group: 0 !important;
        order: -1 !important;
    }

    .order-xl-0 {
        -webkit-order: 0 !important;
        -moz-box-ordinal-group: 1 !important;
        order: 0 !important;
    }

    .order-xl-1 {
        -webkit-order: 1 !important;
        -moz-box-ordinal-group: 2 !important;
        order: 1 !important;
    }

    .order-xl-2 {
        -webkit-order: 2 !important;
        -moz-box-ordinal-group: 3 !important;
        order: 2 !important;
    }

    .order-xl-3 {
        -webkit-order: 3 !important;
        -moz-box-ordinal-group: 4 !important;
        order: 3 !important;
    }

    .order-xl-4 {
        -webkit-order: 4 !important;
        -moz-box-ordinal-group: 5 !important;
        order: 4 !important;
    }

    .order-xl-5 {
        -webkit-order: 5 !important;
        -moz-box-ordinal-group: 6 !important;
        order: 5 !important;
    }

    .order-xl-last {
        -webkit-order: 6 !important;
        -moz-box-ordinal-group: 7 !important;
        order: 6 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        -webkit-flex: 1 1 auto !important;
        -moz-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        flex-direction: row !important;
    }

    .flex-xxl-column,
    .flex-xxl-row {
        -moz-box-direction: normal !important;
    }

    .flex-xxl-column {
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -moz-box-flex: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -moz-box-flex: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        grid-gap: 0 !important;
        gap: 0 !important;
    }

    .gap-xxl-1 {
        grid-gap: 0.25rem !important;
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        grid-gap: 0.5rem !important;
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        grid-gap: 1rem !important;
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        grid-gap: 1.5rem !important;
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        grid-gap: 3rem !important;
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        -webkit-justify-content: space-evenly !important;
        -moz-box-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }

    .order-xxl-first {
        -webkit-order: -1 !important;
        -moz-box-ordinal-group: 0 !important;
        order: -1 !important;
    }

    .order-xxl-0 {
        -webkit-order: 0 !important;
        -moz-box-ordinal-group: 1 !important;
        order: 0 !important;
    }

    .order-xxl-1 {
        -webkit-order: 1 !important;
        -moz-box-ordinal-group: 2 !important;
        order: 1 !important;
    }

    .order-xxl-2 {
        -webkit-order: 2 !important;
        -moz-box-ordinal-group: 3 !important;
        order: 2 !important;
    }

    .order-xxl-3 {
        -webkit-order: 3 !important;
        -moz-box-ordinal-group: 4 !important;
        order: 3 !important;
    }

    .order-xxl-4 {
        -webkit-order: 4 !important;
        -moz-box-ordinal-group: 5 !important;
        order: 4 !important;
    }

    .order-xxl-5 {
        -webkit-order: 5 !important;
        -moz-box-ordinal-group: 6 !important;
        order: 5 !important;
    }

    .order-xxl-last {
        -webkit-order: 6 !important;
        -moz-box-ordinal-group: 7 !important;
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

@import "/vendor/icomoon/style.css";
@import "/vendor/bootstrap/css/bootstrap.min.css";

select[name="simulasi[jenisbunga]"],
select[name="simulasi[jenissubsidi]"],
select[name="simulasi[lamapinjaman]"],
select[name="simulasi[masakreditfix]"] {
    background-image: url(/images/icons/arrow-down.svg);
    background-position: -webkit-calc(100% - 20px);
    background-position: calc(100% - 20px);
    background-size: 10px;
    background-color: rgba(245, 249, 255, 0);
    border: 2px solid #ededed;
    border-radius: 10px;
    color: #666;
    height: 48px;
    opacity: 1;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
}

#modalKonsultasi .modal-header {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 64px 60px 0;
}

#modalKonsultasi .modal-header .modal-title {
    text-align: center;
    line-height: 42px;
    font-family: Poppins;
}

#modalKonsultasi .modal-header .btn-close {
    position: absolute;
    top: 32px;
    right: 32px;
}

#modalKonsultasi .modal-content {
    height: 710px;
}

#modalKonsultasi .modal-body {
    padding: 40px 59px;
}

#modalKonsultasi .btn-submit {
    padding: 12px;
    line-height: 22px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

#modalKonsultasi .validated {
    opacity: 1;
}

#modalKonsultasi .invalidated {
    opacity: 0.5;
}

#modalKonsultasi .checkbox {
    display: none;
}

#modalKonsultasi .check-label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
}

#modalKonsultasi .checkmark {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 15px;
}

#modalKonsultasi .upload-label {
    font-family: Poppins;
}

#modalKonsultasi .upload-btn {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

#modalKonsultasi .upload-desc {
    font-family: Poppins;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

@font-face {
    font-family: Helvetica regular;
    src: url(../fonts/helvetica-regular.otf) format("truetype");
}

@font-face {
    font-family: Helvetica Bold;
    src: url(../fonts/helvetica-bold.ttf) format("truetype");
}

@font-face {
    font-family: Futura Bold;
    src: url("../fonts/Futura PT Heavy.ttf") format("truetype");
}

@font-face {
    font-family: Futura;
    src: url(../fonts/Futura\ Medium.otf);
    font-weight: 400;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Bold font.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Light font.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Book font.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Heavy font.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Heavy font.ttf") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: Futura;
    src: url("../fonts/Futura Extra Black font.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-100-Light.otf);
    font-weight: 100;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-200-Book.otf);
    font-weight: 200;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-300-Demi.otf);
    font-weight: 300;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-400-Medium.otf);
    font-weight: 400;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-700-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-800-Heavy.otf);
    font-weight: 800;
}

@font-face {
    font-family: FuturaPT;
    src: url(../fonts/FuturaPT-900-XtraBold.otf);
    font-weight: 900;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-500-Medium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-200-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-300-Book.ttf);
    font-weight: 300;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-500-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-800-Heavy.ttf);
    font-weight: 800;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-700-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: FuturaBT;
    src: url(../fonts/FuturaBT-900-XtraBlack.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica-Light.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica-Light.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Helvetica-Light;
    src: url(../fonts/Helvetica-Light.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Thin.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Black.ttf) format("truetype");
    font-weight: 900;
}

body {
    font-family: Poppins;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

a {
    font-weight: 400;
    color: #0061a7;
}

.bg-main {
    background-color: #0061a7;
}

.color_main {
    color: #0061a7;
}

.container {
    width: 100%;
    max-width: 1280px;
}

input[type="date"]#tgl_lhr_pengajuan::-webkit-date-and-time-value {
    text-align: left;
}

.one-line-flex {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
}

.dropdown_tools {
    left: -55px;
    right: auto;
    top: 45px;
    padding: 30px 24px;
    width: 184px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    border: 0;
}

.dropdown_tools li {
    padding: 8px 0 !important;
}

.dropdown_tools.show ~ .dropdown:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
    background: #00193e;
    opacity: 0.5;
    content: "";
    z-index: 1;
}

.dropdown_tools:after {
    position: absolute;
    top: -10px;
    left: 47%;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: "";
}

/* Custom Dropdown */

.floating-label-field,
.floating-label-select {
    padding: 0 15px !important;
}

textarea.floating-label-field {
    padding-top: 15px !important;
}

select {
    background: url("../img/icons/arrow_down.png") no-repeat;
    background-position: calc(100% - 0.85rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.dropdown_tools_custom li:nth-child(1),
.dropdown_tools_custom li:nth-child(2),
.dropdown_tools_custom li:nth-child(3) {
    border-bottom: 1px solid #f4f4f4 !important;
}

.dropdown_tools_custom {
    left: -55px;
    right: auto;
    top: 45px;
    padding: 8px 0 !important;
    width: 184px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    /* box-shadow: 0 4px 4px rgba(0, 25, 62, .1); */
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 5%) !important;
    border: 0;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.dropdown_tools_custom li {
    padding: 15px 0 !important;
}

/* End Custom Dropdown */

.slider-card-komparasi {
    padding: 80px 5px 0;
    background-color: #fff;
}

.slider-card-komparasi .slick-list {
    position: relative;
    display: block !important;
    overflow: hidden;
    padding: 20px !important;
    width: 100%;
}

@media only screen and (max-width: 360px) {
    .slider-card-komparasi .slick-list {
        padding: 5px !important;
    }
}

.slider-card-komparasi .slick-slide.slick-active:not(.slick-current),
.slider-card-komparasi .slick-slide:not(.slick-active) {
    position: relative;
    z-index: 997;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.slider-card-komparasi .slick-slide.slick-active.slick-current {
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.slider-card-komparasi .slick-slide.slick-active.slick-current .card {
    background-color: #edf4ff;
}

.slider-komparasi .slick-list {
    position: relative;
    display: block !important;
    overflow: hidden;
    padding: 10px !important;
    width: 100%;
}

@media only screen and (max-width: 360px) {
    .slider-komparasi .slick-list {
        padding: 5px !important;
    }
}

.slider-komparasi .slick-slide.slick-active:not(.slick-current),
.slider-komparasi .slick-slide:not(.slick-active) {
    position: relative;
    z-index: 997;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.slider-komparasi .slick-slide.slick-active.slick-current {
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.line-Divider {
    position: relative;
    left: -60px;
    width: 600px;
    color: rgba(0, 0, 0, 0.6);
}

.btn-main {
    color: #fff;
    border-radius: 200px;
    background: #125efa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

.btn-main:hover {
    color: #fff;
    background-color: #0651bf;
}

.btn-back {
    font-family: Poppins;
    height: 48px;
    padding: 13px 0;
    font-weight: 700;
}

.font-field {
    font-size: 20px;
}

.btn-input {
    font-family: Poppins;
    font-weight: 700;
    padding: 13px 20px;
    width: 158px;
    height: 48px;
    color: #fff;
    border-radius: 200px;
    background: #125efa;
    font-size: 14px;
}

.btn-input:hover {
    color: #fff;
}

.slick-dots .slider-sejarah {
    width: 60%;
    position: relative;
    top: 107px;
    left: 615px;
}

.slick-dots .slider-dots li {
    margin: 0 100px;
    position: relative;
    left: 300px;
    top: 90px;
}

.no-border {
    border: 0;
    color: #00193e;
    background-color: #fafafa;
    font-weight: 700;
}

.term_title {
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
}

.term-content {
    color: #00193e;
}

.term-content p {
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}

.term-content h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
}

.term-content li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #00193e;
}

.photo_input {
    background-image: url(/_next/static/media/img_vector.bc511949ac2fa94a82ef3c5b56bf7a01.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.photo_display,
.photo_input {
    width: 100px;
    height: 100px;
}

.photo_title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
}

.btn-outline-white {
    padding: 13px 20px;
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #fff;
}

.btn-outline-primary {
    padding: 13px 20px;
    border-radius: 200px;
    border: 1px solid #0061a7;
    color: #0061a7;
}

.btn-outline-main {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.btn-outline-main:hover {
    color: #0061a7;
}

.btn_rounded {
    border-radius: 50px;
}

a {
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item:before {
    font-family: bootstrap-icons !important;
    font-size: 12px;
    font-weight: 700;
    content: "" !important;
}

.bg-img-card {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blurred {
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.unblurred {
    -webkit-filter: none;
    filter: none;
}

.container-img-card {
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: -100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.pagination .page-item {
    border: 0;
    margin: 0 7.5px;
}

.pagination .page-item .page-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    line-height: 130%;
    padding: 4px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    border: 0;
    color: #aaa;
}

.pagination .page-item .page-link .bi:before,
.pagination .page-item .page-link [class*=" bi-"]:before,
.pagination .page-item .page-link [class^="bi-"]:before {
    font-weight: bolder !important;
    color: #0061a7;
    width: 4.94px;
    height: 8px;
}

.pagination .page-item.active .page-link {
    background: #125efa;
    border-radius: 8px;
    color: #fff;
    cursor: default;
}

.pagination .page-item .chevron {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-right: 14px;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.slick-slider {
    padding: 0;
}

.slick-dots li button:before {
    font-size: 8px;
    color: #aaa;
}

.slick-dots li.slick-active button:before {
    font-size: 16px;
    color: #0061a7 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
    display: block;
    background: url(/images/icons/Vector.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 22px;
    padding: 0;
}

input[type="date"] {
    padding: 13px;
}

.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    outline: 0 none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
}

.form-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-family: Poppins;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    font-style: normal;
    color: #00193e;
}

.floating-label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1500;
}

.floating-label-field,
.floating-label-select {
    color: rgba(44, 62, 80, 0.75);
    border-width: 0;
}

.floating-label-field:focus,
.floating-label-select:focus {
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.floating-label-field::-webkit-input-placeholder,
.floating-label-select::-webkit-input-placeholder {
    color: rgba(44, 62, 80, 0.5) !important;
}

.floating-label-field::-moz-placeholder,
.floating-label-select::-moz-placeholder {
    color: rgba(44, 62, 80, 0.5) !important;
}

.floating-label-field:-ms-input-placeholder,
.floating-label-select:-ms-input-placeholder {
    color: rgba(44, 62, 80, 0.5) !important;
}

.floating-label-field::placeholder,
.floating-label-select::placeholder {
    color: rgba(44, 62, 80, 0.5) !important;
}

.hidden {
    bottom: 48px;
    left: 591px;
    border-radius: 50px;
    position: relative;
    width: 13px;
    height: 14px;
    background-color: #fff;
}

.floating-label {
    font: inherit;
    line-height: 1;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-weight: 700;
}

.label-input {
    font-weight: 700;
}

.floating-label-field,
.floating-label-select {
    font: inherit;
    line-height: 1;
    display: block;
    width: 100%;
    position: relative;
    height: 48px;
}

.transition-add-value {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.floating-label-wrap {
    position: relative;
    margin-bottom: 32px;
    padding-top: 5px;
}

.floating-label-wrap .jangka-tahun {
    -webkit-transform: translateX(-118px);
    transform: translateX(-118px);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700px;
    margin-top: 15px;
}

@media only screen and (max-width: 820px) {
    .floating-label-wrap .jangka-tahun {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        font-family: Poppins;
        font-weight: 700;
    }
}

@media only screen and (max-width: 820px) and (max-width: 768px) {
    .floating-label-wrap .jangka-tahun {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 820px) and (max-width: 768px) and (max-width: 564px) {
    .floating-label-wrap .jangka-tahun {
        margin-left: -240px;
    }
}

@media only screen and (max-width: 820px) and (max-width: 768px) and (max-width: 564px) and (max-width: 540px) {
    .floating-label-wrap .jangka-tahun {
        -webkit-transform: translateX(-105px);
        transform: translateX(-105px);
        margin-left: -80px;
    }
}

@media only screen and (max-width: 428px) {
    .floating-label-wrap .jangka-tahun {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
        margin-left: 0;
    }
}

@media only screen and (max-width: 390px) {
    .floating-label-wrap .jangka-tahun {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.year-field::-webkit-input-placeholder {
    content: "Tahun";
}

.year-field::-moz-placeholder {
    content: "Tahun";
}

.year-field:-ms-input-placeholder {
    content: "Tahun";
}

.year-field::placeholder {
    content: "Tahun";
}

.floating-label-field {
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    opacity: 1;
    height: 48px;
    color: #00193e;
}

.floating-label-field.password {
    font-family: Poppins;
    font-weight: 400;
    color: #00193e;
}

.floating-label-field::-webkit-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #00193e;
}

.floating-label-field::-moz-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #00193e;
}

.floating-label-field:-ms-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #00193e;
}

.floating-label-field::placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #00193e;
}

.floating-label-field.custom-plc::-webkit-input-placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #cacaca;
}

.floating-label-field.custom-plc::-moz-placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #cacaca;
}

.floating-label-field.custom-plc:-ms-input-placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #cacaca;
}

.floating-label-field.custom-plc::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    opacity: 1;
    color: #cacaca;
}

.floating-label-field.custom-plc-profesional::-webkit-input-placeholder {
    color: #aaa;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.floating-label-field.custom-plc-profesional::-moz-placeholder {
    color: #aaa;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.floating-label-field.custom-plc-profesional:-ms-input-placeholder {
    color: #aaa;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.floating-label-field.custom-plc-profesional::placeholder {
    color: #aaa;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.floating-label-field.custom-jasa-profesional::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: Poppins;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}

.floating-label-field.custom-jasa-profesional::-moz-placeholder {
    color: #c4c4c4;
    font-family: Poppins;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}

.floating-label-field.custom-jasa-profesional:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: Poppins;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}

.floating-label-field.custom-jasa-profesional::placeholder {
    color: #c4c4c4;
    font-family: Poppins;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}

.floating-label-field + .floating-label {
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.floating-label-field + .floating-label .floating-year {
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.floating-label-field:focus + .floating-label,
.floating-label-field:not(:placeholder-shown) + .floating-label {
    visibility: visible;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    opacity: 1;
    padding: 5px 0 10px;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    color: #00193e;
}

.floating-label-field:focus + .floating-label .floating-year,
.floating-label-field:not(:placeholder-shown) + .floating-label .floating-year {
    position: relative;
    visibility: visible;
    bottom: -41px;
    left: 445px;
    opacity: 1;
    padding: 21px 0;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
    color: #00193e;
}

.floating-label-field:valid:not(:placeholder-shown) {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #00193e;
}

.floating-label-field:invalid {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.floating-label-field-year {
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    opacity: 1;
    height: 48px;
    color: #666;
}

.floating-label-field-year.password {
    font-family: Poppins;
    font-weight: 400;
    color: #00193e;
}

.floating-label-field-year::-webkit-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-field-year::-moz-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-field-year:-ms-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-field-year::placeholder {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-field-year + .floating-label {
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.floating-label-field-year + .floating-label .floating-year {
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.floating-label-field-year:focus + .floating-label,
.floating-label-field-year:not(:placeholder-shown) + .floating-label {
    visibility: visible;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    opacity: 1;
    padding: 5px 0 10px;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    color: #00193e;
}

.floating-label-field-year:focus + .floating-label .floating-year,
.floating-label-field-year:not(:placeholder-shown)
    + .floating-label
    .floating-year {
    position: relative;
    visibility: visible;
    bottom: -41px;
    left: 445px;
    opacity: 1;
    padding: 21px 0;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    color: #00193e;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}

.floating-label-field-year:valid:not(:placeholder-shown) {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #666;
}

.floating-label-field-year:invalid {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.custom-calender {
    background-image: url(/icons/icons/calender.svg);
    background-position: 94.7% 50%;
    background-repeat: no-repeat;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px;
    background-size: 20px 22px;
    opacity: 1;
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked {
    border-color: #0061a7;
    background-color: #fff !important;
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><circle cx='25' cy='25' r='10' fill='rgba(0, 97, 167, 1)'/></svg>");
}

#propertyPagePerumahan .form-pencarian-radio {
    margin-right: 0;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: -6px;
}

.form-check-input:checked[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #125efa !important;
}

.s-radio {
    margin-right: 8px;
    margin-left: 12px;
    margin-top: -9px;
}

.form-check-label {
    margin-top: 4px;
    font-family: Poppins;
    color: #00193e;
}

.checkbox-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #222;
    height: 64px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
}

.checkbox-container .checkbox-symbol {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container .checkbox-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-container .checkbox-input {
    position: absolute;
    visibility: hidden;
}

.checkbox-container .checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.checkbox-container .checkbox:not(:last-child) {
    margin-right: 6px;
}

.checkbox-container .checkbox:hover {
    background: rgba(0, 119, 255, 0.06);
}

.checkbox-container .checkbox span {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
}

.checkbox-container .checkbox span:first-child {
    position: relative;
    top: 2px;
    -webkit-flex: 0 0 18px;
    -moz-box-flex: 0;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid #cccfdb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox-container .checkbox span:first-child svg {
    position: absolute;
    top: 3px;
    left: 3px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.checkbox-container .checkbox span:last-child {
    padding-top: 2px;
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-container .checkbox:hover span:first-child {
    border-color: #0061a7;
}

.checkbox-container .checkbox-input:checked + .checkbox span:first-child {
    background: #0061a7;
    border-color: #0061a7;
    -webkit-animation: zoom-in-out 0.3s ease;
    animation: zoom-in-out 0.3s ease;
}

.checkbox-container .checkbox-input:checked + .checkbox span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-container #checkbox-professional {
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

@-webkit-keyframes zoom-in-out {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-in-out {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.custom-select {
    background-image: url(/icons/icons/arrow-down-revamp.svg);
    color: #666;
}

.custom-select,
.custom-select-profile {
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px;
    background-size: 10px;
    opacity: 1;
}

.custom-select-profile {
    background-image: url(/images/icons/arrow-down.svg);
}

.custom-select-small {
    background-image: url(/icons/icons/arrow-down-revamp.svg);
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px;
    background-size: 6px;
    opacity: 1;
}

.custom_value {
    font-weight: 400;
}

.floating-label-select {
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    font-family: Poppins;
    color: #666;
    font-weight: 400;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    color: #00193e;
}

.floating-label-select::-webkit-input-placeholder {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-select::-moz-placeholder {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-select:-ms-input-placeholder {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-select::placeholder {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: capitalize;
    color: #00193e;
}

.floating-label-select + .floating-label {
    font-family: Poppins;
    font-weight: 700;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.floating-label-select:valid:not(:placeholder-shown) {
    font-family: Poppins;
    font-size: 14px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 400;
    color: #00193e;
}

.floating-label-select:invalid {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.floating-label-textarea:placeholder-shown ~ .floating-label {
    font-family: Poppins;
    font-weight: 700;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out;
    transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out,
        -webkit-transform 0.25s;
    opacity: 0;
}

.form-custom .step-1 {
    margin-top: 40px;
    font-family: Poppins;
    font-weight: 700;
    color: #666;
}

.form-custom .border-active:focus {
    border: 1.5px solid #0061a7;
}

.form-custom .error-border {
    border: 1.5px solid #d92327;
}

.floating-label-select:focus ~ .floating-label,
.floating-label-select:not([value=""]):valid ~ .floating-label,
.floating-label-textarea:focus ~ .floating-label,
.floating-label-textarea:not(:placeholder-shown) ~ .floating-label {
    visibility: visible;
    -webkit-transform: translateY(-73%);
    transform: translateY(-73%);
    opacity: 1;
    padding: 5px 0 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    font-family: Poppins;
    font-weight: 700;
    color: #00193e;
}

.floating-label-field,
.floating-label-select {
    padding: 15px;
    font-size: 14px;
}

.floating-label-field + .floating-label,
.floating-label-select + .floating-label {
    padding: 15px 0;
    z-index: 1;
}

.m-atas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

@media only screen and (max-width: 425px) {
    .m-atas {
        padding-top: 70px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .m-atas::-webkit-scrollbar {
        display: none;
    }
}

.modal-dialog {
    /* width: 100%; */
    max-width: 600px;
}

@media (max-width: 450px) {
    #modal-log-in {
        margin-top: 15px !important;
    }
}

.modal-dialog-portopolio {
    width: 100%;
    max-width: 1187px;
}

.modal-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
}

.modal-required {
    margin-left: 5px;
    color: red;
}

.modal_content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.title_page {
    font-size: 32px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.title_page,
.title_section {
    font-family: Poppins;
    font-style: normal;
    line-height: 130%;
    font-weight: 700;
}

.title_section {
    font-size: 24px;
    color: #00193e;
    margin-bottom: 30px;
}

.sticky-top {
    top: 120px;
}

.remember-me {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.remember-me span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #00193e;
}

.remember-me .checkbox-center {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.remember-me .form-check-input {
    font-size: 16px;
}

.remember-me .form-check-label {
    font-size: 14px;
    margin-top: 3px;
}

.lupa_password a {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    margin-top: 8px;
    text-align: right;
    color: #0061a7;
}

.lupa_password a,
.lupa_password button {
    font-family: Poppins;
}

.navbar-avatar {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.navbar-avatar img {
    border-radius: 200px;
    margin-right: 12px;
}

.navbar-avatar p {
    margin: 0;
}

@media only screen and (max-width: 820px) {
    .navbar-avatar p {
        width: 90px;
    }
}

.list-inline .list-inline-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.card {
    border: 0 solid;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 428px) {
    .card {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.card .card-title {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
}

#header_top_dekstop {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

#header_top_dekstop .navbar-brand {
    padding: 15px 0;
    cursor: pointer;
    border-radius: 0 0 12px 12px;
    background: #fff;
}

#header_top_dekstop .navbar-brand img {
    max-height: 100%;
    margin-bottom: 9px;
}

#header_top_dekstop .navbar-brand .logo_home {
    width: 130px;
    max-height: 80px;
}

#header_top_dekstop #nav_main li {
    padding: 5px 20px;
}

@media only screen and (max-width: 965px) {
    #header_top_dekstop #nav_main li {
        padding: 5px 10px;
    }
}

/* @media only screen and (max-width:820px) {
    #header_top_dekstop #nav_main li {
        padding: 5px 9px
    }
} */

#header_top_dekstop #nav_main li:last-child {
    padding-right: 0;
}

#header_top_dekstop #nav_main li a {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

#header_top_dekstop #nav_main li a.btn-main {
    padding: 13px 20px;
}

#header_top_dekstop #nav_main li .dropdown-menu li .dropdown-item {
    color: #000;
}

#header_top_dekstop #nav_main li .dropdown-menu li .dropdown-item.active,
#header_top_dekstop #nav_main li .dropdown-menu li .dropdown-item:hover {
    background-color: #fff;
}

#header_top_dekstop.header_welcome {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

#header_top_dekstop.header_welcome .navbar-brand {
    padding: 0;
}

#header_top_dekstop.header_welcome #nav_main li a {
    color: #fff;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border: 0.1px solid rgba(102, 102, 102, 0.5);
    border-radius: 50%;
    display: grid;
    place-content: center;
}

input[type="radio"]:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.12s ease-in-out;
    transition: -webkit-transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out;
    transition: transform 0.12s ease-in-out, -webkit-transform 0.12s ease-in-out;
    -webkit-box-shadow: inset 1em 1em var(--form-control-color);
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #0061a7;
    border-color: #0061a7;
}

input[type="radio"]:checked:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"]:checked {
    border-color: rgba(0, 97, 167, 0.8);
}

.form-control {
    background-color: #fafafa;
}

.form-control + .form-control {
    margin-top: 1em;
}

#hero {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 760px;
    background-image: url(/images/bg/hero.png);
    background-repeat: no-repeat;
    background-position: 50%;
    -o-background-size: cover;
    background-size: cover;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#hero .title {
    font-family: Poppins;
    font-weight: 800;
    font-size: 52px;
    font-style: normal;
    line-height: 62px;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
}

#hero #hero_btn {
    display: none;
}

#form-hero {
    padding: 9px 30px;
    border-radius: 200px;
    background: #fafafa;
}

#form-hero.form_hero_sticky {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 641px;
    margin: 5px auto;
    z-index: 1;
    -webkit-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
    padding: 9px 40px 9px 30px;
}

#form-hero.form_hero_sticky .custom-select {
    background-position: 100% !important;
}

#form-hero .col {
    margin-top: 0;
}

#form-hero label {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    opacity: 0.75;
    color: #00193e;
}

#form-hero .form-control,
#form-hero .form-select {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 0;
    padding: 0;
    opacity: 1;
    color: #00193e;
    border: 0 solid;
    background-color: #fafafa;
}

#form-hero input::-webkit-input-placeholder {
    color: #666 !important;
    font-family: Poppins;
    font-weight: 400;
    opacity: 0.5;
}

#form-hero input::-moz-placeholder {
    color: #666 !important;
    font-family: Poppins;
    font-weight: 400;
    opacity: 0.5;
}

#form-hero input:-ms-input-placeholder {
    color: #666 !important;
    font-family: Poppins;
    font-weight: 400;
    opacity: 0.5;
}

#form-hero input::placeholder {
    color: #666 !important;
    font-family: Poppins;
    font-weight: 400;
    opacity: 0.5;
}

#form-hero .hero_select {
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
}

#form-hero .hero_select .custom-select {
    background-image: url(/images/icons/arrow-down.svg);
    background-size: 10px;
    opacity: 1;
    -moz-appearance: none;
    -moz-padding-start: 0 !important;
    -moz-transform: translateX(-3px);
}

#form-hero .btn {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
}

#form-hero .btn i.ist.search {
    background-image: url(/_next/static/media/searchIcon.3ed833c9e04cabcf7a2477a51dc34ba8.svg);
    background-repeat: no-repeat;
    background-size: 1.125rem;
    display: inline-block;
    height: 1.125rem;
    width: 1.125rem;
    margin: 19px;
}

#home_panduan {
    padding: 60px 0;
}

#home_panduan .title_panduan {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    line-height: 42px;
    color: #00193e;
}

.col_panduan {
    padding: 5px 10px;
}

.item_panduan {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
}

@media only screen and (min-width: 1024px) and (min-width: 110px) {
    .item_panduan {
        padding-right: 0;
    }
}

.item_panduan .icon {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #edf4ff;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-left: -19px;
}

@media only screen and (min-width: 1200px) {
    .item_panduan .icon {
        margin-left: -5px;
    }
}

.item_panduan .icon span {
    font-size: 24px;
    color: #0061a7;
}

.item_panduan .icon svg {
    fill: #0061a7;
    stroke: #0061a7;
}

.item_panduan .body {
    margin-left: 15px;
}

.item_panduan .body .no {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    line-height: 130%;
    color: #666;
}

.item_panduan .body .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

.item_panduan .body .title i {
    font-size: 14px;
    margin-left: 15px;
    color: #00193e;
}

.item_panduan .body a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    color: #0061a7;
}

.item_panduan:hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #edf4ff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 97, 167, 0.2);
    box-shadow: 0 4px 12px rgba(0, 97, 167, 0.2);
}

.item_panduan:hover .icon {
    background: #0061a7;
}

.item_panduan:hover .icon span {
    color: #fff;
}

.item_panduan:hover .icon svg {
    color: #fff;
    stroke: #fff !important;
    fill: #fff !important;
}

.item_panduan:hover .body .title {
    color: #0061a7;
}

#feature_content {
    padding: 60px;
    border-bottom: 8px solid #fd0;
    border-radius: 8px;
    background: #0061a7;
}

#feature_content .title_section {
    position: relative;
}

#feature_content .title_section .acc {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    margin: auto;
}

#feature_content .title_section h4 {
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 15px;
    color: #fff;
}

#feature_content .title_section .desc {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    margin-top: 40px;
    opacity: 0.75;
    color: #fafafa;
}

.item_feature {
    margin-bottom: 40px;
}

.item_feature .icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    background: #3b86bd;
}

.item_feature h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
}

.item_feature p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    opacity: 0.75;
    color: #fafafa;
}

.header_listing {
    margin-bottom: 24px;
    top: 30px;
    left: 5px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: end;
    -moz-box-align: end;
    align-items: end;
}

.header_listing.custom {
    position: relative;
    top: 34px;
    left: 5px;
}

.header_listing h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 0;
    color: #00193e;
}

.header_listing a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    color: #0061a7;
}

.header_listing a span {
    width: 120px;
    height: 30px;
}

.header_listing a img {
    width: 28px;
    height: 28px;
    padding: 5px 8px;
}

#listing_populer {
    padding: 60px 0 30px;
    background: #fff;
}

#listing_populer .arrow-right {
    position: relative;
    z-index: 1000;
    bottom: 235px;
    left: 1230px;
}

#listing_populer .arrow-right .slide_disabled {
    background-color: #aaa;
}

#listing_populer .arrow-right .slide_button,
#listing_populer .arrow-right .slide_disabled {
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#listing_populer .arrow-right .slide_button {
    background-color: #0061a7;
}

#listing_populer .arrow-left {
    position: relative;
    z-index: 1100;
    top: 200px;
    right: 20px;
}

#listing_populer .arrow-left .slide_disabled {
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#listing_populer .arrow-left .slide_disabled:hover {
    color: #fff;
    background-color: #004475;
}

#listing_populer .arrow-left .slide_button {
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #0061a7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    #listing_populer .header_listing {
        position: unset !important;
    }
}

#listing_populer #blog_web .slick-list {
    max-height: 509.35px;
}

#listing_terbaru {
    padding: 60px 0 30px;
    background: rgba(237, 244, 255, 0.8);
}

#listing_subsidi {
    padding: 60px 0 30px;
    background: #fff;
}

.card_property_minimal_container .slick-list {
    margin: 0 -8px;
}

.card_property_minimal_container .slick-slide > div {
    padding: 0 8px;
}

.card_property_minimal {
    margin-bottom: 30px;
    border: 0 solid;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.card_property_minimal .card_img {
    width: 100%;
    border-radius: 8px;
}

.card_property_minimal .card_img img {
    border-radius: 8px;
}

.card_property_minimal .card_img .kategori {
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
}

.card_property_minimal .card_img .kategori.rumah {
    border: 1px solid #3356a3;
    border-radius: 8px;
    background: #3356a3;
}

.card_property_minimal .card_img .kategori.apartemen {
    border: 1px solid #67a9d8;
    border-radius: 8px;
    background: #67a9d8;
}

.card_property_minimal .card_img .kategori.ruko {
    border: 1px solid #6119d8;
    border-radius: 8px;
    background: #6119d8;
}

.card_property_minimal .card_img .kategori.kantor {
    border: 1px solid #ff0005;
    border-radius: 8px;
    background: #ff0005;
}

.card_property_minimal .card-content .lokasi {
    font-family: Poppins;
    font-weight: 800;
    font-size: 10px;
    line-height: 130%;
    margin-top: 15px;
    opacity: 0.6;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.card_property_minimal .card-content .lokasi,
.card_property_minimal .card-content .title {
    font-style: normal;
    color: #00193e;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_property_minimal .card-content .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    text-transform: capitalize;
}

.card_property_minimal .card-content .price {
    font-family: Poppins;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    line-height: 160%;
    color: #0061a7;
}

#card_filter_property {
    display: block;
}

@media only screen and (max-width: 820px) {
    #card_filter_property {
        display: none;
    }
}

.tabs_property {
    margin-top: 30px;
    margin-bottom: 25px;
}

.tabs_property .btn_group_view {
    border-radius: 67px;
    border: 1px solid #eee;
    overflow: hidden;
}

.tabs_property .btn_group_view .btn {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    color: #0061a7;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.tabs_property .btn_group_view .btn svg {
    fill: #0061a7;
    margin-right: 0.5rem;
}

.tabs_property .btn_group_view .btn.active {
    background: #0061a7;
    color: #fff;
}

.tabs_property .btn_group_view .btn.active svg {
    fill: #fff;
}

.tabs_property .nav-tabs .nav-item .nav-link {
    margin: 0;
    padding: 10px 8px;
}

.card_unit_properti {
    border: 0 solid;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.card_unit_properti .card_img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.card_unit_properti .card_img img {
    border-radius: 8px 8px 0 0;
}

.card_unit_properti .card_img .kategori {
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
}

.card_unit_properti .card_img .kategori.rumah {
    border: 1px solid #3356a3;
    border-radius: 8px;
    background: #3356a3;
    min-width: 69px;
}

.card_unit_properti .card_img .kategori.apartemen,
.card_unit_properti .card_img .kategori.rumah {
    height: 32px;
    text-align: center;
    padding: 8px;
    font-family: Poppins;
    font-size: 12px;
    line-height: 130%;
    font-weight: 700;
    font-style: normal;
}

.card_unit_properti .card_img .kategori.apartemen {
    border: 1px solid #67a9d8;
    border-radius: 8px;
    background: #67a9d8;
}

.card_unit_properti .card_img .kategori.ruko {
    border: 1px solid #6119d8;
    border-radius: 8px;
    background: #6119d8;
}

.card_unit_properti .card_img .kategori.kantor,
.card_unit_properti .card_img .kategori.ruko {
    height: 32px;
    text-align: center;
    padding: 8px;
    font-family: Poppins;
    font-size: 12px;
    line-height: 130%;
    font-weight: 700;
    font-style: normal;
}

.card_unit_properti .card_img .kategori.kantor {
    border: 1px solid #ff0005;
    border-radius: 8px;
    background: #ff0005;
}

.card_unit_properti .card_img .kategori.lelang {
    border: 1px solid #000;
    border-radius: 8px;
    background: #000;
    height: 32px;
    text-align: center;
    padding: 8px;
    font-family: Poppins;
    font-size: 12px;
    line-height: 130%;
    font-weight: 700;
    font-style: normal;
}

.card_unit_properti .card_img .like {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    opacity: 75%;
    text-transform: capitalize;
    cursor: pointer;
}

.card_unit_properti .card_img .like.active {
    opacity: 1;
    color: #e52626;
}

.card_unit_properti .card_img .warranty {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
}

.card_unit_properti .card-body {
    padding: 15px 10px 0;
}

.card_unit_properti .card-body .lokasi {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    line-height: 13px;
    opacity: 0.6;
    color: #00193e;
}

.card_unit_properti .card-body .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 0;
    color: #00193e;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.card_unit_properti .card-body .price {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 0;
    color: #0061a7;
}

.card_unit_properti .card-body .cicilan {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;
    color: #666;
}

.card_unit_properti .card-body .cicilan span {
    font-family: Poppins;
    font-weight: 600;
    color: #00193e;
}

.card_unit_properti .card-body .developer {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #0061a7;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-transform: capitalize;
}

.card_unit_properti .card-body .developer img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.card_unit_properti .card-body .developer h5 {
    font-size: 24px;
}

.card_unit_properti .card-body .developer .developer-name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_unit_properti .card-footer {
    background-color: #fff;
}

.card_unit_properti .card-footer li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    color: #666;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_unit_properti .card-footer li img {
    margin-right: 8px;
}

.card_unit_properti .card-action {
    padding: 10px 15px;
    text-align: center;
    border-top: 1px solid #eee;
}

.card_unit_properti .card-action .row .col:first-child {
    border-right: 1px solid #eee;
}

.card_unit_properti .card-action a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 160%;
    text-align: center;
    color: #0061a7;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_unit_properti .bandingkan {
    border-top: 1px solid #eee;
    text-align: center;
    padding: 17px 0;
}

.card_unit_properti .bandingkan a {
    color: #0061a7;
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 160%;
}

.card_review_left {
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card_review_left h5 {
    font-family: Poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #00193e;
}

.card_review_left #review_property a {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #00193e;
}

.review_content #Analisis,
.review_content #DetailProperti,
.review_content #Hubungi,
.review_content #Lokasi,
.review_content #Perkenalan,
.review_content #Ringkasan {
    scroll-margin-top: 110px;
}

.review_content h6 {
    font-family: Poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    color: #00193e;
}

.review_content .title_perumahan {
    font-family: Poppins;
    font-style: normal;
    font-size: 36px;
    line-height: 140%;
    text-transform: capitalize;
    color: #00193e;
}

.review_content .link_detail {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 140%;
    color: #0061a7;
}

.review_content .title {
    font-family: Poppins;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #00193e;
    margin-top: 40px;
    margin-bottom: 16px;
}

.review_content .desc {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #00193e;
}

.card_item_developer {
    height: 100%;
    border: 0 solid;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
}

.card_item_developer .card_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.card_item_developer .card_img .kategori {
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: Poppins;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #fff;
}

.card_item_developer .card_img .kategori.rumah {
    border: 1px solid #3356a3;
    border-radius: 8px;
    background: #3356a3;
}

.card_item_developer .card_img .kategori.apartemen {
    border: 1px solid #67a9d8;
    border-radius: 8px;
    background: #67a9d8;
}

.card_item_developer .card_img .kategori.ruko {
    border: 1px solid #6119d8;
    border-radius: 8px;
    background: #6119d8;
}

.card_item_developer .card_img .kategori.kantor {
    border: 1px solid #ff0005;
    border-radius: 8px;
    background: #ff0005;
}

.card_item_developer .card-body {
    padding: 15px 0;
}

.card_item_developer .card-body .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #00193e;
    line-height: 150%;
    margin-bottom: 5px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
}

.card_item_developer .card-body .jumlah {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px;
    color: #666;
}

.card_item_developer .card-body a {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    color: #0061a7;
}

.card_item_developer .card-body .arrow-right {
    display: inline-block;
    margin-left: 10px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0061a7;
    border-left: 2px solid #0061a7;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.card_left_developer {
    margin-bottom: 30px;
    border-radius: 8px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.card_left_developer img {
    width: 136px;
    height: 136px;
    margin: 5px auto 15px;
    border-radius: 50%;
    background: #c4c4c4;
    object-fit: cover;
    object-position: center;
}

.card_left_developer h5 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #00193e;
}

.card_left_developer .nav_info li a {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    display: table;
    padding-left: 0;
    color: #666;
}

.card_left_developer .nav_info li a i {
    margin-right: 10px;
    color: #00193e;
    margin-top: 17px;
}

.card_left_developer .nav_info li a a,
.card_left_developer .nav_info li a i {
    display: table-cell;
    vertical-align: text-bottom;
}

#cerita_content {
    position: relative;
    margin-bottom: 40px;
    padding: 175px 50px 60px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(/images/bg/cerita.png);
    background-position: 50%;
    -o-background-size: cover;
    background-size: cover;
}

#cerita_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    background: -webkit-linear-gradient(
        359.79deg,
        rgba(0, 0, 0, 0.75) 0.21%,
        transparent 73.61%
    );
    background: linear-gradient(
        90.21deg,
        rgba(0, 0, 0, 0.75) 0.21%,
        transparent 73.61%
    );
}

#cerita_content .desc_cerita {
    position: relative;
}

#cerita_content img {
    position: absolute;
    left: 965px;
    bottom: 0;
    width: 235.05px;
    height: 64px;
}

#cerita_content h6 {
    font-family: Poppins;
    font-size: 20px;
    line-height: 150%;
    opacity: 0.5;
}

#cerita_content h3,
#cerita_content h6 {
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

#cerita_content h3 {
    font-family: Poppins;
    font-size: 44px;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 30px;
}

#cerita_content .btn {
    font-family: Poppins;
    font-weight: 700;
}

#cerita_content .btn i {
    margin-right: 4px;
}

.card_newslater {
    background: #0061a7;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card_newslater .title {
    font-family: Poppins;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.card_newslater .inputgroup {
    background-color: #0061a7;
    border: 1px solid #edf4ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}

.card_newslater .inputgroup::-webkit-input-placeholder {
    color: #fff;
}

.card_newslater .inputgroup::-moz-placeholder {
    color: #fff;
}

.card_newslater .inputgroup:-ms-input-placeholder {
    color: #fff;
}

.card_newslater .inputgroup::placeholder {
    color: #fff;
}

.card_newslater .inputgroup .formcontrol {
    background-color: #0061a7;
    border: 0 solid #fff;
    color: #fff;
}

.card_newslater .inputgroup .icon {
    color: #fff;
    background-color: #0061a7;
    border: 0;
}

.card_newslater .btn_circle {
    border-radius: 50px;
}

.card_newslater .form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    font-size: 14px;
}

.card_newslater .form-control::-moz-placeholder {
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    font-size: 14px;
}

.card_newslater .form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    font-size: 14px;
}

.card_newslater .form-control::placeholder {
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    font-size: 14px;
}

#listing_news {
    padding: 30px 0;
    background: #fff;
}

@media only screen and (max-width: 390px) {
    #listing_news {
        padding-left: 4px;
        padding-right: 4px;
    }
}

#listing_news h5 {
    text-transform: none;
}

#listing_news .card_news_minimal a,
#listing_news h5 {
    font-family: Poppins;
    font-weight: 700;
}

#listing_news .card_news_minimal .container-img-card {
    height: 100%;
}

.navbar_kategori {
    margin-bottom: 30px;
}

.navbar_kategori li {
    margin-right: 5px;
    cursor: pointer;
}

.navbar_kategori li a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    padding-left: 8px;
    padding-right: 8px;
    color: #666;
}

.navbar_kategori li a.active,
.navbar_kategori li a:hover {
    color: #0061a7;
    background-color: #fff;
}

.navbar_kategori li a.active {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.navbar_kategori li a.active:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 0;
    border: 2px solid #0061a7;
    border-radius: 2px;
    background-color: #0061a7;
    color: #0061a7;
}

#nav-blog li ul li {
    padding: 4px 8px;
}

#nav-blog li ul li a {
    padding: 4px;
    width: auto;
}

.card_news_minimal {
    margin-bottom: 30px;
    border: 0 solid;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.card_news_minimal h5 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 15px;
    color: #00193e;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.card_news_minimal a,
.card_news_minimal h5 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
}

.card_news_minimal a {
    font-size: 16px;
    line-height: 160%;
    color: #0061a7;
}

.banner-blog {
    margin-bottom: 30px;
    border: 0 solid;
    background: transparent;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    grid-gap: 24px;
    gap: 24px;
}

.banner-blog .img {
    width: 45%;
    height: 350px;
}

.banner-blog .img .tinggi {
    height: 350px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.banner-blog .isi {
    width: 50%;
}

.banner-blog .isi .isi-judul {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #00193e;
}

.banner-blog .isi .tanggal {
    font-weight: 400;
}

.banner-blog .isi .tanggal,
.banner-blog .isi .tanggal h6 {
    font-family: Poppins;
    font-style: normal;
    font-size: 12px;
    line-height: 150%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #666;
}

.banner-blog .isi .tanggal h6 {
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.banner-blog .isi .text-isi {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #00193e;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-transform: capitalize;
    margin: 16px 0;
}

.card_news_vertical {
    margin-bottom: 30px;
    border: 0 solid;
    background: transparent;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.card_news_vertical.custom {
    width: 308px;
    margin-right: 6px;
}

.card_news_vertical .card_img.customBlog {
    width: 308px;
    height: 308px;
}

.card_news_vertical .card_img img {
    width: 308px;
    height: 308px;
    border-radius: 8px;
}

.card_news_vertical .card_img img.customBlog {
    width: 308px;
    height: 308px;
}

.card_news_vertical .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    font-weight: 700;
    color: #00193e;
    margin-top: 15px;
    min-height: 60px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.card_news_vertical .meta_post {
    font-weight: 400;
}

.card_news_vertical .meta_post,
.card_news_vertical .meta_post h6 {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #666;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_news_vertical .meta_post h6 {
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.card_news_vertical .card-text {
    font-weight: 400;
    line-height: 24px;
    color: #00193e;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.card_news_vertical .card-text,
.card_news_vertical a {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
}

.card_news_vertical a {
    font-weight: 700;
    line-height: 160%;
    color: #0061a7;
}

.card_news_horizontal {
    margin-bottom: 30px;
    border: 0 solid;
    background: transparent;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.card_news_horizontal .card_img img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

.card_news_horizontal .card-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #00193e;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card_news_horizontal .meta_post {
    font-weight: 400;
}

.card_news_horizontal .meta_post,
.card_news_horizontal .meta_post h6 {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #666;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_news_horizontal .meta_post h6 {
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.card_news_horizontal .card-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #00193e;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card_news_horizontal a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    color: #0061a7;
}

#post_detail .title_post {
    font-family: Poppins;
    font-size: 56px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #00193e;
}

#post_detail .meta_post {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #666;
}

#post_detail .meta_post h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

#post_detail .share_sosmed {
    margin-top: 20px;
}

#post_detail .share_sosmed li a {
    color: #00193e;
    padding-left: 23px;
    padding-right: 23px;
}

#post_detail #image_post {
    width: 1080px;
    border-radius: 8px;
    padding: 67.43px 10px;
    margin: auto;
}

#post_detail #image_post img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#post_detail #content_post h1,
#post_detail #content_post h2,
#post_detail #content_post h3,
#post_detail #content_post h4,
#post_detail #content_post h5,
#post_detail #content_post h6 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    line-height: 44.8px;
    font-size: 32px;
    color: #00193e;
}

#post_detail #content_post p {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 25.6px;
    color: #00193e;
}

#home_bantuan {
    padding: 60px 0;
    background: #fafafa;
}

#home_bantuan .title_bantuan h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

#home_bantuan .title_bantuan h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 52px;
    font-style: normal;
    line-height: 64px;
    margin-bottom: 30px;
    color: #00193e;
}

.item_bantuan {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 38px 32px;
    border-radius: 8px;
    background: #edf4ff;
    cursor: pointer;
    max-height: 260px;
    max-width: 416px;
}

.item_bantuan img {
    width: 60px !important;
    height: 105px !important;
    margin-right: 15px;
    padding: 11px;
    border-radius: 100px;
    background: rgba(0, 97, 167, 0.1);
}

@media only screen and (min-width: 813px) and (max-width: 1024px) {
    .item_bantuan {
        padding: 20px;
    }

    .item_bantuan h5 {
        font-size: 20px !important;
    }

    .item_bantuan img {
        width: 60px !important;
        height: 100% !important;
    }
}

.item_bantuan .body h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    font-style: normal;
    color: #0061a7;
}

@media only screen and (max-width: 425px) {
    .item_bantuan .body h5 {
        font-family: Poppins;
        font-weight: 700;
        font-size: 20px;
    }
}

.item_bantuan .body a {
    font-family: Poppins;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    font-style: normal;
    color: #00193e;
}

@media only screen and (max-width: 425px) {
    .item_bantuan .body a {
        font-family: Poppins;
        font-size: 14px;
    }
}

#banner_download {
    padding: 60px 0;
    background: #fff;
}

@media only screen and (max-width: 302px) {
    #banner_download .download_content {
        background-position: -71px;
    }
}

.download_content {
    position: relative;
    max-width: 1270px;
    overflow: hidden;
    padding: 50px;
    border-radius: 8px;
    background: #f6ca41;
    background-image: url(/images/bg/bg_download.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
}

@media only screen and (max-width: 1100px) {
    .download_content {
        max-width: 100%;
        background-image: url(/images/bg/bg_download_small.png);
        background-size: 517px;
    }
}

.download_content .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 52px;
    font-style: normal;
    line-height: 120%;
    color: #00193e;
}

.download_content p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    margin: 15px 0 40px;
    color: #00193e;
}

.download_content ul li a {
    padding-left: 0;
}

.filter-button {
    display: none;
}

.label-checkbox-professional {
    color: #000;
}

@media only screen and (max-width: 768px) {
    img[data-bs-toggle="tooltip"] {
        width: 12px;
        margin-left: 9.17px;
    }
}

.list-radio-vertical {
    margin-top: 5px;
}

.list-radio-vertical .list-item {
    margin-bottom: 15px;
}

.list-radio-vertical .list-item-title {
    margin: 0;
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #00193e;
}

.list-radio-vertical .list-item-subtitle {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #666;
}

.list-radio-vertical .suku_bunga {
    display: -webkit-inline-box;
    margin-top: 10px;
    background: #edf4ff;
    border-radius: 29px;
    padding: 8px 12px;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    color: #0061a7;
    font-weight: 700;
}

.detail_ringkasan h6 {
    font-family: Poppins;
    color: #00193e;
}

.detail_ringkasan .value,
.detail_ringkasan h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}

.detail_ringkasan .value {
    font-family: Poppins;
    color: #666;
}

#mobile_filter_property {
    display: none;
}

.card_filter {
    border-radius: 8px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.card_filter .card-header {
    background: #fafafa;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
}

.card_filter .card-header .section_title {
    font-size: 16px;
}

.card_filter .card-header .section_title,
.card_filter .filter_title {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #000;
}

.card_filter .filter_title {
    font-size: 14px;
    width: 100%;
}

.card_filter .filter_title h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
}

.card_filter .filter_title h5 {
    position: relative;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

.card_filter .filter_title h5:after {
    color: #00193e;
    content: url(/icons/icons/arrow-up-revamp.svg) !important;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.card_filter .filter_title.collapsed h5:after {
    content: url(/icons/icons/arrow-down-revamp.svg) !important;
}

.card_filter .filter_title.developer_filter h5:after {
    content: "" !important;
    top: 0;
}

.card_filter .card-body {
    padding: 0;
}

.card_filter .item_form {
    padding: 24px 16px;
    border-bottom: 1px solid #eee;
}

.card_filter .input-group {
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #666;
}

.card_filter .input-group .input-group-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 0;
    border-radius: 8px;
}

.card_filter .input-group .form-control {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border-radius: 8px;
    border: 0;
}

.card_filter .input-group .form-control::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

.card_filter .input-group .form-control::-moz-placeholder {
    color: #666;
    font-weight: 400;
}

.card_filter .input-group .form-control:-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}

.card_filter .input-group .form-control::placeholder {
    color: #666;
    font-weight: 400;
}

.card_filter .form-check-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-left: 4px;
    color: #000;
}

.search_property_top {
    background: #fafafa;
    border-radius: 200px;
    padding-right: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
}

.search_property_top .form-control {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #00193e;
    padding: 25px 0;
    border: 0;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    margin-left: 30px;
}

.search_property_top .simpan_hasil {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    border-left: 1px solid #eee;
    background-color: #fafafa;
    color: #0061a7;
    padding: 5px 25px;
}

.search_property_top .cari {
    border-radius: 50% !important;
    background: #0061a7;
    color: #fff;
    width: 56px;
    height: 56px;
    border: 0;
    font-size: 18px;
    font-family: Poppins;
}

.search_listdeveloper {
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 74px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    border: 1px solid #eee;
    background: #f4f4f4;
    border-radius: 200px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.search_listdeveloper .search_listdeveloper_input {
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    height: 72px;
    border-radius: 200px 0 0 200px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #00193e;
    padding: 0 30px;
    border: 0;
    background-color: #fafafa;
}

.search_listdeveloper .search_listdeveloper_button {
    position: absolute;
    right: 8px;
    top: 9px;
    border-radius: 50%;
    background: #0061a7;
    color: #fff;
    width: 56px;
    height: 56px;
    border: 0;
}

.search_property_bunga {
    background: #edf4ff;
    border-radius: 8px;
    padding: 15px 16px 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.search_property_bunga .form-control {
    padding: 0;
    border: 0;
    background-color: #edf4ff;
    margin-right: 30px;
}

.search_property_bunga .label-bunga {
    background-color: #edf4ff;
}

.search_property_bunga_floating {
    padding: 11px 16px;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: 1px solid #eee;
}

.search_property_bunga_floating .tambahan-w {
    width: 112px;
}

.search_property_bunga_floating .currency {
    bottom: 20px;
    margin-right: 8px;
    font-family: Poppins;
    font-weight: 700;
    color: #00193e;
    font-size: 14px;
}

.search_property_bunga_floating .form-control {
    padding: 0;
    border: 0;
    margin-right: 30px;
    font-family: Poppins;
    color: #666;
    font-size: 14px;
    background: #fafafa;
}

.search_property_bunga_floating .persen {
    text-align: right;
    margin-right: 20px;
}

.no-border-bottom {
    border-bottom: 0 solid #eee !important;
}

@media only screen and (min-width: 768px) {
    .item_kpr {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .tipe_kpr {
        background: #f7faff;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .tipe_kpr .item_kpr {
        border-bottom: 1px solid #eee;
        padding: 11px 0;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) and (max-width: 428px) {
    .tipe_kpr .item_kpr {
        -webkit-justify-content: start;
        -moz-box-pack: start;
        justify-content: start;
    }
}

@media only screen and (max-width: 768px) {
    .tipe_kpr .item_kpr .radio {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tipe_kpr .item_kpr input[type="radio"] {
        -webkit-transform: scale(1.2);
        transform: scale(1);
    }

    .tipe_kpr .item_kpr label {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .tipe_kpr .item_kpr .icon {
        margin-left: 10px;
    }

    .tipe_kpr .item_kpr .icon i {
        color: #0061a7;
    }
}

.ajukan_left .title {
    font-family: Poppins;
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    color: #000;
}

.ajukan_left p {
    width: 308px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

@media only screen and (max-width: 820px) {
    .ajukan_left p {
        width: 100%;
    }
}

.ajukan_left .sidebar_ajukan {
    width: 308px;
    min-height: 378px;
}

.ajukan_left h4 {
    font-family: Poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

@media only screen and (max-width: 820px) {
    .ajukan_left h4 {
        text-align: center;
        margin-left: -23%;
    }
}

@media only screen and (max-width: 820px) and (max-width: 428px) {
    .ajukan_left h4 {
        text-align: start;
        margin-left: 0;
    }
}

.ajukan_left h5 {
    font-family: Poppins;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.card_kontak {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    max-width: 1064px;
    min-height: 970px;
}

.card_kontak,
.card_kontak .contact_left {
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
}

.card_kontak .contact_left {
    padding: 70px 100px 50px;
    opacity: 1;
    border-radius: 8px 0 0 8px;
    background-image: url(/images/bg/kontak.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 101% 102%;
    max-width: 492px;
}

.card_kontak .contact_rigth {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .card_kontak {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 382px;
        min-height: 95%;
    }
}

@media only screen and (max-width: 767px) and (max-width: 428px) {
    .card_kontak {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) and (max-width: 390px) {
    .card_kontak {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .card_kontak .contact_left {
        padding: 70px 25px 30px;
        opacity: 1;
        border-radius: 8px;
        background-image: url(/images/bg/kontak.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 382px;
        height: 280px;
        margin-left: 11px;
        margin-top: 6px;
    }

    .card_kontak .contact_rigth {
        padding: 20px 25px;
        margin-top: -45px;
    }

    .card_kontak .contact-email,
    .card_kontak .contact-nama,
    .card_kontak .contact-nohp,
    .card_kontak .contact-pertanyaan {
        max-width: 100%;
    }

    .card_kontak .contact-deskripsi {
        max-width: 100%;
        max-height: 110px;
    }

    .card_kontak .unggah-dokumen {
        max-width: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .card_kontak .upload-doc {
        max-width: 100%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .card_kontak .contact-img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    .card_kontak .desc-contact {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-top: -10px;
        margin-left: -10px;
    }

    .card_kontak .btn-upload {
        width: 158px;
        height: 48px;
    }

    .card_kontak .contact-captcha {
        max-width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .card_kontak .contact-button {
        max-width: 100%;
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        margin-top: 9px;
        min-width: 100%;
    }

    .card_kontak .item_kontak {
        color: #fff;
        margin-top: -37px;
    }

    .card_kontak .item_kontak .icon {
        margin-right: 20px;
    }

    .card_kontak .item_kontak .icon i {
        font-size: 24px;
    }

    .card_kontak .item_kontak .content h5 {
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 4px;
    }

    .card_kontak .item_kontak .content p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 29px;
    }
}

@media only screen and (min-width: 768px) {
    .card_kontak .contact_right {
        width: 51% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .card_kontak .contact_right {
        width: 50% !important;
    }
}

@media only screen and (max-width: 425px) {
    #kirim-pesan-modal-confirm .button-kembali,
    #modal-upload-doc .button-kembali {
        bottom: 90px !important;
    }
}

.item_kontak {
    color: #fff;
    margin-bottom: 30px;
}

.item_kontak .icon {
    margin-right: 20px;
}

.item_kontak .icon i {
    font-size: 24px;
}

.item_kontak .content h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
}

.item_kontak .content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
}

.faq_search {
    background: #fafafa;
    border-radius: 200px;
    -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
    padding: 11px 15px 11px 30px;
    margin-bottom: 80px;
}

.faq_search label {
    font-family: Poppins;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    color: #00193e;
    margin-bottom: 0;
    opacity: 0.75;
}

.faq_search ::-webkit-input-placeholder {
    line-height: 200%;
}

.faq_search ::-moz-placeholder {
    line-height: 200%;
}

.faq_search :-ms-input-placeholder {
    line-height: 200%;
}

.faq_search ::placeholder {
    line-height: 200%;
}

.faq_search .form-control {
    background: #fafafa;
    border: 0;
    padding: 0 15px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #00193e;
    margin-bottom: 0;
    width: 100%;
}

.faq_search .input-group-text {
    background: #0061a7;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.faq_search .btn {
    width: 56px;
    height: 56px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.faq_search .btn,
.item_topik_faq {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.item_topik_faq {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    text-transform: capitalize;
    color: #0061a7;
    border-radius: 8px;
    background: #edf4ff;
}

.item_topik_faq .icon {
    line-height: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(0, 97, 167, 0.1);
    margin-right: 15px;
}

.faq_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
}

.faq_item .faq_link .faq_head {
    position: relative;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #00193e;
    cursor: pointer;
}

.faq_item .faq_link .faq_head:before {
    font-family: bootstrap-icons !important;
    content: "" !important;
    color: #0061a7;
    position: absolute;
    right: 0;
    top: 0;
}

.faq_item .faq_link.collapsed .faq_head:before {
    content: "" !important;
}

.faq_populer {
    margin-top: 80px;
    margin-bottom: 80px;
}

.generale_faq {
    padding-top: 25px;
}

.faq_general {
    width: 656px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
    margin-right: auto;
}

.text-capitalize {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    padding-left: 30px;
}

.card_faq_tanya {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 22px 15px;
    margin-bottom: 30px;
}

.card_faq_tanya h4 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 25px;
    color: #00193e;
}

.card_faq_tanya .btn-main {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .card_faq_tanya {
        text-align: center;
        background-color: #fafafa;
    }

    .card_faq_tanya h4 {
        font-size: 16px;
    }

    .card_faq_tanya .btn.btn-main {
        font-size: 16px;
        font-weight: 700;
    }
}

.detail_faq_right h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}

.detail_faq_right .desc,
.detail_faq_right h5 {
    font-family: Poppins;
    font-style: normal;
    color: #000;
}

.detail_faq_right .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.detail_faq_right .like_dislike {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    border-radius: 4px;
    padding: 7px;
    line-height: 16px;
    margin-left: 3px;
}

.detail_faq_right h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.detail_faq_right hr {
    background-color: #eee;
}

.detail_faq_right .button-like {
    padding-left: 40px;
}

#tentang {
    padding: 40px 0 60px;
}

#tentang .tentang_left .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 25px;
    color: #00193e;
}

#tentang .tentang_left p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 36px;
    color: #00193e;
}

#tentang .tentang_left p strong {
    color: #0061a7;
}

#tentang .card_stitistik {
    padding: 15px;
    margin-bottom: 16px;
    border-color: #edf4ff;
    min-height: 212px;
    height: 100%;
    border-radius: 8px;
    background: #edf4ff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

#tentang .card_stitistik .jumlah {
    margin-bottom: 20px;
}

#tentang .card_stitistik .jumlah img {
    width: 40px;
}

#tentang .card_stitistik .jumlah h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
    line-height: 48px;
    color: #0061a7;
}

#tentang .card_stitistik h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    color: #0061a7;
}

#tentang .card_stitistik p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    color: #00193e;
}

#visi_misi {
    padding: 60px 0;
}

#visi_misi h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    font-style: normal;
}

#visi_misi .card {
    padding: 30px 40px 40px;
    border-color: #0061a7;
    border-radius: 8px;
    background: #0061a7;
    min-height: 296px;
    height: 100%;
}

#visi_misi .card .card-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #fff;
    border-color: transparent;
    background-color: transparent;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#visi_misi .card .card-header img {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border-color: #edf4ff26;
    border-radius: 50%;
    background: #edf4ff26;
}

#visi_misi .card .card-body {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #fff;
}

#sejarah {
    padding: 60px 0;
}

#sejarah h4 {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 50px;
    text-align: center;
    color: #00193e;
}

.list_sejarah .hiddenDiv {
    margin-left: 0;
}

.hiddenDiv {
    margin-left: 80px;
    width: 5120px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    overflow: hidden;
}

.hiddenDiv.custom {
    height: 150px;
}

.hiddenDiv .item_sejarah {
    width: 1280px;
}

.hiddenDiv .item_sejarah .content {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-top: -40px;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.hiddenDiv .item_sejarah h3 {
    font-size: 80px;
    line-height: 106px;
    padding-bottom: 20px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    opacity: 0.1;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.hiddenDiv .item_sejarah h3,
.hiddenDiv .item_sejarah h5 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    color: #0061a7;
}

.hiddenDiv .item_sejarah h5 {
    font-size: 24px;
    line-height: 150%;
}

.hiddenDiv .item_sejarah p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

@media only screen and (max-width: 576px) {
    #sejarah .hiddenDiv .item_sejarah p {
        font-size: 14px;
    }

    #sejarah .hiddenDiv .yearLabel {
        font-size: 12px;
        top: 10px;
    }

    #sejarah .hiddenDiv.custom {
        height: 30px;
    }

    #sejarah .timelineButton .sliderButton {
        width: 10px;
        height: 10px;
    }

    #sejarah .timelineButton .sliderButton.activeSlider {
        width: 16px;
        height: 16px;
    }

    #sejarah .timelineBorder {
        padding: 1px;
        top: 6px;
    }
}

h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
}

html {
    overflow-x: hidden;
}

.btn-close {
    -webkit-filter: invert(28%) sepia(15%) saturate(7190%) hue-rotate(183deg)
        brightness(97%) contrast(102%);
    filter: invert(28%) sepia(15%) saturate(7190%) hue-rotate(183deg)
        brightness(97%) contrast(102%);
}

.yearLabel {
    width: 1210px;
    color: #00193e;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    top: 130px;
    left: 458px;
}

.timelineBorder {
    position: relative;
    left: 595px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 97, 167, 0.1);
    border-radius: 10px;
    padding: 2px;
    width: 1187px;
}

.timelineButton {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    top: 15px;
    left: 580px;
    position: relative;
    width: 1210px;
}

.timelineButton .sliderButton {
    cursor: pointer;
    padding: 4px;
    border-radius: 100%;
    background-color: #aaa;
    width: 16px;
    height: 16px;
}

.timelineButton .sliderButton.activeSlider {
    background-color: #0061a7;
    width: 24px;
    height: 24px;
}

#mitra {
    padding: 60px 0;
}

#mitra .title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    font-style: normal;
    color: #00193e;
}

.slide_mitra .slick-arrow {
    z-index: 2;
}

.slide_mitra .slick-arrow:before {
    font-size: 40px;
    color: #aaa;
    font-family: bootstrap-icons !important;
    content: "" !important;
}

.slide_mitra .slick-arrow.slick-prev {
    left: -70px;
}

.slide_mitra .slick-arrow.slick-next {
    right: -45px;
}

.slide_mitra .slick-arrow.slick-next:before {
    content: "" !important;
    color: #0061a7;
}

.slide_new_custom {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.slide_new_custom .slick-arrow {
    position: absolute;
    height: 0;
    top: 39%;
}

.slide_new_custom .slick-arrow:before {
    visibility: hidden;
}

.slide_new_custom .slick-arrow.slick-prev {
    left: -72px !important;
    z-index: 99;
}

.slide_new_custom .slick-arrow.slick-next:before {
    padding: 0;
    left: 10%;
}

.slide_new_custom .slick-dots li {
    margin: 0 10px;
}

.slide_new_custom .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 10;
    border: none;
    border-radius: 100%;
    background-color: #aaa !important;
    text-indent: -9999px;
}

.slide_new_custom .slick-dots li button:hover {
    background-color: #0061a7 !important;
}

.slide_new_custom .slick-dots li.slick-active button {
    background-color: #0061a7 !important;
    width: 16px;
    height: 16px;
}

#testimoni {
    background: #fafafa;
    padding: 80px 0;
}

#testimoni .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
}

#testimoni .title,
#testimoni p {
    font-style: normal;
    text-align: center;
    color: #00193e;
}

#testimoni p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 40px;
}

#testimoni .slick-dots {
    top: 105%;
    bottom: 0;
    list-style-type: none;
}

#testimoni .slick-dots li {
    margin: 0 10px;
}

#testimoni .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 10;
    border: none;
    border-radius: 100%;
    background-color: #aaa !important;
    text-indent: -9999px;
}

#testimoni .slick-dots li button:hover {
    background-color: #2f638b !important;
}

#testimoni .slick-dots li.slick-active button {
    background-color: #0061a7 !important;
    width: 16px;
    height: 16px;
}

.item_testimoni {
    position: relative;
}

.item_testimoni:before {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    left: 0;
    width: 350px;
    height: 100%;
    margin: auto;
    content: "";
    border-radius: 8px;
    background: #edf4ff;
}

.item_testimoni .avatar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 50%;
    object-fit: fill;
    object-position: center;
}

.item_testimoni .content {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #00193e;
}

.item_testimoni .content,
.item_testimoni .mitra {
    font-style: normal;
    line-height: 160%;
    text-align: center;
}

.item_testimoni .mitra {
    font-family: Poppins;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 8px;
    color: #666;
}

.item_testimoni .name {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    text-align: center;
    color: #00193e;
}

.card_hitung_harga {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
}

.card_hitung_harga .card-body,
.card_hitung_harga .card-body .col-md-6 {
    padding: 30px;
}

.card_hitung_harga .card-body .col-md-6:first-child {
    border-right: 1px solid #eee;
}

#harga_hasil {
    text-align: center;
}

#harga_hasil h5 {
    color: #000;
}

#harga_hasil h3,
#harga_hasil h5 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    line-height: 130%;
    text-align: center;
}

#harga_hasil h3 {
    margin: 60px 0;
    color: #0061a7;
}

#harga_hasil p {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    text-align: center;
    color: #666;
}

#harga_hasil .form-control {
    font-size: 14px;
}

#harga_hasil .form-control::-webkit-input-placeholder {
    font-family: Poppins;
    font-size: 14px;
    color: #00193e;
    font-weight: 700;
}

#harga_hasil .form-control::-moz-placeholder {
    font-family: Poppins;
    font-size: 14px;
    color: #00193e;
    font-weight: 700;
}

#harga_hasil .form-control:-ms-input-placeholder {
    font-family: Poppins;
    font-size: 14px;
    color: #00193e;
    font-weight: 700;
}

#harga_hasil .form-control::placeholder {
    font-family: Poppins;
    font-size: 14px;
    color: #00193e;
    font-weight: 700;
}

@media only screen and (max-width: 302px) {
    #home_features .col-12 {
        padding: 0;
    }
}

.responsive-kpr {
    width: 330px;
}

.responsive-kpr .form-respon {
    width: 308px;
}

.responsive-kpr .form-mini {
    width: 276px;
}

@media only screen and (max-width: 768px) {
    .responsive-kpr,
    .responsive-kpr .form-respon {
        width: 100%;
    }

    .responsive-kpr br {
        display: none;
    }

    .responsive-kpr .form-mini {
        width: auto;
    }

    .responsive-kpr .bg-putih {
        background-color: #fff;
    }

    .responsive-kpr .button-konsultasi {
        max-width: 100%;
        margin-left: -72px;
        margin-top: 15px;
    }

    .responsive-kpr #post_detail #image_post img {
        margin: 0;
        max-width: 430px;
        border-radius: 0;
        height: 414px;
    }
}

.responsive-kpr .card_news_vertical .card_img img {
    width: 408px;
    height: 285px;
}

.responsive-kpr #promo_image {
    width: 408px;
    height: 285px;
    margin-left: 0;
}

.widget_form {
    border-radius: 8px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

section#simulasi-kpr .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}

.list_simulasi,
.modal_portopolio {
    border: 0;
}

.card_grafik {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card_grafik .card-body {
    padding: 40px;
}

.card_grafik h3 {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    color: #00193e;
}

.nav-tabs {
    margin-bottom: 30px;
    border: 0;
}

@media only screen and (max-width: 428px) {
    .nav-tabs #post_detail #image_post img {
        margin: 0;
        max-width: 430px;
        border-radius: 0;
        height: 414px;
    }
}

.nav-tabs .nav-item .nav-link {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    color: #666;
    border: 0;
    border-bottom: 2px solid transparent;
    margin: 0 4px;
    margin-bottom: initial;
    margin-right: 4px;
    margin-top: initial;
}

.nav-link.active,
.nav-link:hover {
    color: #0061a7 !important;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
    color: #0061a7 !important;
    border: 0;
    border-bottom: 4px solid #0061a7 !important;
}

.kalkulasi-simulasi-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.kalkulasi-simulasi-section .kalkulasi-simulasi-body li {
    padding: 8px 0;
}

.kalkulasi-simulasi-section .kalkulasi-simulasi-body li label,
.kalkulasi-simulasi-section .kalkulasi-simulasi-body li span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.revamp-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    grid-gap: 17px;
    gap: 17px;
}

@media only screen and (max-width: 480px) {
    .revamp-flex {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        justify-content: space-evenly;
        grid-gap: 0;
        gap: 0;
    }
}

@media only screen and (max-width: 428px) {
    .revamp-flex {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        justify-content: space-evenly;
        grid-gap: 0;
        gap: 0;
    }
}

.shadow-redem {
    width: 308px;
}

@media only screen and (max-width: 820px) {
    .shadow-redem {
        width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .shadow-redem {
        width: auto;
        padding: 0;
    }
}

@media only screen and (max-width: 428px) {
    .shadow-redem {
        width: auto;
        padding: 0;
    }
}

@media only screen and (max-width: 390px) {
    .shadow-redem {
        padding: 0;
    }
}

.kalkulasi-simulasi-section-catatan {
    margin-top: 50px;
}

.kalkulasi-simulasi-section-catatan .kalkulasi-simulasi-body {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.kalkulasi-simulasi-section-catatan .kalkulasi-simulasi-body .flex-container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .word-container {
    width: 35%;
    margin-right: 15px;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .btn-container {
    width: 65%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .btn-container
    .btn-choice {
    width: 248px;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .btn-container
    .btn-choice
    a {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    height: 48px !important;
    padding: 13px 20px;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .btn-container
    .btn-download {
    width: 248px;
}

.kalkulasi-simulasi-section-catatan
    .kalkulasi-simulasi-body
    .flex-container
    .btn-container
    .btn-download
    a {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 160%;
    color: #0061a7;
    height: 48px !important;
}

.kalkulasi-simulasi-section-catatan .btn-pilih-unit {
    font-weight: 700;
}

.kalkulasi-simulasi-body-total {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
}

.table-angsuran thead > tr > th {
    font-family: Poppins;
    font-weight: 700;
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .table-angsuran .tb-angsuran,
    .table-angsuran .tb-bulan,
    .table-angsuran .tb-bunga,
    .table-angsuran .tb-porsi,
    .table-angsuran .tb-porsi-bunga,
    .table-angsuran .tb-sisa {
        font-size: 10px !important;
    }
}

.table-angsuran .tb-bulan {
    width: 10%;
    text-align: center;
}

.table-angsuran .tb-sisa {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.table-angsuran .tb-angsuran,
.table-angsuran .tb-porsi,
.table-angsuran .tb-porsi-bunga {
    width: auto;
}

.table-angsuran .tb-bunga {
    width: 8%;
}

@media only screen and (max-width: 458px) {
    .table-angsuran .tb-bulan {
        width: 50px;
    }

    .table-angsuran .tb-angsuran,
    .table-angsuran .tb-bunga,
    .table-angsuran .tb-porsi,
    .table-angsuran .tb-porsi-bunga,
    .table-angsuran .tb-sisa {
        width: 134px;
    }
}

.table-angsuran tbody > tr {
    background-color: #fff;
}

.table-angsuran tbody > tr,
.table-angsuran tbody > tr:nth-of-type(odd) > * {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.table-angsuran tbody > tr:nth-of-type(odd) > * {
    background-color: #edf4ff;
}

.detail_angsuran h6 {
    font-family: Poppins;
    color: #00193e;
    margin-bottom: 8px;
}

.detail_angsuran h6,
.detail_angsuran p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}

.detail_angsuran p {
    font-family: Poppins;
    color: #666;
}

#cari-konsultasi {
    max-width: 641px;
    height: 71px;
    background: #fafafa;
    border-radius: 200px;
    padding: 7px 30px;
}

#cari-konsultasi .form-group {
    margin-bottom: 0;
}

#cari-konsultasi .form-group:first-child {
    border-right: 1px solid #eee;
}

#cari-konsultasi .form-group label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    color: #00193e;
    font-size: 12px;
    line-height: 130%;
}

#cari-konsultasi .form-group .form-control {
    background: #fafafa;
    border: 0;
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

#cari-konsultasi .form-group .form-control::-webkit-input-placeholder {
    color: #00193e;
    opacity: 0.5;
}

#cari-konsultasi .form-group .form-control::-moz-placeholder {
    color: #00193e;
    opacity: 0.5;
}

#cari-konsultasi .form-group .form-control:-ms-input-placeholder {
    color: #00193e;
    opacity: 0.5;
}

#cari-konsultasi .form-group .form-control::placeholder {
    color: #00193e;
    opacity: 0.5;
}

#cari-konsultasi .form-group .form-select {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 0;
    padding: 0;
    width: 192.01px;
    opacity: 0.5;
    color: #00193e;
    border: 0 solid;
    background-color: #fafafa;
    background-image: url(/images/icons/arrow-down.svg);
    background-position: 100%;
    background-size: 10px;
    background-repeat: no-repeat;
    opacity: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
}

#cari-konsultasi .btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.konsultasi-question {
    margin: 25px 0;
    border: 0;
    border-radius: 8px;
    background: #edf4ff;
}

.konsultasi-question .card-body {
    padding: 24px 25px;
}

.konsultasi-question .icon {
    line-height: 0;
    margin-right: 15px;
    padding: 15px;
    border-radius: 100px;
    background: rgba(0, 97, 167, 0.1);
}

.konsultasi-question .icon i {
    font-size: 32px;
    color: #0061a7;
}

.konsultasi-question h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    color: #0061a7;
}

.table-scroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 428px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

table tbody {
    display: block;
}

.table-scroll thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    text-align: left;
}

table tbody tr,
table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px gray;
    box-shadow: inset 0 0 5px gray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 25, 62, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 25, 62, 0.5);
}

.card_konsultasi {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
}

.card_konsultasi .user .name {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.card_konsultasi .user .date,
.card_konsultasi .user .name {
    font-family: Poppins;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 0;
}

.card_konsultasi .user .date {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}

.card_konsultasi .kategori {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 130%;
    padding: 4.2px 12.48px;
    text-transform: capitalize;
    color: #0061a7;
    border-radius: 4px;
    background: #edf4ff;
}

.card_konsultasi .desc {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.card_konsultasi .footer {
    margin-top: 26px;
}

.card_konsultasi .footer a {
    cursor: pointer;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #0061a7;
}

.card_konsultasi .footer .like .like-thumb {
    margin-right: 17px;
}

.card_konsultasi .footer .like .like-thumb,
.card_konsultasi .footer .like i {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    border-radius: 4px;
}

.card_konsultasi .footer .like i {
    padding: 7px 8px;
    color: #0061a7;
}

.card_konsultasi .card-balasan {
    background: #f8faff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    padding: 25px 60px;
}

.breadcrumb_page {
    padding: 115px 0 20px;
}

.breadcrumb .breadcrumb-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item.FuturaStyleA a {
    font-family: Poppins;
}

.breadcrumb .breadcrumb-item.FuturaStyleA a,
.breadcrumb .breadcrumb-item a {
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    font-weight: 700;
    color: #0061a7;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item a {
    font-family: Poppins;
}

.breadcrumb .breadcrumb-item.activeFutura {
    font-family: Poppins !important;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    font-weight: 700;
    color: #666;
}

.breadcrumb .breadcrumb-item.active {
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: #666;
}

#privasi .breadcrumb .breadcrumb-item.active,
#privasi .breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active {
    font-family: Poppins;
    font-weight: 700;
}

.desc-contact {
    font-family: Poppins;
    font-weight: 400;
}

.desc-contact .btn-upload {
    font-family: Poppins;
    font-weight: 700;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 14px 0;
}

.modal-auth {
    max-width: 600px;
    border-radius: 8px;
}

.modal-auth .modal-content {
    border: 0;
    border-radius: 8px;
}

.modal-auth .modal-header {
    padding: 64px 60px 40px;
    background: #0061a7;
}

.modal-auth .modal-header .acc {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 150px;
    margin: auto;
}

.modal-auth .modal-header h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    line-height: 42px;
    margin-bottom: 18px;
    color: #fff;
}

.modal-auth .modal-header .desc {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.modal-auth .modal-header .btn-close {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 1;
    color: #fff;
    background: transparent;
}

.modal-auth .modal-body {
    margin-top: -15px;
    padding: 25px 60px 60px;
    border-top: 6px solid #fd0;
    border-radius: 8px;
    background-color: #fff;
}

.modal-auth .modal-body .syarat-me {
    font-family: Poppins;
    letter-spacing: -0.1px;
    font-size: 16px;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.modal-auth .modal-body .login-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.modal-auth .modal-body .register-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
}

.modal-auth .modal-body input[name="login[remember]"] {
    margin-right: 8px;
}

.modal-auth .modal-body input[name="login[remember]"],
.modal-auth .modal-body input[name="Register[syarat]"] {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #aaa;
}

.modal-auth .login-with {
    font-family: Poppins;
    font-size: 14px;
}

.modal-auth .register-label {
    font-family: Poppins;
    font-weight: 500;
}

.modal-auth .login-btn {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.modal-auth input::-webkit-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
}

.modal-auth input::-moz-placeholder {
    font-family: Poppins;
    font-weight: 700;
}

.modal-auth input:-ms-input-placeholder {
    font-family: Poppins;
    font-weight: 700;
}

.modal-auth input::placeholder {
    font-family: Poppins;
    font-weight: 700;
}

.modal-auth input {
    font-family: Poppins;
    font-weight: 400;
}

.modal-auth .media-login img {
    width: 56px;
}

.dashboard-sidebar-menu .menu_member {
    margin-bottom: 40px;
    border-radius: 4px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dashboard-sidebar-menu .menu_member .list-group-item {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    color: #00193e;
    border: 0;
    border-top: 1px solid #eee;
    border-left: 3px solid transparent;
    padding: 15px 25px;
    background-color: #fafafa;
}

.dashboard-sidebar-menu .menu_member .list-group-item #arrow-right {
    width: 9px;
    height: 12px;
    /* background-image: url(/_next/static/media/right-arrow-na.7814979a8a46fa3d0d9989a3fba0b460.svg) */
}

.dashboard-sidebar-menu .menu_member .list-group-item.active,
.dashboard-sidebar-menu .menu_member .list-group-item:hover {
    border: 0;
    border-top: 1px solid #eee;
    border-left: 3px solid #125efa;
    color: #125efa;
    background-color: #f6faff;
}

.dashboard-sidebar-menu .menu_member .list-group-item.active #arrow-right,
.dashboard-sidebar-menu .menu_member .list-group-item:hover #arrow-right {
    width: 9px;
    height: 12px;
    /* background-image: url(/_next/static/media/right-arrow-na-actv.99b3b1fd34fcc55a4f5c7eff55f8eeda.svg) !important */
}

.list-group-custom .menu_member {
    margin-bottom: 40px;
    border-radius: 8px;
}

.list-group-custom .menu_member .list-group-item {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: 100%;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    color: #00193e;
    border: 1px solid #eee;
    padding: 15px 25px;
    -webkit-transition-property: background-color border;
    transition-property: background-color border;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media only screen and (max-width: 768px) {
    .list-group-custom .menu_member .list-group-item {
        padding: 15px;
    }
}

.list-group-custom .menu_member .list-group-item.active,
.list-group-custom .menu_member .list-group-item:hover {
    border: 1px solid #cae9ff;
    background: #cae9ff;
    -webkit-animation: zoom-in-out 0.2s ease;
    animation: zoom-in-out 0.2s ease;
}

.list-group-custom .menu_member .list-group-item:active {
    border: 1px solid #0061a7;
    background-color: #0061a7;
    color: #fff;
    -webkit-transition: 0ms;
    transition: 0ms;
}

.list-group-kpr .menu_member {
    margin-bottom: 40px;
    padding: 15px;
}

.list-group-kpr .menu_member .list-group-item {
    border: 0;
    overflow: hidden;
    position: relative;
    display: block;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    padding: 7px 15px;
}

.list-group-kpr .menu_member .list-group-item label {
    padding-top: 5px;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}

.list-group-kpr .menu_member .list-group-item ul {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}

.list-group-kpr .menu_member .list-grey {
    background-color: #eee;
}

.list-group-kpr .menu_member .list-blue {
    background-color: #cae9ff;
}

.nambah-p {
    padding: 0 12px;
}

.nambah-p .custum-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.nambah-p .profil-kategori {
    color: "#AAAAAA";
    height: "43px";
    font-weight: 700;
    width: "309px";
    padding: "10px 18px";
}

@media only screen and (max-width: 428px) {
    .nambah-p {
        padding: 0 16px;
    }

    .nambah-p .custum-flex {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .nambah-p .profil-kategori {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
    }
}

.title_akun {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

@media only screen and (max-width: 428px) {
    .title_akun {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 150%;
        margin-top: 24px;
        margin-bottom: 9px;
        color: #00193e;
    }
}

.custum-select2 {
    color: #aaa;
    height: 43px;
    font-weight: 700;
    width: 309px;
    padding: 10px 18px;
}

@media only screen and (max-width: 428px) {
    .custum-select2 {
        width: 100%;
    }
}

#card_detail_pengajuan .kode {
    font-size: 10px;
}

@media only screen and (max-width: 480px) {
    #card_detail_pengajuan .kode {
        font-size: 14px;
        padding: 10px 0;
    }
}

#card_detail_pengajuan .kode span .break-line {
    display: none;
}

@media only screen and (max-width: 370px) {
    #card_detail_pengajuan .kode span .break-line {
        display: block;
        height: 5px;
    }
}

.card_pengajuan .card-body {
    padding: 15px 25px 0;
}

.card_pengajuan .card-body .item {
    margin-bottom: 15px;
}

.card_pengajuan .card-body label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    width: 100%;
    margin-bottom: 0;
    color: #666;
    text-transform: capitalize;
}

.card_pengajuan .card-body .label_hover_kpr:hover {
    text-decoration: underline;
    color: #1e90ff !important;
}

.card_pengajuan .card-body .label_hover_kpr:hover path {
    fill: #1e90ff;
}

.card_pengajuan .card-body strong {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 0;
    color: #00193e;
    text-transform: capitalize;
}

.card_pengajuan .card-body .card_properti {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.card_pengajuan .card-body .card_properti img {
    width: 78px;
    height: 78px;
    object-fit: cover;
}

.card_pengajuan .card-body .card_properti .detail {
    margin-left: 15px;
}

.card_pengajuan .card-body .card_properti .detail h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

.card_pengajuan .card-body .card_properti .detail h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 15px;
    color: #666;
}

.card_pengajuan .card-body .card_properti .detail a {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    color: #0061a7;
}

.card_pengajuan .card-footer {
    padding: 16px 24px;
    text-align: right;
    background-color: #fff;
}

.card_pengajuan .card-footer .btn-main {
    font-weight: 700;
    padding: 13px 20px;
    background-color: #0061a7;
    font-size: 14px;
    color: #fff;
}

.card_pengajuan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.card_pengajuan .card-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background: #f7faff;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 15px 25px;
}

.card_pengajuan .card-header .kode {
    opacity: 0.6;
}

.card_pengajuan .card-header .kode,
.card_pengajuan .card-header .status {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    line-height: 130%;
    color: #00193e;
}

.card_pengajuan .card-header .status {
    text-align: right;
    text-transform: capitalize;
}

.card_pencarian {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.card_pencarian .card-body {
    padding: 15px 25px;
}

.card_pencarian .card-body .head {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_pencarian .card-body .head .title {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    cursor: pointer;
    color: #00193e;
}

.card_pencarian .card-body .item {
    cursor: pointer;
    text-transform: capitalize;
}

.card_pencarian .card-body label {
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px;
}

.card_pencarian .card-body label,
.card_pencarian .card-body strong {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    color: #666;
    text-transform: capitalize;
}

.card_pencarian .card-body strong {
    font-weight: 400;
    margin-bottom: 25px;
}

.tandai_dilihat {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    margin-left: 8.83px;
    font-size: 14px;
    line-height: 150%;
    color: #0061a7;
}

.tandai_dilihat i {
    color: #0061a7;
    margin-right: 8px;
}

.card_pesan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #f6faff;
}

.card_pesan.dibaca {
    background-color: #fff;
}

.card_pesan .badge {
    border-radius: 8px;
    margin-left: 5px;
    padding: 8px 6px;
    text-transform: capitalize;
}

.card_pesan .badge.terkirim {
    background-color: #67a9d8;
    width: 55px;
}

.card_pesan .badge.dibalas,
.card_pesan .badge.terkirim {
    font-size: 10px;
    font-family: Poppins;
    font-weight: 700;
    height: 25px;
}

.card_pesan .badge.dibalas {
    background-color: #0061a7;
    width: 52px;
}

.card_pesan .card-header {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-top: 20px;
    border-bottom: 0;
    background: transparent;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.card_pesan .card-header .title {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    line-height: 13px;
    font-weight: 700;
    color: #00193e;
}

.card_pesan .card-body {
    padding-top: 0;
}

.card_pesan .card-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #00193e;
}

.card_pesan .card-body h5,
.card_pesan .card-body p {
    font-family: Poppins;
    font-style: normal;
    line-height: 150%;
}

.card_pesan .card-body p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.detail_pesan .kembali {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #0061a7;
}

.detail_pesan .kembali i {
    margin-right: 8px;
}

.detail_pesan .title {
    margin-top: 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000;
}

.card_jawaban {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border-radius: 8px;
}

.card_jawaban img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.card_jawaban .title {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.card_jawaban .user .nama {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}

.card_jawaban .user .date,
.card_jawaban .user .nama {
    font-family: Poppins;
    font-style: normal;
    line-height: 130%;
}

.card_jawaban .user .date {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    color: #666;
}

.card-reward {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    min-width: 308px;
    min-height: 148px;
    overflow: hidden;
}

.card-reward .image-redem {
    height: 242px;
    object-fit: cover;
}

.card-reward .detail-redem {
    min-width: 308px;
}

.card-reward .detail-redem .bottom-redem {
    min-width: 306px;
    height: 67px;
    margin-left: -16px;
    margin-bottom: -16px;
    background: #f7faff;
    border-radius: 0 0 8px 8px;
}

.card-reward .detail-redem .bottom-redem .nambah-pad {
    padding: 15px;
}

.card-reward .detail-redem .title-detail {
    font-family: Poppins;
    font-weight: 700;
    line-height: 150%;
    font-size: 20px;
}

.card-reward .detail-redem .detail-tukar {
    font-family: Poppins;
    font-weight: 400;
    line-height: 160%;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-reward .detail-btn {
    margin: auto;
    font-family: Poppins;
    font-size: 12px;
}

.card-reward .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #00193e;
}

.card-reward .item {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    padding: 10px 0 15px;
    color: #666;
}

.card-reward .item span {
    color: #0061a7;
}

.card-reward .status {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    text-align: right;
    color: #666;
}

.card-reward .btn_belum_selesai {
    background: #3356a3;
    border: 1px solid #3356a3;
    border-radius: 8px;
    width: 139px;
}

.card-reward .btn_belum_selesai,
.card-reward .btn_selesai {
    color: #fafafa;
    height: 32px;
    padding: 6px 0;
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
}

.card-reward .btn_selesai {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 76px;
}

@media only screen and (max-width: 820px) {
    .card-reward,
    .card-reward .detail-redem,
    .card-reward .detail-redem .bottom-redem {
        min-width: auto;
        width: 245px;
    }
}

@media only screen and (max-width: 480px) {
    .card-reward,
    .card-reward .detail-redem,
    .card-reward .detail-redem .bottom-redem,
    .card-reward .image-redem {
        width: 210px;
    }
}

@media only screen and (max-width: 428px) {
    .card-reward {
        width: 100%;
        min-width: auto;
        min-height: 236px;
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .card-reward .image-redem {
        width: 185px;
        height: 145.28px;
        border-radius: 8px 8px 0 0;
    }

    .card-reward .detail-redem {
        min-width: auto;
        width: 184.9px;
        margin: 0;
        padding: 5px 10px;
    }

    .card-reward .detail-redem .title-detail {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #00193e;
    }

    .card-reward .detail-redem .detail-tukar {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        color: #666;
        margin-bottom: 5px;
    }

    .card-reward .detail-redem .bottom-redem {
        min-width: auto;
        width: 191px;
        height: 41px;
    }

    .card-reward .detail-redem .bottom-redem .nambah-pad {
        padding: 5.6px 42px;
    }
}

@media only screen and (max-width: 428px) and (max-width: 390px) {
    .card-reward .detail-redem .bottom-redem {
        width: 163px;
    }
}

@media only screen and (max-width: 428px) {
    .card-reward .detail-btn {
        margin: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 160%;
        width: 107px;
        height: 29px;
    }
}

@media only screen and (max-width: 390px) {
    .card-reward,
    .card-reward .detail-redem,
    .card-reward .image-redem {
        width: 160px;
    }

    .card-reward .detail-redem .bottom-redem {
        width: 167px;
    }
}

@media only screen and (max-width: 320px) {
    .card-reward,
    .card-reward .detail-redem,
    .card-reward .image-redem {
        width: 138px;
    }

    .card-reward .detail-redem .bottom-redem {
        width: 146px;
    }

    .card-reward .detail-redem .bottom-redem .nambah-pad {
        padding: 5.6px 24px;
    }
}

@media only screen and (max-width: 280px) {
    .card-reward,
    .card-reward .image-redem {
        width: 122px;
    }

    .card-reward .detail-redem {
        width: 122px;
        padding: 5px 4px;
    }

    .card-reward .detail-redem .bottom-redem {
        width: 146px;
    }

    .card-reward .detail-redem .bottom-redem .nambah-pad {
        padding: 5.6px 24px;
    }
}

.card-reward-penukaran {
    border: 0;
    border-bottom: 1px solid #eee !important;
    -webkit-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    border-radius: 0 !important;
}

.card-reward-penukaran .date {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #666;
}

.card-reward-penukaran .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    color: #000;
}

.card-reward-penukaran .success {
    color: #15cf74;
}

.card-reward-penukaran .danger {
    color: #d92327;
}

.card_statistik_reward {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card_statistik_reward .card-body {
    padding: 0;
}

.card_statistik_reward .poin {
    border-radius: 8px;
    background: #fafafa;
    padding: 35px 0;
    width: 100%;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-size: 20px;
    line-height: 160%;
    color: #000;
}

.card_statistik_reward .poin h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.card_statistik_reward .poin h5,
.card_statistik_reward small {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    line-height: 160%;
}

.card_statistik_reward small {
    font-size: 12px;
    color: #666;
}

.card_statistik_reward h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    font-style: normal;
    line-height: 160%;
    color: #00193e;
    margin-bottom: 0;
}

.list_harga_pasar h4 {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    line-height: 130%;
    font-weight: 700;
    color: #000;
}

.list_harga_pasar p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    color: #666;
}

.list_harga_pasar .title {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin: 30px 0 15px;
    text-transform: capitalize;
    color: #000;
}

@media only screen and (max-width: 540px) {
    .list_harga_pasar .title {
        margin-top: 19px;
    }
}

.title_profesional_portfolio {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.item_area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #edf4ff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.item_area .icon {
    line-height: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    padding-top: 12px;
    text-align: center;
    border-radius: 42px;
    background: rgba(0, 97, 167, 0.2);
}

.item_area .icon i {
    color: #0061a7;
}

.item_area h5 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #00193e;
}

.item_area h5,
.item_area p {
    font-family: Poppins;
    line-height: 150%;
}

.item_area p {
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: rgba(0, 25, 62, 0.7);
}

.card_harga_pasar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.card_harga_pasar .card-body {
    padding: 15px 25px;
}

.card_harga_pasar .card-body .date {
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: capitalize;
    opacity: 0.6;
    color: #00193e;
}

.card_harga_pasar .card-body h5 {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 5px;
    color: #00193e;
}

.card_harga_pasar .card-body .price {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    line-height: 160%;
    font-weight: 700;
    text-align: right;
    color: #0061a7;
}

.card_harga_pasar .card-body .desc .item {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    margin-right: 15px;
    text-align: center;
    color: #666;
}

.card_harga_pasar .card-body .desc .item strong {
    font-weight: 700;
    color: #666;
    margin-right: 8px;
}

[class*="bi-caret-up-fill"]:before {
    color: #77e3af;
}

.detail_harga_pasar h4 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.detail_harga_pasar h4,
.detail_harga_pasar label {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
}

.detail_harga_pasar label {
    font-size: 14px;
    line-height: 18px;
    color: #00193e;
}

.detail_harga_pasar p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #666;
}

#menu_sidebar {
    top: 100px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fafafa;
    padding: 16px 24px;
}

.scrollspy-example #bantuan,
.scrollspy-example #cookies,
.scrollspy-example #definisi,
.scrollspy-example #developer,
.scrollspy-example #ganti_rugi,
.scrollspy-example #harga,
.scrollspy-example #ketentuan_lain,
.scrollspy-example #komisi,
.scrollspy-example #konten,
.scrollspy-example #pelepasan,
.scrollspy-example #pembaharuan,
.scrollspy-example #pembelian,
.scrollspy-example #pengguna,
.scrollspy-example #penggunaan_data,
.scrollspy-example #pengungkapan_data,
.scrollspy-example #penjualan,
.scrollspy-example #penyimpanan,
.scrollspy-example #perolehan_data,
.scrollspy-example #pilihan_hukum,
.scrollspy-example #profesional,
.scrollspy-example #promo,
.scrollspy-example #syarat {
    scroll-margin-top: 110px;
}

.card_komparasi {
    margin-bottom: 30px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.card_komparasi .img_thumb {
    border-radius: 8px;
    background: #fff;
}

.card_komparasi .title {
    font-family: Poppins;
    font-size: 20px;
    line-height: 150%;
    margin: 10px 0 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_komparasi .lokasi,
.card_komparasi .title {
    font-weight: 700;
    font-style: normal;
    color: #00193e;
}

.card_komparasi .lokasi {
    font-family: Poppins;
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 0;
    opacity: 0.6;
}

.card_komparasi .price {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #0061a7;
}

.card_komparasi .price,
.card_komparasi .title_info {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
}

.card_komparasi .title_info {
    font-size: 24px;
    line-height: 130%;
    margin: 30px 0;
    color: #00193e;
}

.card_komparasi hr {
    border: thin solid #eee;
}

.card_komparasi .table_info {
    font-size: 14px;
    line-height: 150%;
    color: #666;
}

.card_komparasi .table_info tr td {
    padding: 5px 0;
    font-family: Poppins;
    font-weight: 400;
}

.card_komparasi .table_info .data {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

.card_komparasi .table_fasilitas {
    font-size: 14px;
    line-height: 150%;
    color: #666;
}

.card_komparasi .table_fasilitas tr td {
    padding: 10px 0;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.card_komparasi .table_fasilitas svg {
    width: 24px;
    height: auto;
    padding: 0;
}

.card_komparasi .table_fasilitas i {
    font-size: 24px;
    color: #00193e;
}

.card_komparasi .table_area_sekitar tr td {
    padding: 10px 0;
    font-family: Poppins;
    font-weight: 700;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.card_komparasi .table_area_sekitar tr td svg {
    margin-right: 10px;
    padding: 0;
    width: 32px;
    height: auto;
}

.card_komparasi .table_area_sekitar tr.active {
    color: #0061a7;
    font-family: Poppins;
    font-weight: 700;
}

.card_add_comparasi {
    cursor: pointer;
    text-align: center;
    border: 1px dashed #aaa;
    border-radius: 12px;
}

.card_add_comparasi i {
    font-size: 32px;
    color: #0061a7;
}

#widget_komparasi {
    padding: 5px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 8px rgba(0, 25, 62, 0.1);
    box-shadow: 0 -1px 8px rgba(0, 25, 62, 0.1);
}

#widget_komparasi .list_komparasi {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

#widget_komparasi .list_komparasi .item_thumb_komparasi {
    width: 115px;
    padding: 5px;
}

@media only screen and (max-width: 810px) {
    #widget_komparasi .list_komparasi .item_thumb_komparasi {
        width: 80px;
    }
}

#widget_komparasi .list_komparasi .item_thumb_komparasi .img_thumb {
    position: relative;
}

#widget_komparasi .list_komparasi .item_thumb_komparasi .img_thumb img {
    border-radius: 8px;
}

#widget_komparasi .list_komparasi .item_thumb_komparasi .img_thumb i {
    font-size: 22px;
    position: absolute;
    top: -10px;
    right: -5px;
    color: #edf4ff;
}

#widget_komparasi .list_komparasi .item_thumb_komparasi .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    line-height: 19px;
    overflow: hidden;
    height: 19px;
    margin-top: 5px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.card_left_perumahan {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    background: #fafafa !important;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.card_left_perumahan h6 {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    color: #666;
}

.card_left_perumahan h4 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 0;
    color: #00193e;
}

.card_left_perumahan .devider {
    background: #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card_left_perumahan .hideScrollbar::-webkit-scrollbar {
    display: none;
}

.card_left_perumahan .tabel_info .info {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding-left: 0;
    color: #666;
}

.card_left_perumahan .tabel_info .price {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #00193e;
}

.card_left_perumahan .title_info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
}

.card_left_perumahan ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    padding-left: 0;
    color: #666;
}

.card_left_perumahan ul li a img {
    margin-right: 12.5px;
    width: 20px;
    color: #00193e;
}

.widget_bottom_unit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 0 -3px 4px rgba(0, 25, 62, 0.1);
    box-shadow: 0 -3px 4px rgba(0, 25, 62, 0.1);
}

.widget_bottom_unit .info h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

@media only screen and (max-width: 768px) {
    .widget_bottom_unit .info h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 100px;
    }
}

.widget_bottom_unit .info .lokasi {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    opacity: 0.6;
    color: #00193e;
}

.widget_bottom_unit .info .fasilitas {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-top: 8px;
}

.widget_bottom_unit .info .fasilitas .item {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: 15px;
    text-align: center;
    color: #00193e;
}

.widget_bottom_unit .info .fasilitas .item svg {
    margin-right: 10px;
}

.widget_bottom_unit .harga {
    text-align: right;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    grid-gap: 6px;
    gap: 6px;
    padding: 0 12px !important;
}

.widget_bottom_unit .harga h5 {
    font-family: Poppins;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    color: #0061a7;
}

@media only screen and (max-width: 413px) {
    .widget_bottom_unit .harga h5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 413px) and (max-width: 300px) {
    .widget_bottom_unit .harga h5 {
        font-size: 13px;
    }
}

.widget_bottom_unit .harga .item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.widget_bottom_unit .harga .item p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 0;
    text-align: right;
    color: #666;
}

@media only screen and (max-width: 376px) {
    .widget_bottom_unit .harga .item p {
        font-size: 12px;
    }
}

.widget_bottom_unit .harga .item h6 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: right;
    color: #000;
}

@media only screen and (max-width: 376px) {
    .widget_bottom_unit .harga .item h6 {
        font-size: 12px;
    }
}

.detail_unit .title_info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 25px;
    color: #00193e;
}

.detail_unit .list_fasilitas .item_fasilitas {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px 0;
    color: #000;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.detail_unit .list_fasilitas .item_fasilitas svg {
    width: 32px;
    margin-right: 10px;
    text-align: center;
}

.detail_unit .list_fasilitas .item_fasilitas p {
    margin-bottom: 0;
}

.detail_unit .list_area .item_area_sekitar {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px 15px;
    color: #000;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.detail_unit .list_area .item_area_sekitar .icon {
    line-height: 0;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding: 7px 8px;
    text-align: center;
    border-radius: 50%;
    background: #00193e;
}

.modal_portopolio {
    height: auto;
    width: 100%;
    border-radius: 8px;
    padding-left: 10px;
}

.modal_portopolio .close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.modal_portopolio .close-modal svg {
    fill: #0061a7;
}

.modal_portopolio h5 {
    font-size: 24px;
    padding-top: 25.29px;
    margin-bottom: 15px;
}

.modal_portopolio h5,
.modal_portopolio label {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    line-height: 130%;
    text-align: center;
    color: #000;
}

.modal_portopolio label {
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.modal_portopolio p {
    font-family: Poppins;
    font-size: 10px;
    line-height: 130%;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.modal_portopolio .row.vertical-divider {
    overflow: hidden;
}

.modal_portopolio .row.vertical-divider > div[class^="col-"] {
    padding-bottom: 100px;
    margin-bottom: -100px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

@media only screen and (max-width: 820px) {
    .modal_portopolio .row.vertical-divider > div[class^="col-"] {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 820px) and (max-width: 730px) {
    .modal_portopolio .row.vertical-divider > div[class^="col-"] {
        border-left: none;
        border-right: none;
    }
}

.modal_portopolio .row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}

.modal_portopolio .row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

@media only screen and (max-width: 730px) {
    #modal-photo-web {
        margin-left: 23%;
    }
}

@media only screen and (max-width: 540px) {
    #modal-photo-web {
        margin-left: 0;
        display: none;
    }
}

.modal-ml {
    margin-left: -8px;
}

.modal_detail_kpr {
    height: auto;
    width: 100%;
    border-radius: 8px;
    padding-left: 10px;
}

.modal_detail_kpr .botton-modal-kpr {
    margin-left: 30px;
    padding-top: 20px;
}

@media only screen and (max-width: 428px) {
    .modal_detail_kpr .botton-modal-kpr {
        margin-left: 0;
    }
}

.modal_detail_kpr .close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.modal_detail_kpr .close-modal svg {
    fill: #0061a7;
}

.modal_detail_kpr h5 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #000;
    padding-top: 10px;
    margin-bottom: 15px;
}

.modal_detail_kpr p {
    text-align: center;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.modal_detail_kpr * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_detail_kpr .step-progress {
    list-style: none;
    position: relative;
}

.modal_detail_kpr .step-progress:after {
    content: "";
    position: absolute;
    width: 2px;
    height: -webkit-calc(100% - 5rem);
    height: calc(100% - 5rem);
    background-color: #d2d2d2;
    top: 20px;
    left: 1.5rem;
    z-index: 1;
}

.modal_detail_kpr .step-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.modal_detail_kpr .step-item:not(:first-child) {
    margin-top: 10px;
}

.modal_detail_kpr .step-line {
    width: 50px;
    height: 50px;
    background-color: #d2d2d2;
    padding: 9px;
    border-radius: 50%;
    z-index: 2;
    margin-top: 15px;
}

.modal_detail_kpr .step-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 4px;
}

.modal_detail_kpr .step-content {
    background-color: #d2d2d2;
    color: #424242;
    margin: 5px 0 0 25px;
    padding: 10px 20px;
    position: relative;
    z-index: 10;
    border-radius: 20px;
    width: 350px;
}

@media only screen and (max-width: 428px) {
    .modal_detail_kpr .step-content {
        width: 314px;
    }
}

@media only screen and (max-width: 390px) {
    .modal_detail_kpr .step-content {
        width: 280px;
    }
}

@media only screen and (max-width: 375px) {
    .modal_detail_kpr .step-content {
        width: 260px;
    }
}

@media only screen and (max-width: 360px) {
    .modal_detail_kpr .step-content {
        width: 250px;
    }
}

@media only screen and (max-width: 320px) {
    .modal_detail_kpr .step-content {
        width: 220px;
    }
}

@media only screen and (max-width: 280px) {
    .modal_detail_kpr .step-content {
        width: 190px;
    }
}

.modal_detail_kpr .step-content:before {
    content: "";
    display: block;
    border-color: transparent #d2d2d2 transparent transparent;
    border-style: solid;
    border-width: 5px 15px;
    position: absolute;
    left: -30px;
    top: 30px;
}

.modal_detail_kpr .step-title {
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 130%;
    font-style: normal;
    display: block;
    font-size: 0.8rem;
}

.modal_detail_kpr .step-description {
    font-weight: 400;
}

.modal_detail_kpr .step-date,
.modal_detail_kpr .step-description {
    font-size: 10px;
    font-family: Poppins;
    line-height: 130%;
    font-style: normal;
    display: block;
    margin-top: 5px;
}

.modal_detail_kpr .step-date {
    font-weight: 700;
}

.modal_detail_kpr .green > .step-content,
.modal_detail_kpr .green > .step-line {
    background-color: #15cf74;
    color: #fff;
}

.modal_detail_kpr .green > .step-content:before {
    border-right: 15px solid #15cf74;
}

.modal_detail_kpr .blue > .step-content,
.modal_detail_kpr .blue > .step-line {
    background-color: #0061a7;
    color: #fff;
}

.modal_detail_kpr .blue > .step-content:before {
    border-right: 15px solid #0061a7;
}

.modal_detail_kpr .red > .step-content,
.modal_detail_kpr .red > .step-line {
    background-color: #e31c24;
    color: #fff;
}

.modal_detail_kpr .red > .step-content:before {
    border-right: 15px solid #e31c24;
}

.modal_detail_kpr .yellow > .step-content,
.modal_detail_kpr .yellow > .step-line {
    background-color: #ffbd00;
    color: #fff;
}

.modal_detail_kpr .yellow > .step-content:before {
    border-right: 15px solid #ffbd00;
}

.modal_agen {
    height: auto;
    border-radius: 8px;
    padding-left: 22px;
    padding-right: 28px;
}

.modal_agen .close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.modal_agen .close-modal svg {
    fill: #0061a7;
}

@media only screen and (max-width: 428px) {
    .modal_agen .close-modal {
        top: 22px;
    }
}

.modal_agen h5 {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #000;
    padding-top: 25.29px;
    margin-bottom: 15px;
}

.modal_delete {
    max-width: 600px;
    height: 350px;
    width: 100%;
    border-radius: 8px;
    padding: 60px;
}

.modal_delete .close-modal {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

.modal_delete .close-modal svg {
    fill: #0061a7;
}

.modal_delete h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 15px;
}

.modal_delete h5,
.modal_delete p {
    font-style: normal;
    text-align: center;
    color: #000;
}

.modal_delete p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 55px;
}

.modal_delete .btn {
    background: #0061a7;
    border-radius: 100px;
    padding: 11px 0;
}

.modal_delete a {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    color: #0061a7;
}

footer {
    padding: 60px 0 80px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

footer .item_footer {
    margin-top: 10px;
}

footer .item_footer h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 15px;
    color: #00193e;
}

footer .item_footer ul li a {
    font-family: Poppins;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 12px 12px 0;
    color: #666;
}

footer .item_footer_bold ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    padding: 20px 20px 20px 0;
    margin-top: -9px;
    color: #00193e;
}

footer #footer_bottom_dekstop {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

footer #footer_bottom_dekstop .sosmed-container {
    width: 152px;
}

footer #footer_bottom_dekstop span {
    color: rgba(0, 25, 62, 0.5);
}

footer #footer_bottom_dekstop span,
footer #footer_bottom_dekstop ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
}

footer #footer_bottom_dekstop ul li a {
    color: #00193e;
    text-transform: capitalize;
}

#footer_bottom_mobile {
    display: none;
}

#fixed_bottom {
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;
}

#fixed_bottom .btn_wa {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #0061a7;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50%;
}

#showBantuan {
    position: fixed;
    right: 15px;
    bottom: 100px;
}

#showBantuan .card {
    padding: 15px;
}

#showBantuan h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    color: #000;
}

#showBantuan .item_live {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    margin-bottom: 15px;
    padding: 8px 12px;
    color: #0061a7;
    border-radius: 8px;
    background: #edf4ff;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-outline-main {
    padding: 13px 20px;
    color: #125efa;
    border-color: #125efa;
    border-radius: 200px;
    background-color: transparent;
    background-image: none;
}

.btn-outline-main:hover {
    color: #fff;
    background: #125efa;
}

.btn-outline-main:hover img {
    -webkit-filter: invert(100%) sepia(0) saturate(1%) hue-rotate(221deg)
        brightness(200%) contrast(200%);
    filter: invert(100%) sepia(0) saturate(1%) hue-rotate(221deg)
        brightness(200%) contrast(200%);
}

.dropdown-avatar .dropdown_tools .logout {
    /* color: #666 !important; */
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
}

.dropdown-avatar .dropdown_tools .logout p {
    margin: 0 5px 0 0;
}

.dropdown-avatar .dropdown_tools .logout i {
    font-size: 14px;
}

#header_top_dekstop {
    display: block;
}

#menu_mobile {
    display: none;
    width: 100% !important;
}

.error-input {
    font-size: 12px;
}

.error-input,
.error-input-harga-pasar {
    font-family: Poppins;
    color: #dc3545;
    padding-top: 5px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-weight: 400;
}

.error-input-harga-pasar {
    font-size: 11px;
}

.error-input-kpr {
    padding-top: 5px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.e001,
.error-input-kpr {
    font-family: Poppins;
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
}

.e001 {
    position: absolute;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    padding-top: 0;
}

.error-login {
    color: red;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: -30px;
    text-align: center;
}

.container-btn-login {
    width: 480px;
    height: 48px;
}

#search_favorite_mobile,
.small-sub-bantuan {
    display: none;
}

.m-banner-download {
    margin-top: 24px;
}

@media only screen and (max-width: 425px) {
    .m-banner-download {
        margin-top: 16px;
    }
}

.postDetailClass img {
    width: 100% !important;
    max-width: 661px;
}

#detailBlog-news-terkait-slider .meta_post {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 820px) and (max-width: 882px) {
    #detailBlog-news-terkait-slider h6 {
        width: 50%;
    }
}

#label-dokumen {
    font-size: 24px;
    font-weight: 700;
    color: #8f8f8f;
}

@media only screen and (max-width: 870px) {
    #header_top_dekstop {
        display: none;
    }

    .font-ruby {
        display: ruby;
    }

    .card-mitra {
        background-color: #0061a7;
    }

    #menu_mobile {
        position: fixed;
        z-index: 1030;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        background-color: #fff;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 870px) and (max-width: 428px) {
    #menu_mobile {
        z-index: 9991;
    }
}

@media only screen and (max-width: 870px) {
    #menu_mobile .iconMenu {
        font-size: 28px !important;
        background-color: transparent;
        font-size: 32px;
        z-index: 100000;
        color: #0061a7;
        border: 0;
        margin-right: 10px;
        width: 44px;
        padding: 10px 0 0;
    }

    #menu_mobile .iconMenu .bi-x-lg:before {
        color: #00193e;
        padding: 5px;
        font-size: 20px;
        border-radius: 100%;
        background-color: #eee;
        z-index: 99;
    }

    #menu_mobile.header_welcome {
        width: 100%;
        background-color: transparent;
        background-color: #fff;
    }

    #menu_mobile.header_welcome .bi-x-lg,
    #menu_mobile.header_welcome .iconMenu {
        color: #0061a7;
    }

    #menu_mobile #mobile_search {
        padding: 0 8px !important;
        margin: 0 8px;
        border-radius: 200px;
        background: #fff;
        -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
    }

    #menu_mobile #mobile_search .form-control {
        border: 0;
        background-color: transparent;
        position: relative;
        top: 6px;
        left: 6px;
    }

    #menu_mobile #mobile_search .input-group-text {
        color: #000;
        border: 0;
        background-color: transparent;
    }

    #menu_mobile .logo {
        max-height: 35px;
        cursor: pointer;
    }

    #menu_mobile .avatar {
        width: 50px;
        border-radius: 50%;
        cursor: pointer;
    }

    #nav_main_mobile .card {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        overflow: auto;
        width: 100%;
        height: -webkit-calc(100vh - 0);
        height: calc(100vh - 0px);
        padding-top: 75px;
        border-radius: 0;
        background-color: #fff;
    }

    #nav_main_mobile #menu_main_mobile li a {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        color: #00193e;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    #nav_main_mobile .nav_about {
        margin-top: 15px;
        padding: 15px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    #nav_main_mobile .nav_about li a {
        font-size: 14px;
        line-height: 150%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        color: #00193e;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    #nav_main_mobile .nav_mobile_sosmed {
        margin-top: 40px;
        margin-bottom: 30px;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    #nav_main_mobile .nav_mobile_sosmed li a i {
        font-size: 24px;
        color: #00193e;
    }

    #nav_main_mobile .nav_syarat_kebijakan {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    #nav_main_mobile .nav_syarat_kebijakan li a {
        font-family: Poppins;
        font-weight: 600;
        padding: 5px 10px;
    }

    #nav_main_mobile .copyright_menu,
    #nav_main_mobile .nav_syarat_kebijakan li a {
        font-size: 14px;
        font-style: normal;
        line-height: 24px;
        text-align: center;
        color: #00193e;
    }

    #nav_main_mobile .copyright_menu {
        font-family: Poppins;
        font-weight: 400;
    }

    .breadcrumb_page {
        padding: 90px 0 8px;
    }

    #footer_bottom_dekstop {
        display: none !important;
    }

    #footer_bottom_mobile {
        display: block;
        border-top: 1px solid #eee;
        margin-top: 30px;
        padding-top: 30px;
    }

    #footer_bottom_mobile .mobile_footer_info {
        margin-bottom: 30px;
    }

    #footer_bottom_mobile .mobile_footer_info li a {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
        color: #00193e;
        padding: 10px;
    }

    #footer_bottom_mobile .mobile_footer_sosmed {
        margin-bottom: 30px;
    }

    #footer_bottom_mobile .mobile_footer_sosmed li a i {
        color: #00193e;
        font-size: 24px;
    }

    #hero {
        padding-bottom: 40px;
        -webkit-align-items: end;
        -moz-box-align: end;
        align-items: end;
    }

    #hero .sfri {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }

    #hero #form-hero {
        display: none;
    }

    #hero .title {
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 42px;
        margin-bottom: 20px;
        text-align: left;
        color: #fff;
    }

    #hero #hero_btn {
        display: inline-block;
    }

    .col_panduan {
        padding: 5px;
    }

    #home_panduan {
        padding: 40px 0;
    }

    .item_panduan {
        display: block;
        padding: 15px;
        min-height: 140px;
    }

    .item_panduan .icon {
        margin-bottom: 8px;
        margin-left: -7px;
    }

    .item_panduan .body {
        margin-left: -8px;
    }

    .item_panduan .body .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    .item_panduan .body .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    .item_panduan .body .title i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    .item_panduan .body a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #panduan-item {
        margin-left: 5px;
    }

    #panduan-item02 {
        max-width: 85%;
        margin-left: -20px;
    }

    #panduan-item03 {
        max-width: 85%;
        margin-left: -45px;
    }

    #feature_content .title_section {
        margin-bottom: 25px;
    }

    #feature_content .title_section .acc {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 110px;
        margin: auto;
    }

    #feature_content .title_section .desc {
        margin-top: 25px;
    }

    #feature_content {
        padding: 25px;
    }

    .card_news_minimal {
        margin-bottom: 30px;
        border: 0 solid;
        background: transparent;
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
        max-width: 96%;
    }

    .card_news_minimal img {
        width: auto !important;
        height: auto !important;
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .card_news_minimal h5 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 20px;
        font-style: normal;
        line-height: 150%;
        margin-top: 15px;
        color: #00193e;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 768px) and (max-width: 425px) {
    .card_news_minimal h5 {
        font-family: Poppins;
        font-weight: 700;
        line-height: 150%;
        color: #000;
    }
}

@media only screen and (max-width: 768px) {
    .card_news_minimal a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        font-style: normal;
        line-height: 160%;
        color: #0061a7;
    }

    .header_listing {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin-bottom: 15px;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header_listing h4 {
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        line-height: 140%;
        margin-bottom: 0;
        color: #00193e;
    }

    .header_listing a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #cerita_content {
        position: relative;
        height: 596px;
        margin-bottom: 30px;
        padding: 175px 50px 60px;
        border-radius: 10px;
        background-image: url(/images/bg/cerita3.png);
        background-position: 50%;
        -o-background-size: cover;
        background-size: cover;
        max-width: 96%;
        min-height: 555px;
    }

    #cerita_content h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        margin-top: 115px;
    }

    #cerita_content h3,
    #cerita_content h6 {
        font-style: normal;
        margin-left: -24px;
        color: #fff;
    }

    #cerita_content h3 {
        font-family: Poppins;
        font-size: 32px;
        line-height: 120%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #cerita_content .btn {
        font-family: Poppins;
        font-weight: 700;
        margin-left: -30px;
        margin-top: -29px;
    }

    #cerita_content .btn i {
        margin-right: 4px;
    }

    #home_bantuan {
        padding: 60px 0;
        background: #fafafa;
    }
}

@media only screen and (max-width: 768px) and (max-width: 425px) {
    #home_bantuan {
        padding: 40px 4px;
    }
}

@media only screen and (max-width: 768px) {
    #home_bantuan .small-sub-bantuan {
        display: none;
    }

    #home_bantuan .title_bantuan h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }
}

@media only screen and (max-width: 768px) and (max-width: 425px) {
    #home_bantuan .title_bantuan h6 {
        font-family: Poppins;
        font-size: 16px;
        line-height: 160%;
        font-weight: 700;
    }
}

@media only screen and (max-width: 768px) {
    #home_bantuan .title_bantuan h4 {
        font-family: Poppins;
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 30px;
        color: #00193e;
    }
}

@media only screen and (max-width: 768px) and (max-width: 425px) {
    #home_bantuan .title_bantuan h4 {
        display: none;
    }

    #home_bantuan .title_bantuan .small-sub-bantuan {
        display: block;
        font-family: Poppins;
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: -1.3px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .item_bantuan {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        max-width: 100%;
        padding: 15px 20px;
        border-radius: 8px;
        background: #edf4ff;
        margin-bottom: 16px;
        cursor: pointer;
    }

    .item_bantuan img {
        width: 60px !important;
        height: auto !important;
        margin-right: 15px;
        padding: 25px 15px;
        border-radius: 100px;
        background: rgba(0, 97, 167, 0.1);
    }

    .item_bantuan .body h5 {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }
}

@media only screen and (max-width: 768px) and (max-width: 425px) {
    .item_bantuan .body h5 {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
    }
}

@media only screen and (max-width: 768px) {
    .item_bantuan .body p {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
        margin-bottom: 0;
    }

    .download_content {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        padding: 25px 25px 220px;
        border-radius: 8px;
        background: #f6ca41;
        background-image: url(/images/bg/bg_download_small.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: auto;
    }
}

@media only screen and (max-width: 768px) and (max-width: 428px) {
    .download_content {
        padding: 32px 24px 220px;
    }
}

@media only screen and (max-width: 768px) {
    .download_content .title {
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 120%;
        color: #00193e;
    }
}

@media only screen and (max-width: 768px) and (max-width: 428px) {
    .download_content .title {
        width: 306px;
        margin-bottom: 16px;
        font-family: Poppins;
        font-weight: 700;
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -1px;
        color: #00193e;
    }
}

@media only screen and (max-width: 768px) {
    .download_content p {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin: 15px 0 40px;
        color: #00193e;
    }
}

@media only screen and (max-width: 768px) and (max-width: 428px) {
    .download_content p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        opacity: 0.75;
        margin: 0 0 24px;
    }
}

@media only screen and (max-width: 768px) {
    .download_content ul li a {
        padding-left: 0;
    }

    .banner-blog {
        display: block;
        border: 0 solid;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .banner-blog .img {
        width: 100%;
        height: 308px;
    }

    .banner-blog .img .tinggi {
        height: 308px;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .banner-blog .tanggal {
        font-weight: 400;
    }

    .banner-blog .tanggal,
    .banner-blog .tanggal h6 {
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        color: #666;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .banner-blog .tanggal h6 {
        font-weight: 700;
        margin-right: 5px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .banner-blog .isi {
        width: 100%;
    }

    .banner-blog .isi .isi-judul {
        line-height: 0;
        -webkit-line-clamp: 1;
        font-size: 12px;
        font-weight: 700;
        display: contents;
    }

    .banner-blog .isi .isi-judul,
    .banner-blog .isi .text-isi {
        color: #00193e;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        text-transform: capitalize;
        font-family: Poppins;
    }

    .banner-blog .isi .text-isi {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        margin: -1px 0 0;
    }

    .card {
        border: 0 solid;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .card .card-title {
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-transform: capitalize;
        font-size: 12px;
        font-family: Poppins;
        font-weight: 700;
        display: contents;
    }

    .question-konsultasi {
        background-color: #edf4ff;
        border-radius: 8px;
    }

    .button-konsultasi {
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .content-pengajuanKPR {
        margin-left: 9px !important;
        border-radius: 0;
        max-width: 570px !important;
    }

    #pengajuanpenawaran {
        margin-left: -26px;
    }

    #pengajuanfooter {
        margin-left: -12px;
    }

    #pengajuankpr-btn {
        max-width: 100%;
    }

    .header-pengajuanKPR {
        max-width: 97%;
    }

    .body-pengajuan {
        max-width: 105%;
    }

    .footer-pengajuan {
        max-width: 100%;
        margin-bottom: 20%;
    }

    .area-populer,
    .button-pesan {
        max-width: 100%;
    }

    .area-populer {
        width: 382px;
        height: 106px;
    }

    .area-populerharga {
        margin-top: -18px;
    }

    .area-populerharga,
    .paragraf-populer {
        max-width: 100%;
        margin-left: 60px;
        -webkit-transform: translateY(-41px);
        transform: translateY(-41px);
    }

    .termahal-area {
        max-width: 100%;
        width: 382px;
        height: 106px;
    }

    .area-termahal {
        margin-top: -18px;
    }

    .area-termahal,
    .paragraf-termahal {
        max-width: 100%;
        margin-left: 60px;
        -webkit-transform: translateY(-41px);
        transform: translateY(-41px);
    }

    .termurah-area {
        max-width: 100%;
        width: 382px;
        height: 106px;
    }

    .area-termurah {
        margin-top: -18px;
    }

    .area-termurah,
    .paragraf-termurah {
        max-width: 100%;
        margin-left: 60px;
        -webkit-transform: translateY(-41px);
        transform: translateY(-41px);
    }

    .title-memulai {
        max-width: 100%;
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 120%;
        color: #00193e;
    }

    .image-memulai {
        max-width: 124.91px;
        min-height: 20px;
    }

    .paragraf-memulai {
        max-width: 100%;
        font-size: 20px;
        font-weight: 400;
        font-family: Poppins;
        color: #00193e;
    }

    .title-pertanyaan {
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-transform: capitalize;
    }

    .col_item_topik {
        padding: 5px;
    }

    .item_topik_faq {
        height: 100%;
        font-size: 14px;
        line-height: 24px;
        display: block;
        margin-bottom: 15px;
        padding: 10px;
        cursor: pointer;
        text-transform: capitalize;
        text-align: center;
        color: #0061a7;
        border-radius: 8px;
        background: #edf4ff;
    }

    .item_topik_faq .icon {
        line-height: 0;
        width: 32px;
        height: 32px;
        margin: 10px auto;
        border-radius: 100px;
        background: rgba(0, 97, 167, 0.1);
    }

    .item_topik_faq .icon svg {
        max-width: 20px;
        max-height: 20px;
    }

    #cari-konsultasi {
        background: #fafafa;
        border-radius: 200px;
        padding: 11px 30px;
        height: 64px;
        max-width: 100%;
    }

    #cari-konsultasi .form-group {
        margin-bottom: 0;
    }

    #cari-konsultasi .form-group:first-child {
        border-right: 1px solid #eee;
    }

    #cari-konsultasi .form-group label {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        color: #00193e;
        font-size: 12px;
        line-height: 130%;
    }

    #cari-konsultasi .form-group .form-control {
        background: #fafafa;
        border: 0;
        padding: 0;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 768px) {
    #cari-konsultasi .form-group .form-control::-webkit-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #cari-konsultasi .form-group .form-control::-moz-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #cari-konsultasi .form-group .form-control:-ms-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #cari-konsultasi .form-group .form-control::placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #cari-konsultasi .form-group .form-select {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 0;
        padding: 0 10px 0 0;
        width: 105px;
        opacity: 0.5;
        color: #00193e;
        border: 0 solid;
        background-color: #fafafa;
        background-image: url(/images/icons/arrow-down.svg);
        background-size: 10px;
        background-repeat: no-repeat;
        opacity: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 490px) {
    #cari-konsultasi .form-group .form-select {
        width: 171.01px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 390px) {
    #cari-konsultasi .form-group .form-select {
        width: 95px;
    }
}

@media only screen and (max-width: 768px) {
    #cari-konsultasi .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    #card_filter_property {
        display: none;
    }

    #mobile_filter_property {
        display: block;
        position: fixed;
        z-index: 1030;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    #mobile_filter_property .btn {
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 15px 35px;
        margin: 15px auto 15px -50px;
    }

    #mobile_filter_property .btn i {
        margin-right: 10px;
    }

    #post_detail .title_post {
        font-size: 32px;
    }

    #modalLogin.show {
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    #modalLogin.show .modal-auth {
        max-width: 100%;
    }

    #modalLogin.show .modal-auth .modal-header {
        padding: 30px 20px;
    }

    #modalLogin.show .modal-auth .modal-body {
        padding: 30px;
    }

    #modalLogin.show .modal-auth .modal-body .container-btn-login {
        width: 100%;
        height: 48px;
    }

    #antdCarousel .slick-dots.slick-thumb {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    #antdCarousel .slick-dots.slick-thumb li {
        height: 6px;
        margin: 0 4px;
        border-radius: 999px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        will-change: width;
        background-color: #fff;
        opacity: 0.4;
        width: 66.8px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 390px) {
    #antdCarousel .slick-dots.slick-thumb li {
        width: 56.8px;
    }
}

@media only screen and (max-width: 768px) {
    #antdCarousel .slick-dots.slick-thumb li.slick-active {
        background-color: #fff;
        opacity: 1;
        width: 66.8px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 390px) {
    #antdCarousel .slick-dots.slick-thumb li.slick-active {
        width: 56.8px;
    }
}

@media only screen and (max-width: 768px) {
    #modalFilter.show {
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: flex !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    #modalFilter.show::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #search_favorite_mobile {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .simpan_hasil {
        color: #0061a7;
        font-family: Poppins;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        line-height: 18px;
    }

    .search_property_top {
        display: none;
    }

    .tabs_property {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .mobile-text-field {
        max-width: 100%;
    }

    .card_stitistik {
        padding: 15px;
        max-width: 100%;
        border-color: #edf4ff;
        border-radius: 8px;
        background: #edf4ff;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .card_filter .item_form .form-check-label {
        margin-top: 0;
        margin-left: 8px;
    }

    .filter-button {
        color: #0061a7;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        position: fixed;
        background-color: #fff;
        padding: 13px 22px;
        bottom: 32px;
        border-radius: 30px;
        max-height: 48px;
        max-width: 192px;
        z-index: 100;
        font-weight: 700;
        font-size: 14px;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .btn-apply-filter,
    .filter-button {
        font-family: Poppins;
        font-style: normal;
    }

    .btn-apply-filter {
        padding: 8px 32px;
    }
}

.agency-result ul {
    list-style-type: none;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.agency-result button {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    color: #aaa;
    text-align: start;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 12px;
}

.custom-modal {
    width: 600px;
    height: 444px;
}

@media only screen and (max-width: 650px) {
    .custom-modal {
        width: 100%;
    }
}

@media only screen and (max-width: 428px) {
    .custom-modal {
        margin-top: 100px;
    }
}

.res-pad {
    padding: 38px 20px;
}

.res-divider {
    border-right: 1px solid #eee;
}

.select-agen {
    font-family: Poppins !important;
    font-weight: 700 !important;
}

.selected-agen {
    font-family: Poppins;
    font-weight: 400;
}

.area-sekitar-field .field1 {
    padding: 15px 10px;
    width: 109.77px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.area-sekitar-field .field2 {
    width: 134.72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    padding: 15px 10px;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.area-sekitar-field .field3 {
    padding: 15px 8px;
    width: 134.72px;
    border-radius: 0;
}

.area-sekitar-field .field4 {
    padding: 15px 10px;
    width: 57.5px;
    border-radius: 0;
}

.area-sekitar-field .field5,
.area-sekitar-field .field6,
.area-sekitar-field .field7 {
    width: 44.5px;
}

@media only screen and (min-width: 1440px) {
    .res-width {
        width: 391px !important;
    }
}

#promoPagination ul {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#promoPagination .page-item {
    width: 24px;
    height: 24px;
}

#promoPagination .page-link {
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    line-height: normal;
}

#homeSearchBar {
    max-width: 641px;
}

#homeSearchBar .button-wrapper {
    padding: 0;
}

#ItemDeveloperCard {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute;
    top: 15px;
    left: 3px;
}

#ItemDeveloperCard .kategori:first-child {
    margin-right: 8px;
}

#ItemDeveloperCard .kategori {
    position: static;
}

@media only screen and (min-width: 1100px) {
    #ItemDeveloperCard #kategoriapart {
        width: 100px;
    }

    #ItemDeveloperCard #kategoriapart,
    #ItemDeveloperCard #kategorirumah {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        font-size: 12px !important;
        height: 32px;
    }

    #ItemDeveloperCard #kategorirumah {
        width: 69px;
    }
}

#tab-properti .card_unit_properti img {
    width: 100%;
}

#tooltip-right {
    position: relative;
    opacity: 1;
}

#tooltip-right .tooltip-inner {
    background-color: #00193e;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    border-radius: 8px;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left;
    max-width: 276px;
}

#tooltip-right .tooltip-arrow:before {
    border-right-color: #00193e;
}

#tooltip-top {
    position: relative;
    opacity: 1;
}

#tooltip-top .tooltip-inner {
    background-color: #00193e;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    border-radius: 8px;
    opacity: 1;
    text-align: left;
    max-width: 276px;
}

#tooltip-top .tooltip-arrow:before {
    border-top-color: #00193e;
}

#privacy_sidebar {
    max-width: 309px;
}

#button_modal_reg {
    width: 480px;
}

#card_newslater_developer_on {
    display: none;
}

#credit_step_input,
#is_agen,
#row_agen {
    width: 480px;
}

#card_filter_hrg {
    width: 308px;
    background-color: #fafafa;
}

#card_filter_input {
    width: 276px;
}

#card_filter_input_m {
    width: 128px;
}

#ajukan_img {
    margin-right: 28px;
}

#credit-email,
#credit-form-step2,
#credit-kotakelahiran,
#credit-namalengkap,
#credit-nohp,
#credit-notelp,
#credit-status,
#credit-tgllahir {
    width: 100%;
}

#credit-alamat {
    min-height: 128px;
    width: 100%;
    color: #00193e;
}

#credit-kecamatan,
#credit-kelurahan,
#credit-kodepos,
#credit-kotakab,
#credit-prov,
#credit-rt,
#credit-rw {
    width: 100%;
}

#harga_image_on,
#price_none {
    display: none;
}

#member_update_properti {
    width: 504px;
}

#item_cicilan {
    margin-right: 3px;
}

#item_cicilan p {
    font-size: 12px;
}

@media only screen and (max-width: 1220px) {
    #item_cicilan p {
        font-size: 11px !important;
    }
}

#item_bunga {
    margin-left: 3px;
    font-size: 12px;
}

@media only screen and (max-width: 1199px) {
    #item_bunga {
        margin-left: 0;
    }
}

#item_bunga .price {
    font-size: 12px;
}

@media only screen and (max-width: 360px) {
    #item_bunga,
    #item_bunga .price {
        font-size: 10px;
    }
}

#cicilan_amount,
#cicilan_amount .price {
    font-size: 12px;
}

@media only screen and (max-width: 360px) {
    #cicilan_amount {
        font-size: 10px;
    }

    #cicilan_amount #item_cicilan p {
        font-size: 10px !important;
    }
}

.location-form {
    padding: 0 46.5px;
}

a h5 {
    color: #00193e;
}

#credit_step_2 {
    padding-top: 16px;
    padding-bottom: 16px;
}

#input_update_properti {
    padding-bottom: 0;
    margin-bottom: 32px;
}

#modal-log-in {
    margin-top: 58;
    margin-bottom: 57;
}

#paragraf-hitungharga-on {
    display: none;
}

#promo_card {
    padding-left: 20px;
}

#body-bantuan {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#blog_mobile {
    display: none;
}

#kirimpesanpopup {
    width: 600px;
    height: 634px;
}

@media only screen and (max-width: 540px) {
    #kirimpesanpopup {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #kirimpesanpopup {
        width: 100%;
        height: 100%;
    }
}

#modal-kpr {
    width: 600px;
    max-width: 600px;
    min-height: 100%;
    top: 0;
    margin-bottom: 38px;
}

#modal-kpr .modal-header {
    padding-top: 30px;
}

#modal-portofolio-gambar {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: -110px;
}

@media only screen and (max-width: 820px) {
    #modal-portofolio-gambar {
        margin-top: -208px;
    }
}

@media only screen and (max-width: 730px) {
    #modal-portofolio-gambar {
        margin-top: -56px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 428px) {
    #modal-portofolio-gambar {
        margin-bottom: 40px;
        margin-top: -30px;
    }
}

#modal-portofolio-gambar #image-div {
    width: 304px;
    height: 269px;
    margin-left: 0;
    margin-top: 16px;
}

@media only screen and (max-width: 820px) {
    #modal-portofolio-gambar #image-div {
        width: 90%;
    }
}

#modal-portofolio-gambar #btn-tambah-foto {
    margin: 15px 0 7px;
}

#modal-portofolio-gambar #btn-tambah-foto .tambah-btn-custom {
    width: 266.27px;
    height: 42.16px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 700;
}

@media only screen and (max-width: 820px) {
    #modal-portofolio-gambar #btn-tambah-foto .tambah-btn-custom {
        width: 200px;
        margin: 0;
    }
}

#modal-portofolio-gambar #btn-submit-foto {
    margin-left: 0;
}

#modal-portofolio-gambar #btn-submit-foto .btn-submit-custom {
    width: 266.27px;
    height: 42.16px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 700;
}

@media only screen and (max-width: 820px) {
    #modal-portofolio-gambar #btn-submit-foto .btn-submit-custom {
        width: 200px;
    }
}

#modal-portofolio-input {
    height: 650px;
    max-width: 343.28px;
    height: 600px;
}

@media only screen and (max-width: 820px) {
    #modal-portofolio-input {
        padding: 0;
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 820px) and (max-width: 540px) {
    #modal-portofolio-input {
        width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    #modal-tambah {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #modal-tambah::-webkit-scrollbar {
        display: none;
    }
}

#modal-tambah-portofolio {
    max-width: 1187px;
    max-height: 712px;
}

#modal-tambah-portofolio .modal_portopolio {
    padding: 20px;
    height: 712px;
}

@media only screen and (max-width: 730px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 700px;
        height: 100%;
    }

    #modal-tambah-portofolio .modal_portopolio #profesional-portofolio1 {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 730px) and (max-width: 540px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-right: 15px;
    }
}

#card-jawab-notfikasi {
    width: 739px;
    height: 172px;
}

#card-jawab-notfikasi .form-control {
    width: 707px;
    height: 80px;
    border-radius: 8px;
    padding: 16px;
}

#notikasi-all {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 739px;
}

#arrow-right {
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    /* background-image: url(/_next/static/media/right-arrow-na.7814979a8a46fa3d0d9989a3fba0b460.svg) */
}

#card_pesan_profile {
    max-width: 956px;
    height: 108px;
}

#card_profile_container {
    max-width: 956px;
    min-height: 108px;
    margin-bottom: 16px;
    padding: 0;
}

#modal-photo-mobile {
    display: none;
}

@media only screen and (max-width: 540px) {
    #modal-photo-mobile {
        display: block;
        padding: 0 20px;
    }
}

#modal-daftar-sekarang {
    margin-bottom: 31px;
}

#modal-daftar-password {
    margin-bottom: 30px;
}

#mobileView {
    display: none;
}

#modalRegister {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#modalRegister::-webkit-scrollbar {
    display: none;
}

#hitung_harga .floating-label-field,
#hitung_harga .floating-label-select {
    width: 100%;
    max-width: 480px;
}

#modal-input-container {
    max-width: 454px;
    padding: 0 53px;
}

@media only screen and (max-width: 820px) {
    #modal-input-container {
        padding: 0;
    }
}

@media only screen and (max-width: 820px) and (max-width: 720px) {
    #modal-input-container {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 280px) {
    #resetpasspopup .modal-header {
        padding: 64px 20px 20px;
    }
}

@media only screen and (max-width: 352px) {
    #resetpasspopup .modal-header {
        padding: 64px 50px 20px;
    }
}

#resetpasspopup .reset-button {
    margin-top: 337px;
}

@media only screen and (max-width: 575px) {
    #resetpasspopup .reset-button {
        margin-top: 40px;
    }
}

#modalResetPassword {
    scrollbar-width: none;
}

#modalResetPassword ::-webkit-scrollbar {
    display: none;
}

.custom-modal-photo {
    max-width: 350px;
}

@media only screen and (max-width: 540px) {
    .custom-modal-photo {
        width: 100%;
        padding: 0 76px;
    }
}

#web_view {
    display: block;
}

@media only screen and (max-width: 350px) {
    #responsive-konsul-search .search-icon-container {
        padding-right: 4px;
    }

    #responsive-konsul-search .btn {
        width: 30px;
        height: 30px;
        margin: auto;
    }

    #responsive-konsul-search .btn .bi-search {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 813px) {
    #modal-filter-hrg {
        display: inline;
    }

    #nav-item-unit {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .card_unit_properti .card-footer li img {
        margin-right: 3px;
    }

    .gray-bg {
        background-color: #fafafa;
    }

    #kamar-mandi,
    #kamar-tidur {
        width: 50%;
    }

    #luas-bangunan,
    #luas-tanah {
        width: 30%;
    }

    .download_content {
        max-width: 100%;
        background-image: url(/images/bg/bg_download_small.png);
    }

    .item_bantuan {
        max-width: 100%;
    }

    #blog_mobile {
        margin-top: 40px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    #blog_web {
        display: none;
    }

    .tabs_property .btn_group_view {
        margin-right: 16px;
    }

    #body-bantuan {
        display: inline;
    }

    .card_unit_properti {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .item_bantuan {
        margin-bottom: 12px;
        width: 100%;
    }

    .area-sekitar-field .field1 {
        width: 105.77px;
    }

    .area-sekitar-field .field2 {
        width: 115.72px;
    }

    .area-sekitar-field .field3 {
        width: 117.72px;
    }

    .area-sekitar-field .field4 {
        width: 57.5px;
    }

    .area-sekitar-field .field5 {
        width: 41.5px;
    }
}

#lihatPerbandingan {
    max-width: 100%;
    text-align: center;
    width: 211px;
    height: 48px;
    padding: 13px 20px;
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

#tab-data-profile #form-profil {
    max-width: 480px;
}

#tab-data-profile #form-profil .floating-label-field,
#tab-data-profile #form-profil .floating-label-select {
    width: 100%;
}

.modal_detail_kpr {
    max-width: 480px;
}

.modal_detail_kpr .floating-label-select:valid:not(:placeholder-shown) {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.informasi-kontak-address {
    max-width: 480px;
}

.informasi-kontak-address .custom-select-profile {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#form-profesional .floating-label-field,
#form-profesional .floating-label-select,
#form_properti_field .floating-label-field,
#form_properti_field .floating-label-select,
#row_agen .floating-label-field,
#row_agen .floating-label-select {
    width: 100%;
}

#news-Blog-Slide {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#news-Blog-Slide::-webkit-scrollbar {
    display: none;
}

.text-area-plc::-webkit-input-placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.text-area-plc::-moz-placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.text-area-plc:-ms-input-placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.text-area-plc::placeholder {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.hubungi-kami {
    margin: auto;
}

.hubungi-kami .mpilih-file {
    width: 158px;
    height: 48px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 390px) {
    .hubungi-kami {
        width: 90% !important;
    }

    .hubungi-kami .contact_left {
        width: 90% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hubungi-kami .mpilih-file {
        width: 140px;
    }
}

@media only screen and (max-width: 428px) {
    .hubungi-kami {
        width: 90% !important;
    }

    .hubungi-kami .contact_left {
        width: 90% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .hubungi-kami {
        border: 0 !important;
        -webkit-box-shadow: 0 0 0 !important;
        box-shadow: 0 0 0 !important;
    }

    .hubungi-kami .contact_left {
        margin: 0;
        margin: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .hubungi-kami .contact_left {
        padding: 50px 60px 100px;
    }
}

.hubungi-kami .img-fluid {
    width: 100px !important;
    height: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
    .contact-captcha {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: -10px;
    }
}

@media only screen and (max-width: 768px) {
    #detailTipePropertiPerumahan .card_unit_properti .card-body .title {
        display: block !important;
        height: 32px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#WebView {
    display: block !important;
}

#IpadView {
    display: none;
}

@media only screen and (max-width: 415px) {
    #propertyPagePerumahan .container .content-container {
        padding-left: 8px !important;
    }
}

#jangkawaktuajukan {
    position: absolute;
    -webkit-transform: translateY(38px);
    transform: translateY(38px);
}

@media only screen and (max-width: 589px) {
    #jangkawaktuajukan {
        right: 5%;
    }
}

@media only screen and (min-width: 590px) {
    #jangkawaktuajukan {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #tahunajukankpr {
        margin-left: -205px;
    }
}

#harga-img-mobile {
    display: none;
}

@media only screen and (max-width: 490px) {
    .card_hitung_harga {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #title_hitung_harga {
        margin-top: 42px;
    }

    #harga-img-mobile {
        display: inline;
        display: initial;
        margin: 25px 0 16px;
    }

    #harga_image {
        display: none;
    }

    #hitung_harga_button {
        width: 100% !important;
    }

    #form_hitung_harga {
        padding: 36px 20px 38px !important;
    }

    .modal_detail_kpr {
        margin: 10px;
    }

    .modal_detail_kpr .step-line {
        padding-top: 8px;
        height: 47px;
    }

    #front_search #mobile_search {
        width: 96.5%;
    }

    #lihat_detail_kpr {
        margin: 0;
    }

    .modal_detail_kpr .step-content {
        width: 100%;
    }

    #card_newslater_developer_on {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    #modal-kpr button {
        margin-right: 8px !important;
    }

    .content-pengajuanKPR {
        padding: 0 10px !important;
    }

    #menubar {
        background-color: transparent;
        z-index: -10;
    }

    .mobile-kumpulan {
        display: none;
    }

    #dialog-update-modal {
        width: 100% !important;
        margin: 0;
    }

    .list_property .slick-track {
        padding: 10px 0;
    }

    .card_komparasi {
        padding: 20px;
        margin-top: 35px;
    }

    #area_update_properti {
        position: static !important;
    }

    #foto_update_properti {
        margin-top: 0 !important;
    }

    #propertyPageTipe .card_unit_properti .card-body .developer {
        margin: 0 !important;
    }

    #propertyPageTipe
        .container
        .content-container
        .card_unit_properti
        .card_img
        .img-fluid {
        min-height: 100% !important;
    }

    #propertyPageTipe .card_unit_properti .card-body .title {
        font-size: 14px !important;
    }

    #card-maps-search .card_img,
    #card-maps-search .card_img #image-cover {
        width: 139px;
    }

    .modal-auth .modal-body {
        padding: 25px 27px 30px;
    }

    #button_modal_reg {
        width: 100%;
    }

    #modal-content-register {
        margin-top: 74px;
    }

    .area-sekitar-field .field1 {
        width: 80.77px;
    }

    .area-sekitar-field .field2,
    .area-sekitar-field .field3 {
        width: 92.72px;
    }

    .area-sekitar-field .field4 {
        width: 57.5px;
    }

    .area-sekitar-field .field5 {
        width: 45.5px;
    }

    .widget_bottom_unit .info .fasilitas {
        margin-bottom: 12px;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    #propertiminimal {
        max-width: 100%;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 195px;
    }

    #lihatPerbandingan {
        max-width: 100%;
        text-align: center;
        width: 182px;
        height: 48px;
        padding: 9px 6px;
        border-radius: 50px;
        font-family: Poppins;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
    }

    #card_filter_hrg {
        width: 100%;
    }

    .card_property_minimal {
        width: 183px;
        margin-right: 7px;
    }

    #webView {
        display: none;
    }

    #mobileView {
        display: inline;
    }

    #tahunajukankpr {
        position: relative;
        visibility: visible;
        bottom: -41px;
        left: 148px;
        opacity: 1;
        padding: 21px 0;
        font-family: Poppins;
        font-style: normal;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
        color: #00193e;
    }

    #nav_ajukan_kpr {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #nav_ajukan_kpr::-webkit-scrollbar {
        display: none;
    }

    #nav_ajukan_kpr a {
        text-align: center;
        width: 150px;
        padding: 8px 0;
    }

    #modal-tambah {
        height: 99%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #modal-tambah {
        height: 100%;
    }
}

@media only screen and (max-width: 490px) {
    #modal-tambah::-webkit-scrollbar {
        display: none !important;
    }
}

@media only screen and (max-width: 490px) {
    .card_filter .item_form {
        margin: 24px 16px;
        padding: 0;
    }

    .card_filter .item_form .form-check-label {
        margin-top: 0;
        margin-left: 8px;
    }

    .card_news_vertical {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #propertyPageOverflowKPR .modal-footer .btn-main {
        margin-left: 34px !important;
    }

    #modal-kpr {
        width: 100%;
        top: -1px;
    }

    #propertyPageOverflowKPR .modal-dialog {
        width: 100%;
    }

    #propertyPageOverflowKPR .modal-body {
        width: 100% !important;
        padding: 16px !important;
        margin-left: 0;
    }

    #propertyPageOverflowKPR .modal-body #pengajuanpenawaran {
        margin-left: 0;
    }

    #propertyPageOverflowKPR .modal-body #pengajuanpenawaran form {
        width: 100% !important;
    }

    #propertyPageOverflowKPR .modal-body #pengajuanpenawaran form .form-group {
        margin-right: 16px !important;
    }

    #propertyPageOverflowKPR .modal-body .form-group {
        width: 100% !important;
    }

    #propertyPageOverflowKPR .modal-body .form-group #form-pengajuan-kpr {
        margin: 8px auto;
    }

    #propertyPagePerumahan .card_unit_properti .card-body .title {
        height: 16px;
    }

    #propertyPagePerumahan .card_unit_properti .card-body .price .mulai {
        height: 21px;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 238px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #propertyPageTipe .container .content-container .card-item {
        width: 50%;
    }
}

@media only screen and (max-width: 490px) {
    #modal-portofolio-gambar #image-div {
        width: 304px;
        height: 269px;
        margin-left: 0 !important;
        margin-top: 5px;
    }

    #modal-portofolio-gambar #btn-tambah-foto {
        padding-top: 20px;
        margin-left: 0 !important;
    }

    #modal-portofolio-gambar #btn-submit-foto {
        margin-left: 0 !important;
    }

    #modal-photo-web {
        display: none;
    }

    #modal-photo-mobile {
        padding: 0;
        display: block;
    }

    #modal-photo-mobile .modal-title {
        padding-top: 10px;
    }

    #notikasi-all {
        width: 100%;
    }

    #card-jawab-notfikasi {
        width: 100%;
        height: 172px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    #card-jawab-notfikasi .form-control {
        width: 100%;
    }

    #card-jawab-pesan {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    #card_pesan_profile,
    #card_profile_container {
        height: 100%;
        width: 100%;
    }

    #card_pesan_profile {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .modal_portopolio .row.vertical-divider > div[class^="col-"] {
        border: none;
    }

    .modal_portopolio .row.vertical-divider div[class^="col-"]:first-child {
        border-right: none;
    }

    #modal-input-container {
        padding: 0;
        margin-bottom: 30px;
    }

    #modal-tambah-portofolio {
        margin: 0;
        padding: 0 13px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #modal-tambah-portofolio {
        padding: 12px;
    }
}

@media only screen and (max-width: 490px) {
    #modal-tambah-portofolio .modal_portopolio {
        padding: 20px;
        height: 100%;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
        margin-top: 664px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 390px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 640px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 375px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 740px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 360px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 780px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 320px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 800px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 280px) {
    #modal-tambah-portofolio .modal_portopolio {
        margin-top: 820px;
    }
}

@media only screen and (max-width: 490px) {
    #modal-portofolio-input {
        padding: 0;
        height: 431px;
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #modal-portofolio-input {
        margin-top: 0;
    }
}

@media only screen and (max-width: 490px) {
    #kategori-pencarian {
        top: 16px !important;
        min-width: 32px !important;
        max-height: 24px !important;
        border-radius: 5px !important;
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 280px) {
    #kategori-pencarian {
        font-size: 7px !important;
        padding: 4px 7px !important;
        max-height: 22px !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 320px) {
    #kategori-pencarian {
        font-size: 6px !important;
        padding: 4px 6px !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 375px) {
    #kategori-pencarian {
        font-size: 7px !important;
        padding: 7px !important;
    }
}

@media only screen and (max-width: 490px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like {
        max-height: 32px !important;
        max-width: 32px !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 550px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 480px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .download_content {
        background-size: auto;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #pengajuanhrgprop,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #pengajuanjgkwaktu,
    #propertyPagePerumahan .card_unit_properti .card_img .like #pengajuankredit,
    #propertyPagePerumahan .card_unit_properti .card_img .like #pengajuannilai,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #pengajuanpembayaran,
    #propertyPagePerumahan .card_unit_properti .card_img .like #pengajuanstep1,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #pengajuanuangmuka {
        max-width: 100%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #nav-item-unit {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #nav-item-unit
        #kamar-mandi,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #nav-item-unit
        #kamar-tidur {
        width: 50%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #nav-item-unit
        #luas-bangunan,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #nav-item-unit
        #luas-tanah {
        width: 35%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_unit_properti
        .card-footer
        li
        img {
        margin-right: 2px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .navbar_kategori {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .navbar_kategori::-webkit-scrollbar {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #nav_property {
        width: 50%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #propertyPagePerumahan
        .content-container {
        padding-left: 16px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #propertyPageTipe
        .content-container {
        padding-left: 8px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #content_post
        img {
        width: 100% !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .header_listing.custom {
        position: unset;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_filter
        .form-check-label {
        margin-left: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #title_list_detail {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #post_detail
        #image_post
        img {
        margin: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img {
        width: 382px;
        height: 285px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_image {
        width: 382px;
        height: 285px;
        margin-left: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_card {
        padding: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_content {
        padding: 10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical.custom {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ket_hitung_harga,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #paragraf-hitungharga {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #paragraf-hitungharga-on {
        display: block;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_topik_faq {
        width: 88px;
        height: 88px;
        padding-top: 3px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .title_topik_faq {
        line-height: 1.1;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #modal-log-in,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #modal-responsive {
        margin: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #harga_image_on {
        display: inline;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #harga_image {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_topik_faq {
        font-weight: 700;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .faq_general {
        width: 376px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #privacy_sidebar {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #button_modal_reg {
        width: 100%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .faq_search {
        margin-bottom: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #tentang
        .card_stitistik,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #visi_misi
        .card {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_newslater_developer,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .search_listdeveloper {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_newslater_developer_on {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #newslater_id_ajukan {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #is_agen {
        width: 100%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #row_agen {
        width: 106%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 400px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #card_filter_hrg,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_filter_input,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_filter_input_m,
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_3,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit_step_input {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .modal-auth
        .modal-body {
        padding: 60px 20px 30px;
        margin-bottom: 34%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #ajukan_img {
        margin-right: 17px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-form-step2,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-namalengkap {
        width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kotakelahiran {
        max-width: 85%;
        -webkit-transform: translateX(27px);
        transform: translateX(27px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-tgllahir {
        max-width: 85%;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-email {
        max-width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-nohp {
        width: 96%;
        -webkit-transform: translateX(16px);
        transform: translateX(16px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-notelp {
        width: 96%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-alamat,
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-status {
        max-width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-rt {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-rw {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-prov {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-kotakab {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kecamatan {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kelurahan {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-kodepos {
        width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_topik_faq
        .icon
        svg {
        max-width: 66px;
        max-height: 66px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #hargaPasar_id {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #desc_id_hargaPasar {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #divider_card {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-tmpt::-webkit-input-placeholder {
        font-size: 11px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-tmpt::-moz-placeholder {
        font-size: 11px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-tmpt:-ms-input-placeholder {
        font-size: 11px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-tmpt::placeholder {
        font-size: 11px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-koord::-webkit-input-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-koord::-moz-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-koord:-ms-input-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-nm-koord::placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .res-font-loc {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-jarak::-webkit-input-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-jarak::-moz-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-jarak:-ms-input-placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .res-font-jarak::placeholder {
        font-size: 9px !important;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #mitrastyle {
        width: 80px;
        height: 80px;
        max-width: 80px;
        margin-left: -37px;
        padding-right: 6px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #panahnext {
        max-width: 38px;
        margin-left: -69px;
        margin-top: -30px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #panaharrow {
        max-width: 38px;
        margin-left: 69px;
        margin-top: -35px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #formsubmit {
        margin-left: 5px;
        margin-right: 10px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #tahunajukankpr {
        max-width: 100%;
        margin-left: -100px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #galeryunit {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #perumahandeveloper {
        margin-top: 26px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #informasiperumahan {
        margin-top: 500px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #PropertiInfo {
        max-width: 100%;
        margin-top: 625px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #pencarianProp {
        max-width: 100%;
        margin-bottom: -1500px;
        -webkit-transform: translateY(465px);
        transform: translateY(465px);
    }
}

@media only screen and (max-width: 490px) and (max-width: 576px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #modal-kpr {
        border: none;
        min-width: 100%;
        margin: 0 !important;
        min-height: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #dashboard_profil {
        padding: 5px 20px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        margin-top: 72px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #newslater_id_ajukan {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #kirimpesanpopup {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 415px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 388px;
    }
}

@media only screen and (max-width: 490px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #input_update_properti {
        padding-bottom: 0;
        margin-bottom: 32px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #modal-log-in {
        margin-top: 58;
        margin-bottom: 57;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #paragraf-hitungharga-on {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_card {
        padding-left: 20px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #blog_mobile,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #widgetKpr_mobile {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .navtab-properti:before {
        left: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 490px) and (max-width: 480px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .tabs_property
        .btn_group_view {
        margin-right: 8px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #blog_web {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #blog_mobile {
        display: inline;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #listing_populer
        .arrow-right {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: end;
        -moz-box-pack: end;
        justify-content: end;
        left: 0;
        bottom: 332px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #portofolio_card {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #authResetPassword {
        margin: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #widgetKpr_mobile {
        display: inline;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #widgetKpr_web {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .info
        h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .info
        .lokasi {
        font-size: 12px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .harga
        h5 {
        font-size: 16px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .harga
        .item
        p {
        font-size: 12px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .info
        .fasilitas
        .item {
        font-size: 12px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin-right: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .harga
        .item
        h6 {
        font-size: 12px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #widgetKpr_info {
        padding-right: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .widget_bottom_unit
        .info
        .fasilitas {
        margin-top: 0;
        width: 100%;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card-title {
        min-height: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #post_detail
        #image_post
        img {
        margin: 0;
        max-width: 414px;
        border-radius: 0;
        height: 414px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #imgdetail {
        width: 414px;
        height: 414px;
        border-radius: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img.customBlog {
        height: 297px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .meta_post {
        margin: 8px 0 16px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card-text {
        margin-bottom: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 451px;
        height: 285px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_image {
        width: 0;
        height: 285px;
        margin-left: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_card {
        padding: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_content {
        padding: 10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical.custom {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ket_hitung_harga,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #paragraf-hitungharga {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #paragraf-hitungharga-on {
        display: block;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_topik_faq {
        width: 88px;
        height: 88px;
        padding-top: 3px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .title_topik_faq {
        line-height: 1.1;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #modal-log-in,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #modal-responsive {
        margin: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #harga_image_on {
        display: inline;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #harga_image {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_topik_faq {
        font-weight: 700;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .faq_general {
        width: 350px;
        margin-left: 4px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #privacy_sidebar {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #button_modal_reg {
        width: 100%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .faq_search {
        margin-bottom: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #tentang
        .card_stitistik,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #visi_misi
        .card {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_newslater_developer,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .search_listdeveloper {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_newslater_developer_on {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #newslater_id_ajukan {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #is_agen {
        width: 100%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #row_agen {
        width: 106%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 400px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #card_filter_hrg,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_filter_input,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #card_filter_input_m,
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_3,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit_step_input {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .modal-auth
        .modal-body {
        padding: 60px 20px 30px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #ajukan_img {
        margin-right: 17px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-form-step2,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-namalengkap {
        width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kotakelahiran {
        max-width: 85%;
        -webkit-transform: translateX(27px);
        transform: translateX(27px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-tgllahir {
        max-width: 85%;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-email {
        max-width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-nohp {
        width: 96%;
        -webkit-transform: translateX(16px);
        transform: translateX(16px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-notelp {
        width: 96%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-alamat,
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-status {
        max-width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-rt {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-rw {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-prov {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-kotakab {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kecamatan {
        max-width: 94%;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit-kelurahan {
        max-width: 94%;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit-kodepos {
        width: 94%;
        -webkit-transform: translateX(14px);
        transform: translateX(14px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_topik_faq
        .icon
        svg {
        max-width: 66px;
        max-height: 66px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #hargaPasar_id {
        display: none;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #desc_id_hargaPasar {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #price_none {
        display: block;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .price-hide {
        display: none;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #menu_mobile {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        background-color: #fff;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 480px) and (max-width: 428px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #menu_mobile {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        background-color: #fff;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 480px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        .iconMenu {
        font-size: 32px;
        z-index: 100000;
        color: #0061a7;
        border: 0;
        background-color: #fff;
        margin-bottom: 18px;
        margin-right: 25px;
        width: 23px;
        height: 18px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile.header_welcome {
        background-color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile.header_welcome
        .bi-x-lg,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile.header_welcome
        .iconMenu {
        color: #0061a7;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        #mobile_search {
        padding: 8px 16px;
        margin: 0 8px;
        border-radius: 200px;
        background: #fff;
        -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        #mobile_search
        .form-control {
        border: 0;
        background-color: transparent;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        #mobile_search
        .input-group-text {
        color: #000;
        border: 0;
        background-color: transparent;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        .logo {
        max-height: 35px;
        cursor: pointer;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #menu_mobile
        .avatar {
        width: 50px;
        border-radius: 50%;
        cursor: pointer;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #loginpopup {
        margin-top: 70px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #resetpasspopup {
        margin-top: 75px;
        margin-left: -7px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #kirimpesanpopup {
        margin-top: 60px;
        margin-left: -9px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #modalpesan {
        margin-bottom: 48%;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .location-form {
        padding: 0 15px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .modal-auth {
        margin: 0 auto;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .modal-auth
        .modal-content {
        max-width: 430px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #mitra
        .slick-arrow {
        position: absolute;
        height: 0;
        top: 45%;
    }
}

@media only screen and (max-width: 490px) and (max-width: 429px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 396px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 432px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 415px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 388px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 386px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 391px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 364px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 361px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 384px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 361px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 356px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .card_kontak {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 340px;
        min-height: 95%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_left {
        padding: 70px 25px 30px;
        opacity: 0.75;
        border-radius: 8px;
        background-image: url(/images/bg/kontak.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 340px;
        height: 280px;
        margin-left: 11px;
        margin-top: 6px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_rigth {
        padding: 20px 25px;
        margin-top: -45px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-email,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nama,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nohp,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-pertanyaan {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-deskripsi {
        max-width: 100%;
        max-height: 110px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .unggah-dokumen {
        max-width: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .upload-doc {
        max-width: 100%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .desc-contact {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-top: -10px;
        margin-left: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .btn-upload {
        width: 158px;
        height: 48px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-captcha {
        max-width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        margin-left: -18px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-button {
        max-width: 100%;
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        margin-top: 9px;
        min-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi {
        background: #fafafa;
        border-radius: 200px;
        padding: 11px 30px;
        max-width: 382px;
        height: 64px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group {
        margin-bottom: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group:first-child {
        border-right: 1px solid #eee;
        margin-left: -14px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        label {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        color: #00193e;
        font-size: 12px;
        line-height: 130%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control {
        background: #fafafa;
        border: 0;
        padding: 0;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-webkit-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-moz-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control:-ms-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-select {
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 0;
        padding: 0;
        width: 171.01px;
        opacity: 0.5;
        color: #00193e;
        border: 0 solid;
        background-color: #fafafa;
        background-image: url(/images/icons/arrow-down.svg);
        background-position: 55%;
        background-size: 10px;
        background-repeat: no-repeat;
        opacity: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden !important;
        margin-left: -5px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .button-konsultasi {
        max-width: 100%;
        margin-left: -68px;
        margin-top: 15px;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img {
        width: 352px;
        height: 285px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_image {
        width: 352px;
        height: 285px;
        margin-left: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_panduan {
        display: block;
        padding: 15px;
        margin-left: -5px;
        max-width: 85%;
        width: 175px;
        height: 140px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .icon {
        margin-bottom: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body {
        margin-left: -9px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title
        i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #cerita_content {
        position: relative;
        width: 353px;
        height: 596px;
        left: 15px;
        margin-bottom: 30px;
        padding: 175px 50px 60px;
        border-radius: 10px;
        background-image: url(/images/bg/cerita3.png);
        background-position: 50%;
        -o-background-size: cover;
        background-size: cover;
        max-width: 100%;
        min-height: 555px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        line-height: 150%;
        margin-left: -24px;
        margin-top: 115px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h3 {
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 120%;
        margin-left: -24px;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn {
        font-family: Poppins;
        font-weight: 700;
        margin-left: -30px;
        margin-top: -25px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn
        i {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 360px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like .faq_general {
        width: 320px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #credit_step_2 {
        width: 337px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img.customBlog {
        width: 331px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ItemDeveloperCard {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        position: absolute;
        top: 15px;
        left: 3px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ItemDeveloperCard
        .kategori:first-child {
        margin-right: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ItemDeveloperCard
        .kategori {
        position: static;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ItemDeveloperCard
        #kategoriapart {
        max-width: 100%;
        width: 79px;
        height: 24px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #ItemDeveloperCard
        #kategorirumah {
        max-width: 100%;
        width: 54px;
        height: 24px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title {
        font-size: 12px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .card_kontak {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 340px;
        min-height: 95%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_left {
        padding: 70px 25px 30px;
        opacity: 0.75;
        border-radius: 8px;
        background-image: url(/images/bg/kontak.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 340px;
        height: 280px;
        margin-left: 11px;
        margin-top: 6px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_rigth {
        padding: 20px 25px;
        margin-top: -45px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-email,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nama,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nohp,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-pertanyaan {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-deskripsi {
        max-width: 100%;
        max-height: 110px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .unggah-dokumen {
        max-width: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .upload-doc {
        max-width: 100%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .desc-contact {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-top: -10px;
        margin-left: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .btn-upload {
        width: 158px;
        height: 48px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-captcha {
        max-width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        margin-left: -18px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-button {
        max-width: 100%;
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        margin-top: 9px;
        min-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi {
        background: #fafafa;
        border-radius: 200px;
        padding: 11px 30px;
        max-width: 382px;
        height: 64px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group {
        margin-bottom: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group:first-child {
        border-right: 1px solid #eee;
        margin-left: -14px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        label {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        color: #00193e;
        font-size: 12px;
        line-height: 130%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control {
        background: #fafafa;
        border: 0;
        padding: 0;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-webkit-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-moz-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control:-ms-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-select {
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 0;
        padding: 0;
        width: 171.01px;
        opacity: 0.5;
        color: #00193e;
        border: 0 solid;
        background-color: #fafafa;
        background-image: url(/images/icons/arrow-down.svg);
        background-position: 55%;
        background-size: 10px;
        background-repeat: no-repeat;
        opacity: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden !important;
        margin-left: -5px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .button-konsultasi {
        max-width: 100%;
        margin-left: -46px;
        margin-top: 15px;
        -webkit-transform: translateX(27px);
        transform: translateX(27px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img {
        width: 334px;
        height: 285px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_image {
        width: 334px;
        height: 285px;
        margin-left: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_panduan {
        display: block;
        padding: 6px;
        margin-left: -5px;
        max-width: 85%;
        width: 175px;
        height: 140px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .icon {
        margin-bottom: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body {
        margin-left: -1px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title
        i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #cerita_content {
        position: relative;
        width: 330px;
        height: 596px;
        left: 15px;
        margin-bottom: 30px;
        padding: 175px 50px 60px;
        border-radius: 10px;
        background-image: url(/images/bg/cerita3.png);
        background-position: 50%;
        -o-background-size: cover;
        background-size: cover;
        max-width: 93%;
        min-height: 555px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        line-height: 150%;
        margin-left: -24px;
        margin-top: 115px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h3 {
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 120%;
        margin-left: -24px;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn {
        font-family: Poppins;
        font-weight: 700;
        margin-left: -30px;
        margin-top: -25px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn
        i {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 490px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .border-konsultasi {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 490px) and (max-width: 428px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .border-konsultasi {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    }
}

@media only screen and (max-width: 490px) and (max-width: 390px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .border-konsultasi {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .show-fblog {
        display: block;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .card_kontak {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 365px;
        min-height: 95%;
    }
}

@media only screen and (max-width: 490px) and (max-width: 390px) and (max-width: 384px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like .card_kontak {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 490px) and (max-width: 390px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_left {
        padding: 70px 25px 30px;
        opacity: 0.75;
        border-radius: 8px;
        background-image: url(/images/bg/kontak.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        width: 365px;
        height: 280px;
        margin-left: 11px;
        margin-top: 6px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact_rigth {
        padding: 20px 25px;
        margin-top: -45px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-email,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nama,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-nohp,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-pertanyaan {
        max-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-deskripsi {
        max-width: 100%;
        max-height: 110px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .unggah-dokumen {
        max-width: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .upload-doc {
        max-width: 100%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .desc-contact {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-top: -10px;
        margin-left: -10px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .btn-upload {
        width: 158px;
        height: 48px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-captcha {
        max-width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        margin-left: -18px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_kontak
        .contact-button {
        max-width: 100%;
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        margin-top: 9px;
        min-width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi {
        background: #fafafa;
        border-radius: 200px;
        padding: 11px 30px;
        max-width: 382px;
        height: 64px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group {
        margin-bottom: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group:first-child {
        border-right: 1px solid #eee;
        margin-left: -14px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        label {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        color: #00193e;
        font-size: 12px;
        line-height: 130%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control {
        background: #fafafa;
        border: 0;
        padding: 0;
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 490px) and (max-width: 390px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-webkit-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::-moz-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control:-ms-input-placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-control::placeholder {
        color: #00193e;
        opacity: 0.5;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .form-group
        .form-select {
        font-family: Poppins;
        font-size: 11px;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        margin-bottom: 0;
        padding: 0;
        width: 171.01px;
        opacity: 0.5;
        color: #00193e;
        border: 0 solid;
        background-color: #fafafa;
        background-image: url(/images/icons/arrow-down.svg);
        background-position: 55%;
        background-size: 10px;
        background-repeat: no-repeat;
        opacity: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden !important;
        margin-left: -5px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cari-konsultasi
        .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .button-konsultasi {
        max-width: 100%;
        margin-left: -72px;
        margin-top: 15px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .card_news_vertical
        .card_img
        img {
        width: 364px;
        height: 285px;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #promo_image {
        width: 364px;
        height: 285px;
        margin-left: 0;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like .item_panduan {
        display: block;
        padding: 15px;
        margin-left: -5px;
        max-width: 85%;
        width: 175px;
        height: 140px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .icon {
        margin-bottom: 8px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body {
        margin-left: -12px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        .title
        i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .item_panduan
        .body
        a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #propertyPagePerumahan .card_unit_properti .card_img .like #cerita_content {
        position: relative;
        width: 358px;
        height: 596px;
        left: 15px;
        margin-bottom: 30px;
        padding: 175px 50px 60px;
        border-radius: 10px;
        background-image: url(/images/bg/cerita3.png);
        background-position: 50%;
        -o-background-size: cover;
        background-size: cover;
        max-width: 88%;
        min-height: 555px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        line-height: 150%;
        margin-left: -24px;
        margin-top: 115px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        h3 {
        font-family: Poppins;
        font-size: 32px;
        font-style: normal;
        line-height: 120%;
        margin-left: -24px;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #fff;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn {
        font-family: Poppins;
        font-weight: 700;
        margin-left: -30px;
        margin-top: -25px;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #cerita_content
        .btn
        i {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 490px) and (max-width: 980px) {
    #propertyPagePerumahan .card_unit_properti .card_img .like .res-nav {
        left: 0;
    }
}

@media only screen and (max-width: 490px) and (max-width: 992px) {
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        #credit_step_input {
        width: 100%;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year {
        -webkit-transition: background-color 0.25s ease-in-out;
        transition: background-color 0.25s ease-in-out;
        border: 1px solid #aaa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
        background-color: #fff;
        font-family: Poppins;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        opacity: 1;
        height: 48px;
        color: #666;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year.password {
        font-family: Poppins;
        font-weight: 400;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year::-webkit-input-placeholder {
        font-family: Poppins;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        text-transform: capitalize;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year::-moz-placeholder {
        font-family: Poppins;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        text-transform: capitalize;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:-ms-input-placeholder {
        font-family: Poppins;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        text-transform: capitalize;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year::placeholder {
        font-family: Poppins;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        text-transform: capitalize;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year
        + .floating-label {
        visibility: hidden;
        -webkit-transition: visibility 0.5s, opacity 0.5s ease-in-out,
            -webkit-transform 0.25s;
        transition: visibility 0.5s, opacity 0.5s ease-in-out,
            -webkit-transform 0.25s;
        transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out;
        transition: transform 0.25s, visibility 0.5s, opacity 0.5s ease-in-out,
            -webkit-transform 0.25s;
        opacity: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year
        + .floating-label
        .floating-year {
        visibility: hidden;
        -webkit-transition: visibility 0.5s, opacity 0.1s ease-in-out,
            -webkit-transform 0.25s;
        transition: visibility 0.5s, opacity 0.1s ease-in-out,
            -webkit-transform 0.25s;
        transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out;
        transition: transform 0.25s, visibility 0.5s, opacity 0.1s ease-in-out,
            -webkit-transform 0.25s;
        opacity: 0;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:focus
        + .floating-label,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:not(:placeholder-shown)
        + .floating-label {
        visibility: visible;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%);
        opacity: 1;
        padding: 5px 0 10px;
        font-family: Poppins;
        font-style: normal;
        font-size: 14px;
        line-height: 130%;
        font-weight: 700;
        color: #00193e;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:focus
        + .floating-label
        .floating-year,
    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:not(:placeholder-shown)
        + .floating-label
        .floating-year {
        position: relative;
        visibility: visible;
        bottom: -41px;
        left: 445px;
        opacity: 1;
        padding: 21px 0;
        font-family: Poppins;
        font-style: normal;
        font-size: 14px;
        font-weight: 700;
        color: #00193e;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:valid:not(:placeholder-shown) {
        border: 1px solid #aaa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
        color: #666;
    }

    #propertyPagePerumahan
        .card_unit_properti
        .card_img
        .like
        .floating-label-field-year:invalid {
        border: 1px solid #aaa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
    }
}

.detail-properti-floating-btn {
    bottom: 188px !important;
}

@media only screen and (max-width: 1144px) {
    .detail-properti-floating-btn {
        bottom: 256px !important;
    }

    .detail-properti-floating-btn #showBantuan {
        bottom: 337px !important;
    }
}

.detail-properti-floating-btn #showBantuan {
    bottom: 265px;
}

@media only screen and (max-width: 1199px) {
    #divider_card {
        display: none;
    }

    #modal-maps .btn-close-mdl {
        -webkit-transform: scale(0.7) translateY(-30px) !important;
        transform: scale(0.7) translateY(-30px) !important;
    }

    #modal-maps .btn-close-mdl button {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 980px) {
    .res-nav {
        left: 0;
    }
}

@media screen and (max-width: 870px) {
    #menu_mobile.nav_closed {
        padding-left: 28px;
        width: 104% !important;
    }

    body {
        position: relative;
        overflow: hidden;
    }

    body::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    #menu_mobile.nav_closed {
        padding-left: 28px;
        width: 107.8% !important;
    }
}

@media only screen and (max-width: 415px) {
    .modal_detail_kpr .step-line {
        padding-top: 5px;
        height: 41px;
        margin-top: 19px;
    }

    #search_navbar_form {
        right: 10px !important;
    }

    #front_search #mobile_search {
        position: relative;
        right: 1px;
        width: 98.5%;
    }

    .modal_detail_kpr {
        height: 100% !important;
        margin: 18px;
    }

    .modal_detail_kpr .btn-main {
        width: 100% !important;
    }

    #propertyPageTipe .container .content-container {
        padding-left: 8px !important;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 202px;
    }

    #modal-kpr {
        border: none;
        min-width: 100%;
        margin: 74px 0 0 !important;
        min-height: 100%;
    }

    #pengajuanfooter {
        margin-bottom: 0;
    }

    .area-sekitar-field .field1 {
        width: 80.77px;
    }

    .area-sekitar-field .field2 {
        width: 88.72px;
    }

    .area-sekitar-field .field3 {
        width: 92.72px;
    }

    .area-sekitar-field .field4 {
        width: 57.5px;
    }

    .area-sekitar-field .field5 {
        width: 25.5px;
    }
}

@media only screen and (max-width: 391px) {
    .modal_detail_kpr .step-line {
        width: 48px;
    }

    #search_navbar_form {
        right: 9px !important;
    }

    #front_search #mobile_search {
        width: 99.5%;
    }

    .widget_bottom_unit .info .fasilitas .item {
        font-size: 10px;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .widget_bottom_unit .info .fasilitas .item svg {
        width: 15px;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 188px;
    }

    .area-sekitar-field .field1 {
        width: 76.77px;
    }

    .area-sekitar-field .field2 {
        width: 88.72px;
    }

    .area-sekitar-field .field3 {
        width: 74.72px;
    }

    .area-sekitar-field .field4 {
        width: 57.5px;
    }

    .area-sekitar-field .field5 {
        width: 25.5px;
    }
}

@media only screen and (max-width: 375px) {
    #label-dokumen {
        font-size: 18px !important;
    }

    #tahunajukankpr {
        max-width: 100%;
        margin-left: 10px;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 183px;
    }

    .area-sekitar-field .field1 {
        width: 60.77px;
    }
}

@media only screen and (max-width: 360px) {
    #propertyPageTipe .container .content-container .card-item {
        width: 175px;
    }

    #tahunajukankpr {
        max-width: 100%;
        margin-left: 10px;
    }

    .area-sekitar-field .field1 {
        width: 59.77px;
    }

    .area-sekitar-field .field2 {
        width: 78.72px;
    }

    .area-sekitar-field .field3 {
        width: 74.72px;
    }

    .area-sekitar-field .field4 {
        width: 57.5px;
    }

    .area-sekitar-field .field5 {
        width: 25.5px;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 375px) {
    #tahunajukankpr {
        max-width: 100%;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 375px) and (max-width: 360px) {
    #tahunajukankpr {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 320px) {
    #tahunajukankpr {
        max-width: 100%;
        margin-left: 6px;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 156px;
    }
}

@media only screen and (max-width: 375px) {
    .faq_general {
        width: 344px;
    }

    #tahunajukankpr {
        position: relative;
        visibility: visible;
        bottom: -41px;
        left: 150px;
        opacity: 1;
        padding: 21px 0;
        font-family: Poppins;
        font-style: normal;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
        color: #00193e;
    }

    #credit_step_2 {
        width: 352px;
    }

    .card_harga_pasar .card-body .desc .item {
        margin-right: 0;
    }

    .card_news_vertical .card_img img.customBlog {
        width: 345px;
    }

    .card_kontak {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        background: #fff;
        width: 100%;
        min-height: 95%;
    }

    .card_kontak,
    .card_kontak .contact_left {
        border-radius: 8px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    }

    .card_kontak .contact_left {
        padding: 70px 25px 30px;
        opacity: 1;
        background-image: url(/images/bg/kontak.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 340px;
        height: 280px;
        margin-left: 11px;
        margin-top: 6px;
    }

    .card_kontak .contact_rigth {
        padding: 20px 25px;
        margin-top: -45px;
    }

    .card_kontak .contact-email,
    .card_kontak .contact-nama,
    .card_kontak .contact-nohp,
    .card_kontak .contact-pertanyaan {
        max-width: 100%;
    }

    .card_kontak .contact-deskripsi {
        max-width: 100%;
        max-height: 110px;
    }

    .card_kontak .unggah-dokumen {
        max-width: 100%;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .card_kontak .upload-doc {
        max-width: 100%;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .card_kontak .contact-img {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    .card_kontak .desc-contact {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-top: -10px;
        margin-left: -10px;
    }

    .card_kontak .btn-upload {
        width: 158px;
        height: 48px;
    }

    .card_kontak .contact-captcha {
        max-width: 100%;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        margin-left: -18px;
    }

    .card_kontak .contact-button {
        max-width: 100%;
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        margin-top: 9px;
        min-width: 100%;
    }

    .button-konsultasi {
        max-width: 100%;
        margin-left: -59px;
        margin-top: 15px;
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    .item_panduan {
        display: block;
        padding: 15px;
        height: 140px;
    }

    .item_panduan .icon {
        margin-bottom: 8px;
    }

    .item_panduan .body {
        margin-left: -12px;
    }

    .item_panduan .body .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    .item_panduan .body .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    .item_panduan .body .title i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    .item_panduan .body a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #cerita_content {
        position: relative;
        width: 353px;
        height: 596px;
        left: 15px;
        margin-bottom: 30px;
        padding: 175px 50px 60px;
        border-radius: 10px;
        background-image: url(/images/bg/cerita3.png);
        background-position: 50%;
        -o-background-size: cover;
        background-size: cover;
        max-width: 92%;
        min-height: 555px;
    }
}

@media only screen and (max-width: 375px) and (max-width: 302px) {
    #cerita_content {
        height: 638px;
    }
}

@media only screen and (max-width: 375px) {
    #cerita_content h6 {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        margin-top: 115px;
    }

    #cerita_content h3,
    #cerita_content h6 {
        font-style: normal;
        margin-left: -24px;
        color: #fff;
    }

    #cerita_content h3 {
        font-family: Poppins;
        font-size: 32px;
        line-height: 120%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #cerita_content .btn {
        font-family: Poppins;
        font-weight: 700;
        margin-left: -30px;
        margin-top: -25px;
    }

    #cerita_content .btn i {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 280px) {
    #menu_mobile.nav_closed {
        width: 110% !important;
    }

    #propertyPageTipe .nav-tabs li a {
        font-size: 9px;
    }

    .tabs_property .btn_group_view svg {
        width: 20px;
    }

    .tabs_property .btn_group_view span {
        font-size: 9px;
    }

    .tabs_property {
        -webkit-justify-content: start !important;
        -moz-box-pack: start !important;
        justify-content: start !important;
    }

    #title_tipe {
        font-size: 9px;
    }

    .tabs_property .btn_group_view {
        margin-right: 0;
        left: 10px;
        height: 32px;
    }

    #fixed_bottom {
        z-index: 1031;
    }

    #fixed_bottom .btn_wa {
        width: 50px !important;
        height: 50px !important;
    }

    #mobile_filter_property .btn {
        font-size: 12px;
    }

    .card_pengajuan .card-body .item .btn {
        width: 100% !important;
        height: 100% !important;
    }

    #label-dokumen {
        font-size: 14px !important;
    }

    #mobile_filter_property {
        display: block;
        position: fixed;
        z-index: 1030;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    #mobile_filter_property .btn {
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 15px;
        margin: 15px auto 15px -80px;
    }

    #mobile_filter_property .btn i {
        margin-right: 10px;
    }

    #propertyPageTipe .container .content-container .card-item {
        width: 136px;
    }

    #propertyPagePerumahan
        .container
        .content-container
        .card-body
        .developer-name {
        min-width: 0;
    }

    #propertyPageTipe .card_unit_properti .card-body .title {
        font-size: 12px !important;
    }

    #propertyPageTipe .card_unit_properti .card-footer li,
    .card_unit_properti .card-body .developer .developer-name {
        font-size: 8px !important;
    }

    .card_unit_properti .card_img {
        min-height: 0 !important;
    }

    #kategori-pencarian {
        font-size: 6px !important;
    }

    .widget_bottom_unit .info .fasilitas .item {
        margin-right: 4px;
    }

    .widget_bottom_unit .info .fasilitas .item svg {
        margin-right: 2px;
    }

    .card_unit_properti .card_img img {
        min-height: 100% !important;
    }

    #properti_nav {
        display: contents;
    }

    #proyek_perumahan,
    #Tipe_perumahan {
        font-size: 9px;
    }

    .nav-tabs {
        display: contents;
    }

    .nav-tabs-custom {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .nav-tabs-custom .nav-item a span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .card_kontak .contact_left {
        padding: 70px 25px 30px;
    }
}

@media only screen and (max-width: 320px) {
    #tahunajukankpr {
        position: relative;
        visibility: visible;
        bottom: -41px;
        left: 85px;
        opacity: 1;
        padding: 21px 0;
        font-family: Poppins;
        font-style: normal;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
        color: #00193e;
    }
}

@media only screen and (max-width: 560px) {
    .content-pengajuanKPR {
        padding: 0 40px;
        margin-left: 0 !important;
        border: none;
    }

    .jangka-tahun {
        -webkit-transform: translateX(-118px);
        transform: translateX(-118px);
        font-weight: 700px;
        margin-top: 15px;
    }

    #tahunajukankpr,
    .jangka-tahun {
        font-family: Poppins;
        font-size: 14px;
    }

    #tahunajukankpr {
        position: relative;
        visibility: visible;
        bottom: -41px;
        left: 380px;
        opacity: 1;
        padding: 21px 0;
        font-style: normal;
        margin-top: 20px;
        font-weight: 700;
        color: #00193e;
    }

    .search_listdeveloper {
        position: relative;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 74px;
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        border: 1px solid #eee;
        background: #f4f4f4;
        border-radius: 200px;
        display: none;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .search_listdeveloper .search_listdeveloper_input {
        width: -webkit-calc(100% - 56px);
        width: calc(100% - 56px);
        height: 72px;
        border-radius: 200px 0 0 200px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        color: #00193e;
        padding: 0 30px;
        border: 0;
        background-color: #fafafa;
    }

    .search_listdeveloper .search_listdeveloper_button {
        position: absolute;
        right: 8px;
        top: 9px;
        border-radius: 50%;
        background: #0061a7;
        color: #fff;
        width: 56px;
        height: 56px;
        border: 0;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 5px;
    }

    .hide-kodepos {
        display: none;
    }

    .tampil-kodepos {
        display: block;
    }
}

@media only screen and (max-width: 384px) {
    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 175px;
    }
}

@media only screen and (max-width: 412px) {
    #label-dokumen {
        font-size: 20px;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 160px;
    }
}

@media only screen and (max-width: 375px) {
    .card_unit_properti .card-body {
        padding: 16px 12px 0 !important;
    }

    #modal-portofolio-gambar #image-div {
        width: 295px;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 320px) {
    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 360px) {
    #propertyPagePerumahan h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item_panduan {
        display: block;
        padding: 15px;
        min-height: 140px;
        max-width: 130px;
    }

    .item_panduan .icon {
        margin-bottom: 8px;
    }

    .item_panduan .body {
        margin-left: -4px;
    }

    .item_panduan .body .no {
        font-family: Poppins !important;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    .item_panduan .body .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px !important;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    .item_panduan .body .title i {
        font-size: 12px !important;
        margin-left: 15px;
        color: #00193e;
    }

    .item_panduan .body a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 150%;
        color: #0061a7;
    }

    #modalFilterDeveloper {
        max-width: 100%;
        margin-top: 90px;
    }
}

.daftar-portofolio {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    width: 158px;
    height: 30px;
}

@media only screen and (max-width: 360px) {
    .daftar-portofolio {
        font-size: 18px;
        font-size: 16px;
    }
}

.tambah-potofolio {
    font-family: Poppins;
    font-weight: 700;
    width: 187px;
    height: 48px;
    padding: 12px 0;
}

@media only screen and (max-width: 360px) {
    .tambah-potofolio {
        padding: 8px 0;
        width: 160px;
        height: 40px;
    }
}

.show-fblog {
    display: none;
}

.show-fblog .mini-filter {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 12px;
}

.modal-p-dev {
    padding: 64px 59px;
}

#profesional-portofolio1 {
    margin-left: 25px !important;
    text-align: left;
}

#profesional-unggah {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 15px;
}

.profesional-foto {
    margin-left: 15px;
    padding-top: 5px;
}

.profesional-foto-child {
    max-width: 75px;
    margin-left: 15px;
}

.profesional-step2 {
    max-width: 454px;
    padding: 0 50px;
}

.profesional-img {
    width: 304px;
    height: 269px;
    margin-left: 30px;
}

.profesional-ml {
    margin-left: 15%;
}

.kembali-ke-branda {
    width: 490px;
    height: 48px;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 700;
    background-color: #0061a7;
}

@media only screen and (max-width: 320px) {
    .kembali-ke-branda {
        font-size: 10px;
    }
}

.gif-modal-kpr {
    width: 350px;
    height: 250px;
}

.w-kontak-field {
    width: 480px;
}

.tampil-kodepos {
    display: none;
}

.padding-ibisnis {
    font-size: 14px !important;
    width: 167px !important;
    padding: 0 !important;
}

.iconPlus-ibisnis,
.padding-ibisnis {
    font-family: Poppins;
    font-weight: 700;
    height: 48px !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
}

.iconPlus-ibisnis {
    font-size: 24px !important;
    width: 48px !important;
}

.blank-addcomparasi {
    width: 116px;
    height: 72px;
}

.blank-addcomparasi-home {
    width: 308px;
    height: 536px;
}

#tipe-cards .card_unit_properti .card_img .img-fluid {
    height: 100% !important;
}

#propertyPagePerumahan .card_unit_properti .card_img .container-img-card {
    height: 100% !important;
    margin-top: 0;
    top: 0;
}

#propertyPagePerumahan
    .card_unit_properti
    .card_img
    .container-img-card
    .img-fluid {
    object-fit: cover;
}

@media only screen and (max-width: 300px) {
    #propertyPagePerumahan .card_unit_properti .price span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    #propertyPagePerumahan .socmed-container {
        left: -130px !important;
    }
}

#detailTipePropertiPerumahan .card_unit_properti .card_img .img-fluid {
    height: 100% !important;
    min-height: 0 !important;
}

#detail_ajukan_kpr #status_mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    #detail_ajukan_kpr #status_web {
        display: none;
    }

    #detail_ajukan_kpr #status_mobile {
        display: block;
    }

    #detail_ajukan_kpr .item .btn-main {
        font-size: 10px !important;
        padding: 13px 10px !important;
    }

    #detail_ajukan_kpr .item .btn-outline-main {
        font-size: 10px !important;
        padding: 10px !important;
    }
}

@media only screen and (max-width: 920px) {
    #propertyPageTipeDetail .detail_unit .kavling-image {
        width: 91.66666667% !important;
    }

    .ajukan_left h4 {
        text-align: center;
        margin-left: -18%;
    }
}

@media only screen and (max-width: 920px) and (max-width: 820px) {
    .ajukan_left h4 {
        margin-left: -23%;
    }
}

@media only screen and (max-width: 920px) and (max-width: 820px) and (max-width: 428px) {
    .ajukan_left h4 {
        margin-left: 0;
        text-align: start;
    }
}

@media only screen and (max-width: 920px) {
    .ajukan_left p {
        width: 100%;
    }

    .res-ipad-pengajuan {
        padding-left: 60px;
    }

    .d-ipad-kpr {
        margin-left: -6%;
    }

    .w-ipad {
        width: 100%;
    }

    .w-ipad .tipe_kpr {
        background: #f7faff;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .w-ipad .tipe_kpr .item_kpr {
        border-bottom: none;
        padding: 16px 0 30px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .w-kontak-field {
        width: 100%;
        max-width: 480px;
    }

    .custom-gap {
        grid-gap: 28px;
        gap: 28px;
    }

    .nav-ipad-pt {
        padding-top: 18px;
    }

    #propertyPageOverflowKPR #ajukanKPR .modal-dialog {
        width: 100% !important;
    }

    .blank-addcomparasi,
    .blank-addcomparasi-home {
        --bs-aspect-ratio: 100%;
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 820px) {
    #avatar_navbar {
        max-width: 145%;
        width: 111.5% !important;
    }

    #IpadView {
        display: block;
    }

    #WebView {
        display: none !important;
    }

    .card_statistik_reward .poin h5 {
        width: 100% !important;
    }

    #propertyPageOverflowKPR #ajukanKPR .modal-dialog {
        margin: auto;
        width: 100% !important;
    }

    .nav-ipad-pt {
        padding-top: 18px;
    }

    .revamp-card-developer {
        padding-left: 40px;
    }

    .revamp-card-developer .revamp-card-developer-child {
        width: 100%;
    }

    .ms-custom {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .img-kpr-kon {
        margin-right: 8px;
        margin-left: 16px;
        margin-top: -14px;
    }

    .breadcrumb-pt {
        padding-top: 170px;
    }

    .marginl {
        margin-left: 16px;
    }

    .step-2-ipond,
    .step-2-ipond-2,
    .w-ipad {
        width: 100%;
    }

    .w-ipad .tipe_kpr {
        background: #f7faff;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .w-ipad .tipe_kpr .item_kpr {
        border-bottom: none;
        padding: 16px 0 30px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 820px) and (max-width: 428px) {
    .w-ipad .tipe_kpr .item_kpr {
        -webkit-justify-content: start;
        -moz-box-pack: start;
        justify-content: start;
    }
}

@media only screen and (max-width: 820px) {
    .res-ipad-pengajuan {
        padding-left: 60px;
    }

    #profesional-portofolio1 {
        margin-left: 12px;
        text-align: left;
        font-size: 24px;
    }
}

@media only screen and (max-width: 820px) and (max-width: 540px) {
    #profesional-portofolio1 {
        margin-left: 72px;
    }
}

@media only screen and (max-width: 820px) and (max-width: 540px) and (max-width: 428px) {
    #profesional-portofolio1 {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 820px) {
    #profesional-portofolio1 .w-ipad {
        width: 100%;
    }

    #profesional-unggah {
        margin-left: 0;
        text-align: left;
        font-size: 18px;
        margin-bottom: 0;
    }

    .profesional-foto {
        margin-left: 0;
    }

    .profesional-foto-child {
        margin-left: -15px;
    }

    .profesional-step2 {
        padding: 0 16px;
    }

    .profesional-img {
        width: 0;
        margin-left: 0;
    }

    .profesional-ml {
        margin-left: 0;
    }

    .d-ipad-kpr {
        margin-left: -6%;
    }

    #mobile_filter_property {
        display: block;
        position: fixed;
        z-index: 1030;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    #mobile_filter_property .btn {
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        padding: 15px 35px;
        margin: 15px auto 15px -50px;
    }

    .custom-gap {
        grid-gap: 10px;
        gap: 10px;
    }
}

@media only screen and (max-width: 810px) {
    .tipe_kpr {
        background: #f7faff;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .marginl {
        margin-left: 0;
    }

    .breadcrumb-pt {
        padding-top: 170px;
    }

    .navbar_kategori {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .navbar_kategori::-webkit-scrollbar {
        display: none;
    }

    .w-ipad {
        width: 100%;
    }

    .radio-kpr-ipad1 {
        margin-top: 22px;
    }

    .radio-kpr-ipad1,
    .radio-kpr-ipad2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 20px;
        width: 20px;
        position: "unset";
        color: #aaa;
    }

    .radio-kpr-ipad2 {
        margin-top: 6px;
    }

    .img-kpr-kon {
        margin-right: 4px;
        margin-left: 6px;
        margin-top: -18px;
    }

    .item_kpr {
        border-bottom: none;
        padding: 11px 0 29px;
    }

    .custom-gap {
        grid-gap: 10px;
        gap: 10px;
        margin-left: -12px;
    }
}

@media only screen and (max-width: 810px) and (max-width: 768px) {
    .custom-gap {
        margin-left: -21px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .item_panduan {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 24px;
        border: 1px solid #eee;
        border-radius: 12px;
        background: #fff;
        -webkit-box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
        box-shadow: 0 4px 4px rgba(0, 25, 62, 0.1);
    }

    .item_panduan .icon {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 50%;
        background: #edf4ff;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        margin-left: -19px;
    }

    .item_panduan .icon span {
        font-size: 24px;
        color: #0061a7;
    }

    .item_panduan .icon svg {
        fill: #0061a7;
        stroke: #0061a7;
    }

    .item_panduan .body {
        margin-left: -8px;
    }

    .item_panduan .body .no {
        font-family: Poppins;
        font-weight: 600;
        font-size: 12px;
        font-style: normal;
        line-height: 130%;
        color: #666;
    }

    .item_panduan .body .title {
        font-family: Poppins;
        font-weight: 600;
        font-size: 20px;
        font-style: normal;
        line-height: 150%;
        color: #00193e;
    }

    .item_panduan .body .title i {
        font-size: 14px;
        margin-left: 15px;
        color: #00193e;
    }

    .item_panduan .body a {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        line-height: 140%;
        color: #0061a7;
    }

    .item_panduan:hover {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 12px;
        background: #edf4ff;
        -webkit-box-shadow: 0 4px 12px rgba(0, 97, 167, 0.2);
        box-shadow: 0 4px 12px rgba(0, 97, 167, 0.2);
    }

    .item_panduan:hover .icon {
        background: #0061a7;
    }

    .item_panduan:hover .icon span {
        color: #fff;
    }

    .item_panduan:hover .icon svg {
        color: #fff;
        stroke: #fff !important;
        fill: #fff !important;
    }

    .item_panduan:hover .body .title {
        color: #0061a7;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar_kategori {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .navbar_kategori::-webkit-scrollbar {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-pt {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 820px) {
    .breadcrumb-pt {
        padding: 124px 0 8px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #kategori-pencarian {
        font-size: 10px !important;
        padding: 4px !important;
        min-width: 32px !important;
        max-height: 22px !important;
        border-radius: 5px !important;
    }

    #tipe-cards .like {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: 7px;
    }
}

@media only screen and (max-width: 576px) {
    #search_navbar_form {
        position: relative;
        right: 13px;
        border: 1px solid #000;
        padding: 16px;
        border-radius: 8px;
    }

    #search_navbar_form form .vr {
        min-height: 100%;
        margin-top: -16px;
        margin-bottom: -16px;
    }

    #search_navbar_form form hr {
        padding-left: -8px !important;
        padding-right: -8px !important;
    }

    #search_navbar_form .form-group .form-control,
    #search_navbar_form .form-group .form-select {
        border: 0;
        padding: 0;
        background-color: #fff;
    }

    #search_navbar_form .form-group .form-control::-webkit-input-placeholder {
        overflow: visible;
        margin: 0 !important;
    }

    #search_navbar_form .form-group .form-control::-moz-placeholder {
        overflow: visible;
        margin: 0 !important;
    }

    #search_navbar_form .form-group .form-control:-ms-input-placeholder {
        overflow: visible;
        margin: 0 !important;
    }

    #search_navbar_form .form-group .form-control::placeholder {
        overflow: visible;
        margin: 0 !important;
    }

    .search-form .form-group {
        margin-bottom: 0;
    }

    .search-form label {
        font-size: 10px !important;
    }

    .search-form hr {
        margin-left: -3% !important;
        margin-right: -3% !important;
    }

    .search-form .vr {
        margin-bottom: -8px !important;
    }

    .search-form .input-group {
        font-size: 10px !important;
    }

    .search-form input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .search-form input::-moz-placeholder {
        font-size: 10px !important;
    }

    .search-form input:-ms-input-placeholder {
        font-size: 10px !important;
    }

    .search-form input::placeholder {
        font-size: 10px !important;
    }

    .search-form select {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 576px) and (max-width: 428px) {
    .show-fblog {
        display: block;
    }

    .tampilkan {
        position: fixed;
        width: 128px;
        height: 48px;
        right: 34%;
        bottom: 32px;
        background-color: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 1000px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
    }

    .tampilkan .filter {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 185%;
        color: #0061a7;
    }

    .sembunyikan {
        display: none;
    }

    .close-icon-filter {
        display: block;
        position: absolute;
        top: 28px;
        right: 40px;
    }

    .terapkan {
        width: 100%;
        height: 48px;
        background: #0061a7;
        border-radius: 100px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 350%;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        text-align: center;
        margin-top: 32px;
        color: #fff;
    }

    .terapkan2 {
        position: fixed;
        bottom: -15px;
        width: 100%;
        left: 1px;
        padding: 32px 16px;
    }

    .isi-form-dev {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        width: 110%;
        margin-left: -18px;
        color: #000;
    }

    #price_none {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .price-hide {
        display: none;
    }

    .border-shadow {
        background: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .display-flex-hargapasar {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .modal-close-kpr {
        display: block;
        position: absolute;
        top: 34px;
        right: 30px;
    }

    .kembali-ke-branda {
        width: 100%;
    }

    .gif-modal-kpr {
        height: 250px;
        width: 100%;
    }

    .d-ipad-kpr {
        margin-left: 0;
    }

    .mobile-kumpulan {
        display: none;
    }
}

@media only screen and (max-width: 576px) and (max-width: 1024px) {
    .navbar_kategori {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .navbar_kategori::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-pt {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 576px) {
    .list_property .slick-track {
        overflow: auto;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) {
    .p-list-detail-dev {
        padding-bottom: 8px;
    }

    .judul-detail-portofolio {
        white-space: nowrap;
    }

    .tombol-detail-portofolio {
        position: absolute;
        top: 116px;
        right: 3%;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 428px) {
    .tombol-detail-portofolio {
        top: 128px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) {
    .garis-detail-portofolio {
        position: relative;
        bottom: 75px;
    }

    .mt-detail-portofolio {
        margin-top: 40px;
    }

    .tampil-kodepos {
        display: block;
    }

    .revamp-card-developer {
        padding-left: 12px;
    }

    .revamp-card-developer .revamp-card-developer-child {
        width: 100%;
    }

    #ajukanKPR {
        margin: 0 auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) {
    #ajukanKPR::-webkit-scrollbar {
        display: none !important;
    }

    #ajukanKPR .modal-dialog {
        width: 100%;
    }

    #propertyPageOverflowKPR #ajukanKPR .modal-dialog {
        margin-top: 0 !important;
        margin-left: 0;
    }

    #tahunajukankpr {
        max-width: 100%;
        margin-left: -45px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) {
    #tahunajukankpr {
        margin-left: -90px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) {
    #tahunajukankpr {
        margin-left: -245px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) and (max-width: 390px) {
    #tahunajukankpr {
        margin-left: -235px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) and (max-width: 390px) and (max-width: 360px) {
    #tahunajukankpr {
        margin-left: -280px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) and (max-width: 390px) and (max-width: 360px) and (max-width: 340px) {
    #tahunajukankpr {
        margin-left: -280px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) and (max-width: 390px) and (max-width: 360px) and (max-width: 340px) and (max-width: 320px) {
    #tahunajukankpr {
        margin-left: -290px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 480px) and (max-width: 428px) and (max-width: 390px) and (max-width: 360px) and (max-width: 340px) and (max-width: 320px) and (max-width: 280px) {
    #tahunajukankpr {
        margin-left: -320px;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 552px) {
    .w-ipad .res-ipad-pengajuan {
        padding-left: 0;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 320px) {
    .resp-select {
        width: 73px !important;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 320px) and (max-width: 300px) {
    .resp-select {
        width: 63px !important;
    }
}

@media only screen and (max-width: 576px) and (max-width: 540px) and (max-width: 320px) {
    .flex-around {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 540px) {
    .ajukan_left h4 {
        text-align: start !important;
        margin-left: 0 !important;
    }

    .tipe_kpr .item_kpr {
        -webkit-justify-content: start !important;
        -moz-box-pack: start !important;
        justify-content: start !important;
        margin-left: 0 !important;
    }

    .surface-duo {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: auto;
    }

    .mobile-kumpulan {
        display: none;
    }

    .custom-gap {
        grid-gap: 0;
        gap: 0;
        margin-left: 0;
    }
}

.reset-pass-container {
    font-family: Poppins;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    padding: 0 7rem;
    background: #fff;
    min-height: 800px;
}

.reset-pass-container .reset-pass-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    max-width: 1080px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 2rem;
}

.reset-pass-container .reset-pass-flex .reset-pass-welcome {
    width: 100%;
    max-width: 350px;
    margin-right: 2rem;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-welcome
    h1.reset-pass-welcome-title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 44px;
    line-height: 52.8px;
    color: #00193e;
    margin: 0;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-welcome
    p.reset-pass-welcome-text {
    font-size: 24px;
    color: #00193e;
    font-weight: 700;
    margin: 0;
}

.reset-pass-container .reset-pass-flex .reset-pass-content {
    width: 100%;
    max-width: 1280px;
    padding: 2rem 3rem;
    background: #fff;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-content
    .reset-pass-input-group {
    margin-bottom: 30px !important;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-content
    .reset-pass-input-group
    .input-group {
    margin-bottom: 0;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-content
    .reset-pass-input-group
    input.ubah-pass-input {
    font-family: Poppins;
    border-radius: 8px;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-content
    button.reset-pass-content-btn {
    background: #0061a7;
    padding: 10px 1.5rem;
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    float: right;
}

.reset-pass-container
    .reset-pass-flex
    .reset-pass-content
    button.reset-pass-content-btn:after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 934px) {
    .reset-pass-container {
        padding-top: 4rem !important;
    }
}

@media screen and (max-width: 820px) {
    .reset-pass-container {
        padding: 0 1rem 3rem !important;
    }
}

@media screen and (max-width: 803px) {
    .reset-pass-container {
        padding-top: 4.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .reset-pass-container {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .reset-pass-container {
        padding: 0 0 3rem !important;
    }

    .reset-pass-content {
        padding: 3rem 2rem !important;
    }

    h1.reset-pass-welcome-title {
        font-size: 36px !important;
    }

    p.reset-pass-welcome-text {
        font-size: 20px !important;
    }

    .reset-pass-input-group-label {
        font-size: 14px !important;
    }

    input.reset-pass-input-group-input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    input.reset-pass-input-group-input::-moz-placeholder {
        font-size: 10px !important;
    }

    input.reset-pass-input-group-input:-ms-input-placeholder {
        font-size: 10px !important;
    }

    input.reset-pass-input-group-input::placeholder {
        font-size: 10px !important;
    }

    input.reset-pass-input-group-input {
        font-size: 10px !important;
    }

    button.reset-pass-content-btn {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1200px) {
    .reset-pass-container {
        padding-top: 0;
    }

    .reset-pass-container .reset-pass-flex {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .reset-pass-container .reset-pass-flex .reset-pass-welcome {
        max-width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }
}

.aktivasi-member-container {
    font-family: Poppins;
    height: 100%;
    min-height: 80vh;
    padding: 3rem 1rem;
}

.aktivasi-member-container .aktivasi-member-wrapper {
    max-width: 60vw;
    margin: 0 auto;
}

.aktivasi-member-container .aktivasi-member-wrapper .aktivasi-member-flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-bottom: 4rem;
    grid-gap: 2rem;
    gap: 2rem;
}

.aktivasi-member-container
    .aktivasi-member-wrapper
    .aktivasi-member-flex
    .aktivasi-member-text-group {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    max-width: 600px;
}

.aktivasi-member-container
    .aktivasi-member-wrapper
    .aktivasi-member-flex
    .aktivasi-member-text-group
    .aktivasi-member-title {
    font-family: Poppins;
    font-weight: 600;
}

.aktivasi-member-container
    .aktivasi-member-wrapper
    .aktivasi-member-flex
    .aktivasi-member-text-group
    .aktivasi-member-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
}

.aktivasi-member-container
    .aktivasi-member-wrapper
    .aktivasi-member-btn-beranda {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-radius: 8px;
    background: #0061a7;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 1176px) {
    .aktivasi-member-flex {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        margin-bottom: 2rem !important;
    }

    .aktivasi-member-flex .aktivasi-member-text-group {
        text-align: center;
        max-width: 100% !important;
    }

    .aktivasi-member-btn-beranda {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 620px) {
    .aktivasi-member-btn-beranda {
        font-size: 14px !important;
        padding: 8px !important;
    }
}

.grey_line {
    background-color: #eee;
    height: 1px;
}

.modal-backdrop {
    display: none !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#propertyPage .card_filter .card-header .section_title,
#propertyPageMap .card_filter .card-header .section_title,
#propertyPageTipe .card_filter .card-header .section_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

#propertyPage .card_filter .filter_title h5,
#propertyPageMap .card_filter .filter_title h5,
#propertyPageTipe .card_filter .filter_title h5 {
    margin-bottom: 18px;
}

#propertyPage .search-icon,
#propertyPageMap .search-icon,
#propertyPageTipe .search-icon {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

#propertyPage .simpan_hasil,
#propertyPageMap .simpan_hasil,
#propertyPageTipe .simpan_hasil {
    font-weight: 700;
    font-family: Poppins;
}

#detailListDeveloperTab .container,
#propertyPage .container,
#propertyPageMap .container,
#propertyPagePerumahan .container,
#propertyPageTipe .container {
    padding-left: 0;
    padding-right: 0;
}

#detailListDeveloperTab .container > .row,
#propertyPage .container > .row,
#propertyPageMap .container > .row,
#propertyPagePerumahan .container > .row,
#propertyPageTipe .container > .row {
    margin: 0;
}

#detailListDeveloperTab .container .filter-container,
#propertyPage .container .filter-container,
#propertyPageMap .container .filter-container,
#propertyPagePerumahan .container .filter-container,
#propertyPageTipe .container .filter-container {
    padding: 0 12px 0 0;
}

#detailListDeveloperTab .container .content-container,
#propertyPage .container .content-container,
#propertyPageMap .container .content-container,
#propertyPagePerumahan .container .content-container,
#propertyPageTipe .container .content-container {
    padding: 0 0 0 4px;
}

#detailListDeveloperTab .container .content-container > .row,
#propertyPage .container .content-container > .row,
#propertyPageMap .container .content-container > .row,
#propertyPagePerumahan .container .content-container > .row,
#propertyPageTipe .container .content-container > .row {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

#detailListDeveloperTab .container .content-container .card-item,
#propertyPage .container .content-container .card-item,
#propertyPageMap .container .content-container .card-item,
#propertyPagePerumahan .container .content-container .card-item,
#propertyPageTipe .container .content-container .card-item {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 324px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

#detailListDeveloperTab .container .content-container .card-body,
#propertyPage .container .content-container .card-body,
#propertyPageMap .container .content-container .card-body,
#propertyPagePerumahan .container .content-container .card-body,
#propertyPageTipe .container .content-container .card-body {
    padding: 16px 16px 0;
}

#detailListDeveloperTab
    .container
    .content-container
    .card-body
    .developer-name,
#propertyPage .container .content-container .card-body .developer-name,
#propertyPageMap .container .content-container .card-body .developer-name,
#propertyPagePerumahan .container .content-container .card-body .developer-name,
#propertyPageTipe .container .content-container .card-body .developer-name {
    min-width: 85px;
}

#detailListDeveloperTab .container .content-container .card_unit_properti,
#propertyPage .container .content-container .card_unit_properti,
#propertyPageMap .container .content-container .card_unit_properti,
#propertyPagePerumahan .container .content-container .card_unit_properti,
#propertyPageTipe .container .content-container .card_unit_properti {
    max-width: 308px;
}

#detailListDeveloperTab
    .container
    .content-container
    .card_unit_properti
    .card_img
    .img-fluid,
#propertyPage
    .container
    .content-container
    .card_unit_properti
    .card_img
    .img-fluid,
#propertyPageMap
    .container
    .content-container
    .card_unit_properti
    .card_img
    .img-fluid,
#propertyPagePerumahan
    .container
    .content-container
    .card_unit_properti
    .card_img
    .img-fluid,
#propertyPageTipe
    .container
    .content-container
    .card_unit_properti
    .card_img
    .img-fluid {
    max-width: 100%;
}

#detailListDeveloperTab .card_unit_properti .card_img .kategori,
#propertyPage .card_unit_properti .card_img .kategori,
#propertyPageMap .card_unit_properti .card_img .kategori,
#propertyPagePerumahan .card_unit_properti .card_img .kategori,
#propertyPageTipe .card_unit_properti .card_img .kategori {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 11px;
}

#detailListDeveloperTab .card_unit_properti .card-body .lokasi,
#propertyPage .card_unit_properti .card-body .lokasi,
#propertyPageMap .card_unit_properti .card-body .lokasi,
#propertyPagePerumahan .card_unit_properti .card-body .lokasi,
#propertyPageTipe .card_unit_properti .card-body .lokasi {
    font-family: Poppins;
    font-weight: 700;
}

#detailListDeveloperTab .card_unit_properti .card-body .title,
#propertyPage .card_unit_properti .card-body .title,
#propertyPageMap .card_unit_properti .card-body .title,
#propertyPagePerumahan .card_unit_properti .card-body .title,
#propertyPageTipe .card_unit_properti .card-body .title {
    font-family: Poppins;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#detailListDeveloperTab .card_unit_properti .card-body .cicilan,
#propertyPage .card_unit_properti .card-body .cicilan,
#propertyPageMap .card_unit_properti .card-body .cicilan,
#propertyPagePerumahan .card_unit_properti .card-body .cicilan,
#propertyPageTipe .card_unit_properti .card-body .cicilan {
    font-family: Poppins;
    letter-spacing: -0.2px;
}

#detailListDeveloperTab .card_unit_properti .card-body .cicilan span,
#propertyPage .card_unit_properti .card-body .cicilan span,
#propertyPageMap .card_unit_properti .card-body .cicilan span,
#propertyPagePerumahan .card_unit_properti .card-body .cicilan span,
#propertyPageTipe .card_unit_properti .card-body .cicilan span {
    font-family: Poppins;
    font-weight: 700;
}

#detailListDeveloperTab .card_unit_properti .card-body .cicilan .divider,
#propertyPage .card_unit_properti .card-body .cicilan .divider,
#propertyPageMap .card_unit_properti .card-body .cicilan .divider,
#propertyPagePerumahan .card_unit_properti .card-body .cicilan .divider,
#propertyPageTipe .card_unit_properti .card-body .cicilan .divider {
    border-right: 1px solid #666;
    height: 12px;
    margin: 0 8px;
    display: inline-block;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

#detailListDeveloperTab .card_unit_properti .card-body .developer,
#propertyPage .card_unit_properti .card-body .developer,
#propertyPageMap .card_unit_properti .card-body .developer,
#propertyPagePerumahan .card_unit_properti .card-body .developer,
#propertyPageTipe .card_unit_properti .card-body .developer {
    font-family: Poppins;
    margin-top: 8px;
    margin-bottom: 17px;
}

#detailListDeveloperTab .card_unit_properti .card-body .developer .logo,
#propertyPage .card_unit_properti .card-body .developer .logo,
#propertyPageMap .card_unit_properti .card-body .developer .logo,
#propertyPagePerumahan .card_unit_properti .card-body .developer .logo,
#propertyPageTipe .card_unit_properti .card-body .developer .logo {
    border-radius: 50%;
    border: 1px solid #eee;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#detailListDeveloperTab .card_unit_properti .card-body .developer img,
#propertyPage .card_unit_properti .card-body .developer img,
#propertyPageMap .card_unit_properti .card-body .developer img,
#propertyPagePerumahan .card_unit_properti .card-body .developer img,
#propertyPageTipe .card_unit_properti .card-body .developer img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 0;
    object-fit: cover;
}

#detailListDeveloperTab .card_unit_properti .card-body .price,
#propertyPage .card_unit_properti .card-body .price,
#propertyPageMap .card_unit_properti .card-body .price,
#propertyPagePerumahan .card_unit_properti .card-body .price,
#propertyPageTipe .card_unit_properti .card-body .price {
    font-family: Poppins;
    font-weight: 700;
}

#detailListDeveloperTab .card_unit_properti .card-body .price .mulai,
#propertyPage .card_unit_properti .card-body .price .mulai,
#propertyPageMap .card_unit_properti .card-body .price .mulai,
#propertyPagePerumahan .card_unit_properti .card-body .price .mulai,
#propertyPageTipe .card_unit_properti .card-body .price .mulai {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width: 767px) {
    #detailListDeveloperTab .card_unit_properti .card-body .price .mulai,
    #propertyPage .card_unit_properti .card-body .price .mulai,
    #propertyPageMap .card_unit_properti .card-body .price .mulai,
    #propertyPagePerumahan .card_unit_properti .card-body .price .mulai,
    #propertyPageTipe .card_unit_properti .card-body .price .mulai {
        font-size: 12px;
    }
}

#detailListDeveloperTab .card_unit_properti .card_img .like,
#propertyPage .card_unit_properti .card_img .like,
#propertyPageMap .card_unit_properti .card_img .like,
#propertyPagePerumahan .card_unit_properti .card_img .like,
#propertyPageTipe .card_unit_properti .card_img .like {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: normal;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#detailListDeveloperTab .card_unit_properti .card_img .like i:before,
#propertyPage .card_unit_properti .card_img .like i:before,
#propertyPageMap .card_unit_properti .card_img .like i:before,
#propertyPagePerumahan .card_unit_properti .card_img .like i:before,
#propertyPageTipe .card_unit_properti .card_img .like i:before {
    line-height: normal;
}

#detailListDeveloperTab .card_unit_properti .card-footer li,
#propertyPage .card_unit_properti .card-footer li,
#propertyPageMap .card_unit_properti .card-footer li,
#propertyPagePerumahan .card_unit_properti .card-footer li,
#propertyPageTipe .card_unit_properti .card-footer li {
    line-height: 1;
    font-family: Poppins;
}

#detailListDeveloperTab .nav-tabs li > span,
#detailListDeveloperTab .nav-tabs li a,
#propertyPage .nav-tabs li > span,
#propertyPage .nav-tabs li a,
#propertyPageMap .nav-tabs li > span,
#propertyPageMap .nav-tabs li a,
#propertyPagePerumahan .nav-tabs li > span,
#propertyPagePerumahan .nav-tabs li a,
#propertyPageTipe .nav-tabs li > span,
#propertyPageTipe .nav-tabs li a {
    border-bottom: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
}

#detailListDeveloperTab .nav-tabs li > span.active,
#detailListDeveloperTab .nav-tabs li > span:hover,
#detailListDeveloperTab .nav-tabs li a.active,
#detailListDeveloperTab .nav-tabs li a:hover,
#propertyPage .nav-tabs li > span.active,
#propertyPage .nav-tabs li > span:hover,
#propertyPage .nav-tabs li a.active,
#propertyPage .nav-tabs li a:hover,
#propertyPageMap .nav-tabs li > span.active,
#propertyPageMap .nav-tabs li > span:hover,
#propertyPageMap .nav-tabs li a.active,
#propertyPageMap .nav-tabs li a:hover,
#propertyPagePerumahan .nav-tabs li > span.active,
#propertyPagePerumahan .nav-tabs li > span:hover,
#propertyPagePerumahan .nav-tabs li a.active,
#propertyPagePerumahan .nav-tabs li a:hover,
#propertyPageTipe .nav-tabs li > span.active,
#propertyPageTipe .nav-tabs li > span:hover,
#propertyPageTipe .nav-tabs li a.active,
#propertyPageTipe .nav-tabs li a:hover {
    color: #0061a7;
    position: relative;
    display: inline-block;
    z-index: 0;
}

#detailListDeveloperTab .nav-tabs li > span.active:before,
#detailListDeveloperTab .nav-tabs li > span:hover:before,
#detailListDeveloperTab .nav-tabs li a.active:before,
#detailListDeveloperTab .nav-tabs li a:hover:before,
#propertyPage .nav-tabs li > span.active:before,
#propertyPage .nav-tabs li > span:hover:before,
#propertyPage .nav-tabs li a.active:before,
#propertyPage .nav-tabs li a:hover:before,
#propertyPageMap .nav-tabs li > span.active:before,
#propertyPageMap .nav-tabs li > span:hover:before,
#propertyPageMap .nav-tabs li a.active:before,
#propertyPageMap .nav-tabs li a:hover:before,
#propertyPagePerumahan .nav-tabs li > span.active:before,
#propertyPagePerumahan .nav-tabs li > span:hover:before,
#propertyPagePerumahan .nav-tabs li a.active:before,
#propertyPagePerumahan .nav-tabs li a:hover:before,
#propertyPageTipe .nav-tabs li > span.active:before,
#propertyPageTipe .nav-tabs li > span:hover:before,
#propertyPageTipe .nav-tabs li a.active:before,
#propertyPageTipe .nav-tabs li a:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 4px;
    background-color: #0061a7;
    border-radius: 8px;
    width: 100%;
}

#detailListDeveloperTab input[type="checkbox"],
#propertyPage input[type="checkbox"],
#propertyPageMap input[type="checkbox"],
#propertyPagePerumahan input[type="checkbox"],
#propertyPageTipe input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#detailListDeveloperTab input[type="radio"],
#propertyPage input[type="radio"],
#propertyPageMap input[type="radio"],
#propertyPagePerumahan input[type="radio"],
#propertyPageTipe input[type="radio"] {
    -webkit-transform: scale(1.4285714);
    transform: scale(1.4285714);
}

#detailListDeveloperTab .form-check,
#propertyPage .form-check,
#propertyPageMap .form-check,
#propertyPagePerumahan .form-check,
#propertyPageTipe .form-check {
    margin-bottom: 16px;
    padding-left: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

#detailListDeveloperTab .form-check label,
#propertyPage .form-check label,
#propertyPageMap .form-check label,
#propertyPagePerumahan .form-check label,
#propertyPageTipe .form-check label {
    margin-left: 8px;
    letter-spacing: 0.05px;
}

#detailListDeveloperTab #filter_harga span.input-group-text,
#propertyPage #filter_harga span.input-group-text,
#propertyPageMap #filter_harga span.input-group-text,
#propertyPagePerumahan #filter_harga span.input-group-text,
#propertyPageTipe #filter_harga span.input-group-text {
    font-size: 14px;
    font-weight: 700;
    font-family: Poppins;
    color: #00193e;
    padding-left: 16px;
    padding-right: 8px;
}

#detailListDeveloperTab #filter_harga input,
#propertyPage #filter_harga input,
#propertyPageMap #filter_harga input,
#propertyPagePerumahan #filter_harga input,
#propertyPageTipe #filter_harga input {
    font-size: 14px;
    font-family: Poppins;
    color: #666;
}

#detailListDeveloperTab #filter_harga .input-container,
#detailListDeveloperTab #filter_Luas_Bangunan .input-container,
#detailListDeveloperTab #filter_Luas_Tanah .input-container,
#propertyPage #filter_harga .input-container,
#propertyPage #filter_Luas_Bangunan .input-container,
#propertyPage #filter_Luas_Tanah .input-container,
#propertyPageMap #filter_harga .input-container,
#propertyPageMap #filter_Luas_Bangunan .input-container,
#propertyPageMap #filter_Luas_Tanah .input-container,
#propertyPagePerumahan #filter_harga .input-container,
#propertyPagePerumahan #filter_Luas_Bangunan .input-container,
#propertyPagePerumahan #filter_Luas_Tanah .input-container,
#propertyPageTipe #filter_harga .input-container,
#propertyPageTipe #filter_Luas_Bangunan .input-container,
#propertyPageTipe #filter_Luas_Tanah .input-container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

#detailListDeveloperTab #filter_harga .input-group,
#detailListDeveloperTab #filter_Luas_Bangunan .input-group,
#detailListDeveloperTab #filter_Luas_Tanah .input-group,
#propertyPage #filter_harga .input-group,
#propertyPage #filter_Luas_Bangunan .input-group,
#propertyPage #filter_Luas_Tanah .input-group,
#propertyPageMap #filter_harga .input-group,
#propertyPageMap #filter_Luas_Bangunan .input-group,
#propertyPageMap #filter_Luas_Tanah .input-group,
#propertyPagePerumahan #filter_harga .input-group,
#propertyPagePerumahan #filter_Luas_Bangunan .input-group,
#propertyPagePerumahan #filter_Luas_Tanah .input-group,
#propertyPageTipe #filter_harga .input-group,
#propertyPageTipe #filter_Luas_Bangunan .input-group,
#propertyPageTipe #filter_Luas_Tanah .input-group {
    max-width: 128px;
    height: 40px;
}

#detailListDeveloperTab + div footer #footer_bottom_dekstop ul li a,
#propertyPage + div footer #footer_bottom_dekstop ul li a,
#propertyPageMap + div footer #footer_bottom_dekstop ul li a,
#propertyPagePerumahan + div footer #footer_bottom_dekstop ul li a,
#propertyPageTipe + div footer #footer_bottom_dekstop ul li a {
    font-weight: 700;
}

#propertyPagePerumahan .card-review {
    padding: 15px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#propertyPagePerumahan .review-icon {
    margin-right: 9.33px;
}

#propertyPagePerumahan h5,
#propertyPagePerumahan h6 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
}

#propertyPagePerumahan h5.dark,
#propertyPagePerumahan h6.dark {
    color: #00193e;
}

#propertyPagePerumahan p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
}

#propertyPagePerumahan p.txt {
    font-size: 14px;
}

#propertyPagePerumahan .content {
    padding-top: 5px;
}

#propertyPagePerumahan .lihat-review {
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
}

#propertyPagePerumahan .lihat-review span {
    margin-right: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#propertyPagePerumahan .lihat-review span:hover {
    margin-right: 5px;
}

#propertyPagePerumahan .lihat-review img {
    width: 20px;
    height: 20px;
    padding: 0 5px;
    padding-bottom: initial;
    padding-right: 5px;
    padding-top: initial;
}

#propertyPagePerumahan .list_area {
    margin-top: 25px;
}

#propertyPagePerumahan .item_area_sekitar p {
    color: #000;
    font-size: 14px;
    margin-left: 8px;
}

#propertyPageTipeDetail .card_left_perumahan h6 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

#propertyPageTipeDetail .card_left_perumahan h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

#propertyPageTipeDetail .card_left_perumahan_lihat {
    margin-bottom: 12px;
}

#propertyPageTipeDetail .card_left_perumahan_lihat a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
}

#propertyPageTipeDetail .card_left_perumahan ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

#propertyPageTipeDetail .card_left_perumahan ul li a .info_icon {
    margin-right: 12px;
}

#propertyPageTipeDetail .card_left_perumahan .company-logo {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

#propertyPageTipeDetail .card_left_perumahan .company-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 0;
    border-radius: 0;
    object-fit: cover;
    -webkit-transform: scale(2);
    transform: scale(2);
}

#propertyPageTipeDetail .detail_unit .title_info {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}

#propertyPageTipeDetail .detail_unit .list_area .item_area_sekitar p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}

#propertyPageTipeDetail .detail_unit .kavling-btn-container {
    padding-top: 8px;
    padding-bottom: 24px;
}

#propertyPageTipeDetail .detail_unit .kavling-btn-container .btn-main {
    width: 52px;
    height: 52px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    background-color: #edf4ff;
    color: #000;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 59px;
}

#propertyPageTipeDetail .detail_unit .kavling-btn-container .active {
    background-color: #0061a7;
    color: #fff;
}

#propertyPageTipeDetail .detail_unit .kavling-image {
    width: 94.7%;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    margin: 0 16px;
}

#propertyPageTipeDetail .list_area {
    margin-top: 25px;
}

#checkbox-member:hover {
    background-color: transparent;
}

#propertyPageOverflowKPR .modal-body,
#propertyPageOverflowKPR .modal-footer,
#propertyPageOverflowKPR .modal-header {
    width: 600px;
}

#propertyPageOverflowKPR .modal-body {
    padding-left: 60px;
    padding-right: 60px;
}

#propertyPageOverflowKPR .revamp-note-simulasi {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: -0.04px;
    padding-top: 16px;
}

#propertyPageOverflowKPR .modal-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border: none;
    padding-top: 8px;
    padding-bottom: 24px;
}

#propertyPageOverflowKPR .modal-footer .btn-main {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    width: 480px;
    height: 48px;
    margin-left: 17px;
}

#propertyPageOverflowKPR #ajukanKPR {
    background-color: rgba(0, 25, 62, 0.5);
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog {
    position: relative;
    margin-top: 74px;
    margin-bottom: -1px;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .btn-close {
    position: absolute;
    top: 36.59px;
    right: 32.59px;
    background: none;
    opacity: 1;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-header {
    padding-top: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    border: none;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-header h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #000;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body .form-group {
    margin-bottom: 16px;
    width: 368px;
    margin-left: -28px;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .form-group
    label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #00193e;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body .input-group {
    position: relative;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .input-group
    span.prefix-label {
    font-family: Poppins;
    position: absolute;
    z-index: 99;
    font-weight: 700;
    top: 12px;
    left: 16px;
    color: #00193e;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .input-group
    span.postfix-label {
    position: absolute;
    z-index: 99;
    font-weight: 700;
    top: 13px;
    right: 16px;
    color: #888;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .input-group
    .form-control {
    padding-left: 40px;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body .uang-muka {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .uang-muka-persen {
    position: relative;
    max-width: 110px;
    bottom: 14px;
    padding-left: 16px !important;
    padding-right: 54px !important;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .list-item-title {
    margin-bottom: 4px;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .list-item-subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .KprKonvensionalMulai,
#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .KprSyariahMulai {
    margin-bottom: 4px;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .KprKonvensionalSukuBunga,
#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .media-body
    .KprSyariahSukuBunga {
    margin-bottom: 8px;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body .media-body a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #0061a7;
}

#propertyPageOverflowKPR
    #ajukanKPR
    .modal-dialog
    .modal-body
    .list-radio-vertical
    .list-item {
    margin-bottom: 18px;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body input,
#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body select {
    font-family: Poppins;
    font-size: 14px;
    height: 48px;
    border-radius: 8px;
    color: #00193e;
}

#propertyPageOverflowKPR #ajukanKPR .modal-dialog .modal-body select {
    width: 240px;
}

.saveBackdrop {
    background-color: #00193e;
}

@media only screen and (max-width: 768px) {
    .saveDialog {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 20px;
    }
}

.saveDialog .modal-content {
    border-radius: 8px;
}

.saveDialog .modal-header {
    display: block;
    padding: 70px 0 40px;
    position: relative;
    border: none;
}

@media only screen and (max-width: 768px) {
    .saveDialog .modal-header {
        padding: 60px 0 16px;
    }
}

.saveDialog .modal-header .modal-title {
    text-align: center;
    line-height: 130%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
}

@media only screen and (max-width: 768px) {
    .saveDialog .modal-header .modal-title {
        font-size: 24px;
    }
}

.saveDialog .modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
}

@media only screen and (max-width: 768px) {
    .saveDialog .modal-header .close {
        top: 20px;
        right: 20px;
    }
}

.saveDialog .modal-header .close button {
    font-size: 16px;
    color: #0061a7;
    background-color: transparent;
    border: none;
    padding: 0;
}

.saveDialog .modal-body {
    padding: 0 60px 120px;
}

@media only screen and (max-width: 768px) {
    .saveDialog .modal-body {
        padding: 0 20px 120px;
    }
}

.saveDialog .modal-body h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #00193e;
    margin-bottom: 6px;
    font-family: Poppins;
}

.saveDialog .modal-body .form-control {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #aaa;
    padding: 16px;
    border: 1px solid #aaa;
    border-radius: 8px;
    margin-bottom: 46px;
}

@media only screen and (max-width: 768px) {
    .saveDialog .modal-body .form-control {
        margin-bottom: 28px;
    }
}

.saveDialog .modal-body .form-control::-webkit-input-placeholder {
    color: #aaa;
}

.saveDialog .modal-body .form-control::-moz-placeholder {
    color: #aaa;
}

.saveDialog .modal-body .form-control:-ms-input-placeholder {
    color: #aaa;
}

.saveDialog .modal-body .form-control::placeholder {
    color: #aaa;
}

.saveDialog .modal-body button {
    background: #0061a7;
    border-radius: 100px;
    padding: 13px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    #propertyPageOverflowKPR .modal-body {
        padding-left: 16px !important;
    }

    #propertyPageOverflowKPR #ajukanKPR .modal-dialog {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }
}

#SejarahSlide .slick-list {
    overflow: visible;
}

#SejarahSlide img {
    max-width: 250px;
}

@media only screen and (max-width: 576px) {
    #SejarahSlide img {
        max-width: 50%;
    }
}

#SejarahSlide .item {
    line-height: 106px;
    font-size: 80px;
    font-family: Poppins;
    font-weight: 700;
    margin-top: auto;
    color: #0061a7;
    opacity: 0.1;
    margin-bottom: 16px;
}

@media only screen and (max-width: 576px) {
    #SejarahSlide .item {
        line-height: 12px;
        font-size: 36px;
        margin-top: 8px;
    }
}

#SejarahSlide .deskripsi {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    color: #00193e;
}

#SejarahSlide .judul {
    font-size: 24px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 150%;
    color: #0061a7;
}

@media only screen and (max-width: 576px) {
    #SejarahSlide .judul {
        font-size: 20px;
    }
}

#SejarahSlide .content {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    grid-gap: 80px;
    gap: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 576px) {
    #SejarahSlide .content {
        grid-gap: 20px;
        gap: 20px;
        padding-right: 20px;
    }
}
