.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
cursor: pointer;
}
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
box-shadow: inset 0 0 12px 4px #fff;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
content: "!";
visibility: hidden;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.plugin-checkbox_options .option input {
margin-right: 0.5rem;
}
.plugin-clear_button .ts-control {
padding-right: calc(1em + (3 * 5px)) !important;
}
.plugin-clear_button .clear-button {
opacity: 0;
position: absolute;
top: 0.375rem;
right: calc(0.75rem - 5px);
margin-right: 0 !important;
background: transparent !important;
transition: opacity 0.5s;
cursor: pointer;
}
.plugin-clear_button.single .clear-button {
right: calc(0.75rem - 5px + 2rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
opacity: 1;
}
.ts-wrapper .dropdown-header {
position: relative;
padding: 6px 0.75rem;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
border-radius: 0.25rem 0.25rem 0 0;
}
.ts-wrapper .dropdown-header-close {
position: absolute;
right: 0.75rem;
top: 50%;
color: #343a40;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
color: black;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
box-shadow: none;
border: 1px solid #ced4da;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.plugin-dropdown_input .dropdown-input {
border: 1px solid #d0d0d0;
border-width: 0 0 1px 0;
display: block;
padding: 0.375rem 0.75rem;
box-shadow: none;
width: 100%;
background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.plugin-dropdown_input .items-placeholder {
border: 0 none !important;
box-shadow: none !important;
width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
flex: none;
min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
flex-grow: 1;
flex-basis: 0;
min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
display: inline-flex;
align-items: center;
padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button .item .remove {
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 0 5px;
border-left: 1px solid #dee2e6;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
margin-left: 5px;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button .item.active .remove {
border-left-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
background: none;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove {
border-left-color: white;
}
.ts-wrapper.plugin-remove_button .remove-single {
position: absolute;
right: 0;
top: 0;
font-size: 23px;
}
.ts-wrapper {
position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
color: #343a40;
font-family: inherit;
font-size: inherit;
line-height: 1.5;
font-smoothing: inherit;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
background: #fff;
cursor: text;
}
.ts-control {
border: 1px solid #ced4da;
padding: 0.375rem 0.75rem;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: none;
border-radius: 0.25rem;
display: flex;
flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
padding: calc( 0.375rem - 1px - 0px) 0.75rem calc( 0.375rem - 1px - 3px - 0px);
}
.full .ts-control {
background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
cursor: default !important;
}
.focus .ts-control {
box-shadow: none;
}
.ts-control > * {
vertical-align: baseline;
display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 1px 5px;
background: #efefef;
color: #343a40;
border: 0px solid #dee2e6;
}
.ts-wrapper.multi .ts-control > div.active {
background: #0d6efd;
color: #fff;
border: 0px solid rgba(0, 0, 0, 0);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
color: #878787;
background: white;
border: 0px solid white;
}
.ts-control > input {
flex: 1 1 auto;
min-width: 7rem;
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
box-shadow: none !important;
}
.ts-control > input::-ms-clear {
display: none;
}
.ts-control > input:focus {
outline: none !important;
}
.has-items .ts-control > input {
margin: 0 4px !important;
}
.ts-control.rtl {
text-align: right;
}
.ts-control.rtl.single .ts-control:after {
left: calc(0.75rem + 5px);
right: auto;
}
.ts-control.rtl .ts-control > input {
margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
opacity: 0.5;
background-color: #e9ecef;
}
.input-hidden .ts-control > input {
opacity: 0;
position: absolute;
left: -10000px;
}
.ts-dropdown {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 10;
border: 1px solid #d0d0d0;
background: #fff;
margin: 0.25rem 0 0 0;
border-top: 0 none;
box-sizing: border-box;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 0 0 0.25rem 0.25rem;
}
.ts-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
background: rgba(255, 237, 40, 0.4);
border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
padding: 3px 0.75rem;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
cursor: inherit;
opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
opacity: 1;
cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.ts-dropdown .optgroup-header {
color: #6c757d;
background: #fff;
cursor: default;
}
.ts-dropdown .create:hover,
.ts-dropdown .option:hover,
.ts-dropdown .active {
background-color: #e9ecef;
color: #1e2125;
}
.ts-dropdown .create:hover.create,
.ts-dropdown .option:hover.create,
.ts-dropdown .active.create {
color: #1e2125;
}
.ts-dropdown .create {
color: rgba(52, 58, 64, 0.5);
}
.ts-dropdown .spinner {
display: inline-block;
width: 30px;
height: 30px;
margin: 3px 0.75rem;
}
.ts-dropdown .spinner:after {
content: " ";
display: block;
width: 24px;
height: 24px;
margin: 3px;
border-radius: 50%;
border: 5px solid #d0d0d0;
border-color: #d0d0d0 transparent #d0d0d0 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ts-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
overflow-scrolling: touch;
scroll-behavior: smooth;
}
.ts-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.ts-wrapper.form-control,
.ts-wrapper.form-select {
padding: 0 !important;
height: auto;
box-shadow: none;
display: flex;
}
.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
height: auto;
padding: 0;
z-index: 1000;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ts-dropdown .optgroup-header {
font-size: 0.875rem;
line-height: 1.5;
}
.ts-dropdown .optgroup:first-child:before {
display: none;
}
.ts-dropdown .optgroup:before {
content: " ";
display: block;
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.ts-dropdown .create {
padding-left: 0.75rem;
}
.ts-dropdown-content {
padding: 5px 0;
}
.ts-control {
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
display: flex;
align-items: center;
}
@media (prefers-reduced-motion: reduce) {
.ts-control {
transition: none;
}
}
.ts-control.dropdown -active {
border-radius: 0.25rem;
}
.focus .ts-control {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.ts-control .item {
display: flex;
align-items: center;
}
.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid + .ts-wrapper {
border-color: #dc3545;
}
.ts-wrapper.is-invalid:not(.single),
.was-validated .invalid:not(.single),
.was-validated :invalid + .ts-wrapper:not(.single) {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.single,
.was-validated .invalid.single,
.was-validated :invalid + .ts-wrapper.single {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.focus .ts-control,
.was-validated .invalid.focus .ts-control,
.was-validated :invalid + .ts-wrapper.focus .ts-control {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.ts-wrapper.is-valid:not(.ignoreValidation),
.was-validated .valid:not(.ignoreValidation),
.was-validated :valid:not(.ignoreValidation) + .ts-wrapper {
border-color: #198754;
}
.ts-wrapper.is-valid:not(.single):not(.ignoreValidation),
.was-validated .valid:not(.single):not(.ignoreValidation),
.was-validated :valid + .ts-wrapper:not(.single):not(.ignoreValidation) {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-repeat: no-repeat;
}
.ts-wrapper.is-valid.single:not(.ignoreValidation),
.was-validated .valid.single:not(.ignoreValidation),
.was-validated :valid:not(.ignoreValidation) + .ts-wrapper.single {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-repeat: no-repeat;
}
.ts-wrapper.is-valid.focus .ts-control,
.was-validated .valid.focus .ts-control,
.was-validated :valid + .ts-wrapper.focus .ts-control {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.ts-wrapper {
min-height: calc(1.5em + 0.75rem + 2px);
display: flex;
}
.input-group-sm > .ts-wrapper, .ts-wrapper.form-select-sm, .ts-wrapper.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-select-sm .ts-control, .ts-wrapper.form-control-sm .ts-control {
padding: 0 0.75rem;
border-radius: 0.2rem;
font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
font-size: 0.875rem;
padding-bottom: 0;
}
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-select-sm.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
padding-top: calc((calc(1.5em + 0.5rem + 2px) - (1.5 * 0.875rem) - 4px) / 2) !important;
}
.ts-wrapper.multi.has-items .ts-control {
padding-left: calc(0.75rem - 5px);
padding-right: calc(0.75rem - 5px);
}
.ts-wrapper.multi .ts-control > div {
border-radius: calc(0.25rem - 1px);
}
.input-group-lg > .ts-wrapper, .ts-wrapper.form-control-lg, .ts-wrapper.form-select-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .ts-wrapper .ts-control, .ts-wrapper.form-control-lg .ts-control, .ts-wrapper.form-select-lg .ts-control {
border-radius: 0.3rem;
font-size: 1.25rem;
}
.ts-wrapper:not(.form-control):not(.form-select) {
padding: 0;
border: none;
height: auto;
box-shadow: none;
background: none;
}
.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
padding-right: 2rem;
}
.ts-wrapper.form-control .ts-control, .ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
border: none !important;
background: transparent !important;
}
.input-group > .ts-wrapper {
flex-grow: 1;
}
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}.bs :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
"Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
}
.bs *,
.bs :after,
.bs :before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
.bs :root {
scroll-behavior: smooth;
}
}
.bs body {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
background-color: var(--bs-body-bg);
color: var(--bs-body-color);
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
margin: 0;
text-align: var(--bs-body-text-align);
}
.bs hr {
background-color: currentColor;
border: 0;
color: inherit;
margin: 1rem 0;
opacity: 0.25;
}
.bs hr:not([size]) {
height: 1px;
}
.bs .h1,
.bs .h2,
.bs .h3,
.bs .h4,
.bs .h5,
.bs .h6,
.bs h1,
.bs h2,
.bs h3,
.bs h4,
.bs h5,
.bs h6 {
font-weight: 500;
line-height: 1.2;
margin-bottom: 0.5rem;
margin-top: 0;
}
.bs .h1,
.bs h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
.bs .h1,
.bs h1 {
font-size: 2.5rem;
}
}
.bs .h2,
.bs h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.bs .h2,
.bs h2 {
font-size: 2rem;
}
}
.bs .h3,
.bs h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
.bs .h3,
.bs h3 {
font-size: 1.75rem;
}
}
.bs .h4,
.bs h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
.bs .h4,
.bs h4 {
font-size: 1.5rem;
}
}
.bs .h5,
.bs h5 {
font-size: 1.25rem;
}
.bs .h6,
.bs h6 {
font-size: 1rem;
}
.bs p {
margin-bottom: 1rem;
margin-top: 0;
}
.bs abbr[data-bs-original-title],
.bs abbr[title] {
cursor: help;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
.bs address {
font-style: normal;
line-height: inherit;
margin-bottom: 1rem;
}
.bs ol,
.bs ul {
padding-left: 2rem;
}
.bs dl,
.bs ol,
.bs ul {
margin-bottom: 1rem;
margin-top: 0;
}
.bs ol ol,
.bs ol ul,
.bs ul ol,
.bs ul ul {
margin-bottom: 0;
}
.bs dt {
font-weight: 700;
}
.bs dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
.bs blockquote {
margin: 0 0 1rem;
}
.bs b,
.bs strong {
font-weight: bolder;
}
.bs .small,
.bs small {
font-size: 0.875em;
}
.bs .mark,
.bs mark {
background-color: #fcf8e3;
padding: 0.2em;
}
.bs sub,
.bs sup {
font-size: 0.75em;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.bs sub {
bottom: -0.25em;
}
.bs sup {
top: -0.5em;
}
.bs a {
color: #0d6efd;
text-decoration: underline;
}
.bs a:hover {
color: #0a58ca;
}
.bs a:not([href]):not([class]),
.bs a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
.bs code,
.bs kbd,
.bs pre,
.bs samp {
direction: ltr;
font-family: var(--bs-font-monospace);
font-size: 1em;
unicode-bidi: bidi-override;
}
.bs pre {
display: block;
font-size: 0.875em;
margin-bottom: 1rem;
margin-top: 0;
overflow: auto;
}
.bs pre code {
color: inherit;
font-size: inherit;
word-break: normal;
}
.bs code {
word-wrap: break-word;
color: #d63384;
font-size: 0.875em;
}
.bs a > code {
color: inherit;
}
.bs kbd {
background-color: #212529;
border-radius: 0.2rem;
color: #fff;
font-size: 0.875em;
padding: 0.2rem 0.4rem;
}
.bs kbd kbd {
font-size: 1em;
font-weight: 700;
padding: 0;
}
.bs figure {
margin: 0 0 1rem;
}
.bs img,
.bs svg {
vertical-align: middle;
}
.bs table {
border-collapse: collapse;
caption-side: bottom;
}
.bs caption {
color: #6c757d;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
text-align: left;
}
.bs th {
text-align: inherit;
text-align: -webkit-match-parent;
}
.bs tbody,
.bs td,
.bs tfoot,
.bs th,
.bs thead,
.bs tr {
border: 0 solid;
border-color: inherit;
}
.bs label {
display: inline-block;
}
.bs button {
border-radius: 0;
}
.bs button:focus:not(:focus-visible) {
outline: 0;
}
.bs button,
.bs input,
.bs optgroup,
.bs select,
.bs textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
margin: 0;
}
.bs button,
.bs select {
text-transform: none;
}
.bs [role="button"] {
cursor: pointer;
}
.bs select {
word-wrap: normal;
}
.bs select:disabled {
opacity: 1;
}
.bs [list]::-webkit-calendar-picker-indicator {
display: none;
}
.bs [type="button"],
.bs [type="reset"],
.bs [type="submit"],
.bs button {
-webkit-appearance: button;
}
.bs [type="button"]:not(:disabled),
.bs [type="reset"]:not(:disabled),
.bs [type="submit"]:not(:disabled),
.bs button:not(:disabled) {
cursor: pointer;
}
.bs ::-moz-focus-inner {
border-style: none;
padding: 0;
}
.bs textarea {
resize: vertical;
}
.bs fieldset {
border: 0;
margin: 0;
min-width: 0;
padding: 0;
}
.bs legend {
float: left;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
margin-bottom: 0.5rem;
padding: 0;
width: 100%;
}
@media (min-width: 1200px) {
.bs legend {
font-size: 1.5rem;
}
}
.bs legend + * {
clear: left;
}
.bs ::-webkit-datetime-edit-day-field,
.bs ::-webkit-datetime-edit-fields-wrapper,
.bs ::-webkit-datetime-edit-hour-field,
.bs ::-webkit-datetime-edit-minute,
.bs ::-webkit-datetime-edit-month-field,
.bs ::-webkit-datetime-edit-text,
.bs ::-webkit-datetime-edit-year-field {
padding: 0;
}
.bs ::-webkit-inner-spin-button {
height: auto;
}
.bs [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
.bs ::-webkit-search-decoration {
-webkit-appearance: none;
}
.bs ::-webkit-color-swatch-wrapper {
padding: 0;
}
.bs ::file-selector-button {
font: inherit;
}
.bs ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
.bs output {
display: inline-block;
}
.bs iframe {
border: 0;
}
.bs summary {
cursor: pointer;
display: list-item;
}
.bs progress {
vertical-align: baseline;
}
.bs [hidden] {
display: none !important;
}
.bs .lead {
font-size: 1.25rem;
font-weight: 300;
}
.bs .display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-1 {
font-size: 5rem;
}
}
.bs .display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-2 {
font-size: 4.5rem;
}
}
.bs .display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-3 {
font-size: 4rem;
}
}
.bs .display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-4 {
font-size: 3.5rem;
}
}
.bs .display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-5 {
font-size: 3rem;
}
}
.bs .display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.bs .display-6 {
font-size: 2.5rem;
}
}
.bs .list-inline,
.bs .list-unstyled {
list-style: none;
padding-left: 0;
}
.bs .list-inline-item {
display: inline-block;
}
.bs .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.bs .initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.bs .blockquote {
font-size: 1.25rem;
margin-bottom: 1rem;
}
.bs .blockquote > :last-child {
margin-bottom: 0;
}
.bs .blockquote-footer {
color: #6c757d;
font-size: 0.875em;
margin-bottom: 1rem;
margin-top: -1rem;
}
.bs .blockquote-footer:before {
content: "— ";
}
.bs .img-fluid,
.bs .img-thumbnail {
height: auto;
max-width: 100%;
}
.bs .img-thumbnail {
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
padding: 0.25rem;
}
.bs .figure {
display: inline-block;
}
.bs .figure-img {
line-height: 1;
margin-bottom: 0.5rem;
}
.bs .figure-caption {
color: #6c757d;
font-size: 0.875em;
}
.bs .container,
.bs .container-fluid,
.bs .container-lg,
.bs .container-md,
.bs .container-sm,
.bs .container-xl,
.bs .container-xxl {
margin-left: auto;
margin-right: auto;
padding-left: var(--bs-gutter-x, 0.75rem);
padding-right: var(--bs-gutter-x, 0.75rem);
width: 100%;
}
@media (min-width: 576px) {
.bs .container,
.bs .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.bs .container,
.bs .container-md,
.bs .container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.bs .container,
.bs .container-lg,
.bs .container-md,
.bs .container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.bs .container,
.bs .container-lg,
.bs .container-md,
.bs .container-sm,
.bs .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.bs .container,
.bs .container-lg,
.bs .container-md,
.bs .container-sm,
.bs .container-xl,
.bs .container-xxl {
max-width: 1320px;
}
}
.bs .row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-left: calc(var(--bs-gutter-x) * -0.5);
margin-right: calc(var(--bs-gutter-x) * -0.5);
margin-top: calc(var(--bs-gutter-y) * -1);
}
.bs .row > * {
flex-shrink: 0;
margin-top: var(--bs-gutter-y);
max-width: 100%;
padding-left: calc(var(--bs-gutter-x) * 0.5);
padding-right: calc(var(--bs-gutter-x) * 0.5);
width: 100%;
}
.bs .col {
flex: 1 0 0%;
}
.bs .row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-1 {
margin-left: 8.33333333%;
}
.bs .offset-2 {
margin-left: 16.66666667%;
}
.bs .offset-3 {
margin-left: 25%;
}
.bs .offset-4 {
margin-left: 33.33333333%;
}
.bs .offset-5 {
margin-left: 41.66666667%;
}
.bs .offset-6 {
margin-left: 50%;
}
.bs .offset-7 {
margin-left: 58.33333333%;
}
.bs .offset-8 {
margin-left: 66.66666667%;
}
.bs .offset-9 {
margin-left: 75%;
}
.bs .offset-10 {
margin-left: 83.33333333%;
}
.bs .offset-11 {
margin-left: 91.66666667%;
}
.bs .g-0,
.bs .gx-0 {
--bs-gutter-x: 0;
}
.bs .g-0,
.bs .gy-0 {
--bs-gutter-y: 0;
}
.bs .g-1,
.bs .gx-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-1,
.bs .gy-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-2,
.bs .gx-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-2,
.bs .gy-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-3,
.bs .gx-3 {
--bs-gutter-x: 1rem;
}
.bs .g-3,
.bs .gy-3 {
--bs-gutter-y: 1rem;
}
.bs .g-4,
.bs .gx-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-4,
.bs .gy-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-5,
.bs .gx-5 {
--bs-gutter-x: 3rem;
}
.bs .g-5,
.bs .gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.bs .col-sm {
flex: 1 0 0%;
}
.bs .row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-sm-0 {
margin-left: 0;
}
.bs .offset-sm-1 {
margin-left: 8.33333333%;
}
.bs .offset-sm-2 {
margin-left: 16.66666667%;
}
.bs .offset-sm-3 {
margin-left: 25%;
}
.bs .offset-sm-4 {
margin-left: 33.33333333%;
}
.bs .offset-sm-5 {
margin-left: 41.66666667%;
}
.bs .offset-sm-6 {
margin-left: 50%;
}
.bs .offset-sm-7 {
margin-left: 58.33333333%;
}
.bs .offset-sm-8 {
margin-left: 66.66666667%;
}
.bs .offset-sm-9 {
margin-left: 75%;
}
.bs .offset-sm-10 {
margin-left: 83.33333333%;
}
.bs .offset-sm-11 {
margin-left: 91.66666667%;
}
.bs .g-sm-0,
.bs .gx-sm-0 {
--bs-gutter-x: 0;
}
.bs .g-sm-0,
.bs .gy-sm-0 {
--bs-gutter-y: 0;
}
.bs .g-sm-1,
.bs .gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-sm-1,
.bs .gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-sm-2,
.bs .gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-sm-2,
.bs .gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-sm-3,
.bs .gx-sm-3 {
--bs-gutter-x: 1rem;
}
.bs .g-sm-3,
.bs .gy-sm-3 {
--bs-gutter-y: 1rem;
}
.bs .g-sm-4,
.bs .gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-sm-4,
.bs .gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-sm-5,
.bs .gx-sm-5 {
--bs-gutter-x: 3rem;
}
.bs .g-sm-5,
.bs .gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.bs .col-md {
flex: 1 0 0%;
}
.bs .row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-md-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-md-0 {
margin-left: 0;
}
.bs .offset-md-1 {
margin-left: 8.33333333%;
}
.bs .offset-md-2 {
margin-left: 16.66666667%;
}
.bs .offset-md-3 {
margin-left: 25%;
}
.bs .offset-md-4 {
margin-left: 33.33333333%;
}
.bs .offset-md-5 {
margin-left: 41.66666667%;
}
.bs .offset-md-6 {
margin-left: 50%;
}
.bs .offset-md-7 {
margin-left: 58.33333333%;
}
.bs .offset-md-8 {
margin-left: 66.66666667%;
}
.bs .offset-md-9 {
margin-left: 75%;
}
.bs .offset-md-10 {
margin-left: 83.33333333%;
}
.bs .offset-md-11 {
margin-left: 91.66666667%;
}
.bs .g-md-0,
.bs .gx-md-0 {
--bs-gutter-x: 0;
}
.bs .g-md-0,
.bs .gy-md-0 {
--bs-gutter-y: 0;
}
.bs .g-md-1,
.bs .gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-md-1,
.bs .gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-md-2,
.bs .gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-md-2,
.bs .gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-md-3,
.bs .gx-md-3 {
--bs-gutter-x: 1rem;
}
.bs .g-md-3,
.bs .gy-md-3 {
--bs-gutter-y: 1rem;
}
.bs .g-md-4,
.bs .gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-md-4,
.bs .gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-md-5,
.bs .gx-md-5 {
--bs-gutter-x: 3rem;
}
.bs .g-md-5,
.bs .gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.bs .col-lg {
flex: 1 0 0%;
}
.bs .row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-lg-0 {
margin-left: 0;
}
.bs .offset-lg-1 {
margin-left: 8.33333333%;
}
.bs .offset-lg-2 {
margin-left: 16.66666667%;
}
.bs .offset-lg-3 {
margin-left: 25%;
}
.bs .offset-lg-4 {
margin-left: 33.33333333%;
}
.bs .offset-lg-5 {
margin-left: 41.66666667%;
}
.bs .offset-lg-6 {
margin-left: 50%;
}
.bs .offset-lg-7 {
margin-left: 58.33333333%;
}
.bs .offset-lg-8 {
margin-left: 66.66666667%;
}
.bs .offset-lg-9 {
margin-left: 75%;
}
.bs .offset-lg-10 {
margin-left: 83.33333333%;
}
.bs .offset-lg-11 {
margin-left: 91.66666667%;
}
.bs .g-lg-0,
.bs .gx-lg-0 {
--bs-gutter-x: 0;
}
.bs .g-lg-0,
.bs .gy-lg-0 {
--bs-gutter-y: 0;
}
.bs .g-lg-1,
.bs .gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-lg-1,
.bs .gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-lg-2,
.bs .gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-lg-2,
.bs .gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-lg-3,
.bs .gx-lg-3 {
--bs-gutter-x: 1rem;
}
.bs .g-lg-3,
.bs .gy-lg-3 {
--bs-gutter-y: 1rem;
}
.bs .g-lg-4,
.bs .gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-lg-4,
.bs .gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-lg-5,
.bs .gx-lg-5 {
--bs-gutter-x: 3rem;
}
.bs .g-lg-5,
.bs .gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.bs .col-xl {
flex: 1 0 0%;
}
.bs .row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-xl-0 {
margin-left: 0;
}
.bs .offset-xl-1 {
margin-left: 8.33333333%;
}
.bs .offset-xl-2 {
margin-left: 16.66666667%;
}
.bs .offset-xl-3 {
margin-left: 25%;
}
.bs .offset-xl-4 {
margin-left: 33.33333333%;
}
.bs .offset-xl-5 {
margin-left: 41.66666667%;
}
.bs .offset-xl-6 {
margin-left: 50%;
}
.bs .offset-xl-7 {
margin-left: 58.33333333%;
}
.bs .offset-xl-8 {
margin-left: 66.66666667%;
}
.bs .offset-xl-9 {
margin-left: 75%;
}
.bs .offset-xl-10 {
margin-left: 83.33333333%;
}
.bs .offset-xl-11 {
margin-left: 91.66666667%;
}
.bs .g-xl-0,
.bs .gx-xl-0 {
--bs-gutter-x: 0;
}
.bs .g-xl-0,
.bs .gy-xl-0 {
--bs-gutter-y: 0;
}
.bs .g-xl-1,
.bs .gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-xl-1,
.bs .gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-xl-2,
.bs .gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-xl-2,
.bs .gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-xl-3,
.bs .gx-xl-3 {
--bs-gutter-x: 1rem;
}
.bs .g-xl-3,
.bs .gy-xl-3 {
--bs-gutter-y: 1rem;
}
.bs .g-xl-4,
.bs .gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-xl-4,
.bs .gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-xl-5,
.bs .gx-xl-5 {
--bs-gutter-x: 3rem;
}
.bs .g-xl-5,
.bs .gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.bs .col-xxl {
flex: 1 0 0%;
}
.bs .row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.bs .row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.bs .row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.bs .row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.bs .row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.bs .row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.bs .row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.bs .col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.bs .col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.bs .col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.bs .col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.bs .col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.bs .col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.bs .col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.bs .col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.bs .col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.bs .col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.bs .col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.bs .col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.bs .col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.bs .offset-xxl-0 {
margin-left: 0;
}
.bs .offset-xxl-1 {
margin-left: 8.33333333%;
}
.bs .offset-xxl-2 {
margin-left: 16.66666667%;
}
.bs .offset-xxl-3 {
margin-left: 25%;
}
.bs .offset-xxl-4 {
margin-left: 33.33333333%;
}
.bs .offset-xxl-5 {
margin-left: 41.66666667%;
}
.bs .offset-xxl-6 {
margin-left: 50%;
}
.bs .offset-xxl-7 {
margin-left: 58.33333333%;
}
.bs .offset-xxl-8 {
margin-left: 66.66666667%;
}
.bs .offset-xxl-9 {
margin-left: 75%;
}
.bs .offset-xxl-10 {
margin-left: 83.33333333%;
}
.bs .offset-xxl-11 {
margin-left: 91.66666667%;
}
.bs .g-xxl-0,
.bs .gx-xxl-0 {
--bs-gutter-x: 0;
}
.bs .g-xxl-0,
.bs .gy-xxl-0 {
--bs-gutter-y: 0;
}
.bs .g-xxl-1,
.bs .gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.bs .g-xxl-1,
.bs .gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.bs .g-xxl-2,
.bs .gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.bs .g-xxl-2,
.bs .gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.bs .g-xxl-3,
.bs .gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.bs .g-xxl-3,
.bs .gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.bs .g-xxl-4,
.bs .gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.bs .g-xxl-4,
.bs .gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.bs .g-xxl-5,
.bs .gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.bs .g-xxl-5,
.bs .gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.bs .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);
border-color: #dee2e6;
color: #212529;
margin-bottom: 1rem;
vertical-align: top;
width: 100%;
}
.bs .table > :not(caption) > * > * {
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
padding: 0.5rem;
}
.bs .table > tbody {
vertical-align: inherit;
}
.bs .table > thead {
vertical-align: bottom;
}
.bs .table > :not(:first-child) {
border-top: 2px solid;
}
.bs .caption-top {
caption-side: top;
}
.bs .table-sm > :not(caption) > * > * {
padding: 0.25rem;
}
.bs .table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.bs .table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.bs .table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.bs .table-borderless > :not(:first-child) {
border-top-width: 0;
}
.bs .table-striped > tbody > tr:nth-of-type(odd) > * {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.bs .table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.bs .table-hover > tbody > tr:hover > * {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.bs .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;
border-color: #bacbe6;
color: #000;
}
.bs .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;
border-color: #cbccce;
color: #000;
}
.bs .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;
border-color: #bcd0c7;
color: #000;
}
.bs .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;
border-color: #badce3;
color: #000;
}
.bs .table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
border-color: #e6dbb9;
color: #000;
}
.bs .table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
border-color: #dfc2c4;
color: #000;
}
.bs .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;
border-color: #dfe0e1;
color: #000;
}
.bs .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;
border-color: #373b3e;
color: #fff;
}
.bs .table-responsive {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
@media (max-width: 575.98px) {
.bs .table-responsive-sm {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}
@media (max-width: 767.98px) {
.bs .table-responsive-md {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}
@media (max-width: 991.98px) {
.bs .table-responsive-lg {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}
@media (max-width: 1199.98px) {
.bs .table-responsive-xl {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}
@media (max-width: 1399.98px) {
.bs .table-responsive-xxl {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
}
.bs .form-label {
margin-bottom: 0.5rem;
}
.bs .col-form-label {
font-size: inherit;
line-height: 1.5;
margin-bottom: 0;
padding-bottom: calc(0.375rem + 1px);
padding-top: calc(0.375rem + 1px);
}
.bs .col-form-label-lg {
font-size: 1.25rem;
padding-bottom: calc(0.5rem + 1px);
padding-top: calc(0.5rem + 1px);
}
.bs .col-form-label-sm {
font-size: 0.875rem;
padding-bottom: calc(0.25rem + 1px);
padding-top: calc(0.25rem + 1px);
}
.bs .form-text {
color: #6c757d;
font-size: 0.875em;
margin-top: 0.25rem;
}
.bs .form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
color: #212529;
display: block;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
padding: 0.375rem 0.75rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-control {
transition: none;
}
}
.bs .form-control[type="file"] {
overflow: hidden;
}
.bs .form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.bs .form-control:focus {
background-color: #fff;
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
color: #212529;
outline: 0;
}
.bs .form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.bs .form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.bs .form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bs .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.bs .form-control:disabled,
.bs .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.bs .form-control::file-selector-button {
-webkit-margin-end: 0.75rem;
background-color: #e9ecef;
border: 0 solid;
border-color: inherit;
border-inline-end-width: 1px;
border-radius: 0;
color: #212529;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
padding: 0.375rem 0.75rem;
pointer-events: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
.bs .form-control::file-selector-button {
transition: none;
}
}
.bs .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.bs .form-control::-webkit-file-upload-button {
-webkit-margin-end: 0.75rem;
background-color: #e9ecef;
border: 0 solid;
border-color: inherit;
border-inline-end-width: 1px;
border-radius: 0;
color: #212529;
margin: -0.375rem -0.75rem;
margin-inline-end: 0.75rem;
padding: 0.375rem 0.75rem;
pointer-events: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.bs .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.bs .form-control-plaintext {
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
color: #212529;
display: block;
line-height: 1.5;
margin-bottom: 0;
padding: 0.375rem 0;
width: 100%;
}
.bs .form-control-plaintext.form-control-lg,
.bs .form-control-plaintext.form-control-sm {
padding-left: 0;
padding-right: 0;
}
.bs .form-control-sm {
border-radius: 0.2rem;
font-size: 0.875rem;
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
}
.bs .form-control-sm::file-selector-button {
-webkit-margin-end: 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
padding: 0.25rem 0.5rem;
}
.bs .form-control-sm::-webkit-file-upload-button {
-webkit-margin-end: 0.5rem;
margin: -0.25rem -0.5rem;
margin-inline-end: 0.5rem;
padding: 0.25rem 0.5rem;
}
.bs .form-control-lg {
border-radius: 0.3rem;
font-size: 1.25rem;
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
}
.bs .form-control-lg::file-selector-button {
-webkit-margin-end: 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
padding: 0.5rem 1rem;
}
.bs .form-control-lg::-webkit-file-upload-button {
-webkit-margin-end: 1rem;
margin: -0.5rem -1rem;
margin-inline-end: 1rem;
padding: 0.5rem 1rem;
}
.bs textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
.bs textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
.bs textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.bs .form-control-color {
height: auto;
padding: 0.375rem;
width: 3rem;
}
.bs .form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.bs .form-control-color::-moz-color-swatch {
border-radius: 0.25rem;
height: 1.5em;
}
.bs .form-control-color::-webkit-color-swatch {
border-radius: 0.25rem;
height: 1.5em;
}
.bs .form-select {
-moz-padding-start: calc(0.75rem - 3px);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
background-position: right 0.75rem center;
background-repeat: no-repeat;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
color: #212529;
display: block;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-select {
transition: none;
}
}
.bs .form-select:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
outline: 0;
}
.bs .form-select[multiple],
.bs .form-select[size]:not([size="1"]) {
background-image: none;
padding-right: 0.75rem;
}
.bs .form-select:disabled {
background-color: #e9ecef;
}
.bs .form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.bs .form-select-sm {
border-radius: 0.2rem;
font-size: 0.875rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
padding-top: 0.25rem;
}
.bs .form-select-lg {
border-radius: 0.3rem;
font-size: 1.25rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-top: 0.5rem;
}
.bs .form-check {
display: block;
margin-bottom: 0.125rem;
min-height: 1.5rem;
padding-left: 1.5em;
}
.bs .form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.bs .form-check-input {
color-adjust: exact;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
height: 1em;
margin-top: 0.25em;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
vertical-align: top;
width: 1em;
}
.bs .form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.bs .form-check-input[type="radio"] {
border-radius: 50%;
}
.bs .form-check-input:active {
filter: brightness(90%);
}
.bs .form-check-input:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
outline: 0;
}
.bs .form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.bs .form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.bs .form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.bs .form-check-input[type="checkbox"]:indeterminate {
background-color: #0d6efd;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
border-color: #0d6efd;
}
.bs .form-check-input:disabled {
filter: none;
opacity: 0.5;
pointer-events: none;
}
.bs .form-check-input:disabled ~ .form-check-label,
.bs .form-check-input[disabled] ~ .form-check-label {
opacity: 0.5;
}
.bs .form-switch {
padding-left: 2.5em;
}
.bs .form-switch .form-check-input {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
background-position: 0;
border-radius: 2em;
margin-left: -2.5em;
transition: background-position 0.15s ease-in-out;
width: 2em;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-switch .form-check-input {
transition: none;
}
}
.bs .form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.bs .form-switch .form-check-input:checked {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
background-position: 100%;
}
.bs .form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.bs .btn-check {
clip: rect(0, 0, 0, 0);
pointer-events: none;
position: absolute;
}
.bs .btn-check:disabled + .btn,
.bs .btn-check[disabled] + .btn {
filter: none;
opacity: 0.65;
pointer-events: none;
}
.bs .form-range {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
height: 1.5rem;
padding: 0;
width: 100%;
}
.bs .form-range:focus {
outline: 0;
}
.bs .form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bs .form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bs .form-range::-moz-focus-outer {
border: 0;
}
.bs .form-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
height: 1rem;
margin-top: -0.25rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.bs .form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.bs .form-range::-webkit-slider-runnable-track {
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
color: transparent;
cursor: pointer;
height: 0.5rem;
width: 100%;
}
.bs .form-range::-moz-range-thumb {
-moz-appearance: none;
appearance: none;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
height: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.bs .form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.bs .form-range::-moz-range-track {
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
color: transparent;
cursor: pointer;
height: 0.5rem;
width: 100%;
}
.bs .form-range:disabled {
pointer-events: none;
}
.bs .form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.bs .form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.bs .form-floating {
position: relative;
}
.bs .form-floating > .form-control,
.bs .form-floating > .form-select {
height: calc(3.5rem + 2px);
line-height: 1.25;
}
.bs .form-floating > label {
border: 1px solid transparent;
height: 100%;
left: 0;
padding: 1rem 0.75rem;
pointer-events: none;
position: absolute;
top: 0;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .form-floating > label {
transition: none;
}
}
.bs .form-floating > .form-control {
padding: 1rem 0.75rem;
}
.bs .form-floating > .form-control::-moz-placeholder {
color: transparent;
}
.bs .form-floating > .form-control:-ms-input-placeholder {
color: transparent;
}
.bs .form-floating > .form-control::placeholder {
color: transparent;
}
.bs .form-floating > .form-control:not(:-moz-placeholder-shown) {
padding-bottom: 0.625rem;
padding-top: 1.625rem;
}
.bs .form-floating > .form-control:not(:-ms-input-placeholder) {
padding-bottom: 0.625rem;
padding-top: 1.625rem;
}
.bs .form-floating > .form-control:focus,
.bs .form-floating > .form-control:not(:placeholder-shown) {
padding-bottom: 0.625rem;
padding-top: 1.625rem;
}
.bs .form-floating > .form-control:-webkit-autofill {
padding-bottom: 0.625rem;
padding-top: 1.625rem;
}
.bs .form-floating > .form-select {
padding-bottom: 0.625rem;
padding-top: 1.625rem;
}
.bs .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bs .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bs .form-floating > .form-control:focus ~ label,
.bs .form-floating > .form-control:not(:placeholder-shown) ~ label,
.bs .form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bs .form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bs .input-group {
align-items: stretch;
display: flex;
flex-wrap: wrap;
position: relative;
width: 100%;
}
.bs .input-group > .form-control,
.bs .input-group > .form-select {
flex: 1 1 auto;
min-width: 0;
position: relative;
width: 1%;
}
.bs .input-group > .form-control:focus,
.bs .input-group > .form-select:focus {
z-index: 3;
}
.bs .input-group .btn {
position: relative;
z-index: 2;
}
.bs .input-group .btn:focus {
z-index: 3;
}
.bs .input-group-text {
align-items: center;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
color: #212529;
display: flex;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
padding: 0.375rem 0.75rem;
text-align: center;
white-space: nowrap;
}
.bs .input-group-lg > .btn,
.bs .input-group-lg > .form-control,
.bs .input-group-lg > .form-select,
.bs .input-group-lg > .input-group-text {
border-radius: 0.3rem;
font-size: 1.25rem;
padding: 0.5rem 1rem;
}
.bs .input-group-sm > .btn,
.bs .input-group-sm > .form-control,
.bs .input-group-sm > .form-select,
.bs .input-group-sm > .input-group-text {
border-radius: 0.2rem;
font-size: 0.875rem;
padding: 0.25rem 0.5rem;
}
.bs .input-group-lg > .form-select,
.bs .input-group-sm > .form-select {
padding-right: 3rem;
}
.bs .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.bs .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.bs .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.bs .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bs
.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
margin-left: -1px;
}
.bs .valid-feedback {
color: #198754;
display: none;
font-size: 0.875em;
margin-top: 0.25rem;
width: 100%;
}
.bs .valid-tooltip {
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.25rem;
color: #fff;
display: none;
font-size: 0.875rem;
margin-top: 0.1rem;
max-width: 100%;
padding: 0.25rem 0.5rem;
position: absolute;
top: 100%;
z-index: 5;
}
.bs .is-valid ~ .valid-feedback,
.bs .is-valid ~ .valid-tooltip,
.bs .was-validated :valid ~ .valid-feedback,
.bs .was-validated :valid ~ .valid-tooltip {
display: block;
}
.bs .form-control.is-valid:not(.ignoreValidation),
.bs .was-validated .form-control:valid:not(.ignoreValidation) {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-position: right calc(0.375em + 0.1875rem) center;
background-repeat: no-repeat;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
}
.bs .form-control.is-valid:not(.ignoreValidation):focus,
.bs .was-validated .form-control:valid:not(.ignoreValidation):focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bs .was-validated textarea.form-control:valid,
.bs textarea.form-control.is-valid {
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
padding-right: calc(1.5em + 0.75rem);
}
.bs .form-select.is-valid,
.bs .was-validated .form-select:valid {
border-color: #198754;
}
.bs .form-select.is-valid:not([multiple]):not([size]),
.bs .form-select.is-valid:not([multiple])[size="1"],
.bs .was-validated .form-select:valid:not([multiple]):not([size]),
.bs .was-validated .form-select:valid:not([multiple])[size="1"] {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
padding-right: 4.125rem;
}
.bs .form-select.is-valid:focus,
.bs .was-validated .form-select:valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bs .form-check-input.is-valid:not(.ignoreValidation),
.bs .was-validated .form-check-input:valid:not(.ignoreValidation) {
border-color: #198754;
}
.bs .form-check-input.is-valid:checked:not(.ignoreValidation),
.bs .was-validated .form-check-input:valid:checked:not(.ignoreValidation) {
background-color: #198754;
}
.bs .form-check-input.is-valid:focus:not(.ignoreValidation),
.bs .was-validated .form-check-input:valid:focus:not(.ignoreValidation) {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.bs .form-check-input.is-valid ~ .form-check-label:not(.ignoreValidation),
.bs .was-validated .form-check-input:valid ~ .form-check-label:not(.ignoreValidation) {
color: #198754;
}
.bs .form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.bs .input-group .form-control.is-valid,
.bs .input-group .form-select.is-valid,
.bs .was-validated .input-group .form-control:valid,
.bs .was-validated .input-group .form-select:valid {
z-index: 1;
}
.bs .input-group .form-control.is-valid:focus,
.bs .input-group .form-select.is-valid:focus,
.bs .was-validated .input-group .form-control:valid:focus,
.bs .was-validated .input-group .form-select:valid:focus {
z-index: 3;
}
.bs .invalid-feedback {
color: #dc3545;
display: none;
font-size: 0.875em;
margin-top: 0.25rem;
width: 100%;
}
.bs .invalid-tooltip {
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
color: #fff;
display: none;
font-size: 0.875rem;
margin-top: 0.1rem;
max-width: 100%;
padding: 0.25rem 0.5rem;
position: absolute;
top: 100%;
z-index: 5;
}
.bs .is-invalid ~ .invalid-feedback,
.bs .is-invalid ~ .invalid-tooltip,
.bs .was-validated :invalid ~ .invalid-feedback,
.bs .was-validated :invalid ~ .invalid-tooltip {
display: block;
}
.bs .form-control.is-invalid,
.bs .was-validated .form-control:invalid {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
background-position: right calc(0.375em + 0.1875rem) center;
background-repeat: no-repeat;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
}
.bs .form-control.is-invalid:focus,
.bs .was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bs .was-validated textarea.form-control:invalid,
.bs textarea.form-control.is-invalid {
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
padding-right: calc(1.5em + 0.75rem);
}
.bs .form-select.is-invalid,
.bs .was-validated .form-select:invalid {
border-color: #dc3545;
}
.bs .form-select.is-invalid:not([multiple]):not([size]),
.bs .form-select.is-invalid:not([multiple])[size="1"],
.bs .was-validated .form-select:invalid:not([multiple]):not([size]),
.bs .was-validated .form-select:invalid:not([multiple])[size="1"] {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
padding-right: 4.125rem;
}
.bs .form-select.is-invalid:focus,
.bs .was-validated .form-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bs .form-check-input.is-invalid,
.bs .was-validated .form-check-input:invalid {
border-color: #dc3545;
}
.bs .form-check-input.is-invalid:checked,
.bs .was-validated .form-check-input:invalid:checked {
background-color: #dc3545;
}
.bs .form-check-input.is-invalid:focus,
.bs .was-validated .form-check-input:invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.bs .form-check-input.is-invalid ~ .form-check-label,
.bs .was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.bs .form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.bs .input-group .form-control.is-invalid,
.bs .input-group .form-select.is-invalid,
.bs .was-validated .input-group .form-control:invalid,
.bs .was-validated .input-group .form-select:invalid {
z-index: 2;
}
.bs .input-group .form-control.is-invalid:focus,
.bs .input-group .form-select.is-invalid:focus,
.bs .was-validated .input-group .form-control:invalid:focus,
.bs .was-validated .input-group .form-select:invalid:focus {
z-index: 3;
}
.bs .btn {
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
color: #212529;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
padding: 0.375rem 0.75rem;
text-align: center;
text-decoration: none;
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-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
.bs .btn {
transition: none;
}
}
.bs .btn:hover {
color: #212529;
}
.bs .btn-check:focus + .btn,
.bs .btn:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
outline: 0;
}
.bs .btn.disabled,
.bs .btn:disabled,
.bs fieldset:disabled .btn {
opacity: 0.65;
pointer-events: none;
}
.bs .btn-primary {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
}
.bs .btn-primary:hover {
background-color: #0b5ed7;
border-color: #0a58ca;
color: #fff;
}
.bs .btn-check:focus + .btn-primary,
.bs .btn-primary:focus {
background-color: #0b5ed7;
border-color: #0a58ca;
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
color: #fff;
}
.bs .btn-check:active + .btn-primary,
.bs .btn-check:checked + .btn-primary,
.bs .btn-primary.active,
.bs .btn-primary:active,
.bs .show > .btn-primary.dropdown-toggle {
background-color: #0a58ca;
border-color: #0a53be;
color: #fff;
}
.bs .btn-check:active + .btn-primary:focus,
.bs .btn-check:checked + .btn-primary:focus,
.bs .btn-primary.active:focus,
.bs .btn-primary:active:focus,
.bs .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.bs .btn-primary.disabled,
.bs .btn-primary:disabled {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
}
.bs .btn-secondary {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.bs .btn-secondary:hover {
background-color: #5c636a;
border-color: #565e64;
color: #fff;
}
.bs .btn-check:focus + .btn-secondary,
.bs .btn-secondary:focus {
background-color: #5c636a;
border-color: #565e64;
box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
color: #fff;
}
.bs .btn-check:active + .btn-secondary,
.bs .btn-check:checked + .btn-secondary,
.bs .btn-secondary.active,
.bs .btn-secondary:active,
.bs .show > .btn-secondary.dropdown-toggle {
background-color: #565e64;
border-color: #51585e;
color: #fff;
}
.bs .btn-check:active + .btn-secondary:focus,
.bs .btn-check:checked + .btn-secondary:focus,
.bs .btn-secondary.active:focus,
.bs .btn-secondary:active:focus,
.bs .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.bs .btn-secondary.disabled,
.bs .btn-secondary:disabled {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.bs .btn-success {
background-color: #198754;
border-color: #198754;
color: #fff;
}
.bs .btn-success:hover {
background-color: #157347;
border-color: #146c43;
color: #fff;
}
.bs .btn-check:focus + .btn-success,
.bs .btn-success:focus {
background-color: #157347;
border-color: #146c43;
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
color: #fff;
}
.bs .btn-check:active + .btn-success,
.bs .btn-check:checked + .btn-success,
.bs .btn-success.active,
.bs .btn-success:active,
.bs .show > .btn-success.dropdown-toggle {
background-color: #146c43;
border-color: #13653f;
color: #fff;
}
.bs .btn-check:active + .btn-success:focus,
.bs .btn-check:checked + .btn-success:focus,
.bs .btn-success.active:focus,
.bs .btn-success:active:focus,
.bs .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.bs .btn-success.disabled,
.bs .btn-success:disabled {
background-color: #198754;
border-color: #198754;
color: #fff;
}
.bs .btn-info {
background-color: #0dcaf0;
border-color: #0dcaf0;
color: #000;
}
.bs .btn-check:focus + .btn-info,
.bs .btn-info:focus,
.bs .btn-info:hover {
background-color: #31d2f2;
border-color: #25cff2;
color: #000;
}
.bs .btn-check:focus + .btn-info,
.bs .btn-info:focus {
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bs .btn-check:active + .btn-info,
.bs .btn-check:checked + .btn-info,
.bs .btn-info.active,
.bs .btn-info:active,
.bs .show > .btn-info.dropdown-toggle {
background-color: #3dd5f3;
border-color: #25cff2;
color: #000;
}
.bs .btn-check:active + .btn-info:focus,
.bs .btn-check:checked + .btn-info:focus,
.bs .btn-info.active:focus,
.bs .btn-info:active:focus,
.bs .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.bs .btn-info.disabled,
.bs .btn-info:disabled {
background-color: #0dcaf0;
border-color: #0dcaf0;
color: #000;
}
.bs .btn-warning {
background-color: #ffc107;
border-color: #ffc107;
color: #000;
}
.bs .btn-warning:hover {
background-color: #ffca2c;
border-color: #ffc720;
color: #000;
}
.bs .btn-check:focus + .btn-warning,
.bs .btn-warning:focus {
background-color: #ffca2c;
border-color: #ffc720;
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
color: #000;
}
.bs .btn-check:active + .btn-warning,
.bs .btn-check:checked + .btn-warning,
.bs .btn-warning.active,
.bs .btn-warning:active,
.bs .show > .btn-warning.dropdown-toggle {
background-color: #ffcd39;
border-color: #ffc720;
color: #000;
}
.bs .btn-check:active + .btn-warning:focus,
.bs .btn-check:checked + .btn-warning:focus,
.bs .btn-warning.active:focus,
.bs .btn-warning:active:focus,
.bs .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.bs .btn-warning.disabled,
.bs .btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
color: #000;
}
.bs .btn-danger {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.bs .btn-check:focus + .btn-danger,
.bs .btn-danger:focus,
.bs .btn-danger:hover {
background-color: #bb2d3b;
border-color: #b02a37;
color: #fff;
}
.bs .btn-check:focus + .btn-danger,
.bs .btn-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.bs .btn-check:active + .btn-danger,
.bs .btn-check:checked + .btn-danger,
.bs .btn-danger.active,
.bs .btn-danger:active,
.bs .show > .btn-danger.dropdown-toggle {
background-color: #b02a37;
border-color: #a52834;
color: #fff;
}
.bs .btn-check:active + .btn-danger:focus,
.bs .btn-check:checked + .btn-danger:focus,
.bs .btn-danger.active:focus,
.bs .btn-danger:active:focus,
.bs .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.bs .btn-danger.disabled,
.bs .btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.bs .btn-light {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #000;
}
.bs .btn-check:focus + .btn-light,
.bs .btn-light:focus,
.bs .btn-light:hover {
background-color: #f9fafb;
border-color: #f9fafb;
color: #000;
}
.bs .btn-check:focus + .btn-light,
.bs .btn-light:focus {
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.bs .btn-check:active + .btn-light,
.bs .btn-check:checked + .btn-light,
.bs .btn-light.active,
.bs .btn-light:active,
.bs .show > .btn-light.dropdown-toggle {
background-color: #f9fafb;
border-color: #f9fafb;
color: #000;
}
.bs .btn-check:active + .btn-light:focus,
.bs .btn-check:checked + .btn-light:focus,
.bs .btn-light.active:focus,
.bs .btn-light:active:focus,
.bs .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.bs .btn-light.disabled,
.bs .btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #000;
}
.bs .btn-dark {
background-color: #212529;
border-color: #212529;
color: #fff;
}
.bs .btn-check:focus + .btn-dark,
.bs .btn-dark:focus,
.bs .btn-dark:hover {
background-color: #1c1f23;
border-color: #1a1e21;
color: #fff;
}
.bs .btn-check:focus + .btn-dark,
.bs .btn-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bs .btn-check:active + .btn-dark,
.bs .btn-check:checked + .btn-dark,
.bs .btn-dark.active,
.bs .btn-dark:active,
.bs .show > .btn-dark.dropdown-toggle {
background-color: #1a1e21;
border-color: #191c1f;
color: #fff;
}
.bs .btn-check:active + .btn-dark:focus,
.bs .btn-check:checked + .btn-dark:focus,
.bs .btn-dark.active:focus,
.bs .btn-dark:active:focus,
.bs .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.bs .btn-dark.disabled,
.bs .btn-dark:disabled {
background-color: #212529;
border-color: #212529;
color: #fff;
}
.bs .btn-outline-primary {
border-color: #0d6efd;
color: #0d6efd;
}
.bs .btn-outline-primary:hover {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
}
.bs .btn-check:focus + .btn-outline-primary,
.bs .btn-outline-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.bs .btn-check:active + .btn-outline-primary,
.bs .btn-check:checked + .btn-outline-primary,
.bs .btn-outline-primary.active,
.bs .btn-outline-primary.dropdown-toggle.show,
.bs .btn-outline-primary:active {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
}
.bs .btn-check:active + .btn-outline-primary:focus,
.bs .btn-check:checked + .btn-outline-primary:focus,
.bs .btn-outline-primary.active:focus,
.bs .btn-outline-primary.dropdown-toggle.show:focus,
.bs .btn-outline-primary:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.bs .btn-outline-primary.disabled,
.bs .btn-outline-primary:disabled {
background-color: transparent;
color: #0d6efd;
}
.bs .btn-outline-secondary {
border-color: #6c757d;
color: #6c757d;
}
.bs .btn-outline-secondary:hover {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.bs .btn-check:focus + .btn-outline-secondary,
.bs .btn-outline-secondary:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.bs .btn-check:active + .btn-outline-secondary,
.bs .btn-check:checked + .btn-outline-secondary,
.bs .btn-outline-secondary.active,
.bs .btn-outline-secondary.dropdown-toggle.show,
.bs .btn-outline-secondary:active {
background-color: #6c757d;
border-color: #6c757d;
color: #fff;
}
.bs .btn-check:active + .btn-outline-secondary:focus,
.bs .btn-check:checked + .btn-outline-secondary:focus,
.bs .btn-outline-secondary.active:focus,
.bs .btn-outline-secondary.dropdown-toggle.show:focus,
.bs .btn-outline-secondary:active:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.bs .btn-outline-secondary.disabled,
.bs .btn-outline-secondary:disabled {
background-color: transparent;
color: #6c757d;
}
.bs .btn-outline-success {
border-color: #198754;
color: #198754;
}
.bs .btn-outline-success:hover {
background-color: #198754;
border-color: #198754;
color: #fff;
}
.bs .btn-check:focus + .btn-outline-success,
.bs .btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.bs .btn-check:active + .btn-outline-success,
.bs .btn-check:checked + .btn-outline-success,
.bs .btn-outline-success.active,
.bs .btn-outline-success.dropdown-toggle.show,
.bs .btn-outline-success:active {
background-color: #198754;
border-color: #198754;
color: #fff;
}
.bs .btn-check:active + .btn-outline-success:focus,
.bs .btn-check:checked + .btn-outline-success:focus,
.bs .btn-outline-success.active:focus,
.bs .btn-outline-success.dropdown-toggle.show:focus,
.bs .btn-outline-success:active:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.bs .btn-outline-success.disabled,
.bs .btn-outline-success:disabled {
background-color: transparent;
color: #198754;
}
.bs .btn-outline-info {
border-color: #0dcaf0;
color: #0dcaf0;
}
.bs .btn-outline-info:hover {
background-color: #0dcaf0;
border-color: #0dcaf0;
color: #000;
}
.bs .btn-check:focus + .btn-outline-info,
.bs .btn-outline-info:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.bs .btn-check:active + .btn-outline-info,
.bs .btn-check:checked + .btn-outline-info,
.bs .btn-outline-info.active,
.bs .btn-outline-info.dropdown-toggle.show,
.bs .btn-outline-info:active {
background-color: #0dcaf0;
border-color: #0dcaf0;
color: #000;
}
.bs .btn-check:active + .btn-outline-info:focus,
.bs .btn-check:checked + .btn-outline-info:focus,
.bs .btn-outline-info.active:focus,
.bs .btn-outline-info.dropdown-toggle.show:focus,
.bs .btn-outline-info:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.bs .btn-outline-info.disabled,
.bs .btn-outline-info:disabled {
background-color: transparent;
color: #0dcaf0;
}
.bs .btn-outline-warning {
border-color: #ffc107;
color: #ffc107;
}
.bs .btn-outline-warning:hover {
background-color: #ffc107;
border-color: #ffc107;
color: #000;
}
.bs .btn-check:focus + .btn-outline-warning,
.bs .btn-outline-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.bs .btn-check:active + .btn-outline-warning,
.bs .btn-check:checked + .btn-outline-warning,
.bs .btn-outline-warning.active,
.bs .btn-outline-warning.dropdown-toggle.show,
.bs .btn-outline-warning:active {
background-color: #ffc107;
border-color: #ffc107;
color: #000;
}
.bs .btn-check:active + .btn-outline-warning:focus,
.bs .btn-check:checked + .btn-outline-warning:focus,
.bs .btn-outline-warning.active:focus,
.bs .btn-outline-warning.dropdown-toggle.show:focus,
.bs .btn-outline-warning:active:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.bs .btn-outline-warning.disabled,
.bs .btn-outline-warning:disabled {
background-color: transparent;
color: #ffc107;
}
.bs .btn-outline-danger {
border-color: #dc3545;
color: #dc3545;
}
.bs .btn-outline-danger:hover {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.bs .btn-check:focus + .btn-outline-danger,
.bs .btn-outline-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.bs .btn-check:active + .btn-outline-danger,
.bs .btn-check:checked + .btn-outline-danger,
.bs .btn-outline-danger.active,
.bs .btn-outline-danger.dropdown-toggle.show,
.bs .btn-outline-danger:active {
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.bs .btn-check:active + .btn-outline-danger:focus,
.bs .btn-check:checked + .btn-outline-danger:focus,
.bs .btn-outline-danger.active:focus,
.bs .btn-outline-danger.dropdown-toggle.show:focus,
.bs .btn-outline-danger:active:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.bs .btn-outline-danger.disabled,
.bs .btn-outline-danger:disabled {
background-color: transparent;
color: #dc3545;
}
.bs .btn-outline-light {
border-color: #f8f9fa;
color: #f8f9fa;
}
.bs .btn-outline-light:hover {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #000;
}
.bs .btn-check:focus + .btn-outline-light,
.bs .btn-outline-light:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bs .btn-check:active + .btn-outline-light,
.bs .btn-check:checked + .btn-outline-light,
.bs .btn-outline-light.active,
.bs .btn-outline-light.dropdown-toggle.show,
.bs .btn-outline-light:active {
background-color: #f8f9fa;
border-color: #f8f9fa;
color: #000;
}
.bs .btn-check:active + .btn-outline-light:focus,
.bs .btn-check:checked + .btn-outline-light:focus,
.bs .btn-outline-light.active:focus,
.bs .btn-outline-light.dropdown-toggle.show:focus,
.bs .btn-outline-light:active:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.bs .btn-outline-light.disabled,
.bs .btn-outline-light:disabled {
background-color: transparent;
color: #f8f9fa;
}
.bs .btn-outline-dark {
border-color: #212529;
color: #212529;
}
.bs .btn-outline-dark:hover {
background-color: #212529;
border-color: #212529;
color: #fff;
}
.bs .btn-check:focus + .btn-outline-dark,
.bs .btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bs .btn-check:active + .btn-outline-dark,
.bs .btn-check:checked + .btn-outline-dark,
.bs .btn-outline-dark.active,
.bs .btn-outline-dark.dropdown-toggle.show,
.bs .btn-outline-dark:active {
background-color: #212529;
border-color: #212529;
color: #fff;
}
.bs .btn-check:active + .btn-outline-dark:focus,
.bs .btn-check:checked + .btn-outline-dark:focus,
.bs .btn-outline-dark.active:focus,
.bs .btn-outline-dark.dropdown-toggle.show:focus,
.bs .btn-outline-dark:active:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.bs .btn-outline-dark.disabled,
.bs .btn-outline-dark:disabled {
background-color: transparent;
color: #212529;
}
.bs .btn-link {
color: #0d6efd;
font-weight: 400;
text-decoration: underline;
}
.bs .btn-link:hover {
color: #0a58ca;
}
.bs .btn-link.disabled,
.bs .btn-link:disabled {
color: #6c757d;
}
.bs .btn-group-lg > .btn,
.bs .btn-lg {
border-radius: 0.3rem;
font-size: 1.25rem;
padding: 0.5rem 1rem;
}
.bs .btn-group-sm > .btn,
.bs .btn-sm {
border-radius: 0.2rem;
font-size: 0.875rem;
padding: 0.25rem 0.5rem;
}
.bs .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.bs .fade {
transition: none;
}
}
.bs .fade:not(.show) {
opacity: 0;
}
.bs .collapse:not(.show) {
display: none;
}
.bs .collapsing {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.bs .collapsing {
transition: none;
}
}
.bs .collapsing.collapse-horizontal {
height: auto;
transition: width 0.35s ease;
width: 0;
}
@media (prefers-reduced-motion: reduce) {
.bs .collapsing.collapse-horizontal {
transition: none;
}
}
.bs .dropdown,
.bs .dropend,
.bs .dropstart,
.bs .dropup {
position: relative;
}
.bs .dropdown-toggle {
white-space: nowrap;
}
.bs .dropdown-toggle:after {
border-bottom: 0;
border-left: 0.3em solid transparent;
border-right: 0.3em solid transparent;
border-top: 0.3em solid;
content: "";
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
}
.bs .dropdown-toggle:empty:after {
margin-left: 0;
}
.bs .dropdown-menu {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
color: #212529;
display: none;
font-size: 1rem;
list-style: none;
margin: 0;
min-width: 10rem;
padding: 0.5rem 0;
position: absolute;
text-align: left;
z-index: 1000;
}
.bs .dropdown-menu[data-bs-popper] {
left: 0;
margin-top: 0.125rem;
top: 100%;
}
.bs .dropdown-menu-start {
--bs-position: start;
}
.bs .dropdown-menu-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-end {
--bs-position: end;
}
.bs .dropdown-menu-end[data-bs-popper] {
left: auto;
right: 0;
}
@media (min-width: 576px) {
.bs .dropdown-menu-sm-start {
--bs-position: start;
}
.bs .dropdown-menu-sm-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-sm-end {
--bs-position: end;
}
.bs .dropdown-menu-sm-end[data-bs-popper] {
left: auto;
right: 0;
}
}
@media (min-width: 768px) {
.bs .dropdown-menu-md-start {
--bs-position: start;
}
.bs .dropdown-menu-md-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-md-end {
--bs-position: end;
}
.bs .dropdown-menu-md-end[data-bs-popper] {
left: auto;
right: 0;
}
}
@media (min-width: 992px) {
.bs .dropdown-menu-lg-start {
--bs-position: start;
}
.bs .dropdown-menu-lg-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-lg-end {
--bs-position: end;
}
.bs .dropdown-menu-lg-end[data-bs-popper] {
left: auto;
right: 0;
}
}
@media (min-width: 1200px) {
.bs .dropdown-menu-xl-start {
--bs-position: start;
}
.bs .dropdown-menu-xl-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-xl-end {
--bs-position: end;
}
.bs .dropdown-menu-xl-end[data-bs-popper] {
left: auto;
right: 0;
}
}
@media (min-width: 1400px) {
.bs .dropdown-menu-xxl-start {
--bs-position: start;
}
.bs .dropdown-menu-xxl-start[data-bs-popper] {
left: 0;
right: auto;
}
.bs .dropdown-menu-xxl-end {
--bs-position: end;
}
.bs .dropdown-menu-xxl-end[data-bs-popper] {
left: auto;
right: 0;
}
}
.bs .dropup .dropdown-menu[data-bs-popper] {
bottom: 100%;
margin-bottom: 0.125rem;
margin-top: 0;
top: auto;
}
.bs .dropup .dropdown-toggle:after {
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
border-right: 0.3em solid transparent;
border-top: 0;
content: "";
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
}
.bs .dropup .dropdown-toggle:empty:after {
margin-left: 0;
}
.bs .dropend .dropdown-menu[data-bs-popper] {
left: 100%;
margin-left: 0.125rem;
margin-top: 0;
right: auto;
top: 0;
}
.bs .dropend .dropdown-toggle:after {
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
border-right: 0;
border-top: 0.3em solid transparent;
content: "";
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
}
.bs .dropend .dropdown-toggle:empty:after {
margin-left: 0;
}
.bs .dropend .dropdown-toggle:after {
vertical-align: 0;
}
.bs .dropstart .dropdown-menu[data-bs-popper] {
left: auto;
margin-right: 0.125rem;
margin-top: 0;
right: 100%;
top: 0;
}
.bs .dropstart .dropdown-toggle:after {
content: "";
display: inline-block;
display: none;
margin-left: 0.255em;
vertical-align: 0.255em;
}
.bs .dropstart .dropdown-toggle:before {
border-bottom: 0.3em solid transparent;
border-right: 0.3em solid;
border-top: 0.3em solid transparent;
content: "";
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
}
.bs .dropstart .dropdown-toggle:empty:after {
margin-left: 0;
}
.bs .dropstart .dropdown-toggle:before {
vertical-align: 0;
}
.bs .dropdown-divider {
border-top: 1px solid rgba(0, 0, 0, 0.15);
height: 0;
margin: 0.5rem 0;
overflow: hidden;
}
.bs .dropdown-item {
background-color: transparent;
border: 0;
clear: both;
color: #212529;
display: block;
font-weight: 400;
padding: 0.25rem 1rem;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
width: 100%;
}
.bs .dropdown-item:focus,
.bs .dropdown-item:hover {
background-color: #e9ecef;
color: #1e2125;
}
.bs .dropdown-item.active,
.bs .dropdown-item:active {
background-color: #0d6efd;
color: #fff;
text-decoration: none;
}
.bs .dropdown-item.disabled,
.bs .dropdown-item:disabled {
background-color: transparent;
color: #adb5bd;
pointer-events: none;
}
.bs .dropdown-menu.show {
display: block;
}
.bs .dropdown-header {
color: #6c757d;
display: block;
font-size: 0.875rem;
margin-bottom: 0;
padding: 0.5rem 1rem;
white-space: nowrap;
}
.bs .dropdown-item-text {
color: #212529;
display: block;
padding: 0.25rem 1rem;
}
.bs .dropdown-menu-dark {
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
color: #dee2e6;
}
.bs .dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.bs .dropdown-menu-dark .dropdown-item:focus,
.bs .dropdown-menu-dark .dropdown-item:hover {
background-color: hsla(0, 0%, 100%, 0.15);
color: #fff;
}
.bs .dropdown-menu-dark .dropdown-item.active,
.bs .dropdown-menu-dark .dropdown-item:active {
background-color: #0d6efd;
color: #fff;
}
.bs .dropdown-menu-dark .dropdown-item.disabled,
.bs .dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.bs .dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.bs .dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.bs .dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.bs .btn-group,
.bs .btn-group-vertical {
display: inline-flex;
position: relative;
vertical-align: middle;
}
.bs .btn-group-vertical > .btn,
.bs .btn-group > .btn {
flex: 1 1 auto;
position: relative;
}
.bs .btn-group-vertical > .btn-check:checked + .btn,
.bs .btn-group-vertical > .btn-check:focus + .btn,
.bs .btn-group-vertical > .btn.active,
.bs .btn-group-vertical > .btn:active,
.bs .btn-group-vertical > .btn:focus,
.bs .btn-group-vertical > .btn:hover,
.bs .btn-group > .btn-check:checked + .btn,
.bs .btn-group > .btn-check:focus + .btn,
.bs .btn-group > .btn.active,
.bs .btn-group > .btn:active,
.bs .btn-group > .btn:focus,
.bs .btn-group > .btn:hover {
z-index: 1;
}
.bs .btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.bs .btn-toolbar .input-group {
width: auto;
}
.bs .btn-group > .btn-group:not(:first-child),
.bs .btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
.bs .btn-group > .btn-group:not(:last-child) > .btn,
.bs .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bs .btn-group > .btn-group:not(:first-child) > .btn,
.bs .btn-group > .btn:nth-child(n + 3),
.bs .btn-group > :not(.btn-check) + .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.bs .dropdown-toggle-split {
padding-left: 0.5625rem;
padding-right: 0.5625rem;
}
.bs .dropdown-toggle-split:after,
.bs .dropend .dropdown-toggle-split:after,
.bs .dropup .dropdown-toggle-split:after {
margin-left: 0;
}
.bs .dropstart .dropdown-toggle-split:before {
margin-right: 0;
}
.bs .btn-group-sm > .btn + .dropdown-toggle-split,
.bs .btn-sm + .dropdown-toggle-split {
padding-left: 0.375rem;
padding-right: 0.375rem;
}
.bs .btn-group-lg > .btn + .dropdown-toggle-split,
.bs .btn-lg + .dropdown-toggle-split {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.bs .btn-group-vertical {
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
.bs .btn-group-vertical > .btn,
.bs .btn-group-vertical > .btn-group {
width: 100%;
}
.bs .btn-group-vertical > .btn-group:not(:first-child),
.bs .btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
.bs .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.bs .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.bs .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.bs .btn-group-vertical > .btn ~ .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bs .nav {
display: flex;
flex-wrap: wrap;
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.bs .nav-link {
color: #0d6efd;
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
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) {
.bs .nav-link {
transition: none;
}
}
.bs .nav-link:focus,
.bs .nav-link:hover {
color: #0a58ca;
}
.bs .nav-link.disabled {
color: #6c757d;
cursor: default;
pointer-events: none;
}
.bs .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.bs .nav-tabs .nav-link {
background: 0 0;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
margin-bottom: -1px;
}
.bs .nav-tabs .nav-link:focus,
.bs .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
.bs .nav-tabs .nav-link.disabled {
background-color: transparent;
border-color: transparent;
color: #6c757d;
}
.bs .nav-tabs .nav-item.show .nav-link,
.bs .nav-tabs .nav-link.active {
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
color: #495057;
}
.bs .nav-tabs .dropdown-menu {
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: -1px;
}
.bs .nav-pills .nav-link {
background: 0 0;
border: 0;
border-radius: 0.25rem;
}
.bs .nav-pills .nav-link.active,
.bs .nav-pills .show > .nav-link {
background-color: #0d6efd;
color: #fff;
}
.bs .nav-fill .nav-item,
.bs .nav-fill > .nav-link {
flex: 1 1 auto;
text-align: center;
}
.bs .nav-justified .nav-item,
.bs .nav-justified > .nav-link {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.bs .nav-fill .nav-item .nav-link,
.bs .nav-justified .nav-item .nav-link {
width: 100%;
}
.bs .tab-content > .tab-pane {
display: none;
}
.bs .tab-content > .active {
display: block;
}
.bs .navbar {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
position: relative;
}
.bs .navbar > .container,
.bs .navbar > .container-fluid,
.bs .navbar > .container-lg,
.bs .navbar > .container-md,
.bs .navbar > .container-sm,
.bs .navbar > .container-xl,
.bs .navbar > .container-xxl {
align-items: center;
display: flex;
flex-wrap: inherit;
justify-content: space-between;
}
.bs .navbar-brand {
font-size: 1.25rem;
margin-right: 1rem;
padding-bottom: 0.3125rem;
padding-top: 0.3125rem;
text-decoration: none;
white-space: nowrap;
}
.bs .navbar-nav {
display: flex;
flex-direction: column;
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.bs .navbar-nav .nav-link {
padding-left: 0;
padding-right: 0;
}
.bs .navbar-nav .dropdown-menu {
position: static;
}
.bs .navbar-text {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.bs .navbar-collapse {
align-items: center;
flex-basis: 100%;
flex-grow: 1;
}
.bs .navbar-toggler {
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
font-size: 1.25rem;
line-height: 1;
padding: 0.25rem 0.75rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .navbar-toggler {
transition: none;
}
}
.bs .navbar-toggler:hover {
text-decoration: none;
}
.bs .navbar-toggler:focus {
box-shadow: 0 0 0 0.25rem;
outline: 0;
text-decoration: none;
}
.bs .navbar-toggler-icon {
background-position: 50%;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
height: 1.5em;
vertical-align: middle;
width: 1.5em;
}
.bs .navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.bs .navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand-sm .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand-sm .navbar-toggler,
.bs .navbar-expand-sm .offcanvas-header {
display: none;
}
.bs .navbar-expand-sm .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand-sm .offcanvas-bottom,
.bs .navbar-expand-sm .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand-sm .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
}
@media (min-width: 768px) {
.bs .navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand-md .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand-md .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand-md .navbar-toggler,
.bs .navbar-expand-md .offcanvas-header {
display: none;
}
.bs .navbar-expand-md .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand-md .offcanvas-bottom,
.bs .navbar-expand-md .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand-md .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
}
@media (min-width: 992px) {
.bs .navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand-lg .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand-lg .navbar-toggler,
.bs .navbar-expand-lg .offcanvas-header {
display: none;
}
.bs .navbar-expand-lg .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand-lg .offcanvas-bottom,
.bs .navbar-expand-lg .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand-lg .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
}
@media (min-width: 1200px) {
.bs .navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand-xl .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand-xl .navbar-toggler,
.bs .navbar-expand-xl .offcanvas-header {
display: none;
}
.bs .navbar-expand-xl .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand-xl .offcanvas-bottom,
.bs .navbar-expand-xl .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand-xl .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
}
@media (min-width: 1400px) {
.bs .navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand-xxl .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand-xxl .navbar-toggler,
.bs .navbar-expand-xxl .offcanvas-header {
display: none;
}
.bs .navbar-expand-xxl .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand-xxl .offcanvas-bottom,
.bs .navbar-expand-xxl .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
}
.bs .navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.bs .navbar-expand .navbar-nav {
flex-direction: row;
}
.bs .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.bs .navbar-expand .navbar-nav .nav-link {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.bs .navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.bs .navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.bs .navbar-expand .navbar-toggler,
.bs .navbar-expand .offcanvas-header {
display: none;
}
.bs .navbar-expand .offcanvas {
background-color: transparent;
border-left: 0;
border-right: 0;
bottom: 0;
flex-grow: 1;
position: inherit;
transform: none;
transition: none;
visibility: visible !important;
z-index: 1000;
}
.bs .navbar-expand .offcanvas-bottom,
.bs .navbar-expand .offcanvas-top {
border-bottom: 0;
border-top: 0;
height: auto;
}
.bs .navbar-expand .offcanvas-body {
display: flex;
flex-grow: 0;
overflow-y: visible;
padding: 0;
}
.bs .navbar-light .navbar-brand,
.bs .navbar-light .navbar-brand:focus,
.bs .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.bs .navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.bs .navbar-light .navbar-nav .nav-link:focus,
.bs .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.bs .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.bs .navbar-light .navbar-nav .nav-link.active,
.bs .navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.bs .navbar-light .navbar-toggler {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.55);
}
.bs .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bs .navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.bs .navbar-light .navbar-text a,
.bs .navbar-light .navbar-text a:focus,
.bs .navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.bs .navbar-dark .navbar-brand,
.bs .navbar-dark .navbar-brand:focus,
.bs .navbar-dark .navbar-brand:hover {
color: #fff;
}
.bs .navbar-dark .navbar-nav .nav-link {
color: hsla(0, 0%, 100%, 0.55);
}
.bs .navbar-dark .navbar-nav .nav-link:focus,
.bs .navbar-dark .navbar-nav .nav-link:hover {
color: hsla(0, 0%, 100%, 0.75);
}
.bs .navbar-dark .navbar-nav .nav-link.disabled {
color: hsla(0, 0%, 100%, 0.25);
}
.bs .navbar-dark .navbar-nav .nav-link.active,
.bs .navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
.bs .navbar-dark .navbar-toggler {
border-color: hsla(0, 0%, 100%, 0.1);
color: hsla(0, 0%, 100%, 0.55);
}
.bs .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bs .navbar-dark .navbar-text {
color: hsla(0, 0%, 100%, 0.55);
}
.bs .navbar-dark .navbar-text a,
.bs .navbar-dark .navbar-text a:focus,
.bs .navbar-dark .navbar-text a:hover {
color: #fff;
}
.bs .card {
word-wrap: break-word;
background-clip: border-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
display: flex;
flex-direction: column;
min-width: 0;
position: relative;
}
.bs .card > hr {
margin-left: 0;
margin-right: 0;
}
.bs .card > .list-group {
border-bottom: inherit;
border-top: inherit;
}
.bs .card > .list-group:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
border-top-width: 0;
}
.bs .card > .list-group:last-child {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-width: 0;
}
.bs .card > .card-header + .list-group,
.bs .card > .list-group + .card-footer {
border-top: 0;
}
.bs .card-body {
flex: 1 1 auto;
padding: 1rem;
}
.bs .card-title {
margin-bottom: 0.5rem;
}
.bs .card-subtitle {
margin-bottom: 0;
margin-top: -0.25rem;
}
.bs .card-text:last-child {
margin-bottom: 0;
}
.bs .card-link + .card-link {
margin-left: 1rem;
}
.bs .card-header {
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
margin-bottom: 0;
padding: 0.5rem 1rem;
}
.bs .card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bs .card-footer {
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.5rem 1rem;
}
.bs .card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bs .card-header-tabs {
border-bottom: 0;
margin-bottom: -0.5rem;
}
.bs .card-header-pills,
.bs .card-header-tabs {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.bs .card-img-overlay {
border-radius: calc(0.25rem - 1px);
bottom: 0;
left: 0;
padding: 1rem;
position: absolute;
right: 0;
top: 0;
}
.bs .card-img,
.bs .card-img-bottom,
.bs .card-img-top {
width: 100%;
}
.bs .card-img,
.bs .card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.bs .card-img,
.bs .card-img-bottom {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
}
.bs .card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.bs .card-group {
display: flex;
flex-flow: row wrap;
}
.bs .card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.bs .card-group > .card + .card {
border-left: 0;
margin-left: 0;
}
.bs .card-group > .card:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.bs .card-group > .card:not(:last-child) .card-header,
.bs .card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.bs .card-group > .card:not(:last-child) .card-footer,
.bs .card-group > .card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
.bs .card-group > .card:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.bs .card-group > .card:not(:first-child) .card-header,
.bs .card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.bs .card-group > .card:not(:first-child) .card-footer,
.bs .card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.bs .accordion-button {
align-items: center;
background-color: #fff;
border: 0;
border-radius: 0;
color: #212529;
display: flex;
font-size: 1rem;
overflow-anchor: none;
padding: 1rem 1.25rem;
position: relative;
text-align: left;
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;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.bs .accordion-button {
transition: none;
}
}
.bs .accordion-button:not(.collapsed) {
background-color: #e7f1ff;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
color: #0c63e4;
}
.bs .accordion-button:not(.collapsed):after {
background-image: url("data:image/svg+xml;charset=utf-8,%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");
transform: rotate(-180deg);
}
.bs .accordion-button:after {
background-image: url("data:image/svg+xml;charset=utf-8,%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;
content: "";
flex-shrink: 0;
height: 1.25rem;
margin-left: auto;
transition: transform 0.2s ease-in-out;
width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
.bs .accordion-button:after {
transition: none;
}
}
.bs .accordion-button:hover {
z-index: 2;
}
.bs .accordion-button:focus {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
outline: 0;
z-index: 3;
}
.bs .accordion-header {
margin-bottom: 0;
}
.bs .accordion-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.bs .accordion-item:first-of-type {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bs .accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.bs .accordion-item:not(:first-of-type) {
border-top: 0;
}
.bs .accordion-item:last-of-type {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bs .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-left-radius: calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
}
.bs .accordion-item:last-of-type .accordion-collapse {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bs .accordion-body {
padding: 1rem 1.25rem;
}
.bs .accordion-flush .accordion-collapse {
border-width: 0;
}
.bs .accordion-flush .accordion-item {
border-left: 0;
border-radius: 0;
border-right: 0;
}
.bs .accordion-flush .accordion-item:first-child {
border-top: 0;
}
.bs .accordion-flush .accordion-item:last-child {
border-bottom: 0;
}
.bs .accordion-flush .accordion-item .accordion-button {
border-radius: 0;
}
.bs .breadcrumb {
display: flex;
flex-wrap: wrap;
list-style: none;
margin-bottom: 1rem;
padding: 0;
}
.bs .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.bs .breadcrumb-item + .breadcrumb-item:before {
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/");
float: left;
padding-right: 0.5rem;
}
.bs .breadcrumb-item.active {
color: #6c757d;
}
.bs .pagination {
display: flex;
list-style: none;
padding-left: 0;
}
.bs .page-link {
background-color: #fff;
border: 1px solid #dee2e6;
color: #0d6efd;
display: block;
position: relative;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .page-link {
transition: none;
}
}
.bs .page-link:hover {
background-color: #e9ecef;
border-color: #dee2e6;
color: #0a58ca;
z-index: 2;
}
.bs .page-link:focus {
background-color: #e9ecef;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
color: #0a58ca;
outline: 0;
z-index: 3;
}
.bs .page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.bs .page-item.active .page-link {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
z-index: 3;
}
.bs .page-item.disabled .page-link {
background-color: #fff;
border-color: #dee2e6;
color: #6c757d;
pointer-events: none;
}
.bs .page-link {
padding: 0.375rem 0.75rem;
}
.bs .page-item:first-child .page-link {
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.bs .page-item:last-child .page-link {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bs .pagination-lg .page-link {
font-size: 1.25rem;
padding: 0.75rem 1.5rem;
}
.bs .pagination-lg .page-item:first-child .page-link {
border-bottom-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
}
.bs .pagination-lg .page-item:last-child .page-link {
border-bottom-right-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.bs .pagination-sm .page-link {
font-size: 0.875rem;
padding: 0.25rem 0.5rem;
}
.bs .pagination-sm .page-item:first-child .page-link {
border-bottom-left-radius: 0.2rem;
border-top-left-radius: 0.2rem;
}
.bs .pagination-sm .page-item:last-child .page-link {
border-bottom-right-radius: 0.2rem;
border-top-right-radius: 0.2rem;
}
.bs .badge {
border-radius: 0.25rem;
color: #fff;
display: inline-block;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
padding: 0.35em 0.65em;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
}
.bs .badge:empty {
display: none;
}
.bs .btn .badge {
position: relative;
top: -1px;
}
.bs .alert {
border: 1px solid transparent;
border-radius: 0.25rem;
margin-bottom: 1rem;
padding: 1rem;
position: relative;
}
.bs .alert-heading {
color: inherit;
}
.bs .alert-link {
font-weight: 700;
}
.bs .alert-dismissible {
padding-right: 3rem;
}
.bs .alert-dismissible .btn-close {
padding: 1.25rem 1rem;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.bs .alert-primary {
background-color: #cfe2ff;
border-color: #b6d4fe;
color: #084298;
}
.bs .alert-primary .alert-link {
color: #06357a;
}
.bs .alert-secondary {
background-color: #e2e3e5;
border-color: #d3d6d8;
color: #41464b;
}
.bs .alert-secondary .alert-link {
color: #34383c;
}
.bs .alert-success {
background-color: #d1e7dd;
border-color: #badbcc;
color: #0f5132;
}
.bs .alert-success .alert-link {
color: #0c4128;
}
.bs .alert-info {
background-color: #cff4fc;
border-color: #b6effb;
color: #055160;
}
.bs .alert-info .alert-link {
color: #04414d;
}
.bs .alert-warning {
background-color: #fff3cd;
border-color: #ffecb5;
color: #664d03;
}
.bs .alert-warning .alert-link {
color: #523e02;
}
.bs .alert-danger {
background-color: #f8d7da;
border-color: #f5c2c7;
color: #842029;
}
.bs .alert-danger .alert-link {
color: #6a1a21;
}
.bs .alert-light {
background-color: #fefefe;
border-color: #fdfdfe;
color: #636464;
}
.bs .alert-light .alert-link {
color: #4f5050;
}
.bs .alert-dark {
background-color: #d3d3d4;
border-color: #bcbebf;
color: #141619;
}
.bs .alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.bs .progress {
background-color: #e9ecef;
border-radius: 0.25rem;
display: flex;
font-size: 0.75rem;
height: 1rem;
overflow: hidden;
}
.bs .progress-bar {
background-color: #0d6efd;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
text-align: center;
transition: width 0.6s ease;
white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
.bs .progress-bar {
transition: none;
}
}
.bs .progress-bar-striped {
background-image: linear-gradient(
45deg,
hsla(0, 0%, 100%, 0.15) 25%,
transparent 0,
transparent 50%,
hsla(0, 0%, 100%, 0.15) 0,
hsla(0, 0%, 100%, 0.15) 75%,
transparent 0,
transparent
);
background-size: 1rem 1rem;
}
.bs .progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.bs .progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.bs .list-group {
border-radius: 0.25rem;
display: flex;
flex-direction: column;
margin-bottom: 0;
padding-left: 0;
}
.bs .list-group-numbered {
counter-reset: section;
list-style-type: none;
}
.bs .list-group-numbered > li:before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.bs .list-group-item-action {
color: #495057;
text-align: inherit;
width: 100%;
}
.bs .list-group-item-action:focus,
.bs .list-group-item-action:hover {
background-color: #f8f9fa;
color: #495057;
text-decoration: none;
z-index: 1;
}
.bs .list-group-item-action:active {
background-color: #e9ecef;
color: #212529;
}
.bs .list-group-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
color: #212529;
display: block;
padding: 0.5rem 1rem;
position: relative;
text-decoration: none;
}
.bs .list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.bs .list-group-item:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
.bs .list-group-item.disabled,
.bs .list-group-item:disabled {
background-color: #fff;
color: #6c757d;
pointer-events: none;
}
.bs .list-group-item.active {
background-color: #0d6efd;
border-color: #0d6efd;
color: #fff;
z-index: 2;
}
.bs .list-group-item + .list-group-item {
border-top-width: 0;
}
.bs .list-group-item + .list-group-item.active {
border-top-width: 1px;
margin-top: -1px;
}
.bs .list-group-horizontal {
flex-direction: row;
}
.bs .list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
@media (min-width: 576px) {
.bs .list-group-horizontal-sm {
flex-direction: row;
}
.bs .list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal-sm > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal-sm > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
}
@media (min-width: 768px) {
.bs .list-group-horizontal-md {
flex-direction: row;
}
.bs .list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal-md > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal-md > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal-md > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
}
@media (min-width: 992px) {
.bs .list-group-horizontal-lg {
flex-direction: row;
}
.bs .list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal-lg > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal-lg > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
}
@media (min-width: 1200px) {
.bs .list-group-horizontal-xl {
flex-direction: row;
}
.bs .list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal-xl > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal-xl > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
}
@media (min-width: 1400px) {
.bs .list-group-horizontal-xxl {
flex-direction: row;
}
.bs .list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bs .list-group-horizontal-xxl > .list-group-item:last-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0.25rem;
}
.bs .list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.bs .list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-left-width: 0;
border-top-width: 1px;
}
.bs .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
border-left-width: 1px;
margin-left: -1px;
}
}
.bs .list-group-flush {
border-radius: 0;
}
.bs .list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.bs .list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.bs .list-group-item-primary {
background-color: #cfe2ff;
color: #084298;
}
.bs .list-group-item-primary.list-group-item-action:focus,
.bs .list-group-item-primary.list-group-item-action:hover {
background-color: #bacbe6;
color: #084298;
}
.bs .list-group-item-primary.list-group-item-action.active {
background-color: #084298;
border-color: #084298;
color: #fff;
}
.bs .list-group-item-secondary {
background-color: #e2e3e5;
color: #41464b;
}
.bs .list-group-item-secondary.list-group-item-action:focus,
.bs .list-group-item-secondary.list-group-item-action:hover {
background-color: #cbccce;
color: #41464b;
}
.bs .list-group-item-secondary.list-group-item-action.active {
background-color: #41464b;
border-color: #41464b;
color: #fff;
}
.bs .list-group-item-success {
background-color: #d1e7dd;
color: #0f5132;
}
.bs .list-group-item-success.list-group-item-action:focus,
.bs .list-group-item-success.list-group-item-action:hover {
background-color: #bcd0c7;
color: #0f5132;
}
.bs .list-group-item-success.list-group-item-action.active {
background-color: #0f5132;
border-color: #0f5132;
color: #fff;
}
.bs .list-group-item-info {
background-color: #cff4fc;
color: #055160;
}
.bs .list-group-item-info.list-group-item-action:focus,
.bs .list-group-item-info.list-group-item-action:hover {
background-color: #badce3;
color: #055160;
}
.bs .list-group-item-info.list-group-item-action.active {
background-color: #055160;
border-color: #055160;
color: #fff;
}
.bs .list-group-item-warning {
background-color: #fff3cd;
color: #664d03;
}
.bs .list-group-item-warning.list-group-item-action:focus,
.bs .list-group-item-warning.list-group-item-action:hover {
background-color: #e6dbb9;
color: #664d03;
}
.bs .list-group-item-warning.list-group-item-action.active {
background-color: #664d03;
border-color: #664d03;
color: #fff;
}
.bs .list-group-item-danger {
background-color: #f8d7da;
color: #842029;
}
.bs .list-group-item-danger.list-group-item-action:focus,
.bs .list-group-item-danger.list-group-item-action:hover {
background-color: #dfc2c4;
color: #842029;
}
.bs .list-group-item-danger.list-group-item-action.active {
background-color: #842029;
border-color: #842029;
color: #fff;
}
.bs .list-group-item-light {
background-color: #fefefe;
color: #636464;
}
.bs .list-group-item-light.list-group-item-action:focus,
.bs .list-group-item-light.list-group-item-action:hover {
background-color: #e5e5e5;
color: #636464;
}
.bs .list-group-item-light.list-group-item-action.active {
background-color: #636464;
border-color: #636464;
color: #fff;
}
.bs .list-group-item-dark {
background-color: #d3d3d4;
color: #141619;
}
.bs .list-group-item-dark.list-group-item-action:focus,
.bs .list-group-item-dark.list-group-item-action:hover {
background-color: #bebebf;
color: #141619;
}
.bs .list-group-item-dark.list-group-item-action.active {
background-color: #141619;
border-color: #141619;
color: #fff;
}
.bs .btn-close {
background: transparent
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
50%/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
box-sizing: content-box;
color: #000;
height: 1em;
opacity: 0.5;
padding: 0.25em;
width: 1em;
}
.bs .btn-close:hover {
color: #000;
opacity: 0.75;
text-decoration: none;
}
.bs .btn-close:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
outline: 0;
}
.bs .btn-close.disabled,
.bs .btn-close:disabled {
opacity: 0.25;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bs .btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.bs .toast {
background-clip: padding-box;
background-color: hsla(0, 0%, 100%, 0.85);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.25rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
font-size: 0.875rem;
max-width: 100%;
pointer-events: auto;
width: 350px;
}
.bs .toast.showing {
opacity: 0;
}
.bs .toast:not(.show) {
display: none;
}
.bs .toast-container {
max-width: 100%;
pointer-events: none;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.bs .toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.bs .toast-header {
align-items: center;
background-clip: padding-box;
background-color: hsla(0, 0%, 100%, 0.85);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
color: #6c757d;
display: flex;
padding: 0.5rem 0.75rem;
}
.bs .toast-header .btn-close {
margin-left: 0.75rem;
margin-right: -0.375rem;
}
.bs .toast-body {
word-wrap: break-word;
padding: 0.75rem;
}
.bs .modal {
display: none;
height: 100%;
left: 0;
outline: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 1055;
}
.bs .modal-dialog {
margin: 0.5rem;
pointer-events: none;
position: relative;
width: auto;
}
.bs .modal.fade .modal-dialog {
transform: translateY(-50px);
transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.bs .modal.fade .modal-dialog {
transition: none;
}
}
.bs .modal.show .modal-dialog {
transform: none;
}
.bs .modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.bs .modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.bs .modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.bs .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.bs .modal-dialog-centered {
align-items: center;
display: flex;
min-height: calc(100% - 1rem);
}
.bs .modal-content {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
display: flex;
flex-direction: column;
outline: 0;
pointer-events: auto;
position: relative;
width: 100%;
}
.bs .modal-backdrop {
background-color: #000;
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 1050;
}
.bs .modal-backdrop.fade {
opacity: 0;
}
.bs .modal-backdrop.show {
opacity: 0.5;
}
.bs .modal-header {
align-items: center;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
display: flex;
flex-shrink: 0;
justify-content: space-between;
padding: 1rem;
}
.bs .modal-header .btn-close {
margin: -0.5rem -0.5rem -0.5rem auto;
padding: 0.5rem;
}
.bs .modal-title {
line-height: 1.5;
margin-bottom: 0;
}
.bs .modal-body {
flex: 1 1 auto;
padding: 1rem;
position: relative;
}
.bs .modal-footer {
align-items: center;
border-bottom-left-radius: calc(0.3rem - 1px);
border-bottom-right-radius: calc(0.3rem - 1px);
border-top: 1px solid #dee2e6;
display: flex;
flex-shrink: 0;
flex-wrap: wrap;
justify-content: flex-end;
padding: 0.75rem;
}
.bs .modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.bs .modal-dialog {
margin: 1.75rem auto;
max-width: 500px;
}
.bs .modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.bs .modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.bs .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.bs .modal-lg,
.bs .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.bs .modal-xl {
max-width: 1140px;
}
}
.bs .modal-fullscreen {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.bs .modal-fullscreen-sm-down {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen-sm-down .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.bs .modal-fullscreen-md-down {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen-md-down .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.bs .modal-fullscreen-lg-down {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen-lg-down .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.bs .modal-fullscreen-xl-down {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen-xl-down .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.bs .modal-fullscreen-xxl-down {
height: 100%;
margin: 0;
max-width: none;
width: 100vw;
}
.bs .modal-fullscreen-xxl-down .modal-content {
border: 0;
border-radius: 0;
height: 100%;
}
.bs .modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.bs .modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.bs .modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
.bs .tooltip {
word-wrap: break-word;
display: block;
font-family: var(--bs-font-sans-serif);
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
margin: 0;
opacity: 0;
position: absolute;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
z-index: 1080;
}
.bs .tooltip.show {
opacity: 0.9;
}
.bs .tooltip .tooltip-arrow {
display: block;
height: 0.4rem;
position: absolute;
width: 0.8rem;
}
.bs .tooltip .tooltip-arrow:before {
border-color: transparent;
border-style: solid;
content: "";
position: absolute;
}
.bs .bs-tooltip-auto[data-popper-placement^="top"],
.bs .bs-tooltip-top {
padding: 0.4rem 0;
}
.bs .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs .bs-tooltip-top .tooltip-arrow {
bottom: 0;
}
.bs .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs .bs-tooltip-top .tooltip-arrow:before {
border-top-color: #000;
border-width: 0.4rem 0.4rem 0;
top: -1px;
}
.bs .bs-tooltip-auto[data-popper-placement^="right"],
.bs .bs-tooltip-end {
padding: 0 0.4rem;
}
.bs .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs .bs-tooltip-end .tooltip-arrow {
height: 0.8rem;
left: 0;
width: 0.4rem;
}
.bs .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs .bs-tooltip-end .tooltip-arrow:before {
border-right-color: #000;
border-width: 0.4rem 0.4rem 0.4rem 0;
right: -1px;
}
.bs .bs-tooltip-auto[data-popper-placement^="bottom"],
.bs .bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs .bs-tooltip-bottom .tooltip-arrow {
top: 0;
}
.bs .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs .bs-tooltip-bottom .tooltip-arrow:before {
border-bottom-color: #000;
border-width: 0 0.4rem 0.4rem;
bottom: -1px;
}
.bs .bs-tooltip-auto[data-popper-placement^="left"],
.bs .bs-tooltip-start {
padding: 0 0.4rem;
}
.bs .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs .bs-tooltip-start .tooltip-arrow {
height: 0.8rem;
right: 0;
width: 0.4rem;
}
.bs .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs .bs-tooltip-start .tooltip-arrow:before {
border-left-color: #000;
border-width: 0.4rem 0 0.4rem 0.4rem;
left: -1px;
}
.bs .tooltip-inner {
background-color: #000;
border-radius: 0.25rem;
color: #fff;
max-width: 200px;
padding: 0.25rem 0.5rem;
text-align: center;
}
.bs .popover {
word-wrap: break-word;
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
display: block;
font-family: var(--bs-font-sans-serif);
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
left: 0;
letter-spacing: normal;
line-break: auto;
line-height: 1.5;
max-width: 276px;
position: absolute;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
top: 0;
white-space: normal;
word-break: normal;
word-spacing: normal;
z-index: 1070;
}
.bs .popover .popover-arrow {
display: block;
height: 0.5rem;
position: absolute;
width: 1rem;
}
.bs .popover .popover-arrow:after,
.bs .popover .popover-arrow:before {
border-color: transparent;
border-style: solid;
content: "";
display: block;
position: absolute;
}
.bs .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs .bs-popover-top > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.bs .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs .bs-popover-top > .popover-arrow:before {
border-top-color: rgba(0, 0, 0, 0.25);
border-width: 0.5rem 0.5rem 0;
bottom: 0;
}
.bs .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs .bs-popover-top > .popover-arrow:after {
border-top-color: #fff;
border-width: 0.5rem 0.5rem 0;
bottom: 1px;
}
.bs .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs .bs-popover-end > .popover-arrow {
height: 1rem;
left: calc(-0.5rem - 1px);
width: 0.5rem;
}
.bs .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs .bs-popover-end > .popover-arrow:before {
border-right-color: rgba(0, 0, 0, 0.25);
border-width: 0.5rem 0.5rem 0.5rem 0;
left: 0;
}
.bs .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs .bs-popover-end > .popover-arrow:after {
border-right-color: #fff;
border-width: 0.5rem 0.5rem 0.5rem 0;
left: 1px;
}
.bs .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs .bs-popover-bottom > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.bs .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs .bs-popover-bottom > .popover-arrow:before {
border-bottom-color: rgba(0, 0, 0, 0.25);
border-width: 0 0.5rem 0.5rem;
top: 0;
}
.bs .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs .bs-popover-bottom > .popover-arrow:after {
border-bottom-color: #fff;
border-width: 0 0.5rem 0.5rem;
top: 1px;
}
.bs .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs .bs-popover-bottom .popover-header:before {
border-bottom: 1px solid #f0f0f0;
content: "";
display: block;
left: 50%;
margin-left: -0.5rem;
position: absolute;
top: 0;
width: 1rem;
}
.bs .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs .bs-popover-start > .popover-arrow {
height: 1rem;
right: calc(-0.5rem - 1px);
width: 0.5rem;
}
.bs .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs .bs-popover-start > .popover-arrow:before {
border-left-color: rgba(0, 0, 0, 0.25);
border-width: 0.5rem 0 0.5rem 0.5rem;
right: 0;
}
.bs .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs .bs-popover-start > .popover-arrow:after {
border-left-color: #fff;
border-width: 0.5rem 0 0.5rem 0.5rem;
right: 1px;
}
.bs .popover-header {
background-color: #f0f0f0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
font-size: 1rem;
margin-bottom: 0;
padding: 0.5rem 1rem;
}
.bs .popover-header:empty {
display: none;
}
.bs .popover-body {
color: #212529;
padding: 1rem;
}
.bs .carousel {
position: relative;
}
.bs .carousel.pointer-event {
touch-action: pan-y;
}
.bs .carousel-inner {
overflow: hidden;
position: relative;
width: 100%;
}
.bs .carousel-inner:after {
clear: both;
content: "";
display: block;
}
.bs .carousel-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: none;
float: left;
margin-right: -100%;
position: relative;
transition: transform 0.6s ease-in-out;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {
.bs .carousel-item {
transition: none;
}
}
.bs .carousel-item-next,
.bs .carousel-item-prev,
.bs .carousel-item.active {
display: block;
}
.bs .active.carousel-item-end,
.bs .carousel-item-next:not(.carousel-item-start) {
transform: translateX(100%);
}
.bs .active.carousel-item-start,
.bs .carousel-item-prev:not(.carousel-item-end) {
transform: translateX(-100%);
}
.bs .carousel-fade .carousel-item {
opacity: 0;
transform: none;
transition-property: opacity;
}
.bs .carousel-fade .carousel-item-next.carousel-item-start,
.bs .carousel-fade .carousel-item-prev.carousel-item-end,
.bs .carousel-fade .carousel-item.active {
opacity: 1;
z-index: 1;
}
.bs .carousel-fade .active.carousel-item-end,
.bs .carousel-fade .active.carousel-item-start {
opacity: 0;
transition: opacity 0s 0.6s;
z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
.bs .carousel-fade .active.carousel-item-end,
.bs .carousel-fade .active.carousel-item-start {
transition: none;
}
}
.bs .carousel-control-next,
.bs .carousel-control-prev {
align-items: center;
background: 0 0;
border: 0;
bottom: 0;
color: #fff;
display: flex;
justify-content: center;
opacity: 0.5;
padding: 0;
position: absolute;
text-align: center;
top: 0;
transition: opacity 0.15s ease;
width: 15%;
z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
.bs .carousel-control-next,
.bs .carousel-control-prev {
transition: none;
}
}
.bs .carousel-control-next:focus,
.bs .carousel-control-next:hover,
.bs .carousel-control-prev:focus,
.bs .carousel-control-prev:hover {
color: #fff;
opacity: 0.9;
outline: 0;
text-decoration: none;
}
.bs .carousel-control-prev {
left: 0;
}
.bs .carousel-control-next {
right: 0;
}
.bs .carousel-control-next-icon,
.bs .carousel-control-prev-icon {
background-position: 50%;
background-repeat: no-repeat;
background-size: 100% 100%;
display: inline-block;
height: 2rem;
width: 2rem;
}
.bs .carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.bs .carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.bs .carousel-indicators {
bottom: 0;
display: flex;
justify-content: center;
left: 0;
list-style: none;
margin-bottom: 1rem;
margin-left: 15%;
margin-right: 15%;
padding: 0;
position: absolute;
right: 0;
z-index: 2;
}
.bs .carousel-indicators [data-bs-target] {
background-clip: padding-box;
background-color: #fff;
border: 0;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
box-sizing: content-box;
cursor: pointer;
flex: 0 1 auto;
height: 3px;
margin-left: 3px;
margin-right: 3px;
opacity: 0.5;
padding: 0;
text-indent: -999px;
transition: opacity 0.6s ease;
width: 30px;
}
@media (prefers-reduced-motion: reduce) {
.bs .carousel-indicators [data-bs-target] {
transition: none;
}
}
.bs .carousel-indicators .active {
opacity: 1;
}
.bs .carousel-caption {
bottom: 1.25rem;
color: #fff;
left: 15%;
padding-bottom: 1.25rem;
padding-top: 1.25rem;
position: absolute;
right: 15%;
text-align: center;
}
.bs .carousel-dark .carousel-control-next-icon,
.bs .carousel-dark .carousel-control-prev-icon {
filter: invert(1) grayscale(100);
}
.bs .carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.bs .carousel-dark .carousel-caption {
color: #000;
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(1turn);
}
}
@keyframes spinner-border {
to {
transform: rotate(1turn);
}
}
.bs .spinner-border {
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
border: 0.25em solid;
border-radius: 50%;
border-right: 0.25em solid transparent;
display: inline-block;
height: 2rem;
vertical-align: -0.125em;
width: 2rem;
}
.bs .spinner-border-sm {
border-width: 0.2em;
height: 1rem;
width: 1rem;
}
@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.bs .spinner-grow {
-webkit-animation: spinner-grow 0.75s linear infinite;
animation: spinner-grow 0.75s linear infinite;
background-color: currentColor;
border-radius: 50%;
display: inline-block;
height: 2rem;
opacity: 0;
vertical-align: -0.125em;
width: 2rem;
}
.bs .spinner-grow-sm {
height: 1rem;
width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.bs .spinner-border,
.bs .spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
.bs .offcanvas {
background-clip: padding-box;
background-color: #fff;
bottom: 0;
display: flex;
flex-direction: column;
max-width: 100%;
outline: 0;
position: fixed;
transition: transform 0.3s ease-in-out;
visibility: hidden;
z-index: 1045;
}
@media (prefers-reduced-motion: reduce) {
.bs .offcanvas {
transition: none;
}
}
.bs .offcanvas-backdrop {
background-color: #000;
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 1040;
}
.bs .offcanvas-backdrop.fade {
opacity: 0;
}
.bs .offcanvas-backdrop.show {
opacity: 0.5;
}
.bs .offcanvas-header {
align-items: center;
display: flex;
justify-content: space-between;
padding: 1rem;
}
.bs .offcanvas-header .btn-close {
margin-bottom: -0.5rem;
margin-right: -0.5rem;
margin-top: -0.5rem;
padding: 0.5rem;
}
.bs .offcanvas-title {
line-height: 1.5;
margin-bottom: 0;
}
.bs .offcanvas-body {
flex-grow: 1;
overflow-y: auto;
padding: 1rem;
}
.bs .offcanvas-start {
border-right: 1px solid rgba(0, 0, 0, 0.2);
left: 0;
top: 0;
transform: translateX(-100%);
width: 400px;
}
.bs .offcanvas-end {
border-left: 1px solid rgba(0, 0, 0, 0.2);
right: 0;
top: 0;
transform: translateX(100%);
width: 400px;
}
.bs .offcanvas-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
top: 0;
transform: translateY(-100%);
}
.bs .offcanvas-bottom,
.bs .offcanvas-top {
height: 30vh;
left: 0;
max-height: 100%;
right: 0;
}
.bs .offcanvas-bottom {
border-top: 1px solid rgba(0, 0, 0, 0.2);
transform: translateY(100%);
}
.bs .offcanvas.show {
transform: none;
}
.bs .placeholder {
background-color: currentColor;
cursor: wait;
display: inline-block;
min-height: 1em;
opacity: 0.5;
vertical-align: middle;
}
.bs .placeholder.btn:before {
content: "";
display: inline-block;
}
.bs .placeholder-xs {
min-height: 0.6em;
}
.bs .placeholder-sm {
min-height: 0.8em;
}
.bs .placeholder-lg {
min-height: 1.2em;
}
.bs .placeholder-glow .placeholder {
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
@keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
.bs .placeholder-wave {
-webkit-animation: placeholder-wave 2s linear infinite;
animation: placeholder-wave 2s linear infinite;
-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
-webkit-mask-size: 200% 100%;
mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
to {
-webkit-mask-position: -200% 0;
mask-position: -200% 0;
}
}
@keyframes placeholder-wave {
to {
-webkit-mask-position: -200% 0;
mask-position: -200% 0;
}
}
.bs .clearfix:after {
clear: both;
content: "";
display: block;
}
.bs .link-primary {
color: #0d6efd;
}
.bs .link-primary:focus,
.bs .link-primary:hover {
color: #0a58ca;
}
.bs .link-secondary {
color: #6c757d;
}
.bs .link-secondary:focus,
.bs .link-secondary:hover {
color: #565e64;
}
.bs .link-success {
color: #198754;
}
.bs .link-success:focus,
.bs .link-success:hover {
color: #146c43;
}
.bs .link-info {
color: #0dcaf0;
}
.bs .link-info:focus,
.bs .link-info:hover {
color: #3dd5f3;
}
.bs .link-warning {
color: #ffc107;
}
.bs .link-warning:focus,
.bs .link-warning:hover {
color: #ffcd39;
}
.bs .link-danger {
color: #dc3545;
}
.bs .link-danger:focus,
.bs .link-danger:hover {
color: #b02a37;
}
.bs .link-light {
color: #f8f9fa;
}
.bs .link-light:focus,
.bs .link-light:hover {
color: #f9fafb;
}
.bs .link-dark {
color: #212529;
}
.bs .link-dark:focus,
.bs .link-dark:hover {
color: #1a1e21;
}
.bs .ratio {
position: relative;
width: 100%;
}
.bs .ratio:before {
content: "";
display: block;
padding-top: var(--bs-aspect-ratio);
}
.bs .ratio > * {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.bs .ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.bs .ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.bs .ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.bs .ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.bs .fixed-top {
top: 0;
}
.bs .fixed-bottom,
.bs .fixed-top {
left: 0;
position: fixed;
right: 0;
z-index: 1030;
}
.bs .fixed-bottom {
bottom: 0;
}
.bs .sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.bs .sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.bs .sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.bs .sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.bs .sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.bs .sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.bs .hstack {
align-items: center;
flex-direction: row;
}
.bs .hstack,
.bs .vstack {
align-self: stretch;
display: flex;
}
.bs .vstack {
flex: 1 1 auto;
flex-direction: column;
}
.bs .visually-hidden,
.bs .visually-hidden-focusable:not(:focus):not(:focus-within) {
clip: rect(0, 0, 0, 0) !important;
border: 0 !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 1px !important;
}
.bs .stretched-link:after {
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.bs .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bs .vr {
align-self: stretch;
background-color: currentColor;
display: inline-block;
min-height: 1em;
opacity: 0.25;
width: 1px;
}
.bs .align-baseline {
vertical-align: baseline !important;
}
.bs .align-top {
vertical-align: top !important;
}
.bs .align-middle {
vertical-align: middle !important;
}
.bs .align-bottom {
vertical-align: bottom !important;
}
.bs .align-text-bottom {
vertical-align: text-bottom !important;
}
.bs .align-text-top {
vertical-align: text-top !important;
}
.bs .float-start {
float: left !important;
}
.bs .float-end {
float: right !important;
}
.bs .float-none {
float: none !important;
}
.bs .opacity-0 {
opacity: 0 !important;
}
.bs .opacity-25 {
opacity: 0.25 !important;
}
.bs .opacity-50 {
opacity: 0.5 !important;
}
.bs .opacity-75 {
opacity: 0.75 !important;
}
.bs .opacity-100 {
opacity: 1 !important;
}
.bs .overflow-auto {
overflow: auto !important;
}
.bs .overflow-hidden {
overflow: hidden !important;
}
.bs .overflow-visible {
overflow: visible !important;
}
.bs .overflow-scroll {
overflow: scroll !important;
}
.bs .d-inline {
display: inline !important;
}
.bs .d-inline-block {
display: inline-block !important;
}
.bs .d-block {
display: block !important;
}
.bs .d-grid {
display: grid !important;
}
.bs .d-table {
display: table !important;
}
.bs .d-table-row {
display: table-row !important;
}
.bs .d-table-cell {
display: table-cell !important;
}
.bs .d-flex {
display: flex !important;
}
.bs .d-inline-flex {
display: inline-flex !important;
}
.bs .d-none {
display: none !important;
}
.bs .shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bs .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bs .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bs .shadow-none {
box-shadow: none !important;
}
.bs .position-static {
position: static !important;
}
.bs .position-relative {
position: relative !important;
}
.bs .position-absolute {
position: absolute !important;
}
.bs .position-fixed {
position: fixed !important;
}
.bs .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.bs .top-0 {
top: 0 !important;
}
.bs .top-50 {
top: 50% !important;
}
.bs .top-100 {
top: 100% !important;
}
.bs .bottom-0 {
bottom: 0 !important;
}
.bs .bottom-50 {
bottom: 50% !important;
}
.bs .bottom-100 {
bottom: 100% !important;
}
.bs .start-0 {
left: 0 !important;
}
.bs .start-50 {
left: 50% !important;
}
.bs .start-100 {
left: 100% !important;
}
.bs .end-0 {
right: 0 !important;
}
.bs .end-50 {
right: 50% !important;
}
.bs .end-100 {
right: 100% !important;
}
.bs .translate-middle {
transform: translate(-50%, -50%) !important;
}
.bs .translate-middle-x {
transform: translateX(-50%) !important;
}
.bs .translate-middle-y {
transform: translateY(-50%) !important;
}
.bs .border {
border: 1px solid #dee2e6 !important;
}
.bs .border-0 {
border: 0 !important;
}
.bs .border-top {
border-top: 1px solid #dee2e6 !important;
}
.bs .border-top-0 {
border-top: 0 !important;
}
.bs .border-end {
border-right: 1px solid #dee2e6 !important;
}
.bs .border-end-0 {
border-right: 0 !important;
}
.bs .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.bs .border-bottom-0 {
border-bottom: 0 !important;
}
.bs .border-start {
border-left: 1px solid #dee2e6 !important;
}
.bs .border-start-0 {
border-left: 0 !important;
}
.bs .border-primary {
border-color: #0d6efd !important;
}
.bs .border-secondary {
border-color: #6c757d !important;
}
.bs .border-success {
border-color: #198754 !important;
}
.bs .border-info {
border-color: #0dcaf0 !important;
}
.bs .border-warning {
border-color: #ffc107 !important;
}
.bs .border-danger {
border-color: #dc3545 !important;
}
.bs .border-light {
border-color: #f8f9fa !important;
}
.bs .border-dark {
border-color: #212529 !important;
}
.bs .border-white {
border-color: #fff !important;
}
.bs .border-1 {
border-width: 1px !important;
}
.bs .border-2 {
border-width: 2px !important;
}
.bs .border-3 {
border-width: 3px !important;
}
.bs .border-4 {
border-width: 4px !important;
}
.bs .border-5 {
border-width: 5px !important;
}
.bs .w-25 {
width: 25% !important;
}
.bs .w-50 {
width: 50% !important;
}
.bs .w-75 {
width: 75% !important;
}
.bs .w-100 {
width: 100% !important;
}
.bs .w-auto {
width: auto !important;
}
.bs .mw-100 {
max-width: 100% !important;
}
.bs .vw-100 {
width: 100vw !important;
}
.bs .min-vw-100 {
min-width: 100vw !important;
}
.bs .h-25 {
height: 25% !important;
}
.bs .h-50 {
height: 50% !important;
}
.bs .h-75 {
height: 75% !important;
}
.bs .h-100 {
height: 100% !important;
}
.bs .h-auto {
height: auto !important;
}
.bs .mh-100 {
max-height: 100% !important;
}
.bs .vh-100 {
height: 100vh !important;
}
.bs .min-vh-100 {
min-height: 100vh !important;
}
.bs .flex-fill {
flex: 1 1 auto !important;
}
.bs .flex-row {
flex-direction: row !important;
}
.bs .flex-column {
flex-direction: column !important;
}
.bs .flex-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-wrap {
flex-wrap: wrap !important;
}
.bs .flex-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-0 {
gap: 0 !important;
}
.bs .gap-1 {
gap: 0.25rem !important;
}
.bs .gap-2 {
gap: 0.5rem !important;
}
.bs .gap-3 {
gap: 1rem !important;
}
.bs .gap-4 {
gap: 1.5rem !important;
}
.bs .gap-5 {
gap: 3rem !important;
}
.bs .justify-content-start {
justify-content: flex-start !important;
}
.bs .justify-content-end {
justify-content: flex-end !important;
}
.bs .justify-content-center {
justify-content: center !important;
}
.bs .justify-content-between {
justify-content: space-between !important;
}
.bs .justify-content-around {
justify-content: space-around !important;
}
.bs .justify-content-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-start {
align-items: flex-start !important;
}
.bs .align-items-end {
align-items: flex-end !important;
}
.bs .align-items-center {
align-items: center !important;
}
.bs .align-items-baseline {
align-items: baseline !important;
}
.bs .align-items-stretch {
align-items: stretch !important;
}
.bs .align-content-start {
align-content: flex-start !important;
}
.bs .align-content-end {
align-content: flex-end !important;
}
.bs .align-content-center {
align-content: center !important;
}
.bs .align-content-between {
align-content: space-between !important;
}
.bs .align-content-around {
align-content: space-around !important;
}
.bs .align-content-stretch {
align-content: stretch !important;
}
.bs .align-self-auto {
align-self: auto !important;
}
.bs .align-self-start {
align-self: flex-start !important;
}
.bs .align-self-end {
align-self: flex-end !important;
}
.bs .align-self-center {
align-self: center !important;
}
.bs .align-self-baseline {
align-self: baseline !important;
}
.bs .align-self-stretch {
align-self: stretch !important;
}
.bs .order-first {
order: -1 !important;
}
.bs .order-0 {
order: 0 !important;
}
.bs .order-1 {
order: 1 !important;
}
.bs .order-2 {
order: 2 !important;
}
.bs .order-3 {
order: 3 !important;
}
.bs .order-4 {
order: 4 !important;
}
.bs .order-5 {
order: 5 !important;
}
.bs .order-last {
order: 6 !important;
}
.bs .m-0 {
margin: 0 !important;
}
.bs .m-1 {
margin: 0.25rem !important;
}
.bs .m-2 {
margin: 0.5rem !important;
}
.bs .m-3 {
margin: 1rem !important;
}
.bs .m-4 {
margin: 1.5rem !important;
}
.bs .m-5 {
margin: 3rem !important;
}
.bs .m-auto {
margin: auto !important;
}
.bs .mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-0 {
margin-top: 0 !important;
}
.bs .mt-1 {
margin-top: 0.25rem !important;
}
.bs .mt-2 {
margin-top: 0.5rem !important;
}
.bs .mt-3 {
margin-top: 1rem !important;
}
.bs .mt-4 {
margin-top: 1.5rem !important;
}
.bs .mt-5 {
margin-top: 3rem !important;
}
.bs .mt-auto {
margin-top: auto !important;
}
.bs .me-0 {
margin-right: 0 !important;
}
.bs .me-1 {
margin-right: 0.25rem !important;
}
.bs .me-2 {
margin-right: 0.5rem !important;
}
.bs .me-3 {
margin-right: 1rem !important;
}
.bs .me-4 {
margin-right: 1.5rem !important;
}
.bs .me-5 {
margin-right: 3rem !important;
}
.bs .me-auto {
margin-right: auto !important;
}
.bs .mb-0 {
margin-bottom: 0 !important;
}
.bs .mb-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-3 {
margin-bottom: 1rem !important;
}
.bs .mb-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-5 {
margin-bottom: 3rem !important;
}
.bs .mb-auto {
margin-bottom: auto !important;
}
.bs .ms-0 {
margin-left: 0 !important;
}
.bs .ms-1 {
margin-left: 0.25rem !important;
}
.bs .ms-2 {
margin-left: 0.5rem !important;
}
.bs .ms-3 {
margin-left: 1rem !important;
}
.bs .ms-4 {
margin-left: 1.5rem !important;
}
.bs .ms-5 {
margin-left: 3rem !important;
}
.bs .ms-auto {
margin-left: auto !important;
}
.bs .p-0 {
padding: 0 !important;
}
.bs .p-1 {
padding: 0.25rem !important;
}
.bs .p-2 {
padding: 0.5rem !important;
}
.bs .p-3 {
padding: 1rem !important;
}
.bs .p-4 {
padding: 1.5rem !important;
}
.bs .p-5 {
padding: 3rem !important;
}
.bs .px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-0 {
padding-top: 0 !important;
}
.bs .pt-1 {
padding-top: 0.25rem !important;
}
.bs .pt-2 {
padding-top: 0.5rem !important;
}
.bs .pt-3 {
padding-top: 1rem !important;
}
.bs .pt-4 {
padding-top: 1.5rem !important;
}
.bs .pt-5 {
padding-top: 3rem !important;
}
.bs .pe-0 {
padding-right: 0 !important;
}
.bs .pe-1 {
padding-right: 0.25rem !important;
}
.bs .pe-2 {
padding-right: 0.5rem !important;
}
.bs .pe-3 {
padding-right: 1rem !important;
}
.bs .pe-4 {
padding-right: 1.5rem !important;
}
.bs .pe-5 {
padding-right: 3rem !important;
}
.bs .pb-0 {
padding-bottom: 0 !important;
}
.bs .pb-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-3 {
padding-bottom: 1rem !important;
}
.bs .pb-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-5 {
padding-bottom: 3rem !important;
}
.bs .ps-0 {
padding-left: 0 !important;
}
.bs .ps-1 {
padding-left: 0.25rem !important;
}
.bs .ps-2 {
padding-left: 0.5rem !important;
}
.bs .ps-3 {
padding-left: 1rem !important;
}
.bs .ps-4 {
padding-left: 1.5rem !important;
}
.bs .ps-5 {
padding-left: 3rem !important;
}
.bs .font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.bs .fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.bs .fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.bs .fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.bs .fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.bs .fs-5 {
font-size: 1.25rem !important;
}
.bs .fs-6 {
font-size: 1rem !important;
}
.bs .fst-italic {
font-style: italic !important;
}
.bs .fst-normal {
font-style: normal !important;
}
.bs .fw-light {
font-weight: 300 !important;
}
.bs .fw-lighter {
font-weight: lighter !important;
}
.bs .fw-normal {
font-weight: 400 !important;
}
.bs .fw-bold {
font-weight: 700 !important;
}
.bs .fw-bolder {
font-weight: bolder !important;
}
.bs .lh-1 {
line-height: 1 !important;
}
.bs .lh-sm {
line-height: 1.25 !important;
}
.bs .lh-base {
line-height: 1.5 !important;
}
.bs .lh-lg {
line-height: 2 !important;
}
.bs .text-start {
text-align: left !important;
}
.bs .text-end {
text-align: right !important;
}
.bs .text-center {
text-align: center !important;
}
.bs .text-decoration-none {
text-decoration: none !important;
}
.bs .text-decoration-underline {
text-decoration: underline !important;
}
.bs .text-decoration-line-through {
text-decoration: line-through !important;
}
.bs .text-lowercase {
text-transform: lowercase !important;
}
.bs .text-uppercase {
text-transform: uppercase !important;
}
.bs .text-capitalize {
text-transform: capitalize !important;
}
.bs .text-wrap {
white-space: normal !important;
}
.bs .text-nowrap {
white-space: nowrap !important;
}
.bs .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
.bs .text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.bs .text-muted {
--bs-text-opacity: 1;
color: #6c757d !important;
}
.bs .text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.bs .text-white-50 {
--bs-text-opacity: 1;
color: hsla(0, 0%, 100%, 0.5) !important;
}
.bs .text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.bs .text-opacity-25 {
--bs-text-opacity: 0.25;
}
.bs .text-opacity-50 {
--bs-text-opacity: 0.5;
}
.bs .text-opacity-75 {
--bs-text-opacity: 0.75;
}
.bs .text-opacity-100 {
--bs-text-opacity: 1;
}
.bs .bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bs .bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bs .bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bs .bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bs .bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bs .bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bs .bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bs .bg-gradient {
background-image: var(--bs-gradient) !important;
}
.bs .user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.bs .user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.bs .user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.bs .pe-none {
pointer-events: none !important;
}
.bs .pe-auto {
pointer-events: auto !important;
}
.bs .rounded {
border-radius: 0.25rem !important;
}
.bs .rounded-0 {
border-radius: 0 !important;
}
.bs .rounded-1 {
border-radius: 0.2rem !important;
}
.bs .rounded-2 {
border-radius: 0.25rem !important;
}
.bs .rounded-3 {
border-radius: 0.3rem !important;
}
.bs .rounded-circle {
border-radius: 50% !important;
}
.bs .rounded-pill {
border-radius: 50rem !important;
}
.bs .rounded-top {
border-top-left-radius: 0.25rem !important;
}
.bs .rounded-end,
.bs .rounded-top {
border-top-right-radius: 0.25rem !important;
}
.bs .rounded-bottom,
.bs .rounded-end {
border-bottom-right-radius: 0.25rem !important;
}
.bs .rounded-bottom,
.bs .rounded-start {
border-bottom-left-radius: 0.25rem !important;
}
.bs .rounded-start {
border-top-left-radius: 0.25rem !important;
}
.bs .visible {
visibility: visible !important;
}
.bs .invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.bs .float-sm-start {
float: left !important;
}
.bs .float-sm-end {
float: right !important;
}
.bs .float-sm-none {
float: none !important;
}
.bs .d-sm-inline {
display: inline !important;
}
.bs .d-sm-inline-block {
display: inline-block !important;
}
.bs .d-sm-block {
display: block !important;
}
.bs .d-sm-grid {
display: grid !important;
}
.bs .d-sm-table {
display: table !important;
}
.bs .d-sm-table-row {
display: table-row !important;
}
.bs .d-sm-table-cell {
display: table-cell !important;
}
.bs .d-sm-flex {
display: flex !important;
}
.bs .d-sm-inline-flex {
display: inline-flex !important;
}
.bs .d-sm-none {
display: none !important;
}
.bs .flex-sm-fill {
flex: 1 1 auto !important;
}
.bs .flex-sm-row {
flex-direction: row !important;
}
.bs .flex-sm-column {
flex-direction: column !important;
}
.bs .flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-sm-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-sm-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-sm-wrap {
flex-wrap: wrap !important;
}
.bs .flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-sm-0 {
gap: 0 !important;
}
.bs .gap-sm-1 {
gap: 0.25rem !important;
}
.bs .gap-sm-2 {
gap: 0.5rem !important;
}
.bs .gap-sm-3 {
gap: 1rem !important;
}
.bs .gap-sm-4 {
gap: 1.5rem !important;
}
.bs .gap-sm-5 {
gap: 3rem !important;
}
.bs .justify-content-sm-start {
justify-content: flex-start !important;
}
.bs .justify-content-sm-end {
justify-content: flex-end !important;
}
.bs .justify-content-sm-center {
justify-content: center !important;
}
.bs .justify-content-sm-between {
justify-content: space-between !important;
}
.bs .justify-content-sm-around {
justify-content: space-around !important;
}
.bs .justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-sm-start {
align-items: flex-start !important;
}
.bs .align-items-sm-end {
align-items: flex-end !important;
}
.bs .align-items-sm-center {
align-items: center !important;
}
.bs .align-items-sm-baseline {
align-items: baseline !important;
}
.bs .align-items-sm-stretch {
align-items: stretch !important;
}
.bs .align-content-sm-start {
align-content: flex-start !important;
}
.bs .align-content-sm-end {
align-content: flex-end !important;
}
.bs .align-content-sm-center {
align-content: center !important;
}
.bs .align-content-sm-between {
align-content: space-between !important;
}
.bs .align-content-sm-around {
align-content: space-around !important;
}
.bs .align-content-sm-stretch {
align-content: stretch !important;
}
.bs .align-self-sm-auto {
align-self: auto !important;
}
.bs .align-self-sm-start {
align-self: flex-start !important;
}
.bs .align-self-sm-end {
align-self: flex-end !important;
}
.bs .align-self-sm-center {
align-self: center !important;
}
.bs .align-self-sm-baseline {
align-self: baseline !important;
}
.bs .align-self-sm-stretch {
align-self: stretch !important;
}
.bs .order-sm-first {
order: -1 !important;
}
.bs .order-sm-0 {
order: 0 !important;
}
.bs .order-sm-1 {
order: 1 !important;
}
.bs .order-sm-2 {
order: 2 !important;
}
.bs .order-sm-3 {
order: 3 !important;
}
.bs .order-sm-4 {
order: 4 !important;
}
.bs .order-sm-5 {
order: 5 !important;
}
.bs .order-sm-last {
order: 6 !important;
}
.bs .m-sm-0 {
margin: 0 !important;
}
.bs .m-sm-1 {
margin: 0.25rem !important;
}
.bs .m-sm-2 {
margin: 0.5rem !important;
}
.bs .m-sm-3 {
margin: 1rem !important;
}
.bs .m-sm-4 {
margin: 1.5rem !important;
}
.bs .m-sm-5 {
margin: 3rem !important;
}
.bs .m-sm-auto {
margin: auto !important;
}
.bs .mx-sm-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-sm-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-sm-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-sm-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-sm-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-sm-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-sm-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-sm-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-sm-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-sm-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-sm-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-sm-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-sm-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-sm-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-sm-0 {
margin-top: 0 !important;
}
.bs .mt-sm-1 {
margin-top: 0.25rem !important;
}
.bs .mt-sm-2 {
margin-top: 0.5rem !important;
}
.bs .mt-sm-3 {
margin-top: 1rem !important;
}
.bs .mt-sm-4 {
margin-top: 1.5rem !important;
}
.bs .mt-sm-5 {
margin-top: 3rem !important;
}
.bs .mt-sm-auto {
margin-top: auto !important;
}
.bs .me-sm-0 {
margin-right: 0 !important;
}
.bs .me-sm-1 {
margin-right: 0.25rem !important;
}
.bs .me-sm-2 {
margin-right: 0.5rem !important;
}
.bs .me-sm-3 {
margin-right: 1rem !important;
}
.bs .me-sm-4 {
margin-right: 1.5rem !important;
}
.bs .me-sm-5 {
margin-right: 3rem !important;
}
.bs .me-sm-auto {
margin-right: auto !important;
}
.bs .mb-sm-0 {
margin-bottom: 0 !important;
}
.bs .mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-sm-3 {
margin-bottom: 1rem !important;
}
.bs .mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-sm-5 {
margin-bottom: 3rem !important;
}
.bs .mb-sm-auto {
margin-bottom: auto !important;
}
.bs .ms-sm-0 {
margin-left: 0 !important;
}
.bs .ms-sm-1 {
margin-left: 0.25rem !important;
}
.bs .ms-sm-2 {
margin-left: 0.5rem !important;
}
.bs .ms-sm-3 {
margin-left: 1rem !important;
}
.bs .ms-sm-4 {
margin-left: 1.5rem !important;
}
.bs .ms-sm-5 {
margin-left: 3rem !important;
}
.bs .ms-sm-auto {
margin-left: auto !important;
}
.bs .p-sm-0 {
padding: 0 !important;
}
.bs .p-sm-1 {
padding: 0.25rem !important;
}
.bs .p-sm-2 {
padding: 0.5rem !important;
}
.bs .p-sm-3 {
padding: 1rem !important;
}
.bs .p-sm-4 {
padding: 1.5rem !important;
}
.bs .p-sm-5 {
padding: 3rem !important;
}
.bs .px-sm-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-sm-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-sm-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-sm-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-sm-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-sm-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-sm-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-sm-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-sm-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-sm-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-sm-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-sm-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-sm-0 {
padding-top: 0 !important;
}
.bs .pt-sm-1 {
padding-top: 0.25rem !important;
}
.bs .pt-sm-2 {
padding-top: 0.5rem !important;
}
.bs .pt-sm-3 {
padding-top: 1rem !important;
}
.bs .pt-sm-4 {
padding-top: 1.5rem !important;
}
.bs .pt-sm-5 {
padding-top: 3rem !important;
}
.bs .pe-sm-0 {
padding-right: 0 !important;
}
.bs .pe-sm-1 {
padding-right: 0.25rem !important;
}
.bs .pe-sm-2 {
padding-right: 0.5rem !important;
}
.bs .pe-sm-3 {
padding-right: 1rem !important;
}
.bs .pe-sm-4 {
padding-right: 1.5rem !important;
}
.bs .pe-sm-5 {
padding-right: 3rem !important;
}
.bs .pb-sm-0 {
padding-bottom: 0 !important;
}
.bs .pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-sm-3 {
padding-bottom: 1rem !important;
}
.bs .pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-sm-5 {
padding-bottom: 3rem !important;
}
.bs .ps-sm-0 {
padding-left: 0 !important;
}
.bs .ps-sm-1 {
padding-left: 0.25rem !important;
}
.bs .ps-sm-2 {
padding-left: 0.5rem !important;
}
.bs .ps-sm-3 {
padding-left: 1rem !important;
}
.bs .ps-sm-4 {
padding-left: 1.5rem !important;
}
.bs .ps-sm-5 {
padding-left: 3rem !important;
}
.bs .text-sm-start {
text-align: left !important;
}
.bs .text-sm-end {
text-align: right !important;
}
.bs .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.bs .float-md-start {
float: left !important;
}
.bs .float-md-end {
float: right !important;
}
.bs .float-md-none {
float: none !important;
}
.bs .d-md-inline {
display: inline !important;
}
.bs .d-md-inline-block {
display: inline-block !important;
}
.bs .d-md-block {
display: block !important;
}
.bs .d-md-grid {
display: grid !important;
}
.bs .d-md-table {
display: table !important;
}
.bs .d-md-table-row {
display: table-row !important;
}
.bs .d-md-table-cell {
display: table-cell !important;
}
.bs .d-md-flex {
display: flex !important;
}
.bs .d-md-inline-flex {
display: inline-flex !important;
}
.bs .d-md-none {
display: none !important;
}
.bs .flex-md-fill {
flex: 1 1 auto !important;
}
.bs .flex-md-row {
flex-direction: row !important;
}
.bs .flex-md-column {
flex-direction: column !important;
}
.bs .flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-md-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-md-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-md-wrap {
flex-wrap: wrap !important;
}
.bs .flex-md-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-md-0 {
gap: 0 !important;
}
.bs .gap-md-1 {
gap: 0.25rem !important;
}
.bs .gap-md-2 {
gap: 0.5rem !important;
}
.bs .gap-md-3 {
gap: 1rem !important;
}
.bs .gap-md-4 {
gap: 1.5rem !important;
}
.bs .gap-md-5 {
gap: 3rem !important;
}
.bs .justify-content-md-start {
justify-content: flex-start !important;
}
.bs .justify-content-md-end {
justify-content: flex-end !important;
}
.bs .justify-content-md-center {
justify-content: center !important;
}
.bs .justify-content-md-between {
justify-content: space-between !important;
}
.bs .justify-content-md-around {
justify-content: space-around !important;
}
.bs .justify-content-md-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-md-start {
align-items: flex-start !important;
}
.bs .align-items-md-end {
align-items: flex-end !important;
}
.bs .align-items-md-center {
align-items: center !important;
}
.bs .align-items-md-baseline {
align-items: baseline !important;
}
.bs .align-items-md-stretch {
align-items: stretch !important;
}
.bs .align-content-md-start {
align-content: flex-start !important;
}
.bs .align-content-md-end {
align-content: flex-end !important;
}
.bs .align-content-md-center {
align-content: center !important;
}
.bs .align-content-md-between {
align-content: space-between !important;
}
.bs .align-content-md-around {
align-content: space-around !important;
}
.bs .align-content-md-stretch {
align-content: stretch !important;
}
.bs .align-self-md-auto {
align-self: auto !important;
}
.bs .align-self-md-start {
align-self: flex-start !important;
}
.bs .align-self-md-end {
align-self: flex-end !important;
}
.bs .align-self-md-center {
align-self: center !important;
}
.bs .align-self-md-baseline {
align-self: baseline !important;
}
.bs .align-self-md-stretch {
align-self: stretch !important;
}
.bs .order-md-first {
order: -1 !important;
}
.bs .order-md-0 {
order: 0 !important;
}
.bs .order-md-1 {
order: 1 !important;
}
.bs .order-md-2 {
order: 2 !important;
}
.bs .order-md-3 {
order: 3 !important;
}
.bs .order-md-4 {
order: 4 !important;
}
.bs .order-md-5 {
order: 5 !important;
}
.bs .order-md-last {
order: 6 !important;
}
.bs .m-md-0 {
margin: 0 !important;
}
.bs .m-md-1 {
margin: 0.25rem !important;
}
.bs .m-md-2 {
margin: 0.5rem !important;
}
.bs .m-md-3 {
margin: 1rem !important;
}
.bs .m-md-4 {
margin: 1.5rem !important;
}
.bs .m-md-5 {
margin: 3rem !important;
}
.bs .m-md-auto {
margin: auto !important;
}
.bs .mx-md-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-md-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-md-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-md-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-md-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-md-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-md-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-md-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-md-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-md-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-md-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-md-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-md-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-md-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-md-0 {
margin-top: 0 !important;
}
.bs .mt-md-1 {
margin-top: 0.25rem !important;
}
.bs .mt-md-2 {
margin-top: 0.5rem !important;
}
.bs .mt-md-3 {
margin-top: 1rem !important;
}
.bs .mt-md-4 {
margin-top: 1.5rem !important;
}
.bs .mt-md-5 {
margin-top: 3rem !important;
}
.bs .mt-md-auto {
margin-top: auto !important;
}
.bs .me-md-0 {
margin-right: 0 !important;
}
.bs .me-md-1 {
margin-right: 0.25rem !important;
}
.bs .me-md-2 {
margin-right: 0.5rem !important;
}
.bs .me-md-3 {
margin-right: 1rem !important;
}
.bs .me-md-4 {
margin-right: 1.5rem !important;
}
.bs .me-md-5 {
margin-right: 3rem !important;
}
.bs .me-md-auto {
margin-right: auto !important;
}
.bs .mb-md-0 {
margin-bottom: 0 !important;
}
.bs .mb-md-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-md-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-md-3 {
margin-bottom: 1rem !important;
}
.bs .mb-md-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-md-5 {
margin-bottom: 3rem !important;
}
.bs .mb-md-auto {
margin-bottom: auto !important;
}
.bs .ms-md-0 {
margin-left: 0 !important;
}
.bs .ms-md-1 {
margin-left: 0.25rem !important;
}
.bs .ms-md-2 {
margin-left: 0.5rem !important;
}
.bs .ms-md-3 {
margin-left: 1rem !important;
}
.bs .ms-md-4 {
margin-left: 1.5rem !important;
}
.bs .ms-md-5 {
margin-left: 3rem !important;
}
.bs .ms-md-auto {
margin-left: auto !important;
}
.bs .p-md-0 {
padding: 0 !important;
}
.bs .p-md-1 {
padding: 0.25rem !important;
}
.bs .p-md-2 {
padding: 0.5rem !important;
}
.bs .p-md-3 {
padding: 1rem !important;
}
.bs .p-md-4 {
padding: 1.5rem !important;
}
.bs .p-md-5 {
padding: 3rem !important;
}
.bs .px-md-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-md-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-md-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-md-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-md-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-md-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-md-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-md-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-md-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-md-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-md-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-md-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-md-0 {
padding-top: 0 !important;
}
.bs .pt-md-1 {
padding-top: 0.25rem !important;
}
.bs .pt-md-2 {
padding-top: 0.5rem !important;
}
.bs .pt-md-3 {
padding-top: 1rem !important;
}
.bs .pt-md-4 {
padding-top: 1.5rem !important;
}
.bs .pt-md-5 {
padding-top: 3rem !important;
}
.bs .pe-md-0 {
padding-right: 0 !important;
}
.bs .pe-md-1 {
padding-right: 0.25rem !important;
}
.bs .pe-md-2 {
padding-right: 0.5rem !important;
}
.bs .pe-md-3 {
padding-right: 1rem !important;
}
.bs .pe-md-4 {
padding-right: 1.5rem !important;
}
.bs .pe-md-5 {
padding-right: 3rem !important;
}
.bs .pb-md-0 {
padding-bottom: 0 !important;
}
.bs .pb-md-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-md-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-md-3 {
padding-bottom: 1rem !important;
}
.bs .pb-md-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-md-5 {
padding-bottom: 3rem !important;
}
.bs .ps-md-0 {
padding-left: 0 !important;
}
.bs .ps-md-1 {
padding-left: 0.25rem !important;
}
.bs .ps-md-2 {
padding-left: 0.5rem !important;
}
.bs .ps-md-3 {
padding-left: 1rem !important;
}
.bs .ps-md-4 {
padding-left: 1.5rem !important;
}
.bs .ps-md-5 {
padding-left: 3rem !important;
}
.bs .text-md-start {
text-align: left !important;
}
.bs .text-md-end {
text-align: right !important;
}
.bs .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.bs .float-lg-start {
float: left !important;
}
.bs .float-lg-end {
float: right !important;
}
.bs .float-lg-none {
float: none !important;
}
.bs .d-lg-inline {
display: inline !important;
}
.bs .d-lg-inline-block {
display: inline-block !important;
}
.bs .d-lg-block {
display: block !important;
}
.bs .d-lg-grid {
display: grid !important;
}
.bs .d-lg-table {
display: table !important;
}
.bs .d-lg-table-row {
display: table-row !important;
}
.bs .d-lg-table-cell {
display: table-cell !important;
}
.bs .d-lg-flex {
display: flex !important;
}
.bs .d-lg-inline-flex {
display: inline-flex !important;
}
.bs .d-lg-none {
display: none !important;
}
.bs .flex-lg-fill {
flex: 1 1 auto !important;
}
.bs .flex-lg-row {
flex-direction: row !important;
}
.bs .flex-lg-column {
flex-direction: column !important;
}
.bs .flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-lg-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-lg-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-lg-wrap {
flex-wrap: wrap !important;
}
.bs .flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-lg-0 {
gap: 0 !important;
}
.bs .gap-lg-1 {
gap: 0.25rem !important;
}
.bs .gap-lg-2 {
gap: 0.5rem !important;
}
.bs .gap-lg-3 {
gap: 1rem !important;
}
.bs .gap-lg-4 {
gap: 1.5rem !important;
}
.bs .gap-lg-5 {
gap: 3rem !important;
}
.bs .justify-content-lg-start {
justify-content: flex-start !important;
}
.bs .justify-content-lg-end {
justify-content: flex-end !important;
}
.bs .justify-content-lg-center {
justify-content: center !important;
}
.bs .justify-content-lg-between {
justify-content: space-between !important;
}
.bs .justify-content-lg-around {
justify-content: space-around !important;
}
.bs .justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-lg-start {
align-items: flex-start !important;
}
.bs .align-items-lg-end {
align-items: flex-end !important;
}
.bs .align-items-lg-center {
align-items: center !important;
}
.bs .align-items-lg-baseline {
align-items: baseline !important;
}
.bs .align-items-lg-stretch {
align-items: stretch !important;
}
.bs .align-content-lg-start {
align-content: flex-start !important;
}
.bs .align-content-lg-end {
align-content: flex-end !important;
}
.bs .align-content-lg-center {
align-content: center !important;
}
.bs .align-content-lg-between {
align-content: space-between !important;
}
.bs .align-content-lg-around {
align-content: space-around !important;
}
.bs .align-content-lg-stretch {
align-content: stretch !important;
}
.bs .align-self-lg-auto {
align-self: auto !important;
}
.bs .align-self-lg-start {
align-self: flex-start !important;
}
.bs .align-self-lg-end {
align-self: flex-end !important;
}
.bs .align-self-lg-center {
align-self: center !important;
}
.bs .align-self-lg-baseline {
align-self: baseline !important;
}
.bs .align-self-lg-stretch {
align-self: stretch !important;
}
.bs .order-lg-first {
order: -1 !important;
}
.bs .order-lg-0 {
order: 0 !important;
}
.bs .order-lg-1 {
order: 1 !important;
}
.bs .order-lg-2 {
order: 2 !important;
}
.bs .order-lg-3 {
order: 3 !important;
}
.bs .order-lg-4 {
order: 4 !important;
}
.bs .order-lg-5 {
order: 5 !important;
}
.bs .order-lg-last {
order: 6 !important;
}
.bs .m-lg-0 {
margin: 0 !important;
}
.bs .m-lg-1 {
margin: 0.25rem !important;
}
.bs .m-lg-2 {
margin: 0.5rem !important;
}
.bs .m-lg-3 {
margin: 1rem !important;
}
.bs .m-lg-4 {
margin: 1.5rem !important;
}
.bs .m-lg-5 {
margin: 3rem !important;
}
.bs .m-lg-auto {
margin: auto !important;
}
.bs .mx-lg-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-lg-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-lg-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-lg-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-lg-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-lg-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-lg-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-lg-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-lg-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-lg-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-lg-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-lg-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-lg-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-lg-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-lg-0 {
margin-top: 0 !important;
}
.bs .mt-lg-1 {
margin-top: 0.25rem !important;
}
.bs .mt-lg-2 {
margin-top: 0.5rem !important;
}
.bs .mt-lg-3 {
margin-top: 1rem !important;
}
.bs .mt-lg-4 {
margin-top: 1.5rem !important;
}
.bs .mt-lg-5 {
margin-top: 3rem !important;
}
.bs .mt-lg-auto {
margin-top: auto !important;
}
.bs .me-lg-0 {
margin-right: 0 !important;
}
.bs .me-lg-1 {
margin-right: 0.25rem !important;
}
.bs .me-lg-2 {
margin-right: 0.5rem !important;
}
.bs .me-lg-3 {
margin-right: 1rem !important;
}
.bs .me-lg-4 {
margin-right: 1.5rem !important;
}
.bs .me-lg-5 {
margin-right: 3rem !important;
}
.bs .me-lg-auto {
margin-right: auto !important;
}
.bs .mb-lg-0 {
margin-bottom: 0 !important;
}
.bs .mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-lg-3 {
margin-bottom: 1rem !important;
}
.bs .mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-lg-5 {
margin-bottom: 3rem !important;
}
.bs .mb-lg-auto {
margin-bottom: auto !important;
}
.bs .ms-lg-0 {
margin-left: 0 !important;
}
.bs .ms-lg-1 {
margin-left: 0.25rem !important;
}
.bs .ms-lg-2 {
margin-left: 0.5rem !important;
}
.bs .ms-lg-3 {
margin-left: 1rem !important;
}
.bs .ms-lg-4 {
margin-left: 1.5rem !important;
}
.bs .ms-lg-5 {
margin-left: 3rem !important;
}
.bs .ms-lg-auto {
margin-left: auto !important;
}
.bs .p-lg-0 {
padding: 0 !important;
}
.bs .p-lg-1 {
padding: 0.25rem !important;
}
.bs .p-lg-2 {
padding: 0.5rem !important;
}
.bs .p-lg-3 {
padding: 1rem !important;
}
.bs .p-lg-4 {
padding: 1.5rem !important;
}
.bs .p-lg-5 {
padding: 3rem !important;
}
.bs .px-lg-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-lg-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-lg-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-lg-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-lg-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-lg-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-lg-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-lg-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-lg-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-lg-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-lg-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-lg-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-lg-0 {
padding-top: 0 !important;
}
.bs .pt-lg-1 {
padding-top: 0.25rem !important;
}
.bs .pt-lg-2 {
padding-top: 0.5rem !important;
}
.bs .pt-lg-3 {
padding-top: 1rem !important;
}
.bs .pt-lg-4 {
padding-top: 1.5rem !important;
}
.bs .pt-lg-5 {
padding-top: 3rem !important;
}
.bs .pe-lg-0 {
padding-right: 0 !important;
}
.bs .pe-lg-1 {
padding-right: 0.25rem !important;
}
.bs .pe-lg-2 {
padding-right: 0.5rem !important;
}
.bs .pe-lg-3 {
padding-right: 1rem !important;
}
.bs .pe-lg-4 {
padding-right: 1.5rem !important;
}
.bs .pe-lg-5 {
padding-right: 3rem !important;
}
.bs .pb-lg-0 {
padding-bottom: 0 !important;
}
.bs .pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-lg-3 {
padding-bottom: 1rem !important;
}
.bs .pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-lg-5 {
padding-bottom: 3rem !important;
}
.bs .ps-lg-0 {
padding-left: 0 !important;
}
.bs .ps-lg-1 {
padding-left: 0.25rem !important;
}
.bs .ps-lg-2 {
padding-left: 0.5rem !important;
}
.bs .ps-lg-3 {
padding-left: 1rem !important;
}
.bs .ps-lg-4 {
padding-left: 1.5rem !important;
}
.bs .ps-lg-5 {
padding-left: 3rem !important;
}
.bs .text-lg-start {
text-align: left !important;
}
.bs .text-lg-end {
text-align: right !important;
}
.bs .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.bs .float-xl-start {
float: left !important;
}
.bs .float-xl-end {
float: right !important;
}
.bs .float-xl-none {
float: none !important;
}
.bs .d-xl-inline {
display: inline !important;
}
.bs .d-xl-inline-block {
display: inline-block !important;
}
.bs .d-xl-block {
display: block !important;
}
.bs .d-xl-grid {
display: grid !important;
}
.bs .d-xl-table {
display: table !important;
}
.bs .d-xl-table-row {
display: table-row !important;
}
.bs .d-xl-table-cell {
display: table-cell !important;
}
.bs .d-xl-flex {
display: flex !important;
}
.bs .d-xl-inline-flex {
display: inline-flex !important;
}
.bs .d-xl-none {
display: none !important;
}
.bs .flex-xl-fill {
flex: 1 1 auto !important;
}
.bs .flex-xl-row {
flex-direction: row !important;
}
.bs .flex-xl-column {
flex-direction: column !important;
}
.bs .flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-xl-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-xl-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-xl-wrap {
flex-wrap: wrap !important;
}
.bs .flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-xl-0 {
gap: 0 !important;
}
.bs .gap-xl-1 {
gap: 0.25rem !important;
}
.bs .gap-xl-2 {
gap: 0.5rem !important;
}
.bs .gap-xl-3 {
gap: 1rem !important;
}
.bs .gap-xl-4 {
gap: 1.5rem !important;
}
.bs .gap-xl-5 {
gap: 3rem !important;
}
.bs .justify-content-xl-start {
justify-content: flex-start !important;
}
.bs .justify-content-xl-end {
justify-content: flex-end !important;
}
.bs .justify-content-xl-center {
justify-content: center !important;
}
.bs .justify-content-xl-between {
justify-content: space-between !important;
}
.bs .justify-content-xl-around {
justify-content: space-around !important;
}
.bs .justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-xl-start {
align-items: flex-start !important;
}
.bs .align-items-xl-end {
align-items: flex-end !important;
}
.bs .align-items-xl-center {
align-items: center !important;
}
.bs .align-items-xl-baseline {
align-items: baseline !important;
}
.bs .align-items-xl-stretch {
align-items: stretch !important;
}
.bs .align-content-xl-start {
align-content: flex-start !important;
}
.bs .align-content-xl-end {
align-content: flex-end !important;
}
.bs .align-content-xl-center {
align-content: center !important;
}
.bs .align-content-xl-between {
align-content: space-between !important;
}
.bs .align-content-xl-around {
align-content: space-around !important;
}
.bs .align-content-xl-stretch {
align-content: stretch !important;
}
.bs .align-self-xl-auto {
align-self: auto !important;
}
.bs .align-self-xl-start {
align-self: flex-start !important;
}
.bs .align-self-xl-end {
align-self: flex-end !important;
}
.bs .align-self-xl-center {
align-self: center !important;
}
.bs .align-self-xl-baseline {
align-self: baseline !important;
}
.bs .align-self-xl-stretch {
align-self: stretch !important;
}
.bs .order-xl-first {
order: -1 !important;
}
.bs .order-xl-0 {
order: 0 !important;
}
.bs .order-xl-1 {
order: 1 !important;
}
.bs .order-xl-2 {
order: 2 !important;
}
.bs .order-xl-3 {
order: 3 !important;
}
.bs .order-xl-4 {
order: 4 !important;
}
.bs .order-xl-5 {
order: 5 !important;
}
.bs .order-xl-last {
order: 6 !important;
}
.bs .m-xl-0 {
margin: 0 !important;
}
.bs .m-xl-1 {
margin: 0.25rem !important;
}
.bs .m-xl-2 {
margin: 0.5rem !important;
}
.bs .m-xl-3 {
margin: 1rem !important;
}
.bs .m-xl-4 {
margin: 1.5rem !important;
}
.bs .m-xl-5 {
margin: 3rem !important;
}
.bs .m-xl-auto {
margin: auto !important;
}
.bs .mx-xl-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-xl-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-xl-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-xl-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-xl-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-xl-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-xl-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-xl-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-xl-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-xl-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-xl-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-xl-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-xl-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-xl-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-xl-0 {
margin-top: 0 !important;
}
.bs .mt-xl-1 {
margin-top: 0.25rem !important;
}
.bs .mt-xl-2 {
margin-top: 0.5rem !important;
}
.bs .mt-xl-3 {
margin-top: 1rem !important;
}
.bs .mt-xl-4 {
margin-top: 1.5rem !important;
}
.bs .mt-xl-5 {
margin-top: 3rem !important;
}
.bs .mt-xl-auto {
margin-top: auto !important;
}
.bs .me-xl-0 {
margin-right: 0 !important;
}
.bs .me-xl-1 {
margin-right: 0.25rem !important;
}
.bs .me-xl-2 {
margin-right: 0.5rem !important;
}
.bs .me-xl-3 {
margin-right: 1rem !important;
}
.bs .me-xl-4 {
margin-right: 1.5rem !important;
}
.bs .me-xl-5 {
margin-right: 3rem !important;
}
.bs .me-xl-auto {
margin-right: auto !important;
}
.bs .mb-xl-0 {
margin-bottom: 0 !important;
}
.bs .mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-xl-3 {
margin-bottom: 1rem !important;
}
.bs .mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-xl-5 {
margin-bottom: 3rem !important;
}
.bs .mb-xl-auto {
margin-bottom: auto !important;
}
.bs .ms-xl-0 {
margin-left: 0 !important;
}
.bs .ms-xl-1 {
margin-left: 0.25rem !important;
}
.bs .ms-xl-2 {
margin-left: 0.5rem !important;
}
.bs .ms-xl-3 {
margin-left: 1rem !important;
}
.bs .ms-xl-4 {
margin-left: 1.5rem !important;
}
.bs .ms-xl-5 {
margin-left: 3rem !important;
}
.bs .ms-xl-auto {
margin-left: auto !important;
}
.bs .p-xl-0 {
padding: 0 !important;
}
.bs .p-xl-1 {
padding: 0.25rem !important;
}
.bs .p-xl-2 {
padding: 0.5rem !important;
}
.bs .p-xl-3 {
padding: 1rem !important;
}
.bs .p-xl-4 {
padding: 1.5rem !important;
}
.bs .p-xl-5 {
padding: 3rem !important;
}
.bs .px-xl-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-xl-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-xl-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-xl-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-xl-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-xl-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-xl-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-xl-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-xl-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-xl-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-xl-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-xl-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-xl-0 {
padding-top: 0 !important;
}
.bs .pt-xl-1 {
padding-top: 0.25rem !important;
}
.bs .pt-xl-2 {
padding-top: 0.5rem !important;
}
.bs .pt-xl-3 {
padding-top: 1rem !important;
}
.bs .pt-xl-4 {
padding-top: 1.5rem !important;
}
.bs .pt-xl-5 {
padding-top: 3rem !important;
}
.bs .pe-xl-0 {
padding-right: 0 !important;
}
.bs .pe-xl-1 {
padding-right: 0.25rem !important;
}
.bs .pe-xl-2 {
padding-right: 0.5rem !important;
}
.bs .pe-xl-3 {
padding-right: 1rem !important;
}
.bs .pe-xl-4 {
padding-right: 1.5rem !important;
}
.bs .pe-xl-5 {
padding-right: 3rem !important;
}
.bs .pb-xl-0 {
padding-bottom: 0 !important;
}
.bs .pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-xl-3 {
padding-bottom: 1rem !important;
}
.bs .pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-xl-5 {
padding-bottom: 3rem !important;
}
.bs .ps-xl-0 {
padding-left: 0 !important;
}
.bs .ps-xl-1 {
padding-left: 0.25rem !important;
}
.bs .ps-xl-2 {
padding-left: 0.5rem !important;
}
.bs .ps-xl-3 {
padding-left: 1rem !important;
}
.bs .ps-xl-4 {
padding-left: 1.5rem !important;
}
.bs .ps-xl-5 {
padding-left: 3rem !important;
}
.bs .text-xl-start {
text-align: left !important;
}
.bs .text-xl-end {
text-align: right !important;
}
.bs .text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.bs .float-xxl-start {
float: left !important;
}
.bs .float-xxl-end {
float: right !important;
}
.bs .float-xxl-none {
float: none !important;
}
.bs .d-xxl-inline {
display: inline !important;
}
.bs .d-xxl-inline-block {
display: inline-block !important;
}
.bs .d-xxl-block {
display: block !important;
}
.bs .d-xxl-grid {
display: grid !important;
}
.bs .d-xxl-table {
display: table !important;
}
.bs .d-xxl-table-row {
display: table-row !important;
}
.bs .d-xxl-table-cell {
display: table-cell !important;
}
.bs .d-xxl-flex {
display: flex !important;
}
.bs .d-xxl-inline-flex {
display: inline-flex !important;
}
.bs .d-xxl-none {
display: none !important;
}
.bs .flex-xxl-fill {
flex: 1 1 auto !important;
}
.bs .flex-xxl-row {
flex-direction: row !important;
}
.bs .flex-xxl-column {
flex-direction: column !important;
}
.bs .flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.bs .flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.bs .flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.bs .flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.bs .flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.bs .flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.bs .flex-xxl-wrap {
flex-wrap: wrap !important;
}
.bs .flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.bs .flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bs .gap-xxl-0 {
gap: 0 !important;
}
.bs .gap-xxl-1 {
gap: 0.25rem !important;
}
.bs .gap-xxl-2 {
gap: 0.5rem !important;
}
.bs .gap-xxl-3 {
gap: 1rem !important;
}
.bs .gap-xxl-4 {
gap: 1.5rem !important;
}
.bs .gap-xxl-5 {
gap: 3rem !important;
}
.bs .justify-content-xxl-start {
justify-content: flex-start !important;
}
.bs .justify-content-xxl-end {
justify-content: flex-end !important;
}
.bs .justify-content-xxl-center {
justify-content: center !important;
}
.bs .justify-content-xxl-between {
justify-content: space-between !important;
}
.bs .justify-content-xxl-around {
justify-content: space-around !important;
}
.bs .justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.bs .align-items-xxl-start {
align-items: flex-start !important;
}
.bs .align-items-xxl-end {
align-items: flex-end !important;
}
.bs .align-items-xxl-center {
align-items: center !important;
}
.bs .align-items-xxl-baseline {
align-items: baseline !important;
}
.bs .align-items-xxl-stretch {
align-items: stretch !important;
}
.bs .align-content-xxl-start {
align-content: flex-start !important;
}
.bs .align-content-xxl-end {
align-content: flex-end !important;
}
.bs .align-content-xxl-center {
align-content: center !important;
}
.bs .align-content-xxl-between {
align-content: space-between !important;
}
.bs .align-content-xxl-around {
align-content: space-around !important;
}
.bs .align-content-xxl-stretch {
align-content: stretch !important;
}
.bs .align-self-xxl-auto {
align-self: auto !important;
}
.bs .align-self-xxl-start {
align-self: flex-start !important;
}
.bs .align-self-xxl-end {
align-self: flex-end !important;
}
.bs .align-self-xxl-center {
align-self: center !important;
}
.bs .align-self-xxl-baseline {
align-self: baseline !important;
}
.bs .align-self-xxl-stretch {
align-self: stretch !important;
}
.bs .order-xxl-first {
order: -1 !important;
}
.bs .order-xxl-0 {
order: 0 !important;
}
.bs .order-xxl-1 {
order: 1 !important;
}
.bs .order-xxl-2 {
order: 2 !important;
}
.bs .order-xxl-3 {
order: 3 !important;
}
.bs .order-xxl-4 {
order: 4 !important;
}
.bs .order-xxl-5 {
order: 5 !important;
}
.bs .order-xxl-last {
order: 6 !important;
}
.bs .m-xxl-0 {
margin: 0 !important;
}
.bs .m-xxl-1 {
margin: 0.25rem !important;
}
.bs .m-xxl-2 {
margin: 0.5rem !important;
}
.bs .m-xxl-3 {
margin: 1rem !important;
}
.bs .m-xxl-4 {
margin: 1.5rem !important;
}
.bs .m-xxl-5 {
margin: 3rem !important;
}
.bs .m-xxl-auto {
margin: auto !important;
}
.bs .mx-xxl-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bs .mx-xxl-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bs .mx-xxl-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bs .mx-xxl-3 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bs .mx-xxl-4 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bs .mx-xxl-5 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bs .mx-xxl-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bs .my-xxl-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.bs .my-xxl-1 {
margin-bottom: 0.25rem !important;
margin-top: 0.25rem !important;
}
.bs .my-xxl-2 {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.bs .my-xxl-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.bs .my-xxl-4 {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
}
.bs .my-xxl-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.bs .my-xxl-auto {
margin-bottom: auto !important;
margin-top: auto !important;
}
.bs .mt-xxl-0 {
margin-top: 0 !important;
}
.bs .mt-xxl-1 {
margin-top: 0.25rem !important;
}
.bs .mt-xxl-2 {
margin-top: 0.5rem !important;
}
.bs .mt-xxl-3 {
margin-top: 1rem !important;
}
.bs .mt-xxl-4 {
margin-top: 1.5rem !important;
}
.bs .mt-xxl-5 {
margin-top: 3rem !important;
}
.bs .mt-xxl-auto {
margin-top: auto !important;
}
.bs .me-xxl-0 {
margin-right: 0 !important;
}
.bs .me-xxl-1 {
margin-right: 0.25rem !important;
}
.bs .me-xxl-2 {
margin-right: 0.5rem !important;
}
.bs .me-xxl-3 {
margin-right: 1rem !important;
}
.bs .me-xxl-4 {
margin-right: 1.5rem !important;
}
.bs .me-xxl-5 {
margin-right: 3rem !important;
}
.bs .me-xxl-auto {
margin-right: auto !important;
}
.bs .mb-xxl-0 {
margin-bottom: 0 !important;
}
.bs .mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.bs .mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.bs .mb-xxl-3 {
margin-bottom: 1rem !important;
}
.bs .mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.bs .mb-xxl-5 {
margin-bottom: 3rem !important;
}
.bs .mb-xxl-auto {
margin-bottom: auto !important;
}
.bs .ms-xxl-0 {
margin-left: 0 !important;
}
.bs .ms-xxl-1 {
margin-left: 0.25rem !important;
}
.bs .ms-xxl-2 {
margin-left: 0.5rem !important;
}
.bs .ms-xxl-3 {
margin-left: 1rem !important;
}
.bs .ms-xxl-4 {
margin-left: 1.5rem !important;
}
.bs .ms-xxl-5 {
margin-left: 3rem !important;
}
.bs .ms-xxl-auto {
margin-left: auto !important;
}
.bs .p-xxl-0 {
padding: 0 !important;
}
.bs .p-xxl-1 {
padding: 0.25rem !important;
}
.bs .p-xxl-2 {
padding: 0.5rem !important;
}
.bs .p-xxl-3 {
padding: 1rem !important;
}
.bs .p-xxl-4 {
padding: 1.5rem !important;
}
.bs .p-xxl-5 {
padding: 3rem !important;
}
.bs .px-xxl-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bs .px-xxl-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bs .px-xxl-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bs .px-xxl-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bs .px-xxl-4 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bs .px-xxl-5 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bs .py-xxl-0 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bs .py-xxl-1 {
padding-bottom: 0.25rem !important;
padding-top: 0.25rem !important;
}
.bs .py-xxl-2 {
padding-bottom: 0.5rem !important;
padding-top: 0.5rem !important;
}
.bs .py-xxl-3 {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.bs .py-xxl-4 {
padding-bottom: 1.5rem !important;
padding-top: 1.5rem !important;
}
.bs .py-xxl-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.bs .pt-xxl-0 {
padding-top: 0 !important;
}
.bs .pt-xxl-1 {
padding-top: 0.25rem !important;
}
.bs .pt-xxl-2 {
padding-top: 0.5rem !important;
}
.bs .pt-xxl-3 {
padding-top: 1rem !important;
}
.bs .pt-xxl-4 {
padding-top: 1.5rem !important;
}
.bs .pt-xxl-5 {
padding-top: 3rem !important;
}
.bs .pe-xxl-0 {
padding-right: 0 !important;
}
.bs .pe-xxl-1 {
padding-right: 0.25rem !important;
}
.bs .pe-xxl-2 {
padding-right: 0.5rem !important;
}
.bs .pe-xxl-3 {
padding-right: 1rem !important;
}
.bs .pe-xxl-4 {
padding-right: 1.5rem !important;
}
.bs .pe-xxl-5 {
padding-right: 3rem !important;
}
.bs .pb-xxl-0 {
padding-bottom: 0 !important;
}
.bs .pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.bs .pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.bs .pb-xxl-3 {
padding-bottom: 1rem !important;
}
.bs .pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.bs .pb-xxl-5 {
padding-bottom: 3rem !important;
}
.bs .ps-xxl-0 {
padding-left: 0 !important;
}
.bs .ps-xxl-1 {
padding-left: 0.25rem !important;
}
.bs .ps-xxl-2 {
padding-left: 0.5rem !important;
}
.bs .ps-xxl-3 {
padding-left: 1rem !important;
}
.bs .ps-xxl-4 {
padding-left: 1.5rem !important;
}
.bs .ps-xxl-5 {
padding-left: 3rem !important;
}
.bs .text-xxl-start {
text-align: left !important;
}
.bs .text-xxl-end {
text-align: right !important;
}
.bs .text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.bs .fs-1 {
font-size: 2.5rem !important;
}
.bs .fs-2 {
font-size: 2rem !important;
}
.bs .fs-3 {
font-size: 1.75rem !important;
}
.bs .fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.bs .d-print-inline {
display: inline !important;
}
.bs .d-print-inline-block {
display: inline-block !important;
}
.bs .d-print-block {
display: block !important;
}
.bs .d-print-grid {
display: grid !important;
}
.bs .d-print-table {
display: table !important;
}
.bs .d-print-table-row {
display: table-row !important;
}
.bs .d-print-table-cell {
display: table-cell !important;
}
.bs .d-print-flex {
display: flex !important;
}
.bs .d-print-inline-flex {
display: inline-flex !important;
}
.bs .d-print-none {
display: none !important;
}
}
.bs .form-switch .form-check-input {
border-radius: 3rem;
cursor: pointer;
height: 1.5rem;
width: 2.75rem;
}@font-face{font-family:eicons;src:url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.15.0);src:url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.15.0#iefix) format("embedded-opentype"),url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.15.0) format("woff2"),url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.15.0) format("woff"),url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.15.0) format("truetype"),url(//sindvestbauru.com.br/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.15.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-checkout:before{content:'\e98c'}.eicon-container:before{content:'\e98d'}.eicon-flip:before{content:'\e98e'}.eicon-info:before{content:'\e98f'}.eicon-my-account:before{content:'\e990'}.eicon-purchase-summary:before{content:'\e991'}.eicon-page-transition:before{content:'\e992'}.eicon-spotify:before{content:'\e993'}.eicon-stripe-button:before{content:'\e994'}.eicon-woo-settings:before{content:'\e995'}.eicon-woo-cart:before{content:'\e996'}.eicon-grow:before{content:'\e997'}.eicon-order-end:before{content:'\e998'}.eicon-nowrap:before{content:'\e999'}.eicon-order-start:before{content:'\e99a'}.eicon-progress-tracker:before{content:'\e99b'}.eicon-shrink:before{content:'\e99c'}.eicon-wrap:before{content:'\e99d'}.eicon-align-center-h:before{content:'\e99e'}.eicon-align-center-v:before{content:'\e99f'}.eicon-align-end-h:before{content:'\e9a0'}.eicon-align-end-v:before{content:'\e9a1'}.eicon-align-start-h:before{content:'\e9a2'}.eicon-align-start-v:before{content:'\e9a3'}.eicon-align-stretch-h:before{content:'\e9a4'}.eicon-align-stretch-v:before{content:'\e9a5'}.eicon-justify-center-h:before{content:'\e9a6'}.eicon-justify-center-v:before{content:'\e9a7'}.eicon-justify-end-h:before{content:'\e9a8'}.eicon-justify-end-v:before{content:'\e9a9'}.eicon-justify-space-around-h:before{content:'\e9aa'}.eicon-justify-space-around-v:before{content:'\e9ab'}.eicon-justify-space-between-h:before{content:'\e9ac'}.eicon-justify-space-between-v:before{content:'\e9ad'}.eicon-justify-space-evenly-h:before{content:'\e9ae'}.eicon-justify-space-evenly-v:before{content:'\e9af'}.eicon-justify-start-h:before{content:'\e9b0'}.eicon-justify-start-v:before{content:'\e9b1'}.eicon-woocommerce-cross-sells:before{content:'\e9b2'}.eicon-woocommerce-notices:before{content:'\e9b3'}.eicon-inner-container:before{content:'\e9b4'}.eicon-warning-full:before{content:'\e9b5'}.eicon-exit:before{content:'\e9b6'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}