@charset "utf-8";/* GENERATED FROM bistrobuddy-custom.cleaned.css (SHA-256 bc249ec8...)
 * Audited surgical build; see BEFORE-AFTER.md and CSS-RULE-MANIFEST.json. */
#es .es-media-nav__img {
  width: 220px;
  height: 120px;
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  animation: spin-border-colors 2s infinite linear;
}
#es .mod-card {
  border: 1px solid #000000;
  border-radius: 6px;
}
#es .es-card--border {
  border-top: 1px solid #7da3d5;
}
#es .es-card__ft {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 16px;
  background-color: #000000c7;
}
#es .es-card__ft {
  color: #888;
}
#es .es-card__ft a {
  color: #888;
}
.jitem-body.pb-4.px-3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.details-container {
  display: none;
}
.jbd-container i.eye {
  -webkit-mask: url(https://bistrobuddy.com/images/animated-eye.svg) no-repeat
    center !important;
  mask: url(https://bistrobuddy.com/images/animated-eye.svg) no-repeat center !important;
  background: #4caf50;
}
.jbd-container i.eye {
  -webkit-mask: url(https://bistrobuddy.com/components/com_jbusinessdirectory/assets/images/icons/eye.svg)
    no-repeat center;
  mask: url(https://bistrobuddy.com/components/com_jbusinessdirectory/assets/images/icons/eye.svg)
    no-repeat center;
}
.jbd-container .search-options .view-mode a.active {
  border: 2px solid #ef7521;
  border: 2px solid;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.dropzone {
  min-height: 150px;
  width: 300px;
  background: radial-gradient(circle at center, #ffffff 30%, #ddd 70%);
  padding: 20px;
  box-shadow:
    inset 0 0 15px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease-out,
    box-shadow 0.3s ease-out;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.dropzone::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: radial-gradient(circle at center, #eee 0%, transparent 80%);
  border-radius: 15px;
}
.dropzone::after {
  content: "Drop files here";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  z-index: 10;
}
.dropzone:hover {
  transform: scale(1.02);
  box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 0.3),
    0 10px 20px rgba(0, 0, 0, 0.15);
}
.dz-default.dz-message {
  margin-top: -10px;
  font-size: x-large;
  font-weight: bolder;
  color: #000;
  z-index: 6;
}
.jbd-container .socials-network a .tiktok {
  margin: 0 0 20px 0;
}
.jbd-container .ribbon-close {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background-color: #ff0000;
}
.jbd-container .ribbon-open {
  position: absolute;
  top: 10px;
  left: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background-color: #ff0000;
}
.ribbon-open {
  background-color: #00ff00;
}
.jbd-container #company-style-5-container .ribbon-open {
  left: 10px;
  top: 10px;
}
.jbd-container #company-style-5-container .ribbon-close {
  left: 10px;
  top: 10px;
}
#es .docker-popup-menu ul li a:hover {
  background: var(--bs-orange);
  color: #333;
}
.jbd-container .ribbon-open span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: linear-gradient(#9bc90d00 0%, #79a70a00 100%);
  box-shadow: 0 3px 10px -5px #0000;
  position: absolute;
  top: 10px;
  left: -30px;
}
.jbd-container #plans-container .jtoggle-text label {
  background-color: #23b26b;
  background-image: repeating-linear-gradient(
    -45deg,
    #23b26b,
    #23b26b 20px,
    #2de07d 20px,
    #2de07d 40px
  );
  background-size: 1359px 100px;
  animation: moveStripes 4s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
}
.jbd-mod-user .jbd-username i {
  background: #000000;
  padding: 4px 6px;
  border-radius: 50%;
  color: #0dfd00;
  font-size: 20px;
  text-align: center;
  margin-right: 7px;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  animation: spin-border-colors 2s infinite linear;
}
.jbd-mod-user .jbd-button-container .button-create {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  animation: spin-border-colors 2s infinite linear;
}
.jbd-mod-user .jbd-username i {
  background: var(--bs-black) !important;
  padding: 4px 6px;
  border-radius: 50%;
  color: #0dff00 !important;
  font-size: 24px;
  text-align: center;
}
.jbd-user-menu .user-menu .dropdown li.menu-item {
  padding: 0 !important;
}
.jbd-container .ribbon-close::after {
  content: attr(data-tooltip) !important;
  position: absolute !important;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  white-space: nowrap !important;
  z-index: 1001 !important;
  background-color: #333 !important;
  color: #fff !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: none !important;
}
.jbd-container .ribbon-open::after {
  content: attr(data-tooltip) !important;
  position: absolute !important;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  white-space: nowrap !important;
  z-index: 1001 !important;
  background-color: #333 !important;
  color: #fff !important;
  padding: 5px 8px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  display: none !important;
}
.jbd-container .ribbon-close:hover::after {
  display: block !important;
}
.jbd-container .ribbon-open:hover::after {
  display: block !important;
}
.jbd-container h1 .claimed {
  color: #7f7f7f;
  font-weight: 400;
  vertical-align: middle;
  font-size: 20px;
}
.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff0;
  background-color: #fff0;
  border-color: #fff0;
}
.jbd-container .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff0;
  background-color: #fff0;
  border-color: #fff0;
}
.show > .jbd-container .btn-outline-success.dropdown-toggle {
  color: #fff0;
  background-color: #fff0;
  border-color: #fff0;
}
.jbd-container:not(.jbd-edit-container) .btn-outline-success:hover {
  background-color: #e6681100 !important;
  border-color: #9f470b00 !important;
}
.jbd-container:not(.jbd-edit-container) .btn-outline-success:focus {
  background-color: #e6681100 !important;
  border-color: #9f470b00 !important;
}
.jbd-container:not(.jbd-edit-container) .add-review-link:hover {
  background-color: #e6681100 !important;
  border-color: #9f470b00 !important;
}
.jbd-container:not(.jbd-edit-container) .add-review-link:focus {
  background-color: #e6681100 !important;
  border-color: #9f470b00 !important;
}
a.button-contact-event-organizer {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-left-color: #ef7724 !important;
  border-right-color: #7ca4dd !important;
  border-top-color: #ef7724 !important;
  border-bottom-color: #7ca4dd !important;
  color: #89ff00;
  font-weight: 900;
  border-radius: 5px;
  padding: 5px;
}
.jbd-container i.icon {
  background: #ef7521;
}
.jbd-container h1 .claimed i {
  background-color: #7ca3d6;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 15px;
  margin-top: -3px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  font-size: 40px;
  font-weight: bolder;
}
.jbd-container div.company-style-5-header-image {
  border-radius: 15px !important;
}
#searchform #searchkeyword {
  width: 300px;
}
.jbd-container .company-style-box {
  border-radius: 15px;
}
.jbd-container .jitem-card .jitem-img-wrap .card-hoverable {
  background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-loader.png) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-position: center;
  background-size: contain;
  border-radius: 15px;
  background-size: 33%;
  opacity: 0.7;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.jbd-container ul.event-list img {
  border-radius: 15px;
}
.jbd-container .events-grid-style-1 .jitem-card {
  overflow: hidden;
  border-radius: 15px;
}
.jbd-container #offer-detail-1 {
  padding: 0px !important;
  background-color: #fff;
}
.jbd-container .place-card-info {
  background: #fff;
  box-shadow: 0 6px 12px -3px rgb(49 41 41/36%);
  padding: 20px 20px 25px;
  margin-bottom: 15px;
  border-radius: 0px 0px 15px 15px;
  margin-top: -10px;
  background: #fff;
  box-shadow: 0 6px 12px -3px rgb(49 41 41/36%);
  padding: 20px 20px 25px;
  margin-bottom: 15px;
  border-radius: 0px 0px 15px 15px;
  margin-top: -10px;
}
.place-card-body {
  border-radius: 15px;
  border: 0;
  width: 100%;
  aspect-ratio: 16/9 !important;
  border-radius: 15px;
  height: 100%;
  object-fit: cover !important;
}
#es .es-stream-embed__title {
  margin: 0;
  padding: 0 20px;
  font-weight: bold;
  font-size: 34px;
}
#es .es-stream-embed.is-link .es-stream-embed__desc {
  margin-bottom: 8px;
  margin: 0;
  padding: 0 20px;
}
.jbd-container .recommended {
  background-color: #00ff0a;
}
.jbd-container .jitem-card .jitem-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 15px !important;
  border: 1px solid #ccc0;
  border-top: none;
}
.jbd-container .jitem-card {
  background-color: #fff;
  color: #8b8f98;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.dir-company-module.company-style-box {
  padding: 0;
  margin: 0;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn {
  background: #008000 !important;
  color: #ffffff !important;
  border-color: rgba(78, 114, 226, 0) !important;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:focus {
  background: #008000 !important;
  color: #ffffff !important;
  border-color: rgba(78, 114, 226, 0) !important;
}
#es .es-mobile-filter-slider .is-active .es-mobile-filter-slider__btn:active {
  background: #008000 !important;
  color: #ffffff !important;
  border-color: rgba(78, 114, 226, 0) !important;
}
#es .es-story-privacy .es-privacy .es-privacy-toggle {
  background: #008000 !important;
  color: #ffffff !important;
  border-color: rgba(78, 114, 226, 0) !important;
}
#es .btn-es-primary {
  background: #008000 !important;
  color: #ffffff !important;
  border-color: rgba(78, 114, 226, 0) !important;
}
.cat-read-more {
  cursor: pointer;
  border-radius: 8px;
  padding: 3px;
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-left-color: #ef7724 !important;
  border-right-color: #7ca4dd !important;
  border-top-color: #ef7724 !important;
  border-bottom-color: #7ca4dd !important;
  margin-bottom: 20px !important;
}
.jbd-container .jitem-card .jitem-img-wrap > img {
  border-radius: 15px;
}
.jitem-img-wrap.min-height-sm {
  aspect-ratio: 16/9;
}
.geo-location {
  top: -230px;
  position: absolute;
}
.featured-text {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  border-radius: 8px;
  padding: 1px;
  z-index: 3000;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  color: #ffc83d;
  font-size: 14px;
  max-width: 100px;
}
.jbd-container .process-steps {
  margin: 50px auto;
}
.jbd-container:not(.jbd-edit-container) .btn-success {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-left-color: #ef7724 !important;
  border-right-color: #7ca4dd !important;
  border-top-color: #ef7724 !important;
  border-bottom-color: #7ca4dd !important;
  color: #89ff00;
  font-weight: 900;
}
.jbd-container .process-steps li:before {
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.25em;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  font: normal normal normal 44px/1 "LineAwesome";
  text-align: center;
  line-height: 1.5em;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
.jbd-container .process-steps li:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 100%;
  height: 2px;
  margin-left: 1.7em;
  z-index: 1;
  background: repeating-linear-gradient(
    to right,
    #ef7724 0,
    #ef7724 10px,
    transparent 10px,
    transparent 20px
  );
  background-size: 40px 2px;
  animation: marchAnts 1s linear infinite;
}
.es-social-signon__hd {
  display: hidden !important;
}
.jbd-container .process-steps li.is-active:before {
  color: #fff;
  background: #93b4e3;
}
.jbd-container .process-steps {
  color: #ef7a29;
}
.jbd-container .process-steps li:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  display: block;
  border-bottom: 8px dashed #84aadf;
  width: 100%;
  height: 0.4em;
  margin-left: 1.5em;
  z-index: 1;
}
.ticket-url {
  display: inline-block;
  padding: 4px 24px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #008000;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: background 0.8s;
}
.ticket-url:hover {
  background-color: #009800;
  box-shadow: 0px 0px 8px 8px rgb(0 0 0/15%);
  color: #fcc338;
  text-shadow: 1px 1px black;
}
.jbd-container:not(.jbd-edit-container) .btn-success:hover {
  background-color: #e66811 !important;
  border-color: #7ca4dd !important;
  text-shadow: 2px 2px 1px #7ca4dd;
}
.jbd-container:not(.jbd-edit-container) .btn-success:focus {
  background-color: #e66811 !important;
  border-color: #7ca4dd !important;
  text-shadow: 2px 2px 1px #7ca4dd;
}
.ticket-url:active {
  background-color: #004085;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
.view-all-deals a {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 27%;
  background-color: #178d00;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.jbd-container .list-grid-3 .jitem-card .jitem-img-wrap {
  min-height: 240px;
}
div#es {
  margin-top: 2rem;
}
.jbd-container img {
  max-width: 100%;
  border-radius: 15px;
}
.company-style-5-header-image {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 15px !important;
  margin: 0 auto;
  visibility: visible;
  animation-duration: 600ms;
  animation-delay: 4ms;
  animation-name: zoomIn;
}
.reviews-wrapper {
  background: #fff;
  margin-bottom: 12px;
  padding-bottom: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  padding: 2rem;
  padding: 1rem;
  margin: 1rem;
  position: relative;
}
.jbd-container .socials-network a {
  padding: 5px !important;
  font-size: 50px;
  width: 60px;
  aspect-ratio: 1/1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 2px 5px 0 0;
  border-radius: 50%;
  background: #7ca3d6;
  color: #eee;
}
.jbd-container .view-counter {
  font-size: 30px;
  display: inline-block;
  color: #00bc5f;
}
.jbd-container .listing-login-warning {
  z-index: 3000;
}
.jbd-container .company-style-5-header-info .business-logo {
  width: auto !important;
  height: auto !important;
  min-width: 150px;
  border-radius: 5rem;
  margin: auto;
  padding: 0px;
}
.result-item.featured {
  background: linear-gradient(
    66deg,
    rgb(239 117 33/33%) 29%,
    rgba(254, 249, 246, 1) 45%,
    rgba(255, 255, 255, 1) 55%,
    rgb(124 164 221/33%) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7521",endColorstr="#7ca4dd",GradientType=1) !important;
}
.jbd-container .result-item .company-intro {
  display: block;
  font-size: 13px;
  color: #000000;
  background: #fff;
  border-radius: 0.8rem;
  padding: 5px;
  border-radius: 15px;
  font-weight: 700;
}
.jbd-container .list-style-7 .company-gallery img {
  border-radius: 15px;
}
.jbd-container .result-item {
  border-radius: 15px;
}
.ticketBookBtn {
  font-size: 14px;
  color: #f00;
  font-weight: bolder;
}
.jbd-container #slidergallery ul.gallery li img {
  min-width: 180px;
  min-height: 180px;
}
.jbd-container .events-grid-style-1 .item-organizer .image-circle {
  width: 100px !important;
  height: 34px;
}
.jbd-container .image-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  max-width: 35px;
  max-height: 35px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.review-author-initials {
  position: absolute;
  top: 56%;
  left: 7px;
  right: 0px;
  transform: translateY(-50%) skewX(11deg);
  line-height: 1;
  font-size: 32px;
}
.review-author-wrapper .review-author {
  border-radius: 50%;
  text-align: center;
  padding-bottom: 100%;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background-image: url(https://bistrobuddy.com/images/icons/bg-logo.jpg) !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
  background-size: 50px 50px !important;
  color: white;
  z-index: 1;
}
.feed-item-text {
  overflow-y: scroll;
  overflow-x: hidden;
}
div#activity-post-text-length {
  display: none;
}
div#card-elements-processor {
  margin: 0 auto;
}
.jbd-container .btn-primary:hover {
  color: #fff;
  background-color: #ef7521;
  border-color: #ef7521;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul {
  background-image: linear-gradient(
    165deg,
    rgb(255 197 156/45%) 0%,
    rgb(239 117 36/0%) 128%
  ) !important;
  background-color: #ef7724;
  color: #fff;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active a {
  background-image: linear-gradient(
    165deg,
    rgb(255 197 156/45%) 0%,
    rgb(239 117 36/0%) 128%
  ) !important;
  background-color: #ef7724;
  color: #fff;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul li a {
  background: #f77400;
  color: #ffffff;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul li.active {
  background: #e1e6ea3b;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active {
  background: #ffffff00;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul {
  background: #eef1f300;
  border-radius: 8px;
}
#jdb-wrapper.tmpl-style-1 .nav > li:hover a {
  background: #7ca3d6;
  color: #fff;
}
.jbd-container.jdb-wrapper-front#jdb-wrapper {
  background: linear-gradient(
    165deg,
    rgba(124, 164, 221, 0.25) 0%,
    rgba(239, 117, 36, 0.25) 128%
  );
}
.result-category {
  display: none;
}
.jbd-container .place-card-body {
  min-height: 175px;
  border-radius: 15px !important;
}
.jbd-container .place-card-body > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  aspect-ratio: 16/9 !important;
}
.empty-cart {
  margin: 50px auto 0px auto;
  max-width: 250px;
}
.jbd-container .jpackage-wrap .jpackage-footer {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.cart-badge {
  background: #7ca4dd;
}
.jbd-mod-user .jbd-button-container .button-create {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.jbd-container .jpackage-wrap .jpackage-trial-text {
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-btn {
  padding: 10px !important;
  background-color: #009020 !important;
}
.jbd-container .process-steps {
  margin: 40px auto;
}
button.btn.btn-success.search-dir-button {
  width: -webkit-fill-available;
}
.method-descriptions {
  font-size: 18pt;
  font-weight: bold;
  color: black;
}
.payment-errors {
  color: #ef7521;
}
#card-elements-processor {
  background-color: white;
  border: 1px solid #7ca4dd;
}
#card-button {
  background-color: #ef7521;
  color: white;
  font-size: 18pt;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
}
.StripeElement {
  background-color: white;
  padding: 10px;
  border: 1px solid #ccd0d2;
}
.StripeElement--focus {
  border-color: #ef7521;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
#card-elements-processor {
  background-color: white;
  border: 8px solid #4caf50;
  border-radius: 11px;
}
.jbd-container .filter-switch {
  background-color: #003cde;
}
.jbd-container .announcement-container img {
  width: 100px;
  height: 100px;
}
.view-all-offers a {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 27%;
  background-color: #007bff;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.view-all-offers a:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}
.view-all-items a {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 27%;
  background-color: #007bff;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.view-all-items a:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}
#searchform .form-field select {
  font-size: 24px;
  font-weight: 600;
  height: 50px;
}
#searchform .form-field input[type="text"] {
  font-size: 24px;
  font-weight: 600;
  height: 50px;
}
#searchform .search-dir-button {
  font-weight: 500 !important;
  font-size: 24px !important;
  height: 50px !important;
}
.jbd-container .autocomplete-box {
  padding: 8px;
  background-color: #4caf50;
  border-radius: 15px;
}
.jbd-container .jitem-card .jitem-date-wrap {
  background: #00000078 !important;
  background-color: #000000c9 !important;
  background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  border-radius: 15px;
  background-size: contain !important;
  padding-top: 30px;
}
.jbd-container .bg-dark {
  background-color: #000000c9 !important;
  background-image: url(https://www.bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.jbd-container .event-container .event-main-info {
  background-color: #000000c9 !important;
  background-image: url(https://www.bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
}
.jbd-container .event-container .event-main-info {
  background-position: center top !important;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 40px 0px;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled):active {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  font-weight: 600;
  font-size: 20px;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled).active {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  font-weight: 600;
  font-size: 20px;
}
.show > .jbd-container .btn-primary.dropdown-toggle {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  font-weight: 600;
  font-size: 20px;
}
.jbd-container .btn-primary {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  font-weight: 600;
  font-size: 20px;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #7ca3d6;
  border-color: #ef7724;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #7ca3d6;
  border-color: #ef7724;
}
.show > .jbd-container .btn-primary.dropdown-toggle {
  background-color: #7ca3d6;
  border-color: #ef7724;
}
.jbd-mod-user .jbd-button-container .button-create:hover {
  color: #00ff0a !important;
}
.jbd-container .jupload .jupload-body .jupload-files {
  display: flex;
  margin: 4px 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  animation: spin-border-colors 2s infinite linear;
}
.jbd-container.jdb-wrapper-front#jdb-wrapper {
  padding: 20px 20px 50px 20px !important;
  border-radius: 24px;
  background-image: linear-gradient(
    165deg,
    rgba(124, 164, 221, 0.25) 0%,
    rgba(239, 117, 36, 0.25) 128%
  ) !important;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled):active {
  color: #000;
  background-color: #7ca3d6;
  background-image: none;
  border-color: #ef7724;
  font-weight: 600;
  font-size: 20px;
}
.jbd-container .btn-primary:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #7ca3d6;
  background-image: none;
  border-color: #ef7724;
  font-weight: 600;
  font-size: 20px;
}
.show > .jbd-container .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #7ca3d6;
  background-image: none;
  border-color: #ef7724;
  font-weight: 600;
  font-size: 20px;
}
.jbd-container .btn-primary {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  border-radius: 15px;
  background-position: center;
  transition: background 0.8s;
  font-weight: 600;
  font-size: 20px;
}
#es .es-stream-embed__meta {
  color: #888;
  padding: 0px 20px;
  margin-bottom: 8px;
}
#es .es-stream-embed__title {
  padding: 5px 20px;
  font-weight: 700;
  font-size: 24px;
}
.jbd-container .card {
  border-radius: 15px !important;
  border: 0px solid rgba(0, 0, 0, 0) !important;
  background-color: #fff0 !important;
  padding: 10px;
}
.jbd-container #companies-map-container {
  border: 1px solid #c7c7c7;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  border: 0px solid;
}
@media screen and (max-width: 768px) {
  .jbd-container .event-container {
    width: 100%;
    clear: both;
    padding: 0;
  }
  .featured-text {
    margin-top: -45px;
  }
  .listing-style-8 {
    margin-top: 250px !important;
  }
}
@media screen and (max-width: 480px) {
  .ticketBookBtn {
    background: #eee;
  }
}
.jbd-modal {
  background: #090909 !important;
}
.jbd-container .jmodal-header-title {
  color: #ffffff !important;
}
.jbd-container .jmodal-sm {
  color: #2ecc40 !important;
}
.jbd-container .jinput-hover label {
  color: #2ecc40;
  background: #090909;
}
.jitem-logo-center {
  margin: -60px auto !important;
  padding-bottom: 20px !important;
}
.jbd-container .item-inactive {
  max-width: 500px;
  margin: auto;
}
.company-style-5-header-image {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.35rem !important;
  margin: 0 auto;
  visibility: visible;
  animation-duration: 600ms;
  animation-delay: 4ms;
  animation-name: zoomIn;
}
.jbd-container .company-style-5-header-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: #fff !important;
  background: #16161675;
  background: radial-gradient(
    circle at center,
    rgba(22, 22, 22, 0.75) 0%,
    rgba(22, 22, 22, 0) 80%
  );
  border-radius: 0.5rem;
}
.jbd-container .result-item .company-intro {
  display: block;
  font-size: 13px;
  color: #000000;
  background: #fff;
  border-radius: 0.8rem;
  padding: 5px;
  font-weight: 700;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul {
  background: #eef1f300;
  border-radius: 15px;
}
.jbd-container .place-card-body {
  min-height: 175px;
}
.empty-cart {
  max-width: 60%;
  margin: 50px auto 0px auto;
}
.jbd-mod-user .jbd-button-container .button-create {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  font-size: 16px !important;
}
.jbd-container .event-container .event-main-info {
  background-size: 78px;
  background-position: center top !important;
  border-radius: 5%;
  text-transform: uppercase;
  padding: 20px 0px;
}
.jbd-container.jdb-wrapper-front #jdb-wrapper {
  padding: 20px 20px 50px 20px !important;
  border-radius: 24px;
  background-image: linear-gradient(
    165deg,
    rgba(124, 164, 221, 0.25) 0%,
    rgba(239, 117, 36, 0.25) 128%
  ) !important;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active ul {
  background-image: linear-gradient(
    165deg,
    rgba(124, 164, 221, 0.25) 0%,
    rgba(239, 117, 36, 0.25) 128%
  ) !important;
  background-color: #ef7724;
  color: #fff;
}
#jdb-wrapper.tmpl-style-1 .nav > li.active a {
  background-image: linear-gradient(
    165deg,
    rgba(124, 164, 221, 0.25) 0%,
    rgba(239, 117, 36, 0.25) 128%
  ) !important;
  background-color: #ef7724;
  color: #fff;
}
.jbd-container .btn-primary {
  color: #252729;
  background-color: #ef7521;
  border-color: #252729;
  border-radius: 0.35rem;
  background-position: center;
  transition: background 0.8s;
  font-weight: 600;
  font-size: 20px;
}
.item-inactive {
  max-width: 500px !important;
  margin: auto !important;
}
.jbd-container .company-style-5-header-info .business-logo {
  width: 100%;
  height: auto !important;
  min-height: 300px;
  min-width: 300px;
  max-width: 300px;
  border-radius: 25em;
  margin: 0px auto;
}
.jbd-mod-user .jbd-button-container .button-create {
  font-size: 16px !important;
}
.es-main {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: 1200px !important;
  margin: auto !important;
}
.company-style-5-header-info.row {
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  pointer-events: none;
}
.jbd-container .btn-outline-primary {
  color: #02ff00;
  background-color: transparent;
  background-image: none;
  border-color: #1d3a5c;
  border-radius: 0.35rem;
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 5s ease infinite;
}
.jbtn-offer-info-sm {
  color: #02ff00;
  background-color: transparent;
  background-image: none;
  border-color: #1d3a5c;
  border-radius: 0.35rem;
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 5s ease infinite;
}
.jbd-container .jmodal-btn {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-left-color: #ef7724 !important;
  border-right-color: #7ca4dd !important;
  border-top-color: #ef7724 !important;
  border-bottom-color: #7ca4dd !important;
  color: #89ff00;
  font-weight: 900;
}
.jbd-container .jmodal-btn-outline {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-left-color: #000000 !important;
  border-right-color: #000000 !important;
  border-top-color: #000000 !important;
  border-bottom-color: #000000 !important;
  color: #89ff00;
  font-weight: 900;
}
.jbd-container .event-container .book-tickets {
  display: block;
  padding: 20px 30px;
  color: #454545;
  background: #23b26b;
}
.jbd-container .event-info .event-info-container .event-info-item a {
  border: 6px solid var(--bs-black);
  border-radius: 5px;
  padding: 7px 25px;
  color: #000000;
  line-height: 30px;
  background: #cb0909e0;
  color: #fff;
}
.jbd-container .event-info .event-info-container .event-info-item a {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  animation: spin-border-colors 2s infinite linear;
}
.jbd-container .categories-wrapper a {
  border-radius: 30px;
  border: 1px solid #f4f4f4;
  background-color: #ef77243b;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 50px;
}
.jbd-container .event-container .event-main-info {
  text-transform: uppercase;
  color: #ffffff;
}
.jbd-container .event-info .event-info-item a {
  color: var(--bs-success);
  font-weight: bold;
  font-size: xx-large;
}
.ticket-button {
  display: block !important;
  background-color: #a3d9a5;
  color: #1b1b1b !important;
  font-weight: bold;
  padding: 3px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.ticket-button:hover {
  background-color: #7cc87e;
  transform: scale(1.05) rotate(-1deg);
  color: #000 !important;
}
.es-register-box-dialog {
  margin-top: 220px !important;
}
.jbd-container .wizard .steps .current a {
  display: block !important;
  background-image: linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400% !important;
  border-color: #23d5ab;
  border-radius: 8px;
  padding: 3px;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container .wizard .steps .current a:hover {
  display: block !important;
  background-image: linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400% !important;
  border-color: #23d5ab;
  border-radius: 8px;
  padding: 3px;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container .wizard .steps .current a:active {
  display: block !important;
  background-image: linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400% !important;
  border-color: #23d5ab;
  border-radius: 8px;
  padding: 3px;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container .wizard .steps .current a {
  background-position: right center !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.jbd-container .wizard .steps .current a:hover {
  background-position: right center !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.jbd-container .wizard .steps .done a {
  background-color: #a3d9a5;
  color: #1b1b1b !important;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.jbd-container .wizard .steps .done a:hover {
  background-color: #a3d9a5;
  color: #1b1b1b !important;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.jbd-container .wizard .steps .done a:active {
  background-color: #a3d9a5;
  color: #1b1b1b !important;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.jbd-container .wizard .steps .done a {
  display: block !important;
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  background-size: 400% 400% !important;
  border-color: #00f260;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container .wizard .steps .done a:hover {
  display: block !important;
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  background-size: 400% 400% !important;
  border-color: #00f260;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container .wizard .steps .done a:active {
  display: block !important;
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  background-size: 400% 400% !important;
  border-color: #00f260;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-btn {
  background-image: linear-gradient(
    135deg,
    #ffd700,
    #ffb700,
    #ffdd57,
    #ffb700,
    #ffd700
  );
  background-size: 400% 400% !important;
  border-color: #ffd700;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-btn {
  border-radius: 5px;
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-info {
  border-radius: 5px;
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-info {
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  border-color: #00f260;
  background-position: right center !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.jbd-container *[class*="jbtn-order"] .jbtn-order-btn:hover {
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  border-color: #00f260;
  background-position: right center !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.ticket-button {
  background-image: linear-gradient(
    135deg,
    #ffd700,
    #ffb700,
    #ffdd57,
    #ffb700,
    #ffd700
  );
  background-size: 400% 400% !important;
  border-color: #ffd700;
  border-radius: 5px;
  padding: 3px;
  color: #fff !important;
  text-align: center;
  border: 4px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition:
    background-position 0.6s ease,
    box-shadow 0.3s ease;
  animation: gradientShift 10s ease infinite;
  font-family: inherit;
}
.ticket-button:hover {
  background-image: linear-gradient(
    135deg,
    #00f260,
    #38f9d7,
    #43e97b,
    #00f260,
    #38f9d7
  );
  border-color: #00f260;
  background-position: right center !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.event-main-info {
  width: 100%;
  display: block;
}
.jbd-container .event-container {
  width: 100%;
  clear: both;
  padding: 0px;
}
.jbd-container .listing-style-8 .company-style-8-header-image .business-logo {
  height: 100%;
  width: 400px;
  background-color: #fff;
  padding: 4px;
}
.jbd-container .listing-style-8 .company-menu nav a.active {
  border-bottom: 2px solid var(--bs-orange);
  color: #ef7521;
}
.jbd-container .listing-style-8 .company-menu nav a.active .la {
  color: #ef7521;
}
.jbd-container .listing-style-8 .company-style-8-header-image {
  height: 500px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding-bottom: 40px;
  background-color: #334;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center !important;
}
.jbd-container #slidergallery ul.gallery a {
  border: 0px solid #aaa;
}
.jbd-container .listing-style-8 .company-menu nav a {
  color: #00dd77;
  font-weight: 900;
  font-size: 15px;
}
.listing-actions {
  margin-left: -4px;
}
.jbd-container .content-box .content-box-body {
  padding: 0px;
}
.jbd-container .popup-gallery .img-fluid {
  position: absolute;
  border-radius: 15px;
}
.jbd-container .listing-style-8 .listing-actions .btn-outline {
  background: hsl(0deg 0% 100%/0%);
  border: 0px;
}
.jbd-container .listing-style-8 .listing-actions .btn-outline:hover {
  background: hsl(0deg 0% 100%/0%);
  border: 0px;
}
.company-style-8-header-image {
  border-radius: 15px;
  margin-top: 20px;
}
.business-logo {
  margin-top: 9px;
}
.event-button {
  font-size: 27px;
  padding: 9px;
  margin: auto;
}
.jbd-container .btn-secondary {
  color: #ffffff;
  background-color: #518bff;
  border-color: #f0f1f3;
  border-radius: 0.6rem 9.6px;
  background-position: center;
  transition: background 0.8s;
}
.event-details-box {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  font-size: 1.04em;
}
.event-details-box i {
  margin-right: 8px;
}
.event-details-box .list-group-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.jbd-container .jmodal-header .close-btn [class*="la"] {
  color: #ff0000;
  font-size: 50px;
  font-weight: 600;
  margin-left: -50px;
  margin-top: 57px;
}
.jitem-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.jitem-card:hover {
  transform: perspective(1000px) rotateX(3deg) rotateY(-3deg) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.jitem-cover {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.jitem-body {
  padding-top: 32px;
}
.jitem-logo-big {
  width: 200px !important;
  height: 200px !important;
  bottom: -100px !important;
}
#es.es-docker .docker__search-form {
  background-color: var(--bs-orange);
  border-radius: 4px;
}
#es.es-docker .docker-login-box .docker-form-input {
  background-color: var(--bs-orange);
  color: var(--bs-white);
  border: solid 1px var(--bs-white);
}
#es.es-docker .docker-popup {
  background: #252525;
}
#es .btn-es-primary-o {
  color: var(--bs-white) !important;
  background-color: var(--si-success-300) !important;
  border-color: #ffffff !important;
}
.es-register-box__msg {
  background: #252525;
  border-radius: 0.5rem;
  color: var(--bs-white);
  padding: 16px;
  margin: 0 auto;
}
#es .docker-popup-menu ul li a {
  color: var(--bs-white);
}
#es .docker-popup-quickpost {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-navbar--docker {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-navbar--docker.is-mobile.popbox-navbar--docker {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es.es-docker .btn-docker {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-dropdown {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-dropdown__bd {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-dropdown__ft {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-dropdown-nav {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .popbox-dropdown-nav__item {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .o-empty {
  background-color: #333 !important;
  color: #fff !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-body {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-text-placeholder-ie9 {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-textbox {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .mentions {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-panel-content {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-album-upload-button {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-video-item {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-audio-item {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .video-form {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .audio-form {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-files-content {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-files-upload {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-link-form {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-link-input {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-polls-form {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-polls {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .es-story-broadcast-form {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #eee !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es textarea {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid #7a573f !important;
}
#es input[type="text"] {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid #7a573f !important;
}
#es select {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid #7a573f !important;
}
#es ::placeholder {
  color: #bbb !important;
}
#es .upload-progress-bar {
  background-color: var(--bs-orange) !important;
}
#es .progress .bar {
  background-color: var(--bs-orange) !important;
}
#es button {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid var(--bs-orange) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .btn {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid var(--bs-orange) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .btn-es-default-o {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid var(--bs-orange) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .insert-button {
  background-color: #3a2719 !important;
  color: #fff !important;
  border: 1px solid var(--bs-orange) !important;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
#es .btn:hover {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .btn:active {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .btn-es-default-o:hover {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .btn-es-default-o:active {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .insert-button:hover {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .insert-button:active {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .popbox-dropdown-nav__item:hover {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .popbox-dropdown-nav__item.active {
  background-color: var(--bs-orange) !important;
  color: #51351e !important;
  cursor: pointer;
}
#es .popbox-dropdown__title {
  color: #fff !important;
}
#es .popbox-dropdown__note {
  color: #fff !important;
}
#es .object-title {
  color: #fff !important;
}
#es .object-content {
  color: #fff !important;
}
#es .object-timestamp {
  color: #fff !important;
}
#es .popbox-dropdown-nav__link {
  color: #fff !important;
}
#es .popbox-dropdown-nav__item:hover {
  background-color: #555 !important;
  cursor: pointer;
}
#es .popbox-dropdown-nav__item:hover .popbox-dropdown__note {
  color: var(--bs-orange, #ef7724) !important;
}
#es .popbox-dropdown-nav__item:hover .object-title {
  color: var(--bs-orange, #ef7724) !important;
}
#es .popbox-dropdown-nav__item:hover .object-content {
  color: var(--bs-orange, #ef7724) !important;
}
#es .popbox-dropdown-nav__item:hover .object-timestamp {
  color: var(--bs-orange, #ef7724) !important;
}
#es.es-docker a {
  color: #fff !important;
}
#es.es-docker input {
  background-color: #37474f !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#es.es-docker textarea {
  background-color: #37474f !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#es.es-docker select {
  background-color: #37474f !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#es.es-docker .btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
