@charset "UTF-8";
/* prettier-ignore */
svg {
  fill: currentColor;
}

.form-label {
  padding-bottom: 0.15rem !important;
  padding-left: 0rem !important;
  text-transform: unset !important;
  font-size: unset !important;
  line-height: unset !important;
}

.bm-form-readonly-value {
  margin: 0.1rem 0.1rem 0.1rem 1.3rem;
}

h2 {
  margin-bottom: 0.5rem !important;
}

.bm-optional-label {
  font-size: 0.8em;
  color: #a9adba;
}

.card-header {
  background-color: #F7F7F7;
}

.p-box {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1rem 1rem;
}

label.required::after {
  content: "*";
  color: #c93a3a;
}

.img-title {
  width: 1rem;
}

.p-icon {
  width: 1rem;
}

/* Target only text inputs that are readonly */
input[type=text][readonly] {
  background-color: #f5f5f5;
}

.breadcrumb-item {
  margin: 0.25rem 0rem !important;
}

.bm-btn-main:hover {
  color: #FF5622;
  background-color: #fff;
  border: 2px solid #FF5622;
}
.bm-btn-main:active {
  background-color: #f36e45 !important;
}

.bm-btn-main-outline {
  color: #FF5622;
  background-color: #fff;
  border: 2px solid #FF5622;
}
.bm-btn-main-outline:hover {
  color: #fff;
  background-color: #FF5622;
}
.bm-btn-main-outline:active {
  background-color: #e54a1a !important;
}

.bm-editable-card {
  padding: 2rem 1.5rem 1.125rem;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 0.375rem;
  margin: 2.25rem 0 0;
  position: relative;
  background-color: white;
}
.bm-editable-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 1rem;
  padding: 0.5rem 0.9375rem;
  position: absolute;
  left: 1.4375rem;
  top: -1.0625rem;
  z-index: 1;
  background-color: rgb(248, 249, 250);
}
.bm-editable-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 2rem;
  color: #FF5622;
  position: absolute;
  right: 1.5rem;
  top: -1.0625rem;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 1rem;
  background-color: rgb(248, 249, 250);
}
.bm-editable-card__link svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}
.bm-editable-card__link:hover {
  color: #e54a1a;
}
.bm-editable-card__link:active {
  color: #be3910;
}

.bm-static-alert--hint {
  background-color: rgba(255, 86, 34, 0.0509803922);
  color: #495057;
  border: 0px;
}
.bm-static-alert--hint .fa-regular {
  color: #FE9900;
}
.bm-static-alert--warn {
  background-color: #ffe5d0;
  color: #495057;
  border: 0px;
}
.bm-static-alert--warn .fa-regular {
  color: #FD9843;
}
.bm-static-alert--error {
  background-color: #f8d7da;
  color: #495057;
  border: 0px;
}
.bm-static-alert--error .fa-regular {
  color: #E35D6A;
}
.bm-static-alert--success {
  background-color: #D1E7DD;
  color: #495057;
  border: 0px;
}
.bm-static-alert--success .fa-regular {
  color: #479F76;
}

.static-alert {
  border-radius: 0.375rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 1rem 1.0625rem;
  position: relative;
}
.static-alert__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
  margin: 0 0 0.3125rem;
}
.static-alert__title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #212529;
  letter-spacing: 0.02em;
}
.static-alert__text {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  color: #495057;
}
@media (min-width: 560px) {
  .static-alert__text {
    width: 90%;
  }
}
.static-alert__close {
  position: absolute;
  top: 1.3125rem;
  right: 1.1875rem;
  z-index: 1;
  width: 0.4rem;
  height: 0.4rem;
  color: #212529;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.static-alert__close:hover {
  color: #FF5622;
}
.static-alert.static-alert-hint {
  background-color: rgba(255, 86, 34, 0.05);
}
.static-alert.static-alert-warn {
  background-color: #ffe5d0;
}
.static-alert.static-alert-error {
  background-color: #f8d7da;
}
.static-alert.static-alert-success {
  background-color: #D1E7DD;
}

.select2 {
  font-family: "Roboto" !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF5622 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FF5622 !important; /* Bootstrap primary blue color */
  color: #fff !important; /* Text color */
  border: 1px solid #ff5622 !important; /* Border color */
}

/* Style for the remove/close button (×) */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fab39e !important; /* Slightly transparent white */
  margin-right: 5px !important;
}

