@charset "UTF-8";
.jbs-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
}
.jbs-container a {
  text-decoration: none !important;
}
.jbs-container p {
  line-height: 1.8;
}

@media (min-width: 992px) {
  .jbs-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .jbs-container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .jbs-container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .jbs-container {
    max-width: 1320px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

.jbs-col {
  flex: 1 0 0;
}

.jbs-col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jbs-col-sm {
    flex: 1 0 0;
  }
  .jbs-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .jbs-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .jbs-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .jbs-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .jbs-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .jbs-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .jbs-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .jbs-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .jbs-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .jbs-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .jbs-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .jbs-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .jbs-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .jbs-col-md {
    flex: 1 0 0;
  }
  .jbs-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .jbs-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .jbs-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .jbs-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .jbs-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .jbs-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .jbs-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .jbs-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .jbs-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .jbs-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .jbs-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .jbs-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .jbs-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .jbs-col-lg {
    flex: 1 0 0;
  }
  .jbs-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .jbs-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .jbs-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .jbs-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .jbs-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .jbs-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .jbs-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .jbs-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .jbs-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .jbs-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .jbs-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .jbs-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .jbs-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .jbs-col-xl {
    flex: 1 0 0;
  }
  .jbs-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .jbs-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .jbs-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .jbs-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .jbs-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .jbs-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .jbs-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .jbs-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .jbs-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .jbs-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .jbs-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .jbs-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .jbs-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .jbs-col-xxl {
    flex: 1 0 0;
  }
  .jbs-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .jbs-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .jbs-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .jbs-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .jbs-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .jbs-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .jbs-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .jbs-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .jbs-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .jbs-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .jbs-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .jbs-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .jbs-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.jbs-flex-wrap {
  flex-wrap: wrap !important;
}

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

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

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

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

.jbs-align-items-xl-center {
  align-items: center !important;
}

@media (min-width: 768px) {
  .jbs-align-items-sm-center {
    align-items: center !important;
  }
}
.jbs-justify-content-center {
  justify-content: center !important;
}

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

@media (min-width: 768px) {
  .jbs-justify-content-md-end {
    justify-content: flex-end !important;
  }
}
.jbs-justify-content-lg-end {
  justify-content: flex-end !important;
}

@media (min-width: 1200px) {
  .jbs-justify-content-xl-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 576px) {
  .jbs-justify-content-sm-end {
    justify-content: flex-end !important;
  }
}
.jbs-order-md-1 {
  order: 1 !important;
}

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

.jbs-order-xl-0 {
  order: 0 !important;
}

.jbs-order-xl-1 {
  order: 1 !important;
}

.jbs-order-xl-2 {
  order: 2 !important;
}

.jbs-order-xl-3 {
  order: 3 !important;
}

.jbs-order-xl-4 {
  order: 4 !important;
}

.jbs-order-xl-first {
  order: -1 !important;
}

.jbs-order-xl-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .jbs-order-sm-last {
    order: 6 !important;
  }
}
.jbs-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.jbs-dropdown {
  position: relative;
}

.jbs-dropdown-toggle {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.jbs-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.jbs-dropdown-toggle:focus {
  outline: 0;
}
.jbs-dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

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

.jbs-dropdown-menu-end {
  right: 0;
  left: auto;
}

.jbs-dropdown-menu-start {
  right: auto;
  left: 0;
}

.jbs-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.jbs-dropdown-item:hover, .jbs-dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.jbs-dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.jbs-dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.jbs-dropdown-item.disabled, .jbs-dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.jbs-dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.jbs-dropdown-menu-dark .jbs-dropdown-item {
  color: #dee2e6;
}
.jbs-dropdown-menu-dark .jbs-dropdown-item:hover, .jbs-dropdown-menu-dark .jbs-dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.jbs-dropdown-menu-dark .jbs-dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}
.jbs-dropdown-menu-dark .jbs-dropdown-item.disabled, .jbs-dropdown-menu-dark .jbs-dropdown-item:disabled {
  color: #adb5bd;
}
.jbs-dropdown-menu-dark .jbs-dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.jbs-dropdown-menu-dark .jbs-dropdown-header {
  color: #adb5bd;
}

@media (max-width: 576px) {
  .jbs-dropdown-menu {
    min-width: 100%;
  }
}
.jbs-accordion {
  --jbs-accordion-bg: #fff;
  --jbs-accordion-border-color: rgba(0, 0, 0, 0.125);
  --jbs-accordion-border-width: 1px;
  --jbs-accordion-border-radius: 0.25rem;
  --jbs-accordion-inner-border-radius: calc(0.25rem - 1px);
  --jbs-accordion-btn-padding-x: 1.25rem;
  --jbs-accordion-btn-padding-y: 1rem;
  --jbs-accordion-btn-color: #212529;
  --jbs-accordion-btn-bg: #fff;
  --jbs-accordion-btn-icon-width: 1.25rem;
  --jbs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --jbs-accordion-btn-active-color: #0d6efd;
  --jbs-accordion-btn-focus-border-color: #86b7fe;
  --jbs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --jbs-accordion-body-padding-x: 1.25rem;
  --jbs-accordion-body-padding-y: 1rem;
  --jbs-accordion-active-color: #0d6efd;
  --jbs-accordion-active-bg: #e7f1ff;
}

.jbs-accordion-item {
  background-color: var(--jbs-accordion-bg);
  border: var(--jbs-accordion-border-width) solid var(--jbs-accordion-border-color);
}
.jbs-accordion-item:first-of-type {
  border-top-left-radius: var(--jbs-accordion-border-radius);
  border-top-right-radius: var(--jbs-accordion-border-radius);
}
.jbs-accordion-item:first-of-type .jbs-accordion-button {
  border-top-left-radius: var(--jbs-accordion-inner-border-radius);
  border-top-right-radius: var(--jbs-accordion-inner-border-radius);
}
.jbs-accordion-item:not(:first-of-type) {
  border-top: 0;
}
.jbs-accordion-item:last-of-type {
  border-bottom-left-radius: var(--jbs-accordion-border-radius);
  border-bottom-right-radius: var(--jbs-accordion-border-radius);
}
.jbs-accordion-item:last-of-type .jbs-accordion-button.jbs-collapsed {
  border-bottom-left-radius: var(--jbs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--jbs-accordion-inner-border-radius);
}
.jbs-accordion-item:last-of-type .jbs-accordion-collapse {
  border-bottom-left-radius: var(--jbs-accordion-border-radius);
  border-bottom-right-radius: var(--jbs-accordion-border-radius);
}

.jbs-accordion-header {
  margin-bottom: 0;
}

.jbs-accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--jbs-accordion-btn-padding-y) var(--jbs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--jbs-accordion-btn-color);
  text-align: left;
  background-color: var(--jbs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: 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, border-radius 0.15s ease;
  cursor: pointer;
}
.jbs-accordion-button:not(.jbs-collapsed) {
  color: var(--jbs-accordion-btn-active-color);
  background-color: var(--jbs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--jbs-accordion-border-width) * -1) 0 var(--jbs-accordion-border-color);
}
.jbs-accordion-button:not(.jbs-collapsed)::after {
  background-image: var(--jbs-accordion-btn-icon-active);
  transform: rotate(180deg);
}
.jbs-accordion-button::after {
  flex-shrink: 0;
  width: var(--jbs-accordion-btn-icon-width);
  height: var(--jbs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--jbs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--jbs-accordion-btn-icon-width);
  transition: var(--jbs-accordion-btn-icon-transition);
}
.jbs-accordion-button:hover {
  z-index: 2;
}
.jbs-accordion-button:focus {
  z-index: 3;
  border-color: var(--jbs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--jbs-accordion-btn-focus-box-shadow);
}