#es.es-docker .btn:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}
#es.popbox--story-panel .popbox-story-panel {
  background-color: #222 !important;
  color: #fff !important;
}
#es.popbox--story-panel .popbox-story-panel__hd {
  background-color: #222 !important;
  color: #fff !important;
}
#es.popbox--story-panel .popbox-story-panel__bd {
  background-color: #222 !important;
  color: #fff !important;
}
#es .es-story-panel-button {
  color: #fff !important;
  background: none !important;
}
#es.es-docker .btn {
  background-color: #ff76024d !important;
  color: #fff !important;
  border-color: transparent !important;
}
#es.es-docker .btn:hover {
  background-color: #ff7602 !important;
  color: #fff !important;
  border-color: #ff7602 !important;
}
#es.es-docker .btn:focus {
  background-color: #ff7602 !important;
  color: #fff !important;
  border-color: #ff7602 !important;
}
#es.es-docker .btn:active {
  background-color: #ff7602 !important;
  color: #fff !important;
  border-color: #ff7602 !important;
}
#es.es-docker .btn.active {
  background-color: #ff7602 !important;
  color: #fff !important;
  border-color: #ff7602 !important;
}
#es.es-docker {
  color: #fff !important;
}
#es.es-docker .es-story-panel-button span {
  color: #fff !important;
}
#es.es-docker .popbox-story-panel__title {
  color: #fff !important;
}
#es.es-docker .popbox-story-panel__hd > div:last-child {
  color: #fff !important;
}
#es.es-docker .es-story-privacy {
  color: #fff !important;
}
#es.es-docker .es-privacy-menu {
  color: #fff !important;
}
#es.es-docker .es-privacy-menu a {
  color: #fff !important;
}
#es.es-docker .es-privacy-menu div {
  color: #fff !important;
}
#es.es-docker .es-privacy-menu span {
  color: #fff !important;
}
#es.es-docker .popbox-content {
  color: #fff !important;
}
#es.es-docker .popbox-dropdown__title {
  color: #fff !important;
}
#es.es-docker .object-title {
  color: #fff !important;
}
#es.es-docker .object-content {
  color: #fff !important;
}
#es.es-docker .object-timestamp {
  color: #fff !important;
}
#es.es-docker .es-story-panel-button__shape {
  background-color: #000 !important;
  color: #fff !important;
}
#es.es-docker .popbox-story-panel__hd > div:last-child {
  background-color: #000 !important;
  color: #fff !important;
}
#es.es-docker .es-story-panel-button {
  background-color: #000 !important;
  color: #fff !important;
}
#es.es-docker
  .es-story-panel-button-list__item.is-selected
  .es-story-panel-button {
  background-color: #ff7602 !important;
  color: #fff !important;
}
#es.es-docker .es-story-panel-button i {
  color: #fff !important;
}
#es.es-docker .es-search-mini-result {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-result-wrap {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-group {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-result-list {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-result-list__item {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-footer {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #333 !important;
}
#es.es-docker .es-search-mini-result-list__item a {
  display: flex;
  align-items: center;
  color: #fff !important;
  background-color: #111 !important;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