/* Hover state for the remove button */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fed0c2 !important;
  background-color: #FF5622 !important;
}

/* Fix Select2 inside input groups */
.input-group > .select2-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
}

.input-group > .select2-container .select2-selection--single,
.input-group > .select2-container .select2-selection--multiple {
  height: 100%;
  line-height: 1.5;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 2rem;
}

.input-group > .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.875rem;
}

.bm-input-group-icon {
  padding: 0px 10px;
}

.bm-icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.bm-icon-btn__count {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 0.5px);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.5625rem;
  color: #ffffff;
  text-align: center;
  display: none;
}
.active .bm-icon-btn__count {
  display: block;
}
.bm-icon-btn--menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bm-icon-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  -webkit-transition: color 0.2s linear, -webkit-filter 0.2s linear;
  transition: color 0.2s linear, -webkit-filter 0.2s linear;
  -o-transition: color 0.2s linear, filter 0.2s linear;
  transition: color 0.2s linear, filter 0.2s linear;
  transition: color 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear;
}
.bm-icon-btn--empty .bm-icon-btn__icon svg {
  fill: transparent;
  stroke: #212529;
  stroke-width: 1.5px;
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.bm-icon-btn__title {
  font-size: 0.75rem;
  color: #adb5bd;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.bm-icon-btn svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.bm-icon-btn--gray .bm-icon-btn__icon {
  color: #54595e;
}
.bm-icon-btn--gray .bm-icon-btn__title {
  color: #adb5bd;
}
.bm-icon-btn--gray:hover .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--gray.active .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--gray.active:hover .bm-icon-btn__icon {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.bm-icon-btn--white .bm-icon-btn__icon {
  color: #fff;
}
.bm-icon-btn--white:hover .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--white.active .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--white.active:hover .bm-icon-btn__icon {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.bm-icon-btn--empty:hover .bm-icon-btn__icon svg {
  fill: #212529;
}
.bm-icon-btn--empty.active .bm-icon-btn__icon svg {
  fill: #212529;
}
.bm-icon-btn--menu {
  gap: 0.25rem;
}
.bm-icon-btn--menu .bm-icon-btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #adb5bd;
}
.bm-icon-btn--menu .bm-icon-btn__link {
  font-size: 0.625rem;
  color: #dee2e6;
}

.bm-btn-select-lang {
  color: #fff;
  padding: 0px;
}
.bm-btn-select-lang--white {
  color: #ffffff;
}
.bm-btn-select-lang--gray {
  color: #adb5bd;
}
.bm-btn-select-lang:hover {
  color: #FF5622;
}
.bm-btn-select-lang:active {
  color: #fab39e !important;
}

.bm-navbar-vertical .nav-link {
  margin: 0px !important;
  border-radius: 0% !important;
}
.bm-navbar-vertical .nav-link-icon {
  font-size: x-large !important;
  width: 1.5rem !important;
}
.bm-navbar-vertical .nav-link-icon .fa-solid {
  font-size: 1.2rem !important;
}
.bm-navbar-vertical .nav-link-icon .fa-regular {
  font-size: 1.2rem !important;
}
.bm-navbar-vertical .navbar-vertical-content .navbar-vertical-label {
  font-size: medium !important;
}
.bm-navbar-vertical .navbar-vertical-content .nav-link {
  padding: 0.5rem 0.5rem 0.5rem 0.8rem !important;
}
.bm-navbar-vertical .navbar-vertical-content .nav-link:hover {
  color: #FF5622 !important;
}

.navbar-top .nav-link:hover {
  color: #FF5622 !important;
}
.navbar-top .nav-link .fa-regular {
  font-size: 1.5rem !important;
  vertical-align: middle !important;
}

.nav-underline .nav-link {
  border-bottom: var(--phoenix-nav-underline-border-width) solid !important;
}

.main-content {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #444;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}

/* Dropzone styling */
.dropzone-wrapper {
  margin-bottom: 2rem;
}

.custom-dropzone {
  border: 2px dashed var(--primary-color);
  border-radius: 8px;
  background-color: var(--light-bg);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-dropzone:hover {
  background-color: #eef2ff;
}

.dz-message {
  text-align: center;
}

.dz-message h3 {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.dz-message p {
  color: #666;
  font-size: 0.9rem;
}

/* Hide default dropzone preview */
.dropzone .dz-preview {
  display: none;
}

/* Images container */
.images-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}

.no-images-message {
  text-align: center;
  color: #666;
  padding: 2rem;
  background-color: var(--light-bg);
  border-radius: 8px;
  grid-column: 1/-1;
}

/* Image item */
.image-card {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.image-card:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid var(--border-color);
}

.image-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 200px;
}

.remove-btn {
  background-color: transparent;
  border: none;
  color: var(--danger-color);
  cursor: pointer;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.remove-btn:hover {
  background-color: rgba(244, 67, 54, 0.1);
}

/* Cropper wrapper */
.cropper-wrapper {
  height: 280px;
  background-color: #f1f1f1;
  position: relative;
}

/* Image info */
.image-info {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: #666;
  border-top: 1px solid var(--border-color);
}

.image-info p {
  margin: 0;
}

/* Upload button */
.submit-area {
  text-align: center;
  margin-top: 2rem;
}

.upload-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.1s;
  transition: background-color 0.2s, -webkit-transform 0.1s;
  -o-transition: background-color 0.2s, transform 0.1s;
  transition: background-color 0.2s, transform 0.1s;
  transition: background-color 0.2s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.upload-btn:hover {
  background-color: var(--secondary-color);
}

.upload-btn:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.upload-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Enhance cropper visuals */
.cropper-view-box {
  outline: 2px solid white;
  outline-color: rgba(255, 255, 255, 0.8);
}

.cropper-line {
  background-color: rgba(255, 255, 255, 0.8);
}

.cropper-point {
  background-color: white;
  width: 8px;
  height: 8px;
}

.cropper-face {
  background-color: transparent;
  border: 2px solid var(--primary-color);
}

/* Media queries */
@media (max-width: 768px) {
  .images-container {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .main-content {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .images-container {
    grid-template-columns: 1fr;
  }
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.bm-input-counter {
  font-size: 0.8rem;
  color: #6c757d;
}
.bm-input-counter--absolute-position {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.form-floating .bm-input-counter {
  bottom: 2.5rem;
}

.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center;
}

.page-loader-wrapper p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
  color: #444;
}

.page-loader-wrapper .loader {
  position: relative;
  top: calc(40% - 30px);
}

.page-loader-wrapper .line {
  -webkit-animation: loader-expand-line 1s ease-in-out infinite;
  animation: loader-expand-line 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 4px;
  width: 2px;
  height: 25px;
}

.page-loader-wrapper .line:nth-child(1) {
  background: #f31e58;
}

.page-loader-wrapper .line:nth-child(2) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
  background: #258cce;
}

.page-loader-wrapper .line:nth-child(3) {
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
  background: #f6a724;
}

.page-loader-wrapper .line:nth-child(4) {
  -webkit-animation-delay: 540ms;
  animation-delay: 540ms;
  background: #83c541;
}

@-webkit-keyframes loader-expand-line {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes loader-expand-line {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.ajax-loader {
  position: fixed;
  z-index: 1099999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.ajax-loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.ajax-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ajax-loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.ajax-loaderBox {
  z-index: 1099999; /*99999 - sweetalert*/
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
}

/* Transparent Overlay */
.ajax-loaderBox:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.ajax-loaderBox:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ajax-loaderBox:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content {
  padding-bottom: 1rem;
}

.card-title {
  font-weight: bold !important;
  margin-bottom: 0px !important;
}

.bm-card-localization-item .card-header {
  padding: 0.5rem;
}

.section-divider-label {
  text-align: center;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}

.section-divider-label .section-divider-icon {
  vertical-align: middle;
}

.section-divider-label span {
  display: inline-block;
  color: #6d6e70;
  background-color: rgb(245, 247, 250);
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.1rem;
}

hr.section-divider {
  border-top: 1px solid #ccc;
  margin-top: 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .bm-mobile-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bm-mobile-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bm-mobile-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.logo-text-header {
  font-weight: 700;
  font-size: 1.5rem;
  color: white !important;
  text-decoration: none;
}
.logo-text-header:hover {
  text-decoration: none;
}
.logo-text-header .logo-todoevent-part2 {
  background-color: #FF5622 !important;
  padding: 2px;
  color: black !important;
  margin: 4px;
}

.bm-btn-outline-lang-white {
  color: white;
  padding: 0.5rem;
}

.bm-container {
  width: 100%;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.75rem;
}
.bm-container--long {
  max-width: 84rem;
}

.bm-title {
  margin: 0;
  line-height: 1.2;
}
.bm-title--dark {
  color: #212529;
}
.bm-title--white {
  color: #ffffff;
}
.bm-title--blue {
  color: #212529;
}
.bm-title--gray {
  color: #495057;
}
.bm-title--center {
  text-align: center;
}
.bm-title--sm {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.bm-title--mini {
  line-height: 1;
  font-size: 0.875rem;
}
.bm-title--small {
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .bm-title--small {
    letter-spacing: -0.01em;
  }
}
.bm-title--mid {
  line-height: 1;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .bm-title--mid {
    letter-spacing: -0.01em;
  }
}
.bm-title--bold {
  font-weight: bold;
}

.bm-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  gap: 0.5625rem;
}
.bm-icon-link__icon {
  width: 1rem;
  height: 1rem;
}
.bm-icon-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-icon-link__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.bm-icon-link:hover {
  color: #FF5622;
}

.vo-simple-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.5rem;
  border-radius: 1.25rem;
  padding: 0.25rem 0.625rem;
  letter-spacing: 0.04em;
}
.vo-simple-badge--orange {
  color: #ffffff;
  background-color: #FF5622;
}

.bm-simple-link {
  display: block;
}
.bm-simple-link--gray-mid {
  font-size: 1rem;
  font-weight: 600;
  color: #adb5bd;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.bm-simple-link--gray-mid:hover {
  color: #FF5622;
}
.bm-simple-link--gray-small {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #667580;
}
.bm-simple-link--gray-small:hover {
  color: #FF5622;
}
.bm-simple-link--orange-small {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #FF5622;
}
.bm-simple-link--orange-small:hover {
  color: #be3910;
}
.bm-simple-link--orange-mid {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #FF5622;
}
.bm-simple-link--orange-mid:hover {
  color: #be3910;
}
.bm-simple-link--blue-mini {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #212529;
}
.bm-simple-link--blue-mini:hover {
  color: #FF5622;
}
.bm-simple-link--gray-mini {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #adb5bd;
}
.bm-simple-link--gray-mini:hover {
  color: #FF5622;
}
.bm-simple-link--underline {
  border-bottom: 1px solid;
}

.bm-simple-text {
  margin: 0;
}
.bm-simple-text--gray-def {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #6c757d;
}

.bm-img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #212529;
  gap: 0.4375rem;
}
.bm-img-link__img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.bm-img-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm-img-link__text {
  font-size: 0.75rem;
}
.bm-img-link .bm-img-link__text {
  font-size: 0.875rem;
}
.bm-img-link[href]:hover {
  color: #FF5622;
}

.bm-plus-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  gap: 0.5625rem;
}
.bm-plus-link__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.bm-plus-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-plus-link__text {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.bm-plus-link:hover {
  color: #FF5622;
}

.bm-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  gap: 0.5rem;
}
.bm-back-link__icon {
  width: 1rem;
  height: 1rem;
}
.bm-back-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-back-link__text {
  font-size: 0.875rem;
}
.bm-back-link:hover {
  color: #FF5622;
}

.bm-eye-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9ca2a8;
  gap: 8px;
}
.bm-eye-link__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.bm-eye-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-eye-link__text {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .bm-eye-link__text {
    font-size: 1rem;
  }
}
.bm-eye-link:hover {
  color: #FF5622;
}

.bm-logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bm-logo--header {
  width: 5.6875rem;
  height: 1.3125rem;
  margin: 0 auto 0 0;
}
@media (min-width: 640px) {
  .bm-logo--header {
    width: 8.75rem;
    height: 2.125rem;
  }
}
.bm-logo--header img {
  width: 100%;
  height: 100%;
}
.bm-logo--footer {
  width: 8.75rem;
  height: 2.125rem;
}
@media (max-width: 559px) {
  .bm-logo--footer {
    margin: 0 auto;
  }
}
.bm-logo--footer img {
  width: 100%;
  height: 100%;
}
.bm-logo--big {
  width: 100%;
  max-width: 21.5625rem;
}
.bm-logo--big img {
  width: 100%;
  height: auto;
}

.bm-footer li {
  list-style: none;
  list-style-type: none;
}

.bm-footer {
  background-color: #212529;
  padding: 2.375rem 0 5.625rem;
}
@media (min-width: 901px) {
  .bm-footer {
    padding: 2.375rem 0;
  }
}
.bm-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 560px) {
  .bm-footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .bm-footer__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.bm-footer__top .bm-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0 0 1.1875rem;
}
.bm-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.3125rem 0 0;
  gap: 0.75rem;
}
@media (min-width: 560px) {
  .bm-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.375rem;
  }
}
.bm-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
  margin: 1rem 0 0;
}
@media (min-width: 560px) {
  .bm-footer__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .bm-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .bm-footer__right > .bm-icon-btn {
    margin: auto 0 0.5625rem;
  }
}
.bm-footer__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
}
@media (min-width: 992px) {
  .bm-footer__right-top {
    margin: 0 0 0.5rem 0;
  }
}
@media (min-width: 1200px) {
  .bm-footer__right-top {
    margin: -0.5625rem -1.125rem 0.5rem 0;
  }
}
.bm-footer__columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625rem 2.5rem;
  margin: 1.25rem 0 1rem;
}
@media (min-width: 560px) {
  .bm-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .bm-footer__columns {
    margin: 0;
    padding: 0 3%;
  }
}
@media (min-width: 1200px) {
  .bm-footer__columns {
    padding: 0 8% 0 3%;
  }
}
@media (max-width: 991px) {
  .bm-footer__columns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 559px) {
  .bm-footer__columns .bm-footer-btn {
    width: 100%;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.bm-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 559px) {
  .bm-footer__column:first-child {
    grid-column: 1/3;
  }
}
.bm-footer__column .bm-simple-link {
  margin: 0 0 0.375rem;
}
.bm-footer__column .bm-simple-link + .bm-simple-link:last-child {
  margin: 0 0 20px;
}
.bm-footer__column .bm-footer-btn {
  margin: auto 0 0;
}
.bm-footer__ul {
  padding: 0;
  margin: 0.375rem 0 0;
}
.bm-footer__ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #adb5bd;
  position: relative;
  padding: 0 0 0 0.75rem;
}
.bm-footer__ul li + li {
  margin: 0.375rem 0 0;
}
.bm-footer__ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  z-index: 1;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #adb5bd;
  border-radius: 100%;
}
.bm-footer__ul li a {
  display: block;
  color: #adb5bd;
}
.bm-footer__ul li a:hover {
  color: #FF5622;
}