.jbs-accordion-button::after {
  --jbs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --jbs-accordion-btn-icon-active: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%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");
}

.jbs-accordion-collapse {
  border: solid var(--jbs-accordion-border-color);
  border-width: 0;
}

.jbs-accordion-body {
  padding: var(--jbs-accordion-body-padding-y) var(--jbs-accordion-body-padding-x);
}

.jbs-accordion-flush .jbs-accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.jbs-accordion-flush .jbs-accordion-item:first-child {
  border-top: 0;
}
.jbs-accordion-flush .jbs-accordion-item:last-child {
  border-bottom: 0;
}
.jbs-accordion-flush .jbs-accordion-item .jbs-accordion-button {
  border-radius: 0;
}

.jbs-collapse:not(.jbs-show) {
  display: none;
}
.jbs-collapse.jbs-collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.jbs-show {
  display: block;
}

@media (max-width: 768px) {
  .jbs-accordion {
    --jbs-accordion-btn-padding-x: 1rem;
    --jbs-accordion-btn-padding-y: 0.75rem;
    --jbs-accordion-body-padding-x: 1rem;
    --jbs-accordion-body-padding-y: 0.75rem;
  }
}
.jbs-text-capitalize {
  text-transform: capitalize !important;
}

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

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

.jbs-text-center {
  text-align: center;
}

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

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

