@charset "UTF-8";
@use "sass:color";
#bootstrap-cfd, #bootstrap-cfd * {
all: revert;
}
#bootstrap-cfd {               }
#bootstrap-cfd :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #D0143A;
--bs-orange: #fd7e14;
--bs-yellow: #FECB00;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #FECB00;
--bs-danger: #D0143A;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--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-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
#bootstrap-cfd *,
#bootstrap-cfd *::before,
#bootstrap-cfd *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
#bootstrap-cfd :root {
scroll-behavior: smooth;
}
}
#bootstrap-cfd body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bootstrap-cfd hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
#bootstrap-cfd hr:not([size]) {
height: 1px;
}
#bootstrap-cfd h1, #bootstrap-cfd h2, #bootstrap-cfd h3, #bootstrap-cfd h4, #bootstrap-cfd h5, #bootstrap-cfd h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
#bootstrap-cfd h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
#bootstrap-cfd h1 {
font-size: 2.5rem;
}
}
#bootstrap-cfd h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
#bootstrap-cfd h2 {
font-size: 2rem;
}
}
#bootstrap-cfd h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
#bootstrap-cfd h3 {
font-size: 1.75rem;
}
}
#bootstrap-cfd h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
#bootstrap-cfd h4 {
font-size: 1.5rem;
}
}
#bootstrap-cfd h5 {
font-size: 1.25rem;
}
#bootstrap-cfd h6 {
font-size: 1rem;
}
#bootstrap-cfd p {
margin-top: 0;
margin-bottom: 1rem;
}
#bootstrap-cfd abbr[title],
#bootstrap-cfd abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
#bootstrap-cfd address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
#bootstrap-cfd ol,
#bootstrap-cfd ul {
padding-left: 2rem;
}
#bootstrap-cfd ol,
#bootstrap-cfd ul,
#bootstrap-cfd dl {
margin-top: 0;
margin-bottom: 1rem;
}
#bootstrap-cfd ol ol,
#bootstrap-cfd ul ul,
#bootstrap-cfd ol ul,
#bootstrap-cfd ul ol {
margin-bottom: 0;
}
#bootstrap-cfd dt {
font-weight: 700;
}
#bootstrap-cfd dd {
margin-bottom: .5rem;
margin-left: 0;
}
#bootstrap-cfd blockquote {
margin: 0 0 1rem;
}
#bootstrap-cfd b,
#bootstrap-cfd strong {
font-weight: bolder;
}
#bootstrap-cfd small {
font-size: 0.875em;
}
#bootstrap-cfd mark {
padding: 0.2em;
background-color: #fcf8e3;
}
#bootstrap-cfd sub,
#bootstrap-cfd sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
#bootstrap-cfd sub {
bottom: -.25em;
}
#bootstrap-cfd sup {
top: -.5em;
}
#bootstrap-cfd a {
color: #0d6efd;
text-decoration: underline;
}
#bootstrap-cfd a:hover {
color: #0a58ca;
}
#bootstrap-cfd a:not([href]):not([class]), #bootstrap-cfd a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
#bootstrap-cfd pre,
#bootstrap-cfd code,
#bootstrap-cfd kbd,
#bootstrap-cfd samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr ;
unicode-bidi: bidi-override;
}
#bootstrap-cfd pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
#bootstrap-cfd pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
#bootstrap-cfd code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > #bootstrap-cfd code {
color: inherit;
}
#bootstrap-cfd kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
#bootstrap-cfd kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
#bootstrap-cfd figure {
margin: 0 0 1rem;
}
#bootstrap-cfd img,
#bootstrap-cfd svg {
vertical-align: middle;
}
#bootstrap-cfd table {
caption-side: bottom;
border-collapse: collapse;
}
#bootstrap-cfd caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
#bootstrap-cfd th {
text-align: inherit;
text-align: -webkit-match-parent;
}
#bootstrap-cfd thead,
#bootstrap-cfd tbody,
#bootstrap-cfd tfoot,
#bootstrap-cfd tr,
#bootstrap-cfd td,
#bootstrap-cfd th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
#bootstrap-cfd label {
display: inline-block;
}
#bootstrap-cfd button {
border-radius: 0;
}
#bootstrap-cfd button:focus:not(:focus-visible) {
outline: 0;
}
#bootstrap-cfd input,
#bootstrap-cfd button,
#bootstrap-cfd select,
#bootstrap-cfd optgroup,
#bootstrap-cfd textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
#bootstrap-cfd button,
#bootstrap-cfd select {
text-transform: none;
}
#bootstrap-cfd [role="button"] {
cursor: pointer;
}
#bootstrap-cfd select {
word-wrap: normal;
}
#bootstrap-cfd select:disabled {
opacity: 1;
}
#bootstrap-cfd [list]::-webkit-calendar-picker-indicator {
display: none;
}
#bootstrap-cfd button,
#bootstrap-cfd [type="button"],
#bootstrap-cfd [type="reset"],
#bootstrap-cfd [type="submit"] {
-webkit-appearance: button;
}
#bootstrap-cfd button:not(:disabled),
#bootstrap-cfd [type="button"]:not(:disabled),
#bootstrap-cfd [type="reset"]:not(:disabled),
#bootstrap-cfd [type="submit"]:not(:disabled) {
cursor: pointer;
}
#bootstrap-cfd ::-moz-focus-inner {
padding: 0;
border-style: none;
}
#bootstrap-cfd textarea {
resize: vertical;
}
#bootstrap-cfd fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
#bootstrap-cfd legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
#bootstrap-cfd legend {
font-size: 1.5rem;
}
}
#bootstrap-cfd legend + * {
clear: left;
}
#bootstrap-cfd ::-webkit-datetime-edit-fields-wrapper,
#bootstrap-cfd ::-webkit-datetime-edit-text,
#bootstrap-cfd ::-webkit-datetime-edit-minute,
#bootstrap-cfd ::-webkit-datetime-edit-hour-field,
#bootstrap-cfd ::-webkit-datetime-edit-day-field,
#bootstrap-cfd ::-webkit-datetime-edit-month-field,
#bootstrap-cfd ::-webkit-datetime-edit-year-field {
padding: 0;
}
#bootstrap-cfd ::-webkit-inner-spin-button {
height: auto;
}
#bootstrap-cfd [type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
#bootstrap-cfd ::-webkit-search-decoration {
-webkit-appearance: none;
}
#bootstrap-cfd ::-webkit-color-swatch-wrapper {
padding: 0;
}
#bootstrap-cfd ::file-selector-button {
font: inherit;
}
#bootstrap-cfd ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
#bootstrap-cfd output {
display: inline-block;
}
#bootstrap-cfd iframe {
border: 0;
}
#bootstrap-cfd summary {
display: list-item;
cursor: pointer;
}
#bootstrap-cfd progress {
vertical-align: baseline;
}
#bootstrap-cfd [hidden] {
display: none !important;
}
#bootstrap-cfd .container,
#bootstrap-cfd .container-fluid,
#bootstrap-cfd .container-sm,
#bootstrap-cfd .container-md,
#bootstrap-cfd .container-lg,
#bootstrap-cfd .container-xl,
#bootstrap-cfd .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) {
#bootstrap-cfd .container, #bootstrap-cfd .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
#bootstrap-cfd .container, #bootstrap-cfd .container-sm, #bootstrap-cfd .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .container, #bootstrap-cfd .container-sm, #bootstrap-cfd .container-md, #bootstrap-cfd .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .container, #bootstrap-cfd .container-sm, #bootstrap-cfd .container-md, #bootstrap-cfd .container-lg, #bootstrap-cfd .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
#bootstrap-cfd .container, #bootstrap-cfd .container-sm, #bootstrap-cfd .container-md, #bootstrap-cfd .container-lg, #bootstrap-cfd .container-xl, #bootstrap-cfd .container-xxl {
max-width: 1320px;
}
}
#bootstrap-cfd .row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
#bootstrap-cfd .row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
#bootstrap-cfd .col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
@media (min-width: 576px) {
#bootstrap-cfd .col-sm {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-sm-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
}
@media (min-width: 768px) {
#bootstrap-cfd .col-md {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-md-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .col-lg {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-lg-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .col-xl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-xl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
}
@media (min-width: 1400px) {
#bootstrap-cfd .col-xxl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
#bootstrap-cfd .row-cols-xxl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .row-cols-xxl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .row-cols-xxl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .row-cols-xxl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .row-cols-xxl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .row-cols-xxl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
#bootstrap-cfd .row-cols-xxl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
}
#bootstrap-cfd .col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-0,
#bootstrap-cfd .gx-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-0,
#bootstrap-cfd .gy-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-1,
#bootstrap-cfd .gx-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-1,
#bootstrap-cfd .gy-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-2,
#bootstrap-cfd .gx-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-2,
#bootstrap-cfd .gy-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-3,
#bootstrap-cfd .gx-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-3,
#bootstrap-cfd .gy-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-4,
#bootstrap-cfd .gx-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-4,
#bootstrap-cfd .gy-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-5,
#bootstrap-cfd .gx-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-5,
#bootstrap-cfd .gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
#bootstrap-cfd .col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-sm-0 {
margin-left: 0;
}
#bootstrap-cfd .offset-sm-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-sm-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-sm-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-sm-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-sm-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-sm-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-sm-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-sm-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-sm-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-sm-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-sm-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-sm-0,
#bootstrap-cfd .gx-sm-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-sm-0,
#bootstrap-cfd .gy-sm-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-sm-1,
#bootstrap-cfd .gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-sm-1,
#bootstrap-cfd .gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-sm-2,
#bootstrap-cfd .gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-sm-2,
#bootstrap-cfd .gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-sm-3,
#bootstrap-cfd .gx-sm-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-sm-3,
#bootstrap-cfd .gy-sm-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-sm-4,
#bootstrap-cfd .gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-sm-4,
#bootstrap-cfd .gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-sm-5,
#bootstrap-cfd .gx-sm-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-sm-5,
#bootstrap-cfd .gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
#bootstrap-cfd .col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-md-0 {
margin-left: 0;
}
#bootstrap-cfd .offset-md-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-md-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-md-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-md-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-md-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-md-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-md-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-md-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-md-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-md-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-md-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-md-0,
#bootstrap-cfd .gx-md-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-md-0,
#bootstrap-cfd .gy-md-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-md-1,
#bootstrap-cfd .gx-md-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-md-1,
#bootstrap-cfd .gy-md-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-md-2,
#bootstrap-cfd .gx-md-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-md-2,
#bootstrap-cfd .gy-md-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-md-3,
#bootstrap-cfd .gx-md-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-md-3,
#bootstrap-cfd .gy-md-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-md-4,
#bootstrap-cfd .gx-md-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-md-4,
#bootstrap-cfd .gy-md-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-md-5,
#bootstrap-cfd .gx-md-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-md-5,
#bootstrap-cfd .gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-lg-0 {
margin-left: 0;
}
#bootstrap-cfd .offset-lg-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-lg-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-lg-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-lg-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-lg-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-lg-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-lg-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-lg-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-lg-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-lg-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-lg-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-lg-0,
#bootstrap-cfd .gx-lg-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-lg-0,
#bootstrap-cfd .gy-lg-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-lg-1,
#bootstrap-cfd .gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-lg-1,
#bootstrap-cfd .gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-lg-2,
#bootstrap-cfd .gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-lg-2,
#bootstrap-cfd .gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-lg-3,
#bootstrap-cfd .gx-lg-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-lg-3,
#bootstrap-cfd .gy-lg-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-lg-4,
#bootstrap-cfd .gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-lg-4,
#bootstrap-cfd .gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-lg-5,
#bootstrap-cfd .gx-lg-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-lg-5,
#bootstrap-cfd .gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-xl-0 {
margin-left: 0;
}
#bootstrap-cfd .offset-xl-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-xl-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-xl-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-xl-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-xl-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-xl-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-xl-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-xl-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-xl-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-xl-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-xl-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-xl-0,
#bootstrap-cfd .gx-xl-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-xl-0,
#bootstrap-cfd .gy-xl-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-xl-1,
#bootstrap-cfd .gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-xl-1,
#bootstrap-cfd .gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-xl-2,
#bootstrap-cfd .gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-xl-2,
#bootstrap-cfd .gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-xl-3,
#bootstrap-cfd .gx-xl-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-xl-3,
#bootstrap-cfd .gy-xl-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-xl-4,
#bootstrap-cfd .gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-xl-4,
#bootstrap-cfd .gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-xl-5,
#bootstrap-cfd .gx-xl-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-xl-5,
#bootstrap-cfd .gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
#bootstrap-cfd .col-xxl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
#bootstrap-cfd .col-xxl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
#bootstrap-cfd .col-xxl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
#bootstrap-cfd .col-xxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
#bootstrap-cfd .col-xxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
#bootstrap-cfd .col-xxl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
#bootstrap-cfd .col-xxl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
#bootstrap-cfd .col-xxl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
#bootstrap-cfd .col-xxl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
#bootstrap-cfd .col-xxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
#bootstrap-cfd .col-xxl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
#bootstrap-cfd .col-xxl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
#bootstrap-cfd .col-xxl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
#bootstrap-cfd .offset-xxl-0 {
margin-left: 0;
}
#bootstrap-cfd .offset-xxl-1 {
margin-left: 8.33333%;
}
#bootstrap-cfd .offset-xxl-2 {
margin-left: 16.66667%;
}
#bootstrap-cfd .offset-xxl-3 {
margin-left: 25%;
}
#bootstrap-cfd .offset-xxl-4 {
margin-left: 33.33333%;
}
#bootstrap-cfd .offset-xxl-5 {
margin-left: 41.66667%;
}
#bootstrap-cfd .offset-xxl-6 {
margin-left: 50%;
}
#bootstrap-cfd .offset-xxl-7 {
margin-left: 58.33333%;
}
#bootstrap-cfd .offset-xxl-8 {
margin-left: 66.66667%;
}
#bootstrap-cfd .offset-xxl-9 {
margin-left: 75%;
}
#bootstrap-cfd .offset-xxl-10 {
margin-left: 83.33333%;
}
#bootstrap-cfd .offset-xxl-11 {
margin-left: 91.66667%;
}
#bootstrap-cfd .g-xxl-0,
#bootstrap-cfd .gx-xxl-0 {
--bs-gutter-x: 0;
}
#bootstrap-cfd .g-xxl-0,
#bootstrap-cfd .gy-xxl-0 {
--bs-gutter-y: 0;
}
#bootstrap-cfd .g-xxl-1,
#bootstrap-cfd .gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
#bootstrap-cfd .g-xxl-1,
#bootstrap-cfd .gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
#bootstrap-cfd .g-xxl-2,
#bootstrap-cfd .gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
#bootstrap-cfd .g-xxl-2,
#bootstrap-cfd .gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
#bootstrap-cfd .g-xxl-3,
#bootstrap-cfd .gx-xxl-3 {
--bs-gutter-x: 1rem;
}
#bootstrap-cfd .g-xxl-3,
#bootstrap-cfd .gy-xxl-3 {
--bs-gutter-y: 1rem;
}
#bootstrap-cfd .g-xxl-4,
#bootstrap-cfd .gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
#bootstrap-cfd .g-xxl-4,
#bootstrap-cfd .gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
#bootstrap-cfd .g-xxl-5,
#bootstrap-cfd .gx-xxl-5 {
--bs-gutter-x: 3rem;
}
#bootstrap-cfd .g-xxl-5,
#bootstrap-cfd .gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .table > :not(caption) > * > * {
padding: 0.5rem 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);
}
#bootstrap-cfd .table > tbody {
vertical-align: inherit;
}
#bootstrap-cfd .table > thead {
vertical-align: bottom;
}
#bootstrap-cfd .table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
#bootstrap-cfd .caption-top {
caption-side: top;
}
#bootstrap-cfd .table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
#bootstrap-cfd .table-bordered > :not(caption) > * {
border-width: 1px 0;
}
#bootstrap-cfd .table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
#bootstrap-cfd .table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
#bootstrap-cfd .table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
#bootstrap-cfd .table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
#bootstrap-cfd .table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .table-warning {
--bs-table-bg: #fff5cc;
--bs-table-striped-bg: #f2e9c2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6ddb8;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece3bd;
--bs-table-hover-color: #000;
color: #000;
border-color: #e6ddb8;
}
#bootstrap-cfd .table-danger {
--bs-table-bg: #f6d0d8;
--bs-table-striped-bg: #eac6cd;
--bs-table-striped-color: #000;
--bs-table-active-bg: #ddbbc2;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e4c0c8;
--bs-table-hover-color: #000;
color: #000;
border-color: #ddbbc2;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
#bootstrap-cfd .table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
#bootstrap-cfd .table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
#bootstrap-cfd .table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
#bootstrap-cfd .table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
#bootstrap-cfd .table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
#bootstrap-cfd .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) {
#bootstrap-cfd .btn {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .btn:hover {
color: #212529;
}
.btn-check:focus + #bootstrap-cfd .btn, #bootstrap-cfd .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);
}
#bootstrap-cfd .btn:disabled, #bootstrap-cfd .btn.disabled,
fieldset:disabled #bootstrap-cfd .btn {
pointer-events: none;
opacity: 0.65;
}
#bootstrap-cfd .btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
#bootstrap-cfd .btn-primary:hover {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
}
.btn-check:focus + #bootstrap-cfd .btn-primary, #bootstrap-cfd .btn-primary:focus {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
-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:checked + #bootstrap-cfd .btn-primary,
.btn-check:active + #bootstrap-cfd .btn-primary, #bootstrap-cfd .btn-primary:active, #bootstrap-cfd .btn-primary.active,
.show > #bootstrap-cfd .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0a58ca;
border-color: #0a53be;
}
.btn-check:checked + #bootstrap-cfd .btn-primary:focus,
.btn-check:active + #bootstrap-cfd .btn-primary:focus, #bootstrap-cfd .btn-primary:active:focus, #bootstrap-cfd .btn-primary.active:focus,
.show > #bootstrap-cfd .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);
}
#bootstrap-cfd .btn-primary:disabled, #bootstrap-cfd .btn-primary.disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
#bootstrap-cfd .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#bootstrap-cfd .btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + #bootstrap-cfd .btn-secondary, #bootstrap-cfd .btn-secondary:focus {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-secondary,
.btn-check:active + #bootstrap-cfd .btn-secondary, #bootstrap-cfd .btn-secondary:active, #bootstrap-cfd .btn-secondary.active,
.show > #bootstrap-cfd .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:checked + #bootstrap-cfd .btn-secondary:focus,
.btn-check:active + #bootstrap-cfd .btn-secondary:focus, #bootstrap-cfd .btn-secondary:active:focus, #bootstrap-cfd .btn-secondary.active:focus,
.show > #bootstrap-cfd .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
#bootstrap-cfd .btn-secondary:disabled, #bootstrap-cfd .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
#bootstrap-cfd .btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
#bootstrap-cfd .btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + #bootstrap-cfd .btn-success, #bootstrap-cfd .btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
-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:checked + #bootstrap-cfd .btn-success,
.btn-check:active + #bootstrap-cfd .btn-success, #bootstrap-cfd .btn-success:active, #bootstrap-cfd .btn-success.active,
.show > #bootstrap-cfd .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:checked + #bootstrap-cfd .btn-success:focus,
.btn-check:active + #bootstrap-cfd .btn-success:focus, #bootstrap-cfd .btn-success:active:focus, #bootstrap-cfd .btn-success.active:focus,
.show > #bootstrap-cfd .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);
}
#bootstrap-cfd .btn-success:disabled, #bootstrap-cfd .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
#bootstrap-cfd .btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
#bootstrap-cfd .btn-info:hover {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
}
.btn-check:focus + #bootstrap-cfd .btn-info, #bootstrap-cfd .btn-info:focus {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
-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:checked + #bootstrap-cfd .btn-info,
.btn-check:active + #bootstrap-cfd .btn-info, #bootstrap-cfd .btn-info:active, #bootstrap-cfd .btn-info.active,
.show > #bootstrap-cfd .btn-info.dropdown-toggle {
color: #000;
background-color: #3dd5f3;
border-color: #25cff2;
}
.btn-check:checked + #bootstrap-cfd .btn-info:focus,
.btn-check:active + #bootstrap-cfd .btn-info:focus, #bootstrap-cfd .btn-info:active:focus, #bootstrap-cfd .btn-info.active:focus,
.show > #bootstrap-cfd .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);
}
#bootstrap-cfd .btn-info:disabled, #bootstrap-cfd .btn-info.disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
#bootstrap-cfd .btn-warning {
color: #000;
background-color: #FECB00;
border-color: #FECB00;
}
#bootstrap-cfd .btn-warning:hover {
color: #000;
background-color: #fed326;
border-color: #fed01a;
}
.btn-check:focus + #bootstrap-cfd .btn-warning, #bootstrap-cfd .btn-warning:focus {
color: #000;
background-color: #fed326;
border-color: #fed01a;
-webkit-box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-warning,
.btn-check:active + #bootstrap-cfd .btn-warning, #bootstrap-cfd .btn-warning:active, #bootstrap-cfd .btn-warning.active,
.show > #bootstrap-cfd .btn-warning.dropdown-toggle {
color: #000;
background-color: #fed533;
border-color: #fed01a;
}
.btn-check:checked + #bootstrap-cfd .btn-warning:focus,
.btn-check:active + #bootstrap-cfd .btn-warning:focus, #bootstrap-cfd .btn-warning:active:focus, #bootstrap-cfd .btn-warning.active:focus,
.show > #bootstrap-cfd .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
}
#bootstrap-cfd .btn-warning:disabled, #bootstrap-cfd .btn-warning.disabled {
color: #000;
background-color: #FECB00;
border-color: #FECB00;
}
#bootstrap-cfd .btn-danger {
color: #fff;
background-color: #D0143A;
border-color: #D0143A;
}
#bootstrap-cfd .btn-danger:hover {
color: #fff;
background-color: #b11131;
border-color: #a6102e;
}
.btn-check:focus + #bootstrap-cfd .btn-danger, #bootstrap-cfd .btn-danger:focus {
color: #fff;
background-color: #b11131;
border-color: #a6102e;
-webkit-box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-danger,
.btn-check:active + #bootstrap-cfd .btn-danger, #bootstrap-cfd .btn-danger:active, #bootstrap-cfd .btn-danger.active,
.show > #bootstrap-cfd .btn-danger.dropdown-toggle {
color: #fff;
background-color: #a6102e;
border-color: #9c0f2c;
}
.btn-check:checked + #bootstrap-cfd .btn-danger:focus,
.btn-check:active + #bootstrap-cfd .btn-danger:focus, #bootstrap-cfd .btn-danger:active:focus, #bootstrap-cfd .btn-danger.active:focus,
.show > #bootstrap-cfd .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
}
#bootstrap-cfd .btn-danger:disabled, #bootstrap-cfd .btn-danger.disabled {
color: #fff;
background-color: #D0143A;
border-color: #D0143A;
}
#bootstrap-cfd .btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#bootstrap-cfd .btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + #bootstrap-cfd .btn-light, #bootstrap-cfd .btn-light:focus {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-light,
.btn-check:active + #bootstrap-cfd .btn-light, #bootstrap-cfd .btn-light:active, #bootstrap-cfd .btn-light.active,
.show > #bootstrap-cfd .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:checked + #bootstrap-cfd .btn-light:focus,
.btn-check:active + #bootstrap-cfd .btn-light:focus, #bootstrap-cfd .btn-light:active:focus, #bootstrap-cfd .btn-light.active:focus,
.show > #bootstrap-cfd .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
#bootstrap-cfd .btn-light:disabled, #bootstrap-cfd .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
#bootstrap-cfd .btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
#bootstrap-cfd .btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + #bootstrap-cfd .btn-dark, #bootstrap-cfd .btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
-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:checked + #bootstrap-cfd .btn-dark,
.btn-check:active + #bootstrap-cfd .btn-dark, #bootstrap-cfd .btn-dark:active, #bootstrap-cfd .btn-dark.active,
.show > #bootstrap-cfd .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:checked + #bootstrap-cfd .btn-dark:focus,
.btn-check:active + #bootstrap-cfd .btn-dark:focus, #bootstrap-cfd .btn-dark:active:focus, #bootstrap-cfd .btn-dark.active:focus,
.show > #bootstrap-cfd .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);
}
#bootstrap-cfd .btn-dark:disabled, #bootstrap-cfd .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
#bootstrap-cfd .btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
#bootstrap-cfd .btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-primary, #bootstrap-cfd .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:checked + #bootstrap-cfd .btn-outline-primary,
.btn-check:active + #bootstrap-cfd .btn-outline-primary, #bootstrap-cfd .btn-outline-primary:active, #bootstrap-cfd .btn-outline-primary.active, #bootstrap-cfd .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-primary:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-primary:focus, #bootstrap-cfd .btn-outline-primary:active:focus, #bootstrap-cfd .btn-outline-primary.active:focus, #bootstrap-cfd .btn-outline-primary.dropdown-toggle.show: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);
}
#bootstrap-cfd .btn-outline-primary:disabled, #bootstrap-cfd .btn-outline-primary.disabled {
color: #0d6efd;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
#bootstrap-cfd .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-secondary, #bootstrap-cfd .btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-outline-secondary,
.btn-check:active + #bootstrap-cfd .btn-outline-secondary, #bootstrap-cfd .btn-outline-secondary:active, #bootstrap-cfd .btn-outline-secondary.active, #bootstrap-cfd .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-secondary:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-secondary:focus, #bootstrap-cfd .btn-outline-secondary:active:focus, #bootstrap-cfd .btn-outline-secondary.active:focus, #bootstrap-cfd .btn-outline-secondary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
#bootstrap-cfd .btn-outline-secondary:disabled, #bootstrap-cfd .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-success {
color: #198754;
border-color: #198754;
}
#bootstrap-cfd .btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-success, #bootstrap-cfd .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:checked + #bootstrap-cfd .btn-outline-success,
.btn-check:active + #bootstrap-cfd .btn-outline-success, #bootstrap-cfd .btn-outline-success:active, #bootstrap-cfd .btn-outline-success.active, #bootstrap-cfd .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-success:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-success:focus, #bootstrap-cfd .btn-outline-success:active:focus, #bootstrap-cfd .btn-outline-success.active:focus, #bootstrap-cfd .btn-outline-success.dropdown-toggle.show: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);
}
#bootstrap-cfd .btn-outline-success:disabled, #bootstrap-cfd .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
#bootstrap-cfd .btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-info, #bootstrap-cfd .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:checked + #bootstrap-cfd .btn-outline-info,
.btn-check:active + #bootstrap-cfd .btn-outline-info, #bootstrap-cfd .btn-outline-info:active, #bootstrap-cfd .btn-outline-info.active, #bootstrap-cfd .btn-outline-info.dropdown-toggle.show {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-info:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-info:focus, #bootstrap-cfd .btn-outline-info:active:focus, #bootstrap-cfd .btn-outline-info.active:focus, #bootstrap-cfd .btn-outline-info.dropdown-toggle.show: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);
}
#bootstrap-cfd .btn-outline-info:disabled, #bootstrap-cfd .btn-outline-info.disabled {
color: #0dcaf0;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-warning {
color: #FECB00;
border-color: #FECB00;
}
#bootstrap-cfd .btn-outline-warning:hover {
color: #000;
background-color: #FECB00;
border-color: #FECB00;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-warning, #bootstrap-cfd .btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-outline-warning,
.btn-check:active + #bootstrap-cfd .btn-outline-warning, #bootstrap-cfd .btn-outline-warning:active, #bootstrap-cfd .btn-outline-warning.active, #bootstrap-cfd .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #FECB00;
border-color: #FECB00;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-warning:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-warning:focus, #bootstrap-cfd .btn-outline-warning:active:focus, #bootstrap-cfd .btn-outline-warning.active:focus, #bootstrap-cfd .btn-outline-warning.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
}
#bootstrap-cfd .btn-outline-warning:disabled, #bootstrap-cfd .btn-outline-warning.disabled {
color: #FECB00;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-danger {
color: #D0143A;
border-color: #D0143A;
}
#bootstrap-cfd .btn-outline-danger:hover {
color: #fff;
background-color: #D0143A;
border-color: #D0143A;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-danger, #bootstrap-cfd .btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
}
.btn-check:checked + #bootstrap-cfd .btn-outline-danger,
.btn-check:active + #bootstrap-cfd .btn-outline-danger, #bootstrap-cfd .btn-outline-danger:active, #bootstrap-cfd .btn-outline-danger.active, #bootstrap-cfd .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #D0143A;
border-color: #D0143A;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-danger:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-danger:focus, #bootstrap-cfd .btn-outline-danger:active:focus, #bootstrap-cfd .btn-outline-danger.active:focus, #bootstrap-cfd .btn-outline-danger.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
}
#bootstrap-cfd .btn-outline-danger:disabled, #bootstrap-cfd .btn-outline-danger.disabled {
color: #D0143A;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
#bootstrap-cfd .btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-light, #bootstrap-cfd .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:checked + #bootstrap-cfd .btn-outline-light,
.btn-check:active + #bootstrap-cfd .btn-outline-light, #bootstrap-cfd .btn-outline-light:active, #bootstrap-cfd .btn-outline-light.active, #bootstrap-cfd .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-light:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-light:focus, #bootstrap-cfd .btn-outline-light:active:focus, #bootstrap-cfd .btn-outline-light.active:focus, #bootstrap-cfd .btn-outline-light.dropdown-toggle.show: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);
}
#bootstrap-cfd .btn-outline-light:disabled, #bootstrap-cfd .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
#bootstrap-cfd .btn-outline-dark {
color: #212529;
border-color: #212529;
}
#bootstrap-cfd .btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + #bootstrap-cfd .btn-outline-dark, #bootstrap-cfd .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:checked + #bootstrap-cfd .btn-outline-dark,
.btn-check:active + #bootstrap-cfd .btn-outline-dark, #bootstrap-cfd .btn-outline-dark:active, #bootstrap-cfd .btn-outline-dark.active, #bootstrap-cfd .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + #bootstrap-cfd .btn-outline-dark:focus,
.btn-check:active + #bootstrap-cfd .btn-outline-dark:focus, #bootstrap-cfd .btn-outline-dark:active:focus, #bootstrap-cfd .btn-outline-dark.active:focus, #bootstrap-cfd .btn-outline-dark.dropdown-toggle.show: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);
}
#bootstrap-cfd .btn-outline-dark:disabled, #bootstrap-cfd .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
#bootstrap-cfd .btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
#bootstrap-cfd .btn-link:hover {
color: #0a58ca;
}
#bootstrap-cfd .btn-link:disabled, #bootstrap-cfd .btn-link.disabled {
color: #6c757d;
}
#bootstrap-cfd .btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
#bootstrap-cfd .btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
#bootstrap-cfd .fade {
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
#bootstrap-cfd .fade {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .fade:not(.show) {
opacity: 0;
}
#bootstrap-cfd .collapse:not(.show) {
display: none;
}
#bootstrap-cfd .collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
#bootstrap-cfd .collapsing {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
#bootstrap-cfd .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) {
#bootstrap-cfd .nav-link {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .nav-link:hover, #bootstrap-cfd .nav-link:focus {
color: #0a58ca;
}
#bootstrap-cfd .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
#bootstrap-cfd .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .nav-tabs .nav-link:hover, #bootstrap-cfd .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
#bootstrap-cfd .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
#bootstrap-cfd .nav-tabs .nav-link.active,
#bootstrap-cfd .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
#bootstrap-cfd .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#bootstrap-cfd .nav-pills .nav-link {
background: none;
border: 0;
border-radius: 0.25rem;
}
#bootstrap-cfd .nav-pills .nav-link.active,
#bootstrap-cfd .nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
#bootstrap-cfd .nav-fill > .nav-link,
#bootstrap-cfd .nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
#bootstrap-cfd .nav-justified > .nav-link,
#bootstrap-cfd .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
#bootstrap-cfd .nav-fill .nav-item .nav-link,
#bootstrap-cfd .nav-justified .nav-item .nav-link {
width: 100%;
}
#bootstrap-cfd .tab-content > .tab-pane {
display: none;
}
#bootstrap-cfd .tab-content > .active {
display: block;
}
#bootstrap-cfd .card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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;
}
#bootstrap-cfd .card > hr {
margin-right: 0;
margin-left: 0;
}
#bootstrap-cfd .card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
#bootstrap-cfd .card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .card > .card-header + .list-group,
#bootstrap-cfd .card > .list-group + .card-footer {
border-top: 0;
}
#bootstrap-cfd .card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem 1rem;
}
#bootstrap-cfd .card-title {
margin-bottom: 0.5rem;
}
#bootstrap-cfd .card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}
#bootstrap-cfd .card-text:last-child {
margin-bottom: 0;
}
#bootstrap-cfd .card-link:hover {
text-decoration: none;
}
#bootstrap-cfd .card-link + .card-link {
margin-left: 1rem;
}
#bootstrap-cfd .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);
}
#bootstrap-cfd .card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#bootstrap-cfd .card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#bootstrap-cfd .card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#bootstrap-cfd .card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}
#bootstrap-cfd .card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
#bootstrap-cfd .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-top,
#bootstrap-cfd .card-img-bottom {
width: 100%;
}
#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
#bootstrap-cfd .card-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
#bootstrap-cfd .card-group > .card {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
#bootstrap-cfd .card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
#bootstrap-cfd .card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
#bootstrap-cfd .card-group > .card:not(:last-child) .card-img-top,
#bootstrap-cfd .card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
#bootstrap-cfd .card-group > .card:not(:last-child) .card-img-bottom,
#bootstrap-cfd .card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
#bootstrap-cfd .card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
#bootstrap-cfd .card-group > .card:not(:first-child) .card-img-top,
#bootstrap-cfd .card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
#bootstrap-cfd .card-group > .card:not(:first-child) .card-img-bottom,
#bootstrap-cfd .card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
#bootstrap-cfd .accordion-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-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) {
#bootstrap-cfd .accordion-button {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .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);
}
#bootstrap-cfd .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);
}
#bootstrap-cfd .accordion-button::after {
-ms-flex-negative: 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) {
#bootstrap-cfd .accordion-button::after {
-webkit-transition: none;
transition: none;
}
}
#bootstrap-cfd .accordion-button:hover {
z-index: 2;
}
#bootstrap-cfd .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);
}
#bootstrap-cfd .accordion-header {
margin-bottom: 0;
}
#bootstrap-cfd .accordion-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
#bootstrap-cfd .accordion-item:first-of-type {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
#bootstrap-cfd .accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .accordion-item:not(:first-of-type) {
border-top: 0;
}
#bootstrap-cfd .accordion-item:last-of-type {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#bootstrap-cfd .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
#bootstrap-cfd .accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#bootstrap-cfd .accordion-body {
padding: 1rem 1.25rem;
}
#bootstrap-cfd .accordion-flush .accordion-collapse {
border-width: 0;
}
#bootstrap-cfd .accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
#bootstrap-cfd .accordion-flush .accordion-item:first-child {
border-top: 0;
}
#bootstrap-cfd .accordion-flush .accordion-item:last-child {
border-bottom: 0;
}
#bootstrap-cfd .accordion-flush .accordion-item .accordion-button {
border-radius: 0;
}
#bootstrap-cfd .btn-close {
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 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") center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
#bootstrap-cfd .btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .btn-close:disabled, #bootstrap-cfd .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
#bootstrap-cfd .btn-close-white {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(1) grayscale(100%) brightness(200%);
}
#bootstrap-cfd .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
#bootstrap-cfd .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade #bootstrap-cfd .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: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade #bootstrap-cfd .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show #bootstrap-cfd .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static #bootstrap-cfd .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
#bootstrap-cfd .modal-dialog-scrollable {
height: calc(100% - 1rem);
}
#bootstrap-cfd .modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
#bootstrap-cfd .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
#bootstrap-cfd .modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
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;
}
#bootstrap-cfd .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
#bootstrap-cfd .modal-backdrop.fade {
opacity: 0;
}
#bootstrap-cfd .modal-backdrop.show {
opacity: 0.5;
}
#bootstrap-cfd .modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
#bootstrap-cfd .modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
#bootstrap-cfd .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
#bootstrap-cfd .modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
#bootstrap-cfd .modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
#bootstrap-cfd .modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
#bootstrap-cfd .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
#bootstrap-cfd .modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
#bootstrap-cfd .modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
#bootstrap-cfd .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .modal-lg,
#bootstrap-cfd .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .modal-xl {
max-width: 1140px;
}
}
#bootstrap-cfd .modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
#bootstrap-cfd .modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
#bootstrap-cfd .modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
#bootstrap-cfd .modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
#bootstrap-cfd .modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
#bootstrap-cfd .modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
#bootstrap-cfd .modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
#bootstrap-cfd .modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
#bootstrap-cfd .modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
#bootstrap-cfd .clearfix::after {
display: block;
clear: both;
content: "";
}
#bootstrap-cfd .link-primary {
color: #0d6efd;
}
#bootstrap-cfd .link-primary:hover, #bootstrap-cfd .link-primary:focus {
color: #0a58ca;
}
#bootstrap-cfd .link-secondary {
color: #6c757d;
}
#bootstrap-cfd .link-secondary:hover, #bootstrap-cfd .link-secondary:focus {
color: #565e64;
}
#bootstrap-cfd .link-success {
color: #198754;
}
#bootstrap-cfd .link-success:hover, #bootstrap-cfd .link-success:focus {
color: #146c43;
}
#bootstrap-cfd .link-info {
color: #0dcaf0;
}
#bootstrap-cfd .link-info:hover, #bootstrap-cfd .link-info:focus {
color: #3dd5f3;
}
#bootstrap-cfd .link-warning {
color: #FECB00;
}
#bootstrap-cfd .link-warning:hover, #bootstrap-cfd .link-warning:focus {
color: #fed533;
}
#bootstrap-cfd .link-danger {
color: #D0143A;
}
#bootstrap-cfd .link-danger:hover, #bootstrap-cfd .link-danger:focus {
color: #a6102e;
}
#bootstrap-cfd .link-light {
color: #f8f9fa;
}
#bootstrap-cfd .link-light:hover, #bootstrap-cfd .link-light:focus {
color: #f9fafb;
}
#bootstrap-cfd .link-dark {
color: #212529;
}
#bootstrap-cfd .link-dark:hover, #bootstrap-cfd .link-dark:focus {
color: #1a1e21;
}
#bootstrap-cfd .ratio {
position: relative;
width: 100%;
}
#bootstrap-cfd .ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
#bootstrap-cfd .ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#bootstrap-cfd .ratio-1x1 {
--bs-aspect-ratio: 100%;
}
#bootstrap-cfd .ratio-4x3 {
--bs-aspect-ratio: calc(3 / 4 * 100%);
}
#bootstrap-cfd .ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
#bootstrap-cfd .ratio-21x9 {
--bs-aspect-ratio: calc(9 / 21 * 100%);
}
#bootstrap-cfd .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
#bootstrap-cfd .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
#bootstrap-cfd .sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
#bootstrap-cfd .sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
#bootstrap-cfd .sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
#bootstrap-cfd .sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
#bootstrap-cfd .visually-hidden,
#bootstrap-cfd .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;
}
#bootstrap-cfd .stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
#bootstrap-cfd .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#bootstrap-cfd .align-baseline {
vertical-align: baseline !important;
}
#bootstrap-cfd .align-top {
vertical-align: top !important;
}
#bootstrap-cfd .align-middle {
vertical-align: middle !important;
}
#bootstrap-cfd .align-bottom {
vertical-align: bottom !important;
}
#bootstrap-cfd .align-text-bottom {
vertical-align: text-bottom !important;
}
#bootstrap-cfd .align-text-top {
vertical-align: text-top !important;
}
#bootstrap-cfd .float-start {
float: left !important;
}
#bootstrap-cfd .float-end {
float: right !important;
}
#bootstrap-cfd .float-none {
float: none !important;
}
#bootstrap-cfd .overflow-auto {
overflow: auto !important;
}
#bootstrap-cfd .overflow-hidden {
overflow: hidden !important;
}
#bootstrap-cfd .overflow-visible {
overflow: visible !important;
}
#bootstrap-cfd .overflow-scroll {
overflow: scroll !important;
}
#bootstrap-cfd .d-inline {
display: inline !important;
}
#bootstrap-cfd .d-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-block {
display: block !important;
}
#bootstrap-cfd .d-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-table {
display: table !important;
}
#bootstrap-cfd .d-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-none {
display: none !important;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .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;
}
#bootstrap-cfd .shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#bootstrap-cfd .position-static {
position: static !important;
}
#bootstrap-cfd .position-relative {
position: relative !important;
}
#bootstrap-cfd .position-absolute {
position: absolute !important;
}
#bootstrap-cfd .position-fixed {
position: fixed !important;
}
#bootstrap-cfd .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
#bootstrap-cfd .top-0 {
top: 0 !important;
}
#bootstrap-cfd .top-50 {
top: 50% !important;
}
#bootstrap-cfd .top-100 {
top: 100% !important;
}
#bootstrap-cfd .bottom-0 {
bottom: 0 !important;
}
#bootstrap-cfd .bottom-50 {
bottom: 50% !important;
}
#bootstrap-cfd .bottom-100 {
bottom: 100% !important;
}
#bootstrap-cfd .start-0 {
left: 0 !important;
}
#bootstrap-cfd .start-50 {
left: 50% !important;
}
#bootstrap-cfd .start-100 {
left: 100% !important;
}
#bootstrap-cfd .end-0 {
right: 0 !important;
}
#bootstrap-cfd .end-50 {
right: 50% !important;
}
#bootstrap-cfd .end-100 {
right: 100% !important;
}
#bootstrap-cfd .translate-middle {
-webkit-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
#bootstrap-cfd .translate-middle-x {
-webkit-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
#bootstrap-cfd .translate-middle-y {
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
#bootstrap-cfd .border {
border: 1px solid #dee2e6 !important;
}
#bootstrap-cfd .border-0 {
border: 0 !important;
}
#bootstrap-cfd .border-top {
border-top: 1px solid #dee2e6 !important;
}
#bootstrap-cfd .border-top-0 {
border-top: 0 !important;
}
#bootstrap-cfd .border-end {
border-right: 1px solid #dee2e6 !important;
}
#bootstrap-cfd .border-end-0 {
border-right: 0 !important;
}
#bootstrap-cfd .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
#bootstrap-cfd .border-bottom-0 {
border-bottom: 0 !important;
}
#bootstrap-cfd .border-start {
border-left: 1px solid #dee2e6 !important;
}
#bootstrap-cfd .border-start-0 {
border-left: 0 !important;
}
#bootstrap-cfd .border-primary {
border-color: #0d6efd !important;
}
#bootstrap-cfd .border-secondary {
border-color: #6c757d !important;
}
#bootstrap-cfd .border-success {
border-color: #198754 !important;
}
#bootstrap-cfd .border-info {
border-color: #0dcaf0 !important;
}
#bootstrap-cfd .border-warning {
border-color: #FECB00 !important;
}
#bootstrap-cfd .border-danger {
border-color: #D0143A !important;
}
#bootstrap-cfd .border-light {
border-color: #f8f9fa !important;
}
#bootstrap-cfd .border-dark {
border-color: #212529 !important;
}
#bootstrap-cfd .border-white {
border-color: #fff !important;
}
#bootstrap-cfd .border-1 {
border-width: 1px !important;
}
#bootstrap-cfd .border-2 {
border-width: 2px !important;
}
#bootstrap-cfd .border-3 {
border-width: 3px !important;
}
#bootstrap-cfd .border-4 {
border-width: 4px !important;
}
#bootstrap-cfd .border-5 {
border-width: 5px !important;
}
#bootstrap-cfd .w-25 {
width: 25% !important;
}
#bootstrap-cfd .w-50 {
width: 50% !important;
}
#bootstrap-cfd .w-75 {
width: 75% !important;
}
#bootstrap-cfd .w-100 {
width: 100% !important;
}
#bootstrap-cfd .w-auto {
width: auto !important;
}
#bootstrap-cfd .mw-100 {
max-width: 100% !important;
}
#bootstrap-cfd .mw-70 {
max-width: 70% !important;
}
#bootstrap-cfd .vw-100 {
width: 100vw !important;
}
#bootstrap-cfd .min-vw-100 {
min-width: 100vw !important;
}
#bootstrap-cfd .h-25 {
height: 25% !important;
}
#bootstrap-cfd .h-50 {
height: 50% !important;
}
#bootstrap-cfd .h-75 {
height: 75% !important;
}
#bootstrap-cfd .h-100 {
height: 100% !important;
}
#bootstrap-cfd .h-auto {
height: auto !important;
}
#bootstrap-cfd .mh-100 {
max-height: 100% !important;
}
#bootstrap-cfd .vh-100 {
height: 100vh !important;
}
#bootstrap-cfd .min-vh-100 {
min-height: 100vh !important;
}
#bootstrap-cfd .flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .font-monospace {
font-family: var(--bs-font-monospace) !important;
}
#bootstrap-cfd .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
#bootstrap-cfd .fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
#bootstrap-cfd .fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
#bootstrap-cfd .fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
#bootstrap-cfd .fs-5 {
font-size: 1.25rem !important;
}
#bootstrap-cfd .fs-6 {
font-size: 1rem !important;
}
#bootstrap-cfd .fst-italic {
font-style: italic !important;
}
#bootstrap-cfd .fst-normal {
font-style: normal !important;
}
#bootstrap-cfd .fw-light {
font-weight: 300 !important;
}
#bootstrap-cfd .fw-lighter {
font-weight: lighter !important;
}
#bootstrap-cfd .fw-normal {
font-weight: 400 !important;
}
#bootstrap-cfd .fw-bold {
font-weight: 700 !important;
}
#bootstrap-cfd .fw-bolder {
font-weight: bolder !important;
}
#bootstrap-cfd .lh-1 {
line-height: 1 !important;
}
#bootstrap-cfd .lh-sm {
line-height: 1.25 !important;
}
#bootstrap-cfd .lh-base {
line-height: 1.5 !important;
}
#bootstrap-cfd .lh-lg {
line-height: 2 !important;
}
#bootstrap-cfd .text-start {
text-align: left !important;
}
#bootstrap-cfd .text-end {
text-align: right !important;
}
#bootstrap-cfd .text-center {
text-align: center !important;
}
#bootstrap-cfd .text-decoration-none {
text-decoration: none !important;
}
#bootstrap-cfd .text-decoration-underline {
text-decoration: underline !important;
}
#bootstrap-cfd .text-decoration-line-through {
text-decoration: line-through !important;
}
#bootstrap-cfd .text-lowercase {
text-transform: lowercase !important;
}
#bootstrap-cfd .text-uppercase {
text-transform: uppercase !important;
}
#bootstrap-cfd .text-capitalize {
text-transform: capitalize !important;
}
#bootstrap-cfd .text-wrap {
white-space: normal !important;
}
#bootstrap-cfd .text-nowrap {
white-space: nowrap !important;
}
#bootstrap-cfd .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
#bootstrap-cfd .text-primary {
color: #0d6efd !important;
}
#bootstrap-cfd .text-secondary {
color: #6c757d !important;
}
#bootstrap-cfd .text-success {
color: #198754 !important;
}
#bootstrap-cfd .text-info {
color: #0dcaf0 !important;
}
#bootstrap-cfd .text-warning {
color: #FECB00 !important;
}
#bootstrap-cfd .text-danger {
color: #D0143A !important;
}
#bootstrap-cfd .text-light {
color: #f8f9fa !important;
}
#bootstrap-cfd .text-dark {
color: #212529 !important;
}
#bootstrap-cfd .text-white {
color: #fff !important;
}
#bootstrap-cfd .text-body {
color: #212529 !important;
}
#bootstrap-cfd .text-muted {
color: #6c757d !important;
}
#bootstrap-cfd .text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
#bootstrap-cfd .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
#bootstrap-cfd .text-reset {
color: inherit !important;
}
#bootstrap-cfd .bg-primary {
background-color: #0d6efd !important;
}
#bootstrap-cfd .bg-secondary {
background-color: #6c757d !important;
}
#bootstrap-cfd .bg-success {
background-color: #198754 !important;
}
#bootstrap-cfd .bg-info {
background-color: #0dcaf0 !important;
}
#bootstrap-cfd .bg-warning {
background-color: #FECB00 !important;
}
#bootstrap-cfd .bg-danger {
background-color: #D0143A !important;
}
#bootstrap-cfd .bg-light {
background-color: #f8f9fa !important;
}
#bootstrap-cfd .bg-dark {
background-color: #212529 !important;
}
#bootstrap-cfd .bg-body {
background-color: #fff !important;
}
#bootstrap-cfd .bg-white {
background-color: #fff !important;
}
#bootstrap-cfd .bg-transparent {
background-color: transparent !important;
}
#bootstrap-cfd .bg-gradient {
background-image: var(--bs-gradient) !important;
}
#bootstrap-cfd .user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
#bootstrap-cfd .user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
#bootstrap-cfd .user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
#bootstrap-cfd .pe-none {
pointer-events: none !important;
}
#bootstrap-cfd .pe-auto {
pointer-events: auto !important;
}
#bootstrap-cfd .rounded {
border-radius: 0.25rem !important;
}
#bootstrap-cfd .rounded-0 {
border-radius: 0 !important;
}
#bootstrap-cfd .rounded-1 {
border-radius: 0.2rem !important;
}
#bootstrap-cfd .rounded-2 {
border-radius: 0.25rem !important;
}
#bootstrap-cfd .rounded-3 {
border-radius: 0.3rem !important;
}
#bootstrap-cfd .rounded-circle {
border-radius: 50% !important;
}
#bootstrap-cfd .rounded-pill {
border-radius: 50rem !important;
}
#bootstrap-cfd .rounded-custom {
border-radius: 1.5rem !important;
}
#bootstrap-cfd .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
#bootstrap-cfd .rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
#bootstrap-cfd .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
#bootstrap-cfd .rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
#bootstrap-cfd .visible {
visibility: visible !important;
}
#bootstrap-cfd .invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
#bootstrap-cfd .float-sm-start {
float: left !important;
}
#bootstrap-cfd .float-sm-end {
float: right !important;
}
#bootstrap-cfd .float-sm-none {
float: none !important;
}
#bootstrap-cfd .d-sm-inline {
display: inline !important;
}
#bootstrap-cfd .d-sm-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-sm-block {
display: block !important;
}
#bootstrap-cfd .d-sm-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-sm-table {
display: table !important;
}
#bootstrap-cfd .d-sm-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-sm-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-sm-none {
display: none !important;
}
#bootstrap-cfd .flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-sm-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-sm-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-sm-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-sm-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-sm-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-sm-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-sm-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-sm-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-sm-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-sm-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-sm-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-sm-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-sm-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-sm-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-sm-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-sm-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-sm-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-sm-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-sm-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-sm-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-sm-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-sm-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-sm-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-sm-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-sm-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-sm-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-sm-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-sm-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-sm-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-sm-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-sm-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-sm-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-sm-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-sm-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-sm-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-sm-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-sm-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-sm-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-sm-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-sm-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-sm-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-sm-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-sm-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-sm-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-sm-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-sm-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-sm-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-sm-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-sm-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-sm-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-sm-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-sm-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-sm-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-sm-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-sm-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-sm-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-sm-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-sm-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-sm-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-sm-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-sm-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-sm-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-sm-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-sm-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-sm-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-sm-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-sm-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-sm-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-sm-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-sm-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-sm-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-sm-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-sm-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-sm-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .text-sm-start {
text-align: left !important;
}
#bootstrap-cfd .text-sm-end {
text-align: right !important;
}
#bootstrap-cfd .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
#bootstrap-cfd .float-md-start {
float: left !important;
}
#bootstrap-cfd .float-md-end {
float: right !important;
}
#bootstrap-cfd .float-md-none {
float: none !important;
}
#bootstrap-cfd .d-md-inline {
display: inline !important;
}
#bootstrap-cfd .d-md-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-md-block {
display: block !important;
}
#bootstrap-cfd .d-md-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-md-table {
display: table !important;
}
#bootstrap-cfd .d-md-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-md-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-md-none {
display: none !important;
}
#bootstrap-cfd .flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-md-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-md-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-md-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-md-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-md-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-md-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-md-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-md-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-md-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-md-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-md-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-md-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-md-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-md-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-md-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-md-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-md-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-md-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-md-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-md-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-md-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-md-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-md-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-md-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-md-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-md-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-md-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-md-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-md-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-md-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-md-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-md-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-md-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-md-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-md-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-md-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-md-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-md-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-md-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-md-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-md-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-md-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-md-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-md-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-md-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-md-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-md-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-md-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-md-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-md-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-md-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-md-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-md-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-md-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-md-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-md-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-md-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-md-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-md-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-md-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-md-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-md-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-md-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-md-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-md-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-md-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-md-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-md-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-md-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-md-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-md-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-md-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-md-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-md-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-md-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-md-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .text-md-start {
text-align: left !important;
}
#bootstrap-cfd .text-md-end {
text-align: right !important;
}
#bootstrap-cfd .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
#bootstrap-cfd .float-lg-start {
float: left !important;
}
#bootstrap-cfd .float-lg-end {
float: right !important;
}
#bootstrap-cfd .float-lg-none {
float: none !important;
}
#bootstrap-cfd .d-lg-inline {
display: inline !important;
}
#bootstrap-cfd .d-lg-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-lg-block {
display: block !important;
}
#bootstrap-cfd .d-lg-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-lg-table {
display: table !important;
}
#bootstrap-cfd .d-lg-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-lg-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-lg-none {
display: none !important;
}
#bootstrap-cfd .flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-lg-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-lg-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-lg-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-lg-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-lg-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-lg-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-lg-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-lg-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-lg-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-lg-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-lg-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-lg-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-lg-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-lg-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-lg-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-lg-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-lg-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-lg-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-lg-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-lg-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-lg-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-lg-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-lg-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-lg-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-lg-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-lg-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-lg-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-lg-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-lg-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-lg-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-lg-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-lg-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-lg-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-lg-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-lg-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-lg-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-lg-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-lg-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-lg-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-lg-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-lg-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-lg-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-lg-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-lg-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-lg-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-lg-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-lg-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-lg-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-lg-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-lg-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-lg-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-lg-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-lg-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-lg-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-lg-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-lg-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-lg-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-lg-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-lg-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-lg-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-lg-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-lg-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-lg-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-lg-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-lg-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-lg-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-lg-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-lg-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-lg-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-lg-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-lg-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-lg-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-lg-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-lg-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .text-lg-start {
text-align: left !important;
}
#bootstrap-cfd .text-lg-end {
text-align: right !important;
}
#bootstrap-cfd .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .float-xl-start {
float: left !important;
}
#bootstrap-cfd .float-xl-end {
float: right !important;
}
#bootstrap-cfd .float-xl-none {
float: none !important;
}
#bootstrap-cfd .d-xl-inline {
display: inline !important;
}
#bootstrap-cfd .d-xl-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-xl-block {
display: block !important;
}
#bootstrap-cfd .d-xl-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-xl-table {
display: table !important;
}
#bootstrap-cfd .d-xl-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-xl-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-xl-none {
display: none !important;
}
#bootstrap-cfd .flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-xl-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-xl-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-xl-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-xl-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-xl-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-xl-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-xl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-xl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-xl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-xl-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-xl-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-xl-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-xl-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-xl-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-xl-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-xl-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-xl-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-xl-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-xl-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-xl-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-xl-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-xl-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-xl-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-xl-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-xl-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-xl-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-xl-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-xl-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-xl-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-xl-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-xl-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-xl-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-xl-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-xl-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-xl-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-xl-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-xl-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-xl-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-xl-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-xl-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-xl-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-xl-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-xl-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-xl-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-xl-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-xl-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-xl-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-xl-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-xl-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-xl-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-xl-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-xl-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-xl-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-xl-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-xl-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-xl-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-xl-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-xl-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-xl-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-xl-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-xl-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-xl-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-xl-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-xl-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-xl-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-xl-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-xl-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-xl-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-xl-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-xl-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-xl-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-xl-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-xl-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-xl-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .text-xl-start {
text-align: left !important;
}
#bootstrap-cfd .text-xl-end {
text-align: right !important;
}
#bootstrap-cfd .text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
#bootstrap-cfd .float-xxl-start {
float: left !important;
}
#bootstrap-cfd .float-xxl-end {
float: right !important;
}
#bootstrap-cfd .float-xxl-none {
float: none !important;
}
#bootstrap-cfd .d-xxl-inline {
display: inline !important;
}
#bootstrap-cfd .d-xxl-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-xxl-block {
display: block !important;
}
#bootstrap-cfd .d-xxl-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-xxl-table {
display: table !important;
}
#bootstrap-cfd .d-xxl-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-xxl-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-xxl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-xxl-none {
display: none !important;
}
#bootstrap-cfd .flex-xxl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
#bootstrap-cfd .flex-xxl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
#bootstrap-cfd .flex-xxl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
#bootstrap-cfd .flex-xxl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
#bootstrap-cfd .flex-xxl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
#bootstrap-cfd .flex-xxl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
#bootstrap-cfd .flex-xxl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
#bootstrap-cfd .flex-xxl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
#bootstrap-cfd .flex-xxl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
#bootstrap-cfd .flex-xxl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
#bootstrap-cfd .flex-xxl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
#bootstrap-cfd .flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
#bootstrap-cfd .gap-xxl-0 {
gap: 0 !important;
}
#bootstrap-cfd .gap-xxl-1 {
gap: 0.25rem !important;
}
#bootstrap-cfd .gap-xxl-2 {
gap: 0.5rem !important;
}
#bootstrap-cfd .gap-xxl-3 {
gap: 1rem !important;
}
#bootstrap-cfd .gap-xxl-4 {
gap: 1.5rem !important;
}
#bootstrap-cfd .gap-xxl-5 {
gap: 3rem !important;
}
#bootstrap-cfd .justify-content-xxl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
#bootstrap-cfd .justify-content-xxl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
#bootstrap-cfd .justify-content-xxl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
#bootstrap-cfd .justify-content-xxl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
#bootstrap-cfd .justify-content-xxl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
#bootstrap-cfd .justify-content-xxl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
#bootstrap-cfd .align-items-xxl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
#bootstrap-cfd .align-items-xxl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
#bootstrap-cfd .align-items-xxl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
#bootstrap-cfd .align-items-xxl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
#bootstrap-cfd .align-items-xxl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
#bootstrap-cfd .align-content-xxl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
#bootstrap-cfd .align-content-xxl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
#bootstrap-cfd .align-content-xxl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
#bootstrap-cfd .align-content-xxl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
#bootstrap-cfd .align-content-xxl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
#bootstrap-cfd .align-content-xxl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
#bootstrap-cfd .align-self-xxl-auto {
-ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important;
}
#bootstrap-cfd .align-self-xxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
#bootstrap-cfd .align-self-xxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
#bootstrap-cfd .align-self-xxl-center {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
}
#bootstrap-cfd .align-self-xxl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
#bootstrap-cfd .align-self-xxl-stretch {
-ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important;
}
#bootstrap-cfd .order-xxl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
#bootstrap-cfd .order-xxl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
#bootstrap-cfd .order-xxl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
#bootstrap-cfd .order-xxl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
#bootstrap-cfd .order-xxl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
#bootstrap-cfd .order-xxl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
#bootstrap-cfd .order-xxl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
#bootstrap-cfd .order-xxl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
#bootstrap-cfd .m-xxl-0 {
margin: 0 !important;
}
#bootstrap-cfd .m-xxl-1 {
margin: 0.25rem !important;
}
#bootstrap-cfd .m-xxl-2 {
margin: 0.5rem !important;
}
#bootstrap-cfd .m-xxl-3 {
margin: 1rem !important;
}
#bootstrap-cfd .m-xxl-4 {
margin: 1.5rem !important;
}
#bootstrap-cfd .m-xxl-5 {
margin: 3rem !important;
}
#bootstrap-cfd .m-xxl-auto {
margin: auto !important;
}
#bootstrap-cfd .mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
#bootstrap-cfd .mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
#bootstrap-cfd .mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
#bootstrap-cfd .mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
#bootstrap-cfd .mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
#bootstrap-cfd .mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
#bootstrap-cfd .mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
#bootstrap-cfd .my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#bootstrap-cfd .my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
#bootstrap-cfd .my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
#bootstrap-cfd .my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
#bootstrap-cfd .mt-xxl-0 {
margin-top: 0 !important;
}
#bootstrap-cfd .mt-xxl-1 {
margin-top: 0.25rem !important;
}
#bootstrap-cfd .mt-xxl-2 {
margin-top: 0.5rem !important;
}
#bootstrap-cfd .mt-xxl-3 {
margin-top: 1rem !important;
}
#bootstrap-cfd .mt-xxl-4 {
margin-top: 1.5rem !important;
}
#bootstrap-cfd .mt-xxl-5 {
margin-top: 3rem !important;
}
#bootstrap-cfd .mt-xxl-auto {
margin-top: auto !important;
}
#bootstrap-cfd .me-xxl-0 {
margin-right: 0 !important;
}
#bootstrap-cfd .me-xxl-1 {
margin-right: 0.25rem !important;
}
#bootstrap-cfd .me-xxl-2 {
margin-right: 0.5rem !important;
}
#bootstrap-cfd .me-xxl-3 {
margin-right: 1rem !important;
}
#bootstrap-cfd .me-xxl-4 {
margin-right: 1.5rem !important;
}
#bootstrap-cfd .me-xxl-5 {
margin-right: 3rem !important;
}
#bootstrap-cfd .me-xxl-auto {
margin-right: auto !important;
}
#bootstrap-cfd .mb-xxl-0 {
margin-bottom: 0 !important;
}
#bootstrap-cfd .mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
#bootstrap-cfd .mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
#bootstrap-cfd .mb-xxl-3 {
margin-bottom: 1rem !important;
}
#bootstrap-cfd .mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
#bootstrap-cfd .mb-xxl-5 {
margin-bottom: 3rem !important;
}
#bootstrap-cfd .mb-xxl-auto {
margin-bottom: auto !important;
}
#bootstrap-cfd .ms-xxl-0 {
margin-left: 0 !important;
}
#bootstrap-cfd .ms-xxl-1 {
margin-left: 0.25rem !important;
}
#bootstrap-cfd .ms-xxl-2 {
margin-left: 0.5rem !important;
}
#bootstrap-cfd .ms-xxl-3 {
margin-left: 1rem !important;
}
#bootstrap-cfd .ms-xxl-4 {
margin-left: 1.5rem !important;
}
#bootstrap-cfd .ms-xxl-5 {
margin-left: 3rem !important;
}
#bootstrap-cfd .ms-xxl-auto {
margin-left: auto !important;
}
#bootstrap-cfd .p-xxl-0 {
padding: 0 !important;
}
#bootstrap-cfd .p-xxl-1 {
padding: 0.25rem !important;
}
#bootstrap-cfd .p-xxl-2 {
padding: 0.5rem !important;
}
#bootstrap-cfd .p-xxl-3 {
padding: 1rem !important;
}
#bootstrap-cfd .p-xxl-4 {
padding: 1.5rem !important;
}
#bootstrap-cfd .p-xxl-5 {
padding: 3rem !important;
}
#bootstrap-cfd .px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
#bootstrap-cfd .px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
#bootstrap-cfd .px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
#bootstrap-cfd .px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
#bootstrap-cfd .px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
#bootstrap-cfd .px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
#bootstrap-cfd .py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bootstrap-cfd .py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
#bootstrap-cfd .py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
#bootstrap-cfd .pt-xxl-0 {
padding-top: 0 !important;
}
#bootstrap-cfd .pt-xxl-1 {
padding-top: 0.25rem !important;
}
#bootstrap-cfd .pt-xxl-2 {
padding-top: 0.5rem !important;
}
#bootstrap-cfd .pt-xxl-3 {
padding-top: 1rem !important;
}
#bootstrap-cfd .pt-xxl-4 {
padding-top: 1.5rem !important;
}
#bootstrap-cfd .pt-xxl-5 {
padding-top: 3rem !important;
}
#bootstrap-cfd .pe-xxl-0 {
padding-right: 0 !important;
}
#bootstrap-cfd .pe-xxl-1 {
padding-right: 0.25rem !important;
}
#bootstrap-cfd .pe-xxl-2 {
padding-right: 0.5rem !important;
}
#bootstrap-cfd .pe-xxl-3 {
padding-right: 1rem !important;
}
#bootstrap-cfd .pe-xxl-4 {
padding-right: 1.5rem !important;
}
#bootstrap-cfd .pe-xxl-5 {
padding-right: 3rem !important;
}
#bootstrap-cfd .pb-xxl-0 {
padding-bottom: 0 !important;
}
#bootstrap-cfd .pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
#bootstrap-cfd .pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
#bootstrap-cfd .pb-xxl-3 {
padding-bottom: 1rem !important;
}
#bootstrap-cfd .pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
#bootstrap-cfd .pb-xxl-5 {
padding-bottom: 3rem !important;
}
#bootstrap-cfd .ps-xxl-0 {
padding-left: 0 !important;
}
#bootstrap-cfd .ps-xxl-1 {
padding-left: 0.25rem !important;
}
#bootstrap-cfd .ps-xxl-2 {
padding-left: 0.5rem !important;
}
#bootstrap-cfd .ps-xxl-3 {
padding-left: 1rem !important;
}
#bootstrap-cfd .ps-xxl-4 {
padding-left: 1.5rem !important;
}
#bootstrap-cfd .ps-xxl-5 {
padding-left: 3rem !important;
}
#bootstrap-cfd .text-xxl-start {
text-align: left !important;
}
#bootstrap-cfd .text-xxl-end {
text-align: right !important;
}
#bootstrap-cfd .text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
#bootstrap-cfd .fs-1 {
font-size: 2.5rem !important;
}
#bootstrap-cfd .fs-2 {
font-size: 2rem !important;
}
#bootstrap-cfd .fs-3 {
font-size: 1.75rem !important;
}
#bootstrap-cfd .fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
#bootstrap-cfd .d-print-inline {
display: inline !important;
}
#bootstrap-cfd .d-print-inline-block {
display: inline-block !important;
}
#bootstrap-cfd .d-print-block {
display: block !important;
}
#bootstrap-cfd .d-print-grid {
display: -ms-grid !important;
display: grid !important;
}
#bootstrap-cfd .d-print-table {
display: table !important;
}
#bootstrap-cfd .d-print-table-row {
display: table-row !important;
}
#bootstrap-cfd .d-print-table-cell {
display: table-cell !important;
}
#bootstrap-cfd .d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
#bootstrap-cfd .d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
#bootstrap-cfd .d-print-none {
display: none !important;
}
}
#bootstrap-cfd {
font-family: 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";
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bootstrap-cfd .c-red {
color: #D0143A !important;
}