#es.es-docker .es-search-mini-result-list__item a:hover {
  background-color: #1a1a1a !important;
  color: #fff !important;
}
#es.es-docker .es-search-mini-result-name {
  color: #fff !important;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#es.es-docker .es-search-mini-footer .text-center {
  color: #fff !important;
}
#es.es-docker .es-search-mini-footer .t-text--center {
  color: #fff !important;
}
#es.es-docker .es-search-mini-footer a {
  color: #fff !important;
}
#es.es-docker .es-search-mini-footer a:hover {
  color: #ff7602 !important;
  text-decoration: underline;
}
#es .es-register-box__msg {
  color: #ffffff;
  margin: 0 auto;
}
.es-register-box__msg {
  background: #252525a8;
  margin: 0 auto;
}
.es-register-box {
  margin-top: 140px !important;
}
#es .es-register-box__msg {
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .listing-style-8 {
    margin-top: 270px !important;
  }
}
div#event-map-2 {
  border-radius: 15px;
}
div#company-style-5-container {
  border-radius: 15px;
}
button.btn.btn-es-primary-o {
  background-color: #000000c9 !important;
  background-repeat: no-repeat !important;
  border: 6px double !important;
  border-color: #ef7724 #7ca4dd #ef7724 #7ca4dd !important;
  animation: spin-border 2s infinite linear !important;
  color: white !important;
}
es-docker {
  overflow: hidden !important;
}
div#events-container {
  padding-bottom: 2rem;
}
div#company-map {
  border-radius: 15px;
}
.module.latestbusiness-box {
  -webkit-box-shadow: 0 1.2rem 2.7rem rgb(52 79 110/0%);
  box-shadow: 0 1.2rem 2.7rem rgb(52 79 110/0%);
}
#events-container .entry-date {
  background: #00000078 !important;
  background-color: #000000c9 !important;
  background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  border-radius: 15px;
  background-size: contain !important;
  padding-top: 30px;
}
#events-container .item-location {
  background: #00000078 !important;
  background-color: #000000c9 !important;
  background-image: url(https://bistrobuddy.com/images/bistro_buddy/bistro-buddy-logo-tiny-glow.png) !important;
  background-repeat: no-repeat !important;
  border: 6px double;
  border-left-color: #ef7724;
  border-right-color: #7ca4dd;
  border-top-color: #ef7724;
  border-bottom-color: #7ca4dd;
  border-radius: 15px;
  background-size: contain !important;
  padding-top: 30px;
}
div#events-container {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  div#companies-search {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #dir-search-listing-top {
    display: none !important;
  }
}
body.com_jbusinessdirectory #jdb-wrapper,
body.com-jbusinessdirectory #jdb-wrapper,
body.com_jbusinessdirectory .jbd-container,
body.com-jbusinessdirectory .jbd-container,
body.com_jbusinessdirectory .event-container,
body.com-jbusinessdirectory .event-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  clear: both !important;
}
body.com_jbusinessdirectory .gallery-main-slider:not(.slick-initialized),
body.com-jbusinessdirectory .gallery-main-slider:not(.slick-initialized),
body.com_jbusinessdirectory .event-gallery:not(.slick-initialized),
body.com-jbusinessdirectory .event-gallery:not(.slick-initialized),
body.com_jbusinessdirectory #event-gallery:not(.slick-initialized),
body.com-jbusinessdirectory #event-gallery:not(.slick-initialized) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: clamp(220px, 45vw, 560px) !important;
  overflow: hidden !important;
}
body.com_jbusinessdirectory
  .gallery-main-slider:not(.slick-initialized)
  > *:not(:first-child),