@media (min-width: 768px) {
  .jbs-text-md-center {
    text-align: center !important;
  }
}
.jbs-text-white {
  color: #fff !important;
}

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

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

.jbs-text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.jbs-text-lgt {
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
}

.jbs-text-sm {
  font-size: 0.875rem !important;
}

.jbs-text-md {
  font-size: 1rem !important;
}

.jbs-text-lg {
  font-size: 1.125rem !important;
}

.jbs-text-xl {
  font-size: 1.25rem !important;
}

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

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

.jbs-fw-500 {
  font-weight: 500 !important;
}

.jbs-fw-600 {
  font-weight: 600 !important;
}

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

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

.jbs-opacity-50 {
  opacity: 0.5 !important;
}

.jbs-list-unstyled {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.jbs-colum-space-6 {
  width: 50%;
}

.jbs-colum-space-4 {
  flex: 1;
  width: 33.3333333333%;
  box-sizing: border-box;
}

.jbs-bg-white {
  opacity: 1;
  background-color: #fff !important;
}

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

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

.jbs-fade {
  transition: opacity 0.15s linear;
}
.jbs-fade:not(.jbs-show) {
  opacity: 0;
}
.jbs-fade.jbs-show {
  opacity: 1;
}

.jbs-show {
  display: block !important;
}

.jbs-pointer {
  cursor: pointer !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jbs-pl-0 {
  padding-left: 0 !important;
}

.jbs-pl-1 {
  padding-left: 0.25rem !important;
}

.jbs-pl-2 {
  padding-left: 0.5rem !important;
}

.jbs-pl-3 {
  padding-left: 1rem !important;
}

.jbs-pl-4 {
  padding-left: 1.5rem !important;
}

.jbs-pl-5 {
  padding-left: 3rem !important;
}

.jbs-pr-0 {
  padding-right: 0 !important;
}

.jbs-pr-1 {
  padding-right: 0.25rem !important;
}

.jbs-pr-2 {
  padding-right: 0.5rem !important;
}

.jbs-pr-3 {
  padding-right: 1rem !important;
}

.jbs-pr-4 {
  padding-right: 1.5rem !important;
}

.jbs-pr-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jbs-m-sm-0 {
    margin: 0 !important;
  }
  .jbs-m-sm-1 {
    margin: 0.25rem !important;
  }
  .jbs-m-sm-2 {
    margin: 0.5rem !important;
  }
  .jbs-m-sm-3 {
    margin: 1rem !important;
  }
  .jbs-m-sm-4 {
    margin: 1.5rem !important;
  }
  .jbs-m-sm-5 {
    margin: 3rem !important;
  }
  .jbs-p-sm-0 {
    padding: 0 !important;
  }
  .jbs-p-sm-1 {
    padding: 0.25rem !important;
  }
  .jbs-p-sm-2 {
    padding: 0.5rem !important;
  }
  .jbs-p-sm-3 {
    padding: 1rem !important;
  }
  .jbs-p-sm-4 {
    padding: 1.5rem !important;
  }
  .jbs-p-sm-5 {
    padding: 3rem !important;
  }
  .jbs-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .jbs-mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .jbs-mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .jbs-mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .jbs-mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .jbs-mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .jbs-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .jbs-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .jbs-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .jbs-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jbs-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .jbs-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .jbs-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jbs-px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .jbs-px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .jbs-px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .jbs-px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .jbs-px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .jbs-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .jbs-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .jbs-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .jbs-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .jbs-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .jbs-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .jbs-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .jbs-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .jbs-m-sm-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .jbs-m-md-0 {
    margin: 0 !important;
  }
  .jbs-m-md-1 {
    margin: 0.25rem !important;
  }
  .jbs-m-md-2 {
    margin: 0.5rem !important;
  }
  .jbs-m-md-3 {
    margin: 1rem !important;
  }
  .jbs-m-md-4 {
    margin: 1.5rem !important;
  }
  .jbs-m-md-5 {
    margin: 3rem !important;
  }
  .jbs-p-md-0 {
    padding: 0 !important;
  }
  .jbs-p-md-1 {
    padding: 0.25rem !important;
  }
  .jbs-p-md-2 {
    padding: 0.5rem !important;
  }
  .jbs-p-md-3 {
    padding: 1rem !important;
  }
  .jbs-p-md-4 {
    padding: 1.5rem !important;
  }
  .jbs-p-md-5 {
    padding: 3rem !important;
  }
  .jbs-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .jbs-mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .jbs-mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .jbs-mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .jbs-mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .jbs-mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .jbs-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .jbs-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .jbs-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .jbs-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jbs-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .jbs-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .jbs-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jbs-px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .jbs-px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .jbs-px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .jbs-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .jbs-px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .jbs-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .jbs-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .jbs-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .jbs-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .jbs-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .jbs-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .jbs-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .jbs-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .jbs-m-md-auto {
    margin: auto !important;
  }
}
@media (min-width: 992px) {
  .jbs-m-lg-0 {
    margin: 0 !important;
  }
  .jbs-m-lg-1 {
    margin: 0.25rem !important;
  }
  .jbs-m-lg-2 {
    margin: 0.5rem !important;
  }
  .jbs-m-lg-3 {
    margin: 1rem !important;
  }
  .jbs-m-lg-4 {
    margin: 1.5rem !important;
  }
  .jbs-m-lg-5 {
    margin: 3rem !important;
  }
  .jbs-p-lg-0 {
    padding: 0 !important;
  }
  .jbs-p-lg-1 {
    padding: 0.25rem !important;
  }
  .jbs-p-lg-2 {
    padding: 0.5rem !important;
  }
  .jbs-p-lg-3 {
    padding: 1rem !important;
  }
  .jbs-p-lg-4 {
    padding: 1.5rem !important;
  }
  .jbs-p-lg-5 {
    padding: 3rem !important;
  }
  .jbs-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .jbs-mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .jbs-mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .jbs-mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .jbs-mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .jbs-mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .jbs-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .jbs-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .jbs-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .jbs-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jbs-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .jbs-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .jbs-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jbs-px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .jbs-px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .jbs-px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .jbs-px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .jbs-px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .jbs-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .jbs-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .jbs-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .jbs-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .jbs-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .jbs-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .jbs-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .jbs-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .jbs-m-lg-auto {
    margin: auto !important;
  }
}
@media (min-width: 1200px) {
  .jbs-m-xl-0 {
    margin: 0 !important;
  }
  .jbs-m-xl-1 {
    margin: 0.25rem !important;
  }
  .jbs-m-xl-2 {
    margin: 0.5rem !important;
  }
  .jbs-m-xl-3 {
    margin: 1rem !important;
  }
  .jbs-m-xl-4 {
    margin: 1.5rem !important;
  }
  .jbs-m-xl-5 {
    margin: 3rem !important;
  }
  .jbs-p-xl-0 {
    padding: 0 !important;
  }
  .jbs-p-xl-1 {
    padding: 0.25rem !important;
  }
  .jbs-p-xl-2 {
    padding: 0.5rem !important;
  }
  .jbs-p-xl-3 {
    padding: 1rem !important;
  }
  .jbs-p-xl-4 {
    padding: 1.5rem !important;
  }
  .jbs-p-xl-5 {
    padding: 3rem !important;
  }
  .jbs-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .jbs-mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .jbs-mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .jbs-mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .jbs-mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .jbs-mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .jbs-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .jbs-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .jbs-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .jbs-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jbs-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .jbs-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .jbs-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jbs-px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .jbs-px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .jbs-px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .jbs-px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .jbs-px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .jbs-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .jbs-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .jbs-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .jbs-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .jbs-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .jbs-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .jbs-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .jbs-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .jbs-m-xl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1400px) {
  .jbs-m-xxl-0 {
    margin: 0 !important;
  }
  .jbs-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .jbs-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .jbs-m-xxl-3 {
    margin: 1rem !important;
  }
  .jbs-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .jbs-m-xxl-5 {
    margin: 3rem !important;
  }
  .jbs-p-xxl-0 {
    padding: 0 !important;
  }
  .jbs-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .jbs-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .jbs-p-xxl-3 {
    padding: 1rem !important;
  }
  .jbs-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .jbs-p-xxl-5 {
    padding: 3rem !important;
  }
  .jbs-mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .jbs-mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .jbs-mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .jbs-mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .jbs-mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .jbs-mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .jbs-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .jbs-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .jbs-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .jbs-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .jbs-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .jbs-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .jbs-px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .jbs-px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .jbs-px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .jbs-px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .jbs-px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .jbs-px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .jbs-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .jbs-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .jbs-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .jbs-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .jbs-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .jbs-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .jbs-mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .jbs-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .jbs-m-xxl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1200px) {
  .jbs-ms-xl-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .jbs-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .jbs-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .jbs-ms-xxl-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .jbs-ms-md-2 {
    margin-left: 0.5rem !important;
  }
}
.jbs-border-0 {
  border: 0 !important;
}

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

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

.jbs-border-20 {
  border-radius: 20px !important;
}

.jbs-border-30 {
  border-radius: 30px !important;
}

.jbs-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.jbs-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.jbs-modal.fade .jbs-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .jbs-modal.fade .jbs-modal-dialog {
    transition: none;
  }
}
.jbs-modal.show .jbs-modal-dialog {
  transform: none;
}