@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css);
@font-face {
font-family: "Titillium";
src: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/TitilliumWeb-Regular.ttf) format("truetype"), url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/TitilliumWeb-Regular.woff2) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Arial";
src: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/arial.ttf) format("truetype"), url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/arial.woff2) format("woff2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/GothamMedium.ttf) format("truetype"), url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/css/fonts/GothamMedium.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
#bootstrap-cfd {
border-radius: 5px;
}
#bootstrap-cfd #landing-4xcard-es,
#bootstrap-cfd #landing-CofidisPay-es { --unnamed-color-d61e38: #D61E38;
--unnamed-color-e4032e: #E4032E;
--unnamed-color-b5142e: #B5142E;
--unnamed-color-9a2323: #9A2323;
--unnamed-color-efbf4e: #EFBF4E;
--unnamed-color-848484: #848484;
--unnamed-color-c8c8c8: #C8C8C8;
--unnamed-color-eaeaea: #EAEAEA;
--unnamed-color-ede3e3: #EDE3E3;
--unnamed-color-f7f4f0: #F7F4F0;
--unnamed-color-df6472: #DF6472;
--unnamed-color-f9efdf: #F9EFDF;
--unnamed-color-000000: #000000; --unnamed-font-family-titillium: Titillium;
--unnamed-font-family-gotham: Gotham;
--unnamed-font-family-arial: Arial;
--unnamed-font-style-normal: normal;
--unnamed-font-weight-normal: normal;
--unnamed-font-weight-bold: bold;
--unnamed-font-size-18: 18px;
--unnamed-font-size-20: 20px;
--unnamed-font-size-22: 22px;
--unnamed-font-size-30: 30px;
--unnamed-font-size-46: 46px;
--unnamed-font-size-50: 50px;
--unnamed-font-size-75: 75px;
--unnamed-character-spacing-0: 0px;
--unnamed-character-spacing--1-5: -1.5px;
--unnamed-line-spacing-23: 23px;
--unnamed-line-spacing-25: 25px;
--unnamed-line-spacing-30: 30px;
--unnamed-line-spacing-48: 48px;
--unnamed-line-spacing-53: 53px;
--unnamed-line-spacing-75: 75px;
--unnamed-text-transform-uppercase: uppercase; }
#bootstrap-cfd #landing-4xcard-es .gotham-—-46pt-,
#bootstrap-cfd #landing-CofidisPay-es .gotham-—-46pt- {
font-family: var(--unnamed-font-family-gotham);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-46);
line-height: var(--unnamed-line-spacing-48);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-848484);
text-transform: var(--unnamed-text-transform-uppercase);
}
#bootstrap-cfd #landing-4xcard-es .gotham-—-75pt-,
#bootstrap-cfd #landing-CofidisPay-es .gotham-—-75pt- {
font-family: var(--unnamed-font-family-gotham);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-75);
line-height: var(--unnamed-line-spacing-75);
letter-spacing: var(--unnamed-character-spacing--1-5);
color: var(--unnamed-color-d61e38);
text-transform: var(--unnamed-text-transform-uppercase);
}
#bootstrap-cfd #landing-4xcard-es .titillium-—-53pt-,
#bootstrap-cfd #landing-CofidisPay-es .titillium-—-53pt- {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-50);
line-height: var(--unnamed-line-spacing-53);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-1,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-1 {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-20);
line-height: var(--unnamed-line-spacing-25);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-2,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-2 {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-18);
line-height: var(--unnamed-line-spacing-23);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-3,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-3 {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-30);
line-height: var(--unnamed-line-spacing-30);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-4,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-4 {
font-family: var(--unnamed-font-family-arial);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-20);
line-height: var(--unnamed-line-spacing-25);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-5,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-5 {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-22);
line-height: var(--unnamed-line-spacing-30);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es .unnamed-character-style-6,
#bootstrap-cfd #landing-CofidisPay-es .unnamed-character-style-6 {
font-family: var(--unnamed-font-family-titillium);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-normal);
font-size: var(--unnamed-font-size-22);
line-height: var(--unnamed-line-spacing-30);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
}
#bootstrap-cfd #landing-4xcard-es p,
#bootstrap-cfd #landing-4xcard-es p span,
#bootstrap-cfd #landing-4xcard-es li,
#bootstrap-cfd #landing-4xcard-es .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es p,
#bootstrap-cfd #landing-CofidisPay-es p span,
#bootstrap-cfd #landing-CofidisPay-es li,
#bootstrap-cfd #landing-CofidisPay-es .accordion-button {
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-titillium);
font: normal normal normal 22px/30px Titillium;
letter-spacing: 0px;
color: #000000;
opacity: 1;
text-align: left;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es p,
#bootstrap-cfd #landing-4xcard-es p span,
#bootstrap-cfd #landing-4xcard-es li,
#bootstrap-cfd #landing-4xcard-es .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es p,
#bootstrap-cfd #landing-CofidisPay-es p span,
#bootstrap-cfd #landing-CofidisPay-es li,
#bootstrap-cfd #landing-CofidisPay-es .accordion-button {
font: normal normal normal 15px/17px Titillium;
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es p,
#bootstrap-cfd #landing-4xcard-es p span,
#bootstrap-cfd #landing-4xcard-es li,
#bootstrap-cfd #landing-4xcard-es .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es p,
#bootstrap-cfd #landing-CofidisPay-es p span,
#bootstrap-cfd #landing-CofidisPay-es li,
#bootstrap-cfd #landing-CofidisPay-es .accordion-button {
font: normal normal normal 15px/15px Titillium;
}
}
#bootstrap-cfd #landing-4xcard-es ol,
#bootstrap-cfd #landing-CofidisPay-es ol {
margin-left: -10px;
}
#bootstrap-cfd #landing-4xcard-es ol li,
#bootstrap-cfd #landing-CofidisPay-es ol li {
padding: 7px 0;
}
#bootstrap-cfd #landing-4xcard-es ol li::marker,
#bootstrap-cfd #landing-CofidisPay-es ol li::marker {
font-weight: 800;
}
#bootstrap-cfd #landing-4xcard-es .features .features-item,
#bootstrap-cfd #landing-CofidisPay-es .features .features-item {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 20%;
margin-top: 0 !important;
}
@media (max-width: 600px) {
#bootstrap-cfd #landing-4xcard-es .features .features-item,
#bootstrap-cfd #landing-CofidisPay-es .features .features-item {
flex-basis: 50%;
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .features .features-item,
#bootstrap-cfd #landing-CofidisPay-es .features .features-item {
width: 50%;
margin-top: 0 !important;
padding: 0 5px 24px !important;
}
}
@media (max-width: 600px) {
#bootstrap-cfd #landing-4xcard-es .features,
#bootstrap-cfd #landing-CofidisPay-es .features {
flex-wrap: wrap;
}
}
#bootstrap-cfd #landing-4xcard-es .caption-img,
#bootstrap-cfd #landing-CofidisPay-es .caption-img {
width: 100%;
display: inline-block;
margin: auto;
text-align: center;
}
@media (max-width: 600px) {
#bootstrap-cfd #landing-4xcard-es .caption-img,
#bootstrap-cfd #landing-CofidisPay-es .caption-img {
min-height: 90px;
}
}
#bootstrap-cfd #landing-4xcard-es .title,
#bootstrap-cfd #landing-CofidisPay-es .title {
color: #D61E38;
text-transform: uppercase;
opacity: 1;
}
#bootstrap-cfd #landing-4xcard-es .title.main-title,
#bootstrap-cfd #landing-CofidisPay-es .title.main-title {
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 40px/var(--unnamed-line-spacing-30) var(--unnamed-font-family-gotham);
text-align: center;
font: normal normal bold 40px/30px Titillium
line-height: 45px;
letter-spacing: 0px;
line-height: 45px;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .title.main-title,
#bootstrap-cfd #landing-CofidisPay-es .title.main-title {
font: normal normal bold 25px/30px Titillium
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .title.main-title,
#bootstrap-cfd #landing-CofidisPay-es .title.main-title {
font: normal normal bold 22px/24px Titillium
}
}
#bootstrap-cfd #landing-4xcard-es .title.section-title,
#bootstrap-cfd #landing-CofidisPay-es .title.section-title {
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 35px/35px var(--unnamed-font-family-gotham);
font: normal normal bold 35px/35px Titillium
letter-spacing: -0.7px;
line-height: 40px;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .title.section-title,
#bootstrap-cfd #landing-CofidisPay-es .title.section-title {
font: normal normal bold 25px/27px Titillium
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .title.section-title,
#bootstrap-cfd #landing-CofidisPay-es .title.section-title {
font: normal normal bold 20px/22px Titillium
}
}
#bootstrap-cfd #landing-4xcard-es .main-title-subtitle,
#bootstrap-cfd #landing-CofidisPay-es .main-title-subtitle {
font: normal normal normal 22px/30px Titillium;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .main-title-subtitle,
#bootstrap-cfd #landing-CofidisPay-es .main-title-subtitle {
font: normal normal normal 16px/18px Titillium;
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .main-title-subtitle,
#bootstrap-cfd #landing-CofidisPay-es .main-title-subtitle {
font: normal normal normal 14px/16px Titillium;
}
}
#bootstrap-cfd #landing-4xcard-es .sub-title,
#bootstrap-cfd #landing-CofidisPay-es .sub-title {
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/34px var(--unnamed-font-family-gotham);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-848484);
font: normal normal normal 20px/34px Titillium
line-height: 34px;
color: #848484;
text-transform: uppercase;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .sub-title,
#bootstrap-cfd #landing-CofidisPay-es .sub-title {
font: normal normal normal 18px/20px Titillium
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .sub-title,
#bootstrap-cfd #landing-CofidisPay-es .sub-title {
font: normal normal normal 12px/15px Titillium
}
}
#bootstrap-cfd #landing-4xcard-es .mini-title,
#bootstrap-cfd #landing-CofidisPay-es .mini-title {
font-size: 22px;
font-family: "Titillium";
}
#bootstrap-cfd #landing-4xcard-es .ico-flex,
#bootstrap-cfd #landing-CofidisPay-es .ico-flex {
width: auto;
height: 144px;
margin: auto;
}
#bootstrap-cfd #landing-4xcard-es .m-li-span,
#bootstrap-cfd #landing-CofidisPay-es .m-li-span { }
#bootstrap-cfd #landing-4xcard-es .mw-50,
#bootstrap-cfd #landing-CofidisPay-es .mw-50 {
max-width: 50%;
}
#bootstrap-cfd #landing-4xcard-es .bg-section,
#bootstrap-cfd #landing-CofidisPay-es .bg-section {
background: var(--unnamed-color-f7f4f0) 0% 0% no-repeat padding-box;
background: #F7F4F0 0% 0% no-repeat padding-box;
}
#bootstrap-cfd #landing-4xcard-es .w-50vw,
#bootstrap-cfd #landing-CofidisPay-es .w-50vw {
width: 50vw;
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item,
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item:first-of-type,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item:first-of-type {
border: none;
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item details .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item details .accordion-button:not(.collapsed)::after {
transform: rotate(0deg);
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item details[open] .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item details[open] .accordion-button:not(.collapsed)::after {
transform: rotate(-180deg);
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button {
background: var(--unnamed-color-eaeaea) 0% 0% no-repeat padding-box;
background: #EAEAEA 0% 0% no-repeat padding-box;
padding: 0.5rem 1.25rem;
line-height: 30px;
color: #000000;
font-weight: bold;
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button:not(.collapsed),
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button:not(.collapsed) {
box-shadow: none;
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button:not(.collapsed)::after {
filter: brightness(0);
}
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-body,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-body {
padding: 1rem 2.1rem;
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-body,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-body {
padding: 1rem 1.1rem;
}
}
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda,
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda span,
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda a,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda span,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda a {
font: normal normal normal 18px/23px Titillium;
color: #000000;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda,
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda span,
#bootstrap-cfd #landing-4xcard-es .faqs .ayuda a,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda span,
#bootstrap-cfd #landing-CofidisPay-es .faqs .ayuda a {
font: normal normal normal 15px/23px Titillium;
}
}
#bootstrap-cfd #landing-4xcard-es .terminos p,
#bootstrap-cfd #landing-4xcard-es .terminos span,
#bootstrap-cfd #landing-CofidisPay-es .terminos p,
#bootstrap-cfd #landing-CofidisPay-es .terminos span {
font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px/var(--unnamed-line-spacing-25) var(--unnamed-font-family-arial);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--unnamed-color-000000);
font: normal normal normal 16px/25px Arial;
line-height: 25px;
letter-spacing: 0px;
color: #000000;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .terminos p,
#bootstrap-cfd #landing-4xcard-es .terminos span,
#bootstrap-cfd #landing-CofidisPay-es .terminos p,
#bootstrap-cfd #landing-CofidisPay-es .terminos span {
font: normal normal normal 12px/15px Arial;
}
}
#bootstrap-cfd #landing-4xcard-es .terminos .mini-title,
#bootstrap-cfd #landing-CofidisPay-es .terminos .mini-title {
font: normal normal bold 22px/30px Titillium;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .terminos .mini-title,
#bootstrap-cfd #landing-CofidisPay-es .terminos .mini-title {
font: normal normal bold 15px/17px Titillium;
}
}
#bootstrap-cfd #landing-4xcard-es .bg-financiacion,
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .bg-financiacion,
#bootstrap-cfd #landing-4xcard-es .bg-financiacion,
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion,
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
background-position: 20px top;
background-size: contain;
}
#bootstrap-cfd #landing-4xcard-es .ico-flex,
#bootstrap-cfd #landing-CofidisPay-es .ico-flex {
width: 100px;
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .logo,
#bootstrap-cfd #landing-CofidisPay-es .logo {
width: 176px !important;
max-width: 176px !important;
}
#bootstrap-cfd #landing-4xcard-es .ico-flex,
#bootstrap-cfd #landing-CofidisPay-es .ico-flex {
width: 90%;
}
}
@media (min-width: 576px) {
#bootstrap-cfd #landing-4xcard-es .container-sm, #bootstrap-cfd #landing-4xcard-es .container,
#bootstrap-cfd #landing-CofidisPay-es .container-sm,
#bootstrap-cfd #landing-CofidisPay-es .container {
max-width: 100%;
}
}
@media (min-width: 768px) {
#bootstrap-cfd #landing-4xcard-es .container-md, #bootstrap-cfd #landing-4xcard-es .container-sm, #bootstrap-cfd #landing-4xcard-es .container,
#bootstrap-cfd #landing-CofidisPay-es .container-md,
#bootstrap-cfd #landing-CofidisPay-es .container-sm,
#bootstrap-cfd #landing-CofidisPay-es .container {
max-width: 100%;
}
}
#bootstrap-cfd #landing-4xcard-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/4xcard/1920/financiacion-1920px.png);
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-4xcard-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/4xcard/834/financiacion-834px.png);
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-4xcard-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/4xcard/360/financiacion-360px.png);
}
}
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/cofidisPay/1920/financiacion-1920px.png);
}
@media (max-width: 834px) {
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/cofidisPay/834/financiacion-834px.png);
}
}
@media (max-width: 360px) {
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/landing-ES/cofidisPay/360/financiacion-360px.png);
}
}
#bootstrap-cfd #financing-module {
max-width: 800px;
padding: 10px 0;
}
#bootstrap-cfd #financing-module .c-white {
color: #fff;
}
#bootstrap-cfd #financing-module .c-grey {
color: #555;
}
#bootstrap-cfd #financing-module .banner {
display: flex;
padding: 20px;
box-shadow: 0 0px 10px 1px #bdbdbd;
background-color: #fff;
}
#bootstrap-cfd #financing-module .banner img {
box-shadow: none;
}
#bootstrap-cfd #financing-module .logo {
padding: 0;
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
#bootstrap-cfd #financing-module .logo img {
max-width: 100%;
}
@media (max-width: 768px) {
#bootstrap-cfd #financing-module .logo {
min-height: 70px;
margin-bottom: 12px;
}
#bootstrap-cfd #financing-module .banner {
margin: 20px;
}
}
#bootstrap-cfd #financing-module .title-text {
font-size: 16px;
font-weight: 800;
padding-top: 5px;
}
#bootstrap-cfd #financing-module a {
color: black;
}
#bootstrap-cfd #financing-module a:hover {
color: #D0143A;
}
#bootstrap-cfd #financing-module .form-select {
all: revert;
font-family: "Arial";
border: 1px solid #000;
width: auto;
font-size: 15px;
font-weight: 400;
line-height: 15px;
margin: 0 5px;
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/dynamicBadge/select-arrow.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
background-color: #fff;
border-radius: 0;
padding: 0.375rem 2.25rem 0.375rem 0.5rem;
text-align: center;
align-items: center;
-o-appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#bootstrap-cfd #financing-module .form-select:focus, #bootstrap-cfd #financing-module .form-select:focus-visible {
outline: auto;
}
#bootstrap-cfd #financing-module .form-select option {
text-align: center;
margin: auto;
background-color: #fff;
}
#bootstrap-cfd #pop-up {
max-width: 800px;
padding: 20px;
background: #fff;
box-shadow: 0 0px 10px 1px #bdbdbd;
}
#bootstrap-cfd #pop-up .cms-img-cofidis {
width: 20%;
}
#bootstrap-cfd #pop-up p {
margin-bottom: 0.5rem;
}
#bootstrap-cfd #pop-up .c-white {
color: #fff;
}
#bootstrap-cfd #pop-up .c-grey {
color: #555;
}
#bootstrap-cfd #pop-up .logo img {
max-width: 100%;
}
#bootstrap-cfd #pop-up .ico {
max-width: 35px;
}
#bootstrap-cfd #pop-up a {
color: black;
}
#bootstrap-cfd #pop-up a:hover {
color: #D0143A;
}
#bootstrap-cfd #pop-up .conditions {
font-size: 10px;
}
#bootstrap-cfd #pop-up .btn {
width: 100%;
border-radius: 0;
}
#bootstrap-cfd #pop-up .btn-danger {
color: #fff;
background-color: #D0143A;
border-color: #D0143A;
}
#bootstrap-cfd #pop-up .btn-close {
width: 35px;
float: right;
}
#bootstrap-cfd #cofidis_pay {
background-color: #fff;
}
#bootstrap-cfd #cofidis_pay #landing {
font-family: "Titillium Web", sans-serif;
font-weight: 400;
font-size: 16px;
}
#bootstrap-cfd #cofidis_pay #landing img {
width: 100%;
}
#bootstrap-cfd #cofidis_pay #landing section {
margin-bottom: 40px;
}
#bootstrap-cfd #cofidis_pay #landing .c-white {
color: #fff;
}
#bootstrap-cfd #cofidis_pay #landing .c-red {
color: #D0143A;
}
#bootstrap-cfd #cofidis_pay #landing .c-grey {
color: #555;
}
#bootstrap-cfd #cofidis_pay #landing .title-section {
padding-bottom: 25px;
font-weight: 600;
font-family: "Titillium Web", sans-serif;
padding-left: 0;
}
#bootstrap-cfd #cofidis_pay #landing .header {
box-shadow: 0 10px 9px -9px #bdbdbd;
padding: 20px 0;
}
#bootstrap-cfd #cofidis_pay #landing .banner-desktop {
display: block;
}
#bootstrap-cfd #cofidis_pay #landing .banner-tablet,
#bootstrap-cfd #cofidis_pay #landing .banner-mobile {
display: none;
}
@media (max-width: 768px) {
#bootstrap-cfd #cofidis_pay #landing .banner-desktop,
#bootstrap-cfd #cofidis_pay #landing .banner-mobile {
display: none;
}
#bootstrap-cfd #cofidis_pay #landing .banner-tablet {
display: block;
}
}
@media (max-width: 615px) {
#bootstrap-cfd #cofidis_pay #landing .banner-desktop,
#bootstrap-cfd #cofidis_pay #landing .banner-tablet {
display: none;
}
#bootstrap-cfd #cofidis_pay #landing .banner-mobile {
display: block;
}
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards {
padding: 25px 0;
margin: 0px;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .title-section {
padding-bottom: 10px;
font-size: 20px !important;
display: block;
margin: auto;
max-width: 700px;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .container-cards {
width: 80%;
margin: 20px auto;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .card {
margin: 10px;
border: none;
padding: 15px 20px;
box-shadow: none;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .card img {
max-width: 90px;
display: block;
margin: 0 auto;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .card p {
padding-left: 0;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .card .content-card {
padding-top: 15px;
font-size: 16px;
}
#bootstrap-cfd #landing-client-flex .caption-img {
width: 180px;
display: inline-block;
margin: auto;
font-weight: 700;
}
#bootstrap-cfd #landing-client-flex .main-title {
background-color: #003d44;
color: #fff;
}
#bootstrap-cfd #landing-client-flex .ico-flex {
width: 180px;
height: auto;
margin: auto;
}
#bootstrap-cfd #landing-client-flex .mw-50 {
max-width: 50%;
}
@media (max-width: 500px) {
#bootstrap-cfd #landing-client-flex .logo {
width: 320px !important;
max-width: 320px !important;
}
}
#bootstrap-cfd #pop-up.pop-up-pagodil * {
font-family: Noto Sans, sans-serif;
color: #7a7a7a;
line-height: 24px;
}
#bootstrap-cfd #pop-up.pop-up-pagodil {
border-radius: 15px;
max-width: 450px;
}
#bootstrap-cfd #pop-up.pop-up-pagodil .btn-close {
pointer-events: auto;
}
#bootstrap-cfd #pop-up.pop-up-pagodil .seedetails li .bi-check:before {
margin-right: 5px;
color: #fecc00;
font-size: 20px;
}
#bootstrap-cfd #pop-up.pop-up-pagodil .seedetails li {
list-style: none;
}
#bootstrap-cfd #pop-up.pop-up-pagodil .body-header {
color: #838287;
}
#bootstrap-cfd #pop-up.pop-up-pagodil a:hover {
color: #7a7a7a;
text-decoration: none;
}
#bootstrap-cfd #pop-up.pop-up-be{
width: 420px !important;
max-width: 820px !important;
}.cofidis_input { all: revert !important;
width: 60px !important;
font-size: 16px !important;
font-weight: 200 !important;
line-height: 30px !important;
margin: 0 5px !important;
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/dynamicBadge/select-arrow.svg) !important;
background-size: contain !important;
background-position: right !important;
background-repeat: no-repeat !important;
border-radius: 0; text-align: left !important;
-o-appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.banner-prod {  margin-top: 25px; }
.banner-calc {
all: revert;  position: relative;
top: 15px;
}
.cofidis-product {
margin-bottom: 15px;
}
.quantity {
margin-top: 15px;
}
.single_add_to_cart_button {
margin-top: 15px;
}
.cofidis-calculadora {
overflow-x: hidden;
}
.cofidis_input2 { all: revert;
width: 100px;
font-size: 15px;
font-weight: 400;
line-height: 15px;
margin: 0 5px;
background-image: url(//eldescansado.com/wp-content/plugins/cofidis_payment/functions/calculator/img/dynamicBadge/select-arrow.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
border-radius: 0;
text-align: left;
}
#bootstrap-cfd #pop-up {
pointer-events: all;
}
#bootstrap-cfd #pop-up a:hover {
color: #fff !important;
}
#bootstrap-cfd .landing_FR_msg {
padding-top: 0 !important;
}
#bootstrap-cfd #over_FR_msg.landing_FR_msg {
padding-top: 25px !important;
}
#bootstrap-cfd #cofidis_pay #landing .cofidis-cards .title-section {
font-size: 25px !important;
}