.bm-copy {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}

.event-home__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(0.5rem, 1rem, 1rem);
}
@media (min-width: 560px) {
  .event-home__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 680px) {
  .event-home__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 900px) {
  .event-home__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  gap: 1.25rem;
  padding: 0 0.5rem 0.375rem;
  height: clamp(9.0625rem, 18vw, 18vw);
  color: var(--dark-blue-color);
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
@media (min-width: 1150px) {
  .event-item {
    height: 13.125rem;
  }
}
.event-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
}
@media (min-width: 640px) {
  .event-item__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.event-item__icon svg {
  width: 100%;
  height: 100%;
}
.event-item__name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 1200px) {
  .event-item__name {
    font-size: 1rem;
  }
}
.event-item:hover {
  color: #fff;
  background-color: #FF5622;
  text-decoration: none;
}

.catalog-home {
  overflow: hidden;
  position: relative;
}
.catalog-home__slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.catalog-home .swiper-pagination {
  position: relative;
  max-width: 18.75rem;
  margin: 1.625rem auto 0;
}
.catalog-home .swiper-pagination-progressbar {
  background-color: #dee2e6;
}
.catalog-home .swiper-pagination-progressbar-fill {
  background-color: #FF5622;
}
.catalog-home__bottom {
  text-align: right;
  margin: 1.1875rem 0 0;
}

.categ-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (max-width: 767px) {
  .categ-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.categ-item__img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.categ-item__img img {
  width: 100%;
  height: 100%;
}
.categ-item__title {
  max-width: 6.875rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #212529;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 1025px) {
  .categ-item__title {
    font-size: 0.875rem;
  }
}
.categ-item:hover .categ-item__title {
  color: #FF5622;
  text-decoration: none;
}

.co-boards-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(0.625rem, 1.25rem, 1.25rem);
}
@media (min-width: 561px) {
  .co-boards-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.co-board-item {
  width: 100%;
  height: 11.25rem;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
}
.co-board-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(102, 117, 128, 0.71)), to(#212121));
  background: -o-linear-gradient(bottom, rgba(102, 117, 128, 0.71) 0%, #212121 100%);
  background: linear-gradient(0deg, rgba(102, 117, 128, 0.71) 0%, #212121 100%);
}
.co-board-item img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.co-board-item__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 1rem;
}
/*# sourceMappingURL=co-all.css.map */