.jbs-modal.jbs-modal-static .jbs-modal-dialog {
  transform: scale(1.02);
}

.jbs-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.jbs-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #EFF6F3;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.jbs-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.jbs-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.jbs-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .jbs-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.jbs-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.jbs-modal-fullscreen .jbs-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.jbs-popUpModal {
  background: rgba(0, 0, 0, 0.5);
}

.jbs-modal .jbs-modal-dialog {
  height: auto !important;
}

.jbs-collapse {
  display: none;
}

.jbs-collapse.jbs-show {
  display: block;
}

.jbs-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1050;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.jbs-offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.jbs-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.jbs-offcanvas-close {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.jbs-offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.jbs-offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.jbs-offcanvas-backdrop.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.jbs-offcanvas-start {
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.jbs-offcanvas-end {
  top: 0;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.jbs-offcanvas-top {
  left: 0;
  right: 0;
  top: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.jbs-offcanvas-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.jbs-offcanvas-top.show,
.jbs-offcanvas-bottom.show {
  transform: translateY(0);
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .jbs-offcanvas,
  .jbs-offcanvas-backdrop {
    transition: none;
  }
}
.jbs-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.jbs-btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.jbs-btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.jbs-btn-close:disabled, .jbs-btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.jbs-btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.jbs-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

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

.jbs-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.15s ease-in-out;
}
.jbs-form-control:focus {
  background-color: #fff;
  border-color: rgba(13, 110, 253, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.jbs-alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.jbs-alert-primary {
  color: shade-color(#0d6efd, 40%);
  background-color: tint-color(#0d6efd, -80%);
  border-color: tint-color(#0d6efd, -70%);
}

.jbs-alert-secondary {
  color: shade-color(#6c757d, 40%);
  background-color: tint-color(#6c757d, -80%);
  border-color: tint-color(#6c757d, -70%);
}

.jbs-alert-success {
  color: shade-color(#198754, 40%);
  background-color: tint-color(#198754, -80%);
  border-color: tint-color(#198754, -70%);
}

.jbs-alert-danger {
  color: shade-color(#dc3545, 40%);
  background-color: tint-color(#dc3545, -80%);
  border-color: tint-color(#dc3545, -70%);
}

.jbs-alert-warning {
  color: shade-color(#ffc107, 40%);
  background-color: tint-color(#ffc107, -80%);
  border-color: tint-color(#ffc107, -70%);
}

.jbs-alert-info {
  color: shade-color(#0dcaf0, 40%);
  background-color: tint-color(#0dcaf0, -80%);
  border-color: tint-color(#0dcaf0, -70%);
}

.jbs-alert-light {
  color: shade-color(#f8f9fa, 40%);
  background-color: tint-color(#f8f9fa, -80%);
  border-color: tint-color(#f8f9fa, -70%);
}

.jbs-alert-dark {
  color: shade-color(#212529, 40%);
  background-color: tint-color(#212529, -80%);
  border-color: tint-color(#212529, -70%);
}

.jbs-alert-dismissible {
  padding-right: 3rem;
}
.jbs-alert-dismissible .jbs-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

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

@media (max-width: 575.98px) {
  .jbs-table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .jbs-table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .jbs-table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .jbs-table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .jbs-table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.jbs-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.jbs-table th,
.jbs-table td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
.jbs-table thead {
  vertical-align: bottom;
}
.jbs-table tbody {
  vertical-align: inherit;
}

.jbs-table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.jbs-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.jbs-badge-primary {
  background-color: #0d6efd;
}

.jbs-badge-secondary {
  background-color: #6c757d;
}

.jbs-badge-success {
  background-color: #198754;
}

.jbs-badge-danger {
  background-color: #dc3545;
}

.jbs-badge-warning {
  background-color: #ffc107;
  color: #000;
}

.jbs-badge-info {
  background-color: #0dcaf0;
  color: #000;
}

.jbs-badge-light {
  background-color: #f8f9fa;
  color: #000;
}

.jbs-badge-dark {
  background-color: #212529;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .jbs-nav-link {
    transition: none;
  }
}
.jbs-nav-link:focus, .jbs-nav-link:hover {
  color: #0a58ca;
}

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

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

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

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

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

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

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

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

.jbs-nav-pills .jbs-nav-link.active, .jbs-nav-pills .show > .jbs-nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

.jbs-tab-content > .jbs-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.15s linear;
}

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

.jbs-tab-content > .active.jbs-show {
  opacity: 1;
}

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

@media (prefers-reduced-motion: reduce) {
  .jbs-fade {
    transition: none;
  }
}
.jbs-fade:not(.jbs-show) {
  opacity: 0;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .jbs-d-sm-block {
    display: block !important;
  }
  .jbs-d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .jbs-d-md-block {
    display: block !important;
  }
  .jbs-d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .jbs-d-lg-block {
    display: block !important;
  }
  .jbs-d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .jbs-d-xl-block {
    display: block !important;
  }
  .jbs-d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .jbs-d-xxl-block {
    display: block !important;
  }
  .jbs-d-xxl-none {
    display: none !important;
  }
}
.jbs-order-0 {
  order: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .jbs-order-sm-0 {
    order: 0 !important;
  }
  .jbs-order-sm-1 {
    order: 1 !important;
  }
  .jbs-order-sm-2 {
    order: 2 !important;
  }
  .jbs-order-sm-3 {
    order: 3 !important;
  }
  .jbs-order-sm-4 {
    order: 4 !important;
  }
  .jbs-order-sm-5 {
    order: 5 !important;
  }
  .jbs-order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .jbs-order-md-0 {
    order: 0 !important;
  }
  .jbs-order-md-1 {
    order: 1 !important;
  }
  .jbs-order-md-2 {
    order: 2 !important;
  }
  .jbs-order-md-3 {
    order: 3 !important;
  }
  .jbs-order-md-4 {
    order: 4 !important;
  }
  .jbs-order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .jbs-order-lg-0 {
    order: 0 !important;
  }
  .jbs-order-lg-1 {
    order: 1 !important;
  }
  .jbs-order-lg-2 {
    order: 2 !important;
  }
  .jbs-order-lg-3 {
    order: 3 !important;
  }
  .jbs-order-lg-4 {
    order: 4 !important;
  }
  .jbs-order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .jbs-order-xl-0 {
    order: 0 !important;
  }
  .jbs-order-xl-1 {
    order: 1 !important;
  }
  .jbs-order-xl-2 {
    order: 2 !important;
  }
  .jbs-order-xl-3 {
    order: 3 !important;
  }
  .jbs-order-xl-4 {
    order: 4 !important;
  }
  .jbs-order-xl-5 {
    order: 5 !important;
  }
}
.jbs-h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

.jbs-w-160 {
  width: 160px !important;
}

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

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

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

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

.jbs-rounded-3 {
  border-radius: 0.375rem !important;
}

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

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

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

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

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

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

.jbs-visible {
  visibility: visible !important;
}

.jbs-invisible {
  visibility: hidden !important;
}

.jbs-opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

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

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

.jbs-position-sticky {
  position: sticky !important;
}

.jbs-z-0 {
  z-index: 0 !important;
}

.jbs-z-1 {
  z-index: 1 !important;
}

.jbs-z-2 {
  z-index: 2 !important;
}

.jbs-z-3 {
  z-index: 3 !important;
}

.jbs-z-10 {
  z-index: 10 !important;
}

.jbs-z-50 {
  z-index: 50 !important;
}

.jbs-z-100 {
  z-index: 100 !important;
}

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

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

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

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

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

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

.jbs-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.15s ease-in-out;
}
.jbs-btn:hover {
  color: #212529;
  text-decoration: none !important;
}
.jbs-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.jbs-btn:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.jbs-btn.disabled, .jbs-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.jbs-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.jbs-btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.jbs-btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}
.jbs-btn-primary:active {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.jbs-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.jbs-btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.jbs-btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.jbs-btn-secondary:active {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.jbs-btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.jbs-btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.jbs-btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
}
.jbs-btn-success:active {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.jbs-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.jbs-btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.jbs-btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.jbs-btn-danger:active {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.jbs-btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.jbs-btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.jbs-btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.jbs-btn-warning:active {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.jbs-btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.jbs-btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.jbs-btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.5);
}
.jbs-btn-info:active {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.jbs-btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.jbs-btn-light:hover {
  color: #000;
  background-color: #d3d4d5;
  border-color: #c6c7c8;
}
.jbs-btn-light:focus {
  color: #000;
  background-color: #d3d4d5;
  border-color: #c6c7c8;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.jbs-btn-light:active {
  color: #000;
  background-color: #d3d4d5;
  border-color: #c6c7c8;
}

.jbs-btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.jbs-btn-dark:hover {
  color: #fff;
  background-color: #1c1e21;
  border-color: #1a1e21;
}
.jbs-btn-dark:focus {
  color: #fff;
  background-color: #1c1e21;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.jbs-btn-dark:active {
  color: #fff;
  background-color: #1c1e21;
  border-color: #1a1e21;
}

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

.jbs-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.375rem;
}

.jbs-btn-block {
  display: block;
  width: 100%;
}

.jbs-btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.jbs-btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.jbs-btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.jbs-btn-close:disabled, .jbs-btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.jbs-btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/*# sourceMappingURL=jbs-framework.css.map */