body.com-jbusinessdirectory
  .gallery-main-slider:not(.slick-initialized)
  > *:not(:first-child),
body.com_jbusinessdirectory
  .event-gallery:not(.slick-initialized)
  > *:not(:first-child),
body.com-jbusinessdirectory
  .event-gallery:not(.slick-initialized)
  > *:not(:first-child),
body.com_jbusinessdirectory
  #event-gallery:not(.slick-initialized)
  > *:not(:first-child),
body.com-jbusinessdirectory
  #event-gallery:not(.slick-initialized)
  > *:not(:first-child) {
  display: none !important;
}
body.com_jbusinessdirectory .gallery-main-slider img,
body.com-jbusinessdirectory .gallery-main-slider img,
body.com_jbusinessdirectory .event-gallery img,
body.com-jbusinessdirectory .event-gallery img,
body.com_jbusinessdirectory #event-gallery img,
body.com-jbusinessdirectory #event-gallery img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}
body.bb281-easysocial {
  padding-bottom: var(--bb-docker-h) !important;
}
#bb281-profile-progress {
  padding: 14px 16px !important;
  border: 1px solid rgba(239, 119, 36, 0.24) !important;
  border-radius: 14px !important;
  background: linear-gradient(
    135deg,
    rgba(239, 119, 36, 0.08),
    rgba(47, 111, 189, 0.08)
  ) !important;
  box-shadow: var(--bb-shadow-sm) !important;
}
#bb281-profile-progress .bb281-progress-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(37, 36, 61, 0.1);
  overflow: hidden;
}
#bb281-profile-progress .bb281-progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bb-orange), var(--bb-blue));
  transition: width 0.25s ease;
}
#es .bb281-long-post {
  position: relative;
  max-height: 840px;
  overflow: hidden;
}
#es .bb281-long-post::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
#es .bb281-long-post.is-expanded {
  max-height: none;
}
#es .bb281-long-post.is-expanded::after {
  display: none;
}
#es .bb281-long-post-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 10px 0;
  padding: 9px 14px;
  border: 1px solid var(--bb-orange);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--bb-orange), var(--bb-blue));
  font-weight: 800;
}
#es .bb281-deferred {
  content-visibility: auto;
  contain-intrinsic-size: 1px 620px;
}
#es .bb281-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}
#es .bb281-reveal.is-visible {
  opacity: 1;
  transform: none;
}
#es .bb281-ajax-new {
  animation: bb281AjaxArrival 0.6s ease both;
}
@keyframes bb281AjaxArrival {
  0% {
    opacity: 0.2;
    transform: translateY(12px);
    box-shadow: 0 0 0 rgba(239, 119, 36, 0);
  }
  65% {
    box-shadow: 0 0 28px rgba(239, 119, 36, 0.2);
  }
  100% {
    opacity: 1;
    transform: none;
    box-shadow: 0 12px 34px rgba(37, 36, 61, 0.1);
  }
}
#es img.bb281-media-pending {
  opacity: 0.72;
  filter: saturate(0.82);
  transition:
    opacity 0.25s ease,
    filter 0.25s ease;
}
#es img.bb281-media-ready {
  opacity: 1;
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  #es .bb281-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
html.bb281-reduce-motion #es .bb281-reveal,
html.bb281-low-motion #es .bb281-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
html body #sp-header .jbd-mod-user,
html body #sp-header .jbd-user-menu,
html body #sp-header .jbd-user-menu > ul {
  min-width: 0 !important;
}
html body #sp-header .jbd-mod-user,
html body #sp-header .jbd-user-menu > ul {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #sp-header .jbd-username {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}
html body #sp-header .jbd-view-cart,
html body #sp-header .jbd-button-container {
  flex: 0 0 auto !important;
  margin: 0 !important;
}
html body #sp-header .jbd-button-container .button-create {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 38px !important;
  padding: 5px 12px !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}
@media (max-width: 767.98px) {
  html body #sp-header .jbd-user-name {
    display: none !important;
  }
  html body #sp-header .jbd-button-container .button-create {
    min-height: 36px !important;
    padding: 5px 9px !important;
    font-size: 12px !important;
  }
}
