@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
* {
  font-family: Lato, sans-serif;
}

.htmx-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.htmx-request .htmx-indicator {
  opacity: 1;
}

.htmx-request.htmx-indicator {
  opacity: 1;
}

div[hx-get],
a[hx-get],
button[hx-get] {
  cursor: pointer;
}

.bi-grip-vertical {
  cursor: -webkit-grab;
  cursor: grab;
}

#evolutio-events-backoffice {
  height: 100%;
  background-color: #f2f2f2;
  min-height: 100%;
}
#evolutio-events-backoffice * {
  font-family: "Ubuntu", sans-serif;
}
#evolutio-events-backoffice .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}
#evolutio-events-backoffice .bg-pretix {
  background-color: #3b1c4a;
}
#evolutio-events-backoffice small.form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: 0.5rem;
}
#evolutio-events-backoffice .w-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#evolutio-events-backoffice .bg-primary {
  background: var(--primary-color) !important;
}
#evolutio-events-backoffice .bg-secondary {
  background: var(--secondary-color) !important;
}
#evolutio-events-backoffice a[hx-get],
#evolutio-events-backoffice a[hx-post],
#evolutio-events-backoffice a[hx-delete],
#evolutio-events-backoffice a[onclick] {
  cursor: pointer;
}
#evolutio-events-backoffice #hx-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
#evolutio-events-backoffice .evl-btn-primary, #evolutio-events-backoffice .evl-btn-pretix, #evolutio-events-backoffice .evl-btn-info, #evolutio-events-backoffice .evl-btn-success, #evolutio-events-backoffice .evl-btn-danger {
  border-radius: 4px;
  color: white;
  background: var(--primary-color);
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  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;
  border: none;
}
#evolutio-events-backoffice evolutio-dnd .evl-btn-primary-wc,
#evolutio-events-backoffice evolutio-dnd-e .evl-btn-primary-wc {
  background: var(--primary-color) !important;
}
#evolutio-events-backoffice evolutio-dnd .icon,
#evolutio-events-backoffice evolutio-dnd-e .icon {
  fill: var(--primary-color) !important;
}
#evolutio-events-backoffice .evl-btn-danger {
  background: #f87b7b !important;
}
#evolutio-events-backoffice .evl-btn-success {
  background: #8ec78f !important;
}
#evolutio-events-backoffice .evl-btn-info {
  background: #62a8e8 !important;
}
#evolutio-events-backoffice .evl-btn-pretix {
  background: #3b1c4a !important;
}
#evolutio-events-backoffice .evl-btn-pretix .pretix-icon {
  height: 30px;
}
#evolutio-events-backoffice .alert {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left-color: var(--primary-color);
  border-left-width: 6px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-bottom: 0;
}
#evolutio-events-backoffice .alert .btn-close {
  margin-left: 3em;
}
#evolutio-events-backoffice .alert.alert-success {
  border-left-color: #8ec78f !important;
}
#evolutio-events-backoffice .alert.alert-info {
  border-left-color: #62a8e8 !important;
}
#evolutio-events-backoffice .alert.alert-danger {
  border-left-color: #f87b7b !important;
}
#evolutio-events-backoffice .alert.alert-warning {
  border-left-color: #fec562 !important;
}
#evolutio-events-backoffice .alert.alert-pretix, #evolutio-events-backoffice .alert.pretix-alert {
  border-color: #3b1c4a;
  color: #3b1c4a;
}
#evolutio-events-backoffice .alert.alert-pretix i,
#evolutio-events-backoffice .alert.alert-pretix span, #evolutio-events-backoffice .alert.pretix-alert i,
#evolutio-events-backoffice .alert.pretix-alert span {
  color: #3b1c4a;
}
#evolutio-events-backoffice .text-warning {
  color: #fec562 !important;
}
#evolutio-events-backoffice .text-danger {
  color: #f87b7b !important;
}
#evolutio-events-backoffice .text-success {
  color: #8ec78f !important;
}
#evolutio-events-backoffice .text-primary {
  color: var(--primary-color) !important;
}
#evolutio-events-backoffice .vertical-navbar {
  background: white;
  font-size: 15px;
}
#evolutio-events-backoffice .vertical-navbar a.nav-link {
  color: rgb(153, 153, 153);
}
#evolutio-events-backoffice .vertical-navbar a.nav-link.active {
  color: black;
  border-left: 3px solid black;
}
#evolutio-events-backoffice .vertical-navbar a.nav-link:hover {
  color: black;
}
#evolutio-events-backoffice .btn {
  border-radius: 0 !important;
}
#evolutio-events-backoffice .cke,
#evolutio-events-backoffice .django-ckeditor-widget {
  width: 100% !important;
}
#evolutio-events-backoffice .textinput,
#evolutio-events-backoffice .textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  margin-bottom: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#evolutio-events-backoffice .select2-selection--multiple,
#evolutio-events-backoffice .select2-selection--single {
  padding: 0;
}
#evolutio-events-backoffice .select2-container {
  min-width: 100% !important;
  width: 100% !important;
  min-height: 38px;
  height: 38px;
}
#evolutio-events-backoffice .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#evolutio-events-backoffice .vFileBrowseField {
  display: none !important;
}
#evolutio-events-backoffice .flag-icon {
  width: 17px;
  height: 10px;
  padding-right: 3px;
}
#evolutio-events-backoffice .btn-pretix {
  background: #3b1c4a;
  color: white;
}
#evolutio-events-backoffice .btn-pretix:hover {
  color: white;
}
#evolutio-events-backoffice .pretix-icon {
  height: 50px;
  width: auto;
}
#evolutio-events-backoffice .bg-gray-100 {
  background-color: #f2f2f2;
}
#evolutio-events-backoffice .bg-gray-200 {
  background-color: #e6e6e6;
}
#evolutio-events-backoffice .border-radius-lg {
  border-radius: 8px;
}
#evolutio-events-backoffice .product-btn {
  border: none;
  text-decoration: none;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 5px;
}
#evolutio-events-backoffice .select2-selection__choice {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}

main#backoffice-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;
  padding-block: 48px;
  padding-left: 57px;
  padding-right: 101px;
  position: relative;
  overflow: hidden;
}

th {
  vertical-align: middle;
}

.form-switch .form-check-input:focus ~ .form-check-label::before {
  border-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(var(--primary-color), 0.25) !important;
}
.form-switch .form-check-input:checked,
.form-switch form-check-input:active,
.form-switch form-check-input-green:not(:disabled):active,
.form-switch form-check-input:focus,
.form-switch form-check-input:active {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
.form-switch .form-check-input:focus:not(:checked) {
  border-color: var(--primary-color) !important;
}
.form-switch .select2-selection.select2-selection--multiple {
  height: 38px !important;
}

.invalid-feedback {
  display: block;
}

/*
Backoffice Header Styles
*/
#evolutio-events-backoffice header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
}
#evolutio-events-backoffice header .language-section .active {
  font-weight: bold;
}
#evolutio-events-backoffice header .header-logo {
  width: 306px;
  background: black;
  padding-inline: 28px;
  height: 100%;
}
#evolutio-events-backoffice header .header-logo img {
  width: 162px;
  height: auto;
}
#evolutio-events-backoffice header .header-logo .events-text {
  color: var(--primary-color);
  font: normal normal medium 16px/20px "Ubuntu";
  letter-spacing: 0;
  margin-left: 15px;
  text-transform: uppercase;
}
#evolutio-events-backoffice header .evl-dropdown {
  background: transparent;
  font: normal normal normal 16px/20px "Source Sans 3";
  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;
  border: none;
}
#evolutio-events-backoffice header .units-dropdown {
  background: #6b7280;
  border-radius: 4px;
  padding-inline: 23px;
  padding-block: 5px;
}
#evolutio-events-backoffice header .units-dropdown .dropdown-menu {
  padding: 0;
  background: none;
  border: none;
  -webkit-transform: translate3d(-1px, 44px, 0px) !important;
          transform: translate3d(-1px, 44px, 0px) !important;
}
#evolutio-events-backoffice header .units-dropdown .dropdown-logo {
  height: 20px;
  margin-right: 10px;
}
#evolutio-events-backoffice header .units-dropdown .dropdown-item {
  margin-block: 5px;
  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;
  background: #6b7280;
  border-radius: 4px;
}
#evolutio-events-backoffice header .units-dropdown .dropdown-item:hover {
  background: #737373;
}
#evolutio-events-backoffice header .units-dropdown .dropdown-item .dropdown-select-logo {
  height: 20px;
  margin-block: 10px;
}
#evolutio-events-backoffice header .header-menu {
  color: #f4f4f4;
  padding-right: 101px;
  width: calc(100% - 306px);
  background: #242424;
}
#evolutio-events-backoffice header .header-menu .icon {
  color: white;
}
#evolutio-events-backoffice header .header-menu .user-name {
  font: normal normal normal 16px/30px Ubuntu;
  letter-spacing: 0px;
  margin-right: 15px;
  padding-left: 17px;
  border-left: 1px solid #f4f4f4;
}
#evolutio-events-backoffice header .header-menu .language-icon {
  color: white;
  margin-right: 0px;
}
#evolutio-events-backoffice header .header-menu .user-icon {
  background: white;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

#evolutio-events-backoffice nav.sidebar {
  width: 306px;
  min-width: 306px;
  max-width: 306px;
  min-height: 100vh;
  background: #242424;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#evolutio-events-backoffice nav.sidebar .no-btn {
  width: 100% !important;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-left: 22px;
}
#evolutio-events-backoffice nav.sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}
#evolutio-events-backoffice nav.sidebar.collapsed .menu .menu-item span {
  margin-right: 30px;
}
#evolutio-events-backoffice nav.sidebar.collapsed .no-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0px;
}
#evolutio-events-backoffice nav.sidebar.collapsed .powered-by-wrapper {
  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;
}
#evolutio-events-backoffice nav.sidebar.collapsed .powered-by-wrapper span {
  font-size: 10px;
  text-align: center;
  margin: 0 !important;
}
#evolutio-events-backoffice nav.sidebar.collapsed .powered-by-wrapper .powered-by-logo {
  width: 90%;
  height: auto;
  margin: 0;
  margin-block: 5px;
}
#evolutio-events-backoffice nav.sidebar.collapsed .version {
  font-size: 8px;
}
#evolutio-events-backoffice nav.sidebar .powered-by-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#evolutio-events-backoffice nav.sidebar .menu {
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#evolutio-events-backoffice nav.sidebar .menu .menu-item {
  padding-left: 28px;
  color: #f4f4f4;
  width: 100%;
  text-decoration: none;
  font: normal normal normal 18px/21px Ubuntu;
  letter-spacing: 0;
  padding-block: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#evolutio-events-backoffice nav.sidebar .menu .menu-item .icon {
  color: var(--primary-color);
  opacity: 0.6;
  margin-right: 12px;
}
#evolutio-events-backoffice nav.sidebar .menu .menu-item.active {
  background: black;
  border-left: 2px solid var(--primary-color);
}
#evolutio-events-backoffice nav.sidebar .menu .menu-item.active .icon {
  opacity: 1;
}
#evolutio-events-backoffice .powered-by-logo {
  height: 24px;
  height: 1.5rem;
}

/*
  Backoffice Tables Styles
*/
#evolutio-events-backoffice .pretix-header {
  background: #3b1c4a;
}
#evolutio-events-backoffice .unit-logo {
  height: 20px;
  width: auto;
}
#evolutio-events-backoffice .speaker-photo {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#evolutio-events-backoffice .entity-logo {
  height: 40px;
  width: auto;
}
#evolutio-events-backoffice .input-wrapper span.icon {
  position: absolute;
  margin-left: 15px;
  margin-top: 13px;
  color: var(--primary-color);
}
#evolutio-events-backoffice .input-wrapper .table-search {
  border: none;
  color: #242424;
  font: normal normal normal 16px/30px "Source Sans 3";
  letter-spacing: 0;
  background: white;
  border-radius: 0;
  width: 369px;
  outline: none;
  padding-block: 10px;
  padding-inline: 20px;
  padding-left: 56px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
}
#evolutio-events-backoffice .table-title .list-title {
  text-align: left;
  font: normal normal normal 24px/28px Ubuntu;
  letter-spacing: 0;
  color: black;
  margin: 0;
}
#evolutio-events-backoffice .table-title .evl-btn-primary, #evolutio-events-backoffice .table-title .evl-btn-danger, #evolutio-events-backoffice .table-title .evl-btn-success, #evolutio-events-backoffice .table-title .evl-btn-info, #evolutio-events-backoffice .table-title .evl-btn-pretix {
  border-radius: 4px;
  color: white;
  background: var(--primary-color);
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  margin-left: 30px;
}
#evolutio-events-backoffice .evl-btn-outline {
  border-radius: 4px;
  color: white;
  background: transparent;
  border: 1px solid #30a935;
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  margin-left: 18px;
}
#evolutio-events-backoffice .evl-btn-outline:hover {
  background: var(--primary-color);
  color: #ffffff;
}
#evolutio-events-backoffice .evl-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
  padding-inline: 23px;
  padding-block: 34px;
}
#evolutio-events-backoffice .evl-card .table {
  border-collapse: collapse;
}
#evolutio-events-backoffice .evl-card .table thead,
#evolutio-events-backoffice .evl-card .table th {
  background: #bdbdbd;
  font: normal normal bold 13px/17px "Source Sans 3";
  letter-spacing: 0;
  color: black;
}
#evolutio-events-backoffice .evl-card .table tbody tr td {
  vertical-align: middle;
  text-align: left;
  font: normal normal normal 16px/20px "Source Sans 3";
  letter-spacing: 0;
  color: #101010;
  padding-block: 15px;
  border-bottom: 1px solid #f1f1f3;
}

#evolutio-events-backoffice ul.select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#evolutio-events-backoffice .select2-selection__choice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#evolutio-events-backoffice .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px;
}
#evolutio-events-backoffice .slide {
  width: 100%;
  -webkit-animation: slide 0.5s ease-in-out;
          animation: slide 0.5s ease-in-out;
}
#evolutio-events-backoffice .map {
  z-index: 1 !important;
}
#evolutio-events-backoffice .time-border {
  border-left: 2px dashed var(--primary-color);
}
#evolutio-events-backoffice .time-border span {
  color: var(--primary-color);
  font-weight: bold;
}
@-webkit-keyframes slide {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes slide {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
#evolutio-events-backoffice .event-operation {
  font: normal normal bold 24px/28px Ubuntu;
  letter-spacing: 0;
  color: #000000;
}
#evolutio-events-backoffice .event-title {
  font: normal normal normal 24px/28px Ubuntu;
  letter-spacing: 0px;
  color: #101010;
}
#evolutio-events-backoffice .event-subtitle,
#evolutio-events-backoffice .event-date {
  font: normal normal normal 20px/24px Ubuntu;
  letter-spacing: 0;
  color: #101010;
}
#evolutio-events-backoffice .wizard-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 2px solid #a7a7a7;
}
#evolutio-events-backoffice .wizard-steps .wizard-step {
  font: normal normal bold 16px/20px "Source Sans 3";
  letter-spacing: 0px;
  color: #a7a7a7;
  text-decoration: none;
  padding-bottom: 15px;
}
#evolutio-events-backoffice .wizard-steps .wizard-step.active {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
#evolutio-events-backoffice .evl-btn-primary, #evolutio-events-backoffice .evl-btn-danger, #evolutio-events-backoffice .evl-btn-success, #evolutio-events-backoffice .evl-btn-info, #evolutio-events-backoffice .evl-btn-pretix {
  margin-left: 0;
}
#evolutio-events-backoffice .wizard-actions .evl-btn-primary, #evolutio-events-backoffice .wizard-actions .evl-btn-success,
#evolutio-events-backoffice .wizard-actions .evl-btn-danger,
#evolutio-events-backoffice .wizard-actions .evl-btn-info,
#evolutio-events-backoffice .wizard-actions .evl-btn-pretix {
  padding: 10px;
  margin-left: 18px;
}
#evolutio-events-backoffice .hide-labels label {
  display: none;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-inline-card {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
  padding-block: 15px;
  padding-inline: 25px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.176);
  background: white;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-inline-card .card-title {
  font-size: 18px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .inline-grid {
  margin-block: 25px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 8px;
  gap: 0.5rem;
}
#evolutio-events-backoffice #hx-wizard-wrapper .inline-grid .evl-btn-primary, #evolutio-events-backoffice #hx-wizard-wrapper .inline-grid .evl-btn-success, #evolutio-events-backoffice #hx-wizard-wrapper .inline-grid .evl-btn-pretix,
#evolutio-events-backoffice #hx-wizard-wrapper .inline-grid .evl-btn-danger,
#evolutio-events-backoffice #hx-wizard-wrapper .inline-grid .evl-btn-info {
  padding: 10px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .inline-row {
  margin-block: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
  gap: 0.5rem;
}
#evolutio-events-backoffice #hx-wizard-wrapper .inline-row .evl-btn-primary, #evolutio-events-backoffice #hx-wizard-wrapper .inline-row .evl-btn-success, #evolutio-events-backoffice #hx-wizard-wrapper .inline-row .evl-btn-pretix,
#evolutio-events-backoffice #hx-wizard-wrapper .inline-row .evl-btn-danger,
#evolutio-events-backoffice #hx-wizard-wrapper .inline-row .evl-btn-info {
  padding: 10px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0392156863);
  padding-inline: 21px;
  padding-block: 32px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card .evl-card-title {
  font-size: 18px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset {
  margin-bottom: 48px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset h6 {
  text-align: left;
  font: normal normal 600 16px/20px "Source Sans 3";
  text-decoration: underline;
  letter-spacing: 0;
  line-height: 32px;
  line-height: 2rem;
  color: #242424;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset input {
  border: 1px solid rgba(112, 112, 112, 0.2745098039);
  border-radius: 4px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(112, 112, 112, 0.2745098039);
  border-radius: 4px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset .select2-selection__choice__display {
  background: white;
  border: none;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset .select2-selection__choice {
  background: white;
  border: 1px solid rgba(112, 112, 112, 0.2745098039);
  border-radius: 4px;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset .select2-selection__choice__remove {
  border-right: none;
}
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset small,
#evolutio-events-backoffice #hx-wizard-wrapper .evl-card fieldset .form-text {
  text-align: left;
  font: normal normal normal 14px/18px "Source Sans 3";
  letter-spacing: 0px;
  color: #242424 !important;
}
#evolutio-events-backoffice #div_id_languages .select2-selection__choice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 8px;
  padding-inline: 0.5rem;
}
#evolutio-events-backoffice #div_id_languages .select2-selection--multiple {
  height: 40px;
  height: 2.5rem;
}
#evolutio-events-backoffice #div_id_languages .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.evl-card .evl-card-title {
  font-size: 18px;
}

#evolutio-events-backoffice .fade-out.htmx-swapping {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#evolutio-events-backoffice .htmx-indicator {
  position: absolute;
  left: 50%;
  width: 50px;
  top: 50%;
  color: var(--primary-color);
  z-index: 999;
}
#evolutio-events-backoffice .blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.evolutio-events-frontoffice * {
  font-family: "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .main-body {
  min-height: calc(100vh - 500px);
}
.evolutio-events-frontoffice .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}
.evolutio-events-frontoffice h2.title {
  font-size: 26px;
  font-weight: 600;
}
.evolutio-events-frontoffice .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evolutio-events-frontoffice main {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.evolutio-events-frontoffice body {
  background: #efefef;
  height: 100%;
  margin: 0;
  padding: 0;
}
.evolutio-events-frontoffice .fo-btn {
  background-color: #fc6a22;
  color: white;
  border: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.evolutio-events-frontoffice .draft-square .draft-placeholder {
  opacity: 0.8;
  position: absolute;
  margin-top: 50px;
  margin-left: 15px;
  font-size: 55px;
  color: #505050;
  background: lightgrey;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.evolutio-events-frontoffice .special-events-text {
  color: var(--primary-color);
  font: normal normal 600 16px/28px Montserrat;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.evolutio-events-frontoffice .text-white.active {
  color: var(--primary-color) !important;
}

.evolutio-events-frontoffice .default-detail-theme h2.section-title {
  text-align: left;
  font: normal normal bold 32px/39px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #DC7953;
  margin-bottom: 44px;
}
.evolutio-events-frontoffice .default-detail-theme section.title {
  height: 332px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .evolutio-events-frontoffice .default-detail-theme section.title {
    display: none;
  }
}
.evolutio-events-frontoffice .default-detail-theme section.title p {
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0;
  color: #F4F4F4;
  margin: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.title h1 {
  text-align: left;
  font: normal normal bold 40px/49px "Ubuntu", sans-serif;
  letter-spacing: 0;
  color: #F4F4F4;
  margin: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.details {
  margin-top: 56px;
  margin-bottom: 32px;
}
.evolutio-events-frontoffice .default-detail-theme section.details p {
  text-align: left;
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
}
.evolutio-events-frontoffice .default-detail-theme section.details .lecturer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 92px;
  width: 100%;
}
.evolutio-events-frontoffice .default-detail-theme section.details .lecturer-card img {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.evolutio-events-frontoffice .default-detail-theme section.details .lecturer-card .name {
  margin-top: 23px;
  text-align: left;
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.details .lecturer-card .position, .evolutio-events-frontoffice .default-detail-theme section.details .lecturer-card .company {
  margin-bottom: 0;
  margin-top: 7px;
  text-align: left;
  font: normal normal 300 12px/20px "Ubuntu", sans-serif;
  letter-spacing: 0;
  color: #42454A;
}
.evolutio-events-frontoffice .default-detail-theme section.details .accordion .accordion-item button {
  border-radius: 0;
  background: #A3A3A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.evolutio-events-frontoffice .default-detail-theme section.details .accordion .accordion-item button::after {
  display: none;
}
.evolutio-events-frontoffice .default-detail-theme section.details .accordion .accordion-item button .title {
  font: normal normal 600 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.details .accordion .accordion-item button .duration {
  text-align: left;
  font: normal normal 300 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.evolutio-events-frontoffice .default-detail-theme section.lecturers {
  margin-bottom: 32px;
}
.evolutio-events-frontoffice .default-detail-theme section.modules {
  margin-bottom: 63px;
}
.evolutio-events-frontoffice .default-detail-theme section.partners {
  background: white;
  padding-top: 42px;
  padding-bottom: 42px;
}
.evolutio-events-frontoffice .default-detail-theme section.partners h2.section-title {
  margin-bottom: 22px;
}
.evolutio-events-frontoffice .default-detail-theme section.partners img {
  width: 142px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper {
  z-index: 10;
  padding-inline: 90px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  padding: 12px;
  margin-top: -300px;
}
@media (max-width: 991px) {
  .evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card {
    display: none;
  }
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card img.formation {
  width: 100%;
  height: 227px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .actions {
  padding-inline: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .actions .formation-btn-primary {
  text-align: center;
  font: normal normal bold 16px/12px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #F4F4F4;
  background: #DC7953;
  padding-block: 8px;
  padding-inline: 26px;
  border-radius: 8px;
  border: none;
  width: 148px;
  height: 34px;
  margin-right: 32px;
  margin-right: 2rem;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .actions .formation-btn-outline {
  background: transparent;
  border: 1px solid #DC7953;
  padding-block: 8px;
  padding-inline: 26px;
  border-radius: 8px;
  color: #DC7953;
  width: 178px;
  height: 34px;
  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-decoration: none;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .infos {
  padding-inline: 26px;
  margin-top: 24px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card p.price {
  text-align: left;
  font: normal normal bold 24px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  padding-block: 23px;
  padding-inline: 26px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card span.info {
  text-align: left;
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card span.info span {
  font-size: 16px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .sponsor {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 26px;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .sponsor span {
  font: normal normal 600 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
}
.evolutio-events-frontoffice .default-detail-theme .formation-card-wrapper aside.formation-card .sponsor img {
  width: 142px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title {
  display: none;
  background: white;
  padding: 10px;
}
@media (max-width: 991px) {
  .evolutio-events-frontoffice .default-detail-theme section.mobile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title h1 {
  font: normal normal bold 24px/29px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  padding-inline: 18px;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title p {
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  margin-top: 26px;
  padding-inline: 18px;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title img.formation {
  width: 100%;
  height: 227px;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title .actions {
  padding-inline: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title .actions .formation-btn-primary {
  text-align: center;
  font: normal normal bold 16px/12px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #F4F4F4;
  background: #DC7953;
  padding-block: 8px;
  padding-inline: 26px;
  border-radius: 8px;
  border: none;
  width: 148px;
  height: 34px;
  margin-right: 32px;
  margin-right: 2rem;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title .actions .formation-btn-outline {
  background: transparent;
  border: 1px solid #DC7953;
  padding-block: 8px;
  padding-inline: 26px;
  border-radius: 8px;
  color: #DC7953;
  width: 178px;
  height: 34px;
  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-decoration: none;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title .infos {
  padding-inline: 26px;
  margin-top: 24px;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title p.price {
  text-align: left;
  font: normal normal bold 24px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  padding-block: 23px;
  padding-inline: 18px;
  margin: 0;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title span.info {
  text-align: left;
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  letter-spacing: 0px;
  color: #42454A;
  margin-bottom: 14px;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title span.info span {
  font-size: 16px;
}
.evolutio-events-frontoffice .default-detail-theme section.mobile-title .sponsor img {
  width: 142px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}

.evolutio-events-frontoffice .evl-btn-outline {
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  background: transparent;
  color: white;
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  margin-left: 18px;
}
.evolutio-events-frontoffice .evl-btn-outline:hover {
  background: var(--primary-color);
  color: #ffffff;
}
.evolutio-events-frontoffice .page-title {
  text-align: left;
  font: normal normal bold 32px/37px Ubuntu;
  letter-spacing: 0;
  color: var(--primary-color);
  text-transform: uppercase;
}
.evolutio-events-frontoffice .unit-menu-item {
  font: normal normal 300 16px/18px Ubuntu;
  letter-spacing: 0;
  color: black;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid black;
  text-decoration: none;
  margin-bottom: 25px;
}
.evolutio-events-frontoffice .unit-menu-item.first {
  padding-left: 0;
}
.evolutio-events-frontoffice .unit-menu-item.selected {
  color: var(--primary-color);
  font-weight: bold;
}
.evolutio-events-frontoffice .event-item-card {
  margin-bottom: 15px;
}
.evolutio-events-frontoffice .event-item-card a {
  text-decoration: none;
}
.evolutio-events-frontoffice .event-item-card .data-wrapper {
  padding-right: 19px;
  padding-top: 7px;
  color: black;
}
.evolutio-events-frontoffice .event-item-card .data-wrapper .client-text {
  font: normal normal 300 16px/18px "Ubuntu", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .event-item-card .data-wrapper .client-title {
  font: normal normal bold 24px/28px "Ubuntu", sans-serif;
  letter-spacing: 0;
  margin-top: 9px;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .event-item-card .data-wrapper .date,
.evolutio-events-frontoffice .event-item-card .data-wrapper .location {
  font: normal normal 300 16px/18px Ubuntu;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.evolutio-events-frontoffice .event-item-card .data-wrapper .event-title {
  font-size: 20px;
  width: 70%;
}
.evolutio-events-frontoffice .event-item-card .event-img {
  margin-top: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 281px;
  margin-bottom: 60px;
}
.evolutio-events-frontoffice .event-item-card .event-video-img {
  margin-top: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
  margin-bottom: 10px;
}
.evolutio-events-frontoffice .event-item-list {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .evolutio-events-frontoffice .event-item-list .event-info {
    margin-left: 0 !important;
  }
}
.evolutio-events-frontoffice .event-item-list .event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.evolutio-events-frontoffice .event-item-list .event-info a {
  color: black;
  text-decoration: none;
}
.evolutio-events-frontoffice .event-item-list .event-info .event-title {
  font: normal normal bold 22px/28px Montserrat;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 20px;
  width: 70%;
}
.evolutio-events-frontoffice .event-item-list .event-info .day {
  text-align: left;
  font: italic normal bold 18px/26px Montserrat;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.evolutio-events-frontoffice .event-item-list .event-image {
  width: 200px;
  height: 200px;
}
.evolutio-events-frontoffice .event-item-list .event-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 200px;
}
.evolutio-events-frontoffice .event-item-list .btn {
  padding-right: 1.8em;
}
.evolutio-events-frontoffice .event-item-list .dates {
  width: 150px;
  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;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
}
.evolutio-events-frontoffice .event-item-list .dates p.day {
  margin-top: 7px;
  font: normal normal bold 48px/26px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .event-item-list .dates p.date-splitter {
  margin-top: 6px;
  margin-bottom: 16px;
}
.evolutio-events-frontoffice .event-item-list .dates p.month {
  font: normal normal bold 18px/26px "Ubuntu", sans-serif;
}
@media (max-width: 575px) {
  .evolutio-events-frontoffice .event-item-list .dates p {
    margin: 0 0 0.5em;
    padding: 0;
    font: normal normal bold 14px/20px "Ubuntu", sans-serif;
  }
  .evolutio-events-frontoffice .event-item-list .dates p.date-splitter {
    margin: 0 !important;
  }
  .evolutio-events-frontoffice .event-item-list .dates p.day {
    margin: 0;
  }
  .evolutio-events-frontoffice .event-item-list .dates p.day:first-child {
    margin-right: 0;
  }
}
.evolutio-events-frontoffice .event-item-list .description {
  border-left: 3px solid var(--primary-color);
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.evolutio-events-frontoffice .event-item-list .description .title {
  font: normal normal bold 24px/26px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .event-item-list .description .type {
  background: rgba(137, 161, 159, 0.1921568627);
  color: var(--primary-color);
  border-radius: 0;
  font: normal normal bold 14px/18px "Ubuntu", sans-serif;
  margin-bottom: 1.5em;
}
.evolutio-events-frontoffice .event-item-list .description .overview {
  font: normal normal normal 16px/18px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .event-item-list .description .location {
  text-align: left;
  font: normal normal normal 18px/24px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 300;
}
.evolutio-events-frontoffice .event-item-list .description .more {
  background: var(--primary-color);
  color: #ffffff;
  font: normal normal bold 14px/18px "Ubuntu", sans-serif;
  border-radius: 0;
}
.evolutio-events-frontoffice .event-list-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.evolutio-events-frontoffice .event-list-container .past,
.evolutio-events-frontoffice .event-list-container .future,
.evolutio-events-frontoffice .event-list-container .draft {
  margin-bottom: 50px;
}
.evolutio-events-frontoffice .event-list-container .past {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .evolutio-events-frontoffice .event-list-container {
    margin-top: 30px;
  }
  .evolutio-events-frontoffice .event-list-container .event-item-list {
    margin-left: 0.8em;
    margin-right: 0.8em;
    padding-bottom: 40px;
  }
  .evolutio-events-frontoffice .event-list-container .event-item-list.bottom-border {
    border-bottom: 1px solid #c7c7c7;
  }
  .evolutio-events-frontoffice .event-list-container h2.title {
    font-size: 22px;
    line-height: 26px;
  }
  .evolutio-events-frontoffice .event-list-container .description {
    padding: 0;
  }
  .evolutio-events-frontoffice .event-list-container .description .overview {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .evolutio-events-frontoffice .event-item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0.8em;
  }
  .evolutio-events-frontoffice .event-item-list.bottom-border {
    border-bottom: 1px solid #c7c7c7;
  }
  .evolutio-events-frontoffice .event-item-list .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    width: 100%;
    padding: 0;
    height: 25px;
  }
  .evolutio-events-frontoffice .event-item-list .dates p.day,
  .evolutio-events-frontoffice .event-item-list .dates p.month {
    margin: 0 4px 0 0;
    font: normal normal bold 14px/20px "Ubuntu", sans-serif;
  }
  .evolutio-events-frontoffice .event-item-list .description {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .evolutio-events-frontoffice .event-item-list .description .type {
    background: rgba(137, 161, 159, 0.1921568627);
    color: var(--primary-color);
    border-radius: 0;
    font: normal normal bold 14px/18px "Ubuntu", sans-serif;
  }
  .evolutio-events-frontoffice .event-item-list .description .more {
    background: var(--primary-color);
    color: #ffffff;
    font: normal normal bold 14px/18px "Ubuntu", sans-serif;
    border-radius: 0;
  }
  .evolutio-events-frontoffice .event-item-list .event-image {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
  .evolutio-events-frontoffice .event-item-list .event-image img {
    width: 100%;
  }
}
.evolutio-events-frontoffice .past-margin-top {
  margin-top: 60px;
}
.evolutio-events-frontoffice .unit-selector {
  cursor: pointer;
}

.evolutio-events-frontoffice header {
  font-family: "Ubuntu", sans-serif;
  background-color: #242424;
  color: white;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.evolutio-events-frontoffice header .mobile-menu {
  background-color: #242424;
  color: #ffffff;
  border-top: 2px solid #ffffff;
}
.evolutio-events-frontoffice header .navbar-toggler {
  border: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.evolutio-events-frontoffice header .navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.evolutio-events-frontoffice header .header-content {
  padding-top: 16px;
  padding-bottom: 26px;
}
.evolutio-events-frontoffice header .header-content a {
  text-decoration: none;
}
.evolutio-events-frontoffice header .header-content .events-text {
  text-align: left;
  letter-spacing: 1px;
  color: white;
  margin-left: 14px;
  text-transform: lowercase;
}
.evolutio-events-frontoffice header .header-content .evl-btn-primary, .evolutio-events-frontoffice header .header-content #evolutio-events-backoffice .evl-btn-danger, #evolutio-events-backoffice .evolutio-events-frontoffice header .header-content .evl-btn-danger, .evolutio-events-frontoffice header .header-content #evolutio-events-backoffice .evl-btn-success, #evolutio-events-backoffice .evolutio-events-frontoffice header .header-content .evl-btn-success, .evolutio-events-frontoffice header .header-content #evolutio-events-backoffice .evl-btn-info, #evolutio-events-backoffice .evolutio-events-frontoffice header .header-content .evl-btn-info, .evolutio-events-frontoffice header .header-content #evolutio-events-backoffice .evl-btn-pretix, #evolutio-events-backoffice .evolutio-events-frontoffice header .header-content .evl-btn-pretix {
  border-radius: 4px;
  color: white;
  background: var(--primary-color);
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
}
.evolutio-events-frontoffice header .header-content .evl-btn-outline {
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  background: transparent;
  color: white;
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  margin-left: 18px;
}
.evolutio-events-frontoffice header .header-content .evl-btn-outline:hover {
  background: var(--primary-color);
  color: #ffffff;
}
.evolutio-events-frontoffice header .header-content .language-icon {
  margin-right: 0px;
}

.evolutio-events-frontoffice footer {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding-block: 140px;
  padding-top: 93px;
  height: 365px;
  background: #242424;
}
.evolutio-events-frontoffice footer .logo {
  width: 314px;
  height: auto;
}
.evolutio-events-frontoffice footer .copyright {
  margin-top: 12px;
  font: normal normal normal 12px/15px "Source Sans 3";
}
.evolutio-events-frontoffice footer ul {
  list-style: none;
}
.evolutio-events-frontoffice footer ul li:before {
  content: "> ";
}
.evolutio-events-frontoffice footer .info a {
  color: white;
  text-decoration: none;
}
.evolutio-events-frontoffice footer a {
  color: white;
  text-decoration: none;
}
.evolutio-events-frontoffice footer a:hover {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.evolutio-events-frontoffice .map {
  width: 100%;
  height: 400px !important;
  margin-bottom: 20px;
}
.evolutio-events-frontoffice .detail-template {
  border-top: 1px solid #333;
  height: calc(100vh - 102px);
  overflow: hidden;
}
.evolutio-events-frontoffice .detail-template .btn,
.evolutio-events-frontoffice .detail-template .badge {
  padding-right: 1.8em;
}
.evolutio-events-frontoffice .detail-template .units {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.evolutio-events-frontoffice .detail-template .units .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
  margin-bottom: 40px;
}
.evolutio-events-frontoffice .detail-template .units .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.evolutio-events-frontoffice .detail-template .units .unit img {
  height: 75px;
  margin-bottom: 1.5em;
}
.evolutio-events-frontoffice .detail-template .left-column {
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info {
  border: 1px solid var(--primary-color);
  padding: 40px 20px 20px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .dates {
  color: var(--primary-color);
  font: normal normal bold 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .description .title {
  font: normal normal bold 28px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .description .subtitle {
  font: normal normal bold 18px/25px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .description .type {
  background: #ffffff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 0;
  font: normal normal bold 14px/18px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .event-image {
  width: 100%;
  margin: 20px 0;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .event-image img {
  width: 100%;
}
.evolutio-events-frontoffice .detail-template .left-column .left-info .more {
  background: var(--primary-color);
  color: #ffffff;
  font: normal normal bold 14px/18px "Ubuntu", sans-serif;
  border-radius: 0;
}
.evolutio-events-frontoffice .detail-template .event-content {
  overflow: auto;
  height: calc(100vh - 102px);
  padding: 20px 20px 8em;
}
.evolutio-events-frontoffice .detail-template .event-content .overview .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .overview .content {
  font: normal normal normal 16px/23px Lato, sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers {
  margin-top: 50px;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
  margin-bottom: 20px;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .mask-speaker {
  border-radius: 50px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .mask-speaker img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .info .name {
  font: normal normal bold 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .info .company,
.evolutio-events-frontoffice .detail-template .event-content .speakers .speaker .info .position {
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule {
  margin-top: 50px;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content {
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion {
  border: none;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-body {
  padding: 0 20px;
  padding: 0 1.25rem;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-button {
  font: normal normal bold 14px/20px "Ubuntu", sans-serif;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-button i {
  color: var(--primary-color);
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-button::after {
  display: none;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-button i {
  margin-right: 15px;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion button:not(.collapsed) {
  color: #333;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-body {
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
  padding-left: 75px;
}
.evolutio-events-frontoffice .detail-template .event-content .schedule .content .accordion .accordion-item {
  border: none;
}
.evolutio-events-frontoffice .detail-template .event-content .venue {
  margin-top: 50px;
}
.evolutio-events-frontoffice .detail-template .event-content .venue .venue-name-wrapper.active {
  border: 1px solid #cccccc;
}
.evolutio-events-frontoffice .detail-template .event-content .venue .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .venue .name {
  font: normal normal bold 15px/22px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .venue .body {
  font: normal normal normal 15px/22px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .venue .map {
  height: 500px;
}
@media (max-width: 555px) {
  .evolutio-events-frontoffice .detail-template .event-content .venue .map {
    height: 300px;
  }
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors {
  margin-top: 50px;
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors .grouper {
  font: normal normal normal 16px/24px "Ubuntu", sans-serif;
  text-transform: uppercase;
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors .logos-sponsors {
  max-width: 120px;
  max-height: 90px;
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors .logos-grid {
  padding: 0.5em 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 145px);
  grid-gap: 20px;
}
.evolutio-events-frontoffice .detail-template .event-content .sponsors .logos-grid a {
  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;
}
.evolutio-events-frontoffice .detail-template .event-content .covid {
  background: #edefee;
  margin-top: 50px;
  padding: 20px;
}
.evolutio-events-frontoffice .detail-template .event-content .covid .title {
  font: normal normal bold 20px/30px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .covid .content {
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice .detail-template .event-content .covid .covid-rules {
  display: grid;
  grid-gap: 5px;
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
  margin-bottom: 10px;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content {
  border-radius: 0;
  border: none;
  padding: 50px 25px;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-header .modal-speaker-info {
  font: normal normal bold 14px/18px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-header .name-position {
  font: normal normal normal 14px/18px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-header .btn-close {
  opacity: 1;
  font-size: 25px;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-info .content-biography {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  font: normal normal normal 14px/20px "Ubuntu", sans-serif;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-info .content-img-wrapper {
  width: 250px;
  height: 250px;
}
.evolutio-events-frontoffice #staticBackdropSpeaker .modal-content .content-info .content-img-wrapper .content-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .evolutio-events-frontoffice .btn {
    margin-bottom: 0.5em;
  }
  .evolutio-events-frontoffice .detail-template {
    overflow: unset;
  }
  .evolutio-events-frontoffice .speaker {
    margin-bottom: 1.5em;
  }
}
.evolutio-events-frontoffice .event-detail-template .tooltip p {
  margin: 0 !important;
}
.evolutio-events-frontoffice .event-detail-template .evl-btn-primary, .evolutio-events-frontoffice .event-detail-template #evolutio-events-backoffice .evl-btn-danger, #evolutio-events-backoffice .evolutio-events-frontoffice .event-detail-template .evl-btn-danger, .evolutio-events-frontoffice .event-detail-template #evolutio-events-backoffice .evl-btn-success, #evolutio-events-backoffice .evolutio-events-frontoffice .event-detail-template .evl-btn-success, .evolutio-events-frontoffice .event-detail-template #evolutio-events-backoffice .evl-btn-info, #evolutio-events-backoffice .evolutio-events-frontoffice .event-detail-template .evl-btn-info, .evolutio-events-frontoffice .event-detail-template #evolutio-events-backoffice .evl-btn-pretix, #evolutio-events-backoffice .evolutio-events-frontoffice .event-detail-template .evl-btn-pretix {
  border-radius: 4px;
  color: white;
  background: #30a935;
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  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;
  border: none;
}
.evolutio-events-frontoffice .event-detail-template .text-primary {
  color: #30a935 !important;
}
.evolutio-events-frontoffice .event-detail-template .evl-btn-outline {
  border-radius: 4px;
  color: white;
  background: transparent;
  border: 1px solid #30a935;
  padding-inline: 43px;
  padding-block: 10px;
  text-decoration: none;
  font: normal normal normal 16px/20px "Source Sans 3";
  margin-left: 18px;
}
.evolutio-events-frontoffice .event-detail-template .overview-section {
  background: white;
  padding: 100px 0;
  overflow-x: hidden;
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-title {
  font: normal normal bold 48px/55px Ubuntu;
  color: black;
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-date,
.evolutio-events-frontoffice .event-detail-template .overview-section .event-location {
  font: normal normal 300 24px/28px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-description {
  font: normal normal 400 16px/24px "Source Sans 3";
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-main-buttons button {
  padding: 10px 25px;
  font: normal normal normal 16px/20px "Source Sans 3";
  border-radius: 4px;
  margin: 0;
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-main-buttons .filled-button {
  background: var(--primary-color);
  color: #ffffff;
  border: none;
}
.evolutio-events-frontoffice .event-detail-template .overview-section .event-main-buttons .outlined-button {
  background: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.evolutio-events-frontoffice .event-detail-template .speakers-section {
  background: #f7f7f7 0 0 no-repeat padding-box;
  padding: 100px 0;
  overflow-x: hidden;
}
.evolutio-events-frontoffice .event-detail-template .speakers-section .left-underlined-title-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.evolutio-events-frontoffice .event-detail-template .speakers-section .left-underlined-title-container .title {
  font: normal normal bold 48px/55px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .speakers-section .left-underlined-title-container hr {
  border: 2px solid black;
  width: 1000px;
  margin: 0;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.evolutio-events-frontoffice .event-detail-template .speakers-section .speaker-card .speaker-name {
  font: normal normal bold 16px/18px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .speakers-section .speaker-card .speaker-company {
  font: normal normal 300 16px/18px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .schedule-section {
  background: white;
  padding: 100px 0;
  overflow-x: hidden;
}
.evolutio-events-frontoffice .event-detail-template .schedule-section .right-underlined-title-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.evolutio-events-frontoffice .event-detail-template .schedule-section .right-underlined-title-container .title {
  font: normal normal bold 48px/55px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .schedule-section .right-underlined-title-container hr {
  border: 2px solid black;
  width: 1000px;
  margin: 0;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.evolutio-events-frontoffice .event-detail-template .schedule-section .schedule-item {
  font: normal normal bold 16px/18px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section {
  background: #f7f7f7 0 0 no-repeat padding-box;
  padding: 100px 0;
  overflow-x: hidden;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section .left-underlined-title-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section .left-underlined-title-container .title {
  font: normal normal bold 48px/55px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section .left-underlined-title-container hr {
  border: 2px solid black;
  width: 1000px;
  margin: 0;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section .sponsor-card {
  padding: 30px;
  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: 100%;
  height: 140px;
  background: #ffffff 0 0 no-repeat padding-box;
  text-decoration: none !important;
}
.evolutio-events-frontoffice .event-detail-template .sponsors-section .sponsor-card img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.evolutio-events-frontoffice .event-detail-template .venues-section {
  background: white;
  padding: 100px 0;
  overflow-x: hidden;
}
.evolutio-events-frontoffice .event-detail-template .venues-section .right-underlined-title-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.evolutio-events-frontoffice .event-detail-template .venues-section .right-underlined-title-container .title {
  font: normal normal bold 48px/55px Ubuntu;
}
.evolutio-events-frontoffice .event-detail-template .venues-section .right-underlined-title-container hr {
  border: 2px solid black;
  width: 1000px;
  margin: 0;
  opacity: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.evolutio-events-frontoffice .event-detail-template .venues-section .map {
  width: 100%;
  height: 400px !important;
}
.evolutio-events-frontoffice div.video-player {
  padding-block: 33px;
}
.evolutio-events-frontoffice div.video-player section.title h1 {
  text-align: left;
  font: normal normal bold 24px/29px Montserrat;
  letter-spacing: 0px;
  color: #dc7953;
  margin-bottom: 8px;
}
.evolutio-events-frontoffice div.video-player section.title p {
  text-align: left;
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #42454a;
  margin-bottom: 0;
}
.evolutio-events-frontoffice div.video-player section.partners {
  background: white;
  padding-top: 55px;
  padding-bottom: 42px;
}
.evolutio-events-frontoffice div.video-player section.partners h2.section-title {
  margin-bottom: 22px;
  font: normal normal bold 32px/39px Montserrat;
  letter-spacing: 0px;
  color: #dc7953;
}
.evolutio-events-frontoffice div.video-player section.partners img {
  width: 142px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.evolutio-events-frontoffice div.video-player section.partners a {
  background: #dc7953;
  border-radius: 8px;
  font: normal normal bold 16px/12px Montserrat;
  letter-spacing: 0px;
  color: #f4f4f4;
  padding: 19px 8px;
  margin-top: 24px;
}
.evolutio-events-frontoffice div.video-player div.video-player .accordion .accordion-item button {
  border-radius: 0;
  background: #a3a3a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.evolutio-events-frontoffice div.video-player div.video-player .accordion .accordion-item button::after {
  display: none;
}
.evolutio-events-frontoffice div.video-player div.video-player .accordion .accordion-item button .title {
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}
.evolutio-events-frontoffice div.video-player div.video-player .accordion .accordion-item button .duration {
  text-align: left;
  font: normal normal 300 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
}
.evolutio-events-frontoffice div.video-player section.details {
  margin-top: 59px;
  margin-bottom: 72px;
}
.evolutio-events-frontoffice div.video-player section.details h2 {
  padding-top: 32px;
  text-align: left;
  font: normal normal bold 32px/39px Montserrat;
  letter-spacing: 0px;
  color: #dc7953;
  margin-bottom: 23px;
}
.evolutio-events-frontoffice div.video-player section.details h3 {
  text-align: left;
  font: normal normal bold 24px/29px Montserrat;
  letter-spacing: 0px;
  color: #dc7953;
  margin-bottom: 0;
}
.evolutio-events-frontoffice div.video-player section.details p {
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #42454a;
}
.evolutio-events-frontoffice div.video-player section.details .card {
  background: #ffffff;
  border: none;
  padding: 32px;
}
.evolutio-events-frontoffice div.video-player section.details .materials-card h3 {
  margin-bottom: 27px;
}
.evolutio-events-frontoffice div.video-player section.details .materials-card .document-item {
  margin-bottom: 16px;
}
.evolutio-events-frontoffice div.video-player section.details .materials-card .document-item span {
  font-size: 16px;
  color: #42454a;
}
.evolutio-events-frontoffice div.video-player section.details .materials-card .document-item a {
  text-align: left;
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #42454a;
  text-decoration: none;
  margin-left: 9px;
}
.evolutio-events-frontoffice div.video-player section.details .knowmore-card {
  margin-top: 60px;
}
.evolutio-events-frontoffice div.video-player section.details .knowmore-card h2.section-title {
  margin-bottom: 22px;
  font: normal normal bold 32px/39px Montserrat;
  letter-spacing: 0px;
  color: #dc7953;
}
.evolutio-events-frontoffice div.video-player section.details .knowmore-card img {
  width: 142px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
}
.evolutio-events-frontoffice div.video-player section.details .knowmore-card a.rept {
  background: #dc7953;
  border-radius: 8px;
  font: normal normal bold 16px/12px Montserrat;
  letter-spacing: 0px;
  color: #f4f4f4;
  padding: 8px 19px;
  margin-top: 24px;
  text-decoration: none;
  margin-inline: 1px;
}

.evolutio-events-frontoffice .academy-top {
  padding-block: 120px;
}
.evolutio-events-frontoffice .academy-top h1,
.evolutio-events-frontoffice .academy-top p {
  color: white;
}
.evolutio-events-frontoffice .academy-bottom {
  padding-block: 75px;
  background: white;
}
.evolutio-events-frontoffice .academy-bottom .orange-circle {
  width: 71px;
  margin-right: 23px;
  background: #ed9667;
  border-radius: 50%;
  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;
}
.evolutio-events-frontoffice .academy-bottom .orange-circle span {
  color: white;
  font-size: 40px;
}

/*about_styles*/
body.about-body {
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* CONTACT FORM  */
  /* CONTACT FORM  */
}
body.about-body nav {
  text-transform: uppercase;
}
body.about-body nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.about-body button {
  background-color: black;
  color: #fff;
}
body.about-body footer {
  background-color: #f5f5f4;
  margin-top: auto;
}
body.about-body h1 {
  font-size: 104px;
  font-weight: bold;
}
body.about-body h2 {
  font-size: 56px;
  font-weight: bold;
}
body.about-body h3 {
  font-size: 48px;
  font-weight: bold;
}
body.about-body h4 {
  font-size: 36px;
  font-weight: bold;
}
body.about-body h5 {
  font-size: 24px;
}
body.about-body h6 {
  font-size: 16px;
  font-weight: bold;
}
body.about-body h7 {
  font-size: 72px;
  font-weight: bold;
}
body.about-body h8 {
  font-size: 36px;
}
body.about-body p {
  font-size: 16px;
}
body.about-body .features {
  background-color: black;
  color: white;
}
body.about-body .features p {
  font-size: 24px;
  font-weight: lighter;
}
body.about-body .accordion-header button {
  font-size: 24px;
  font-weight: bold;
  padding-left: 0;
}
body.about-body .accordion-body {
  padding-left: 0;
}
body.about-body .accordion-item {
  border-bottom: 0;
}
body.about-body .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.about-body .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.about-body #testimonials {
  background-image: url("../images/testimonial-background.png");
}
@-webkit-keyframes slidein {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.about-body .clients {
  overflow: hidden;
}
body.about-body .clients .slider {
  -webkit-animation: slidein 10s linear infinite;
          animation: slidein 10s linear infinite;
  white-space: nowrap;
  height: 154px;
  margin: auto;
  width: auto;
}
body.about-body .clients .slider .logos {
  width: 14.2857142857%;
  height: 71px;
  display: inline-block;
  margin-right: 40px;
}
body.about-body .clients .slider .logos .fab {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 100%;
  -webkit-animation: fade-in 0, 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) backwards;
          animation: fade-in 0, 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) backwards;
}
body.about-body .logos img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body.about-body .list-group-item:hover .description {
  visibility: visible;
  opacity: 1;
}
body.about-body .description {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}
body.about-body .custom-row-cols-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -8px;
  margin: -0.5rem;
}
body.about-body .custom-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1rem);
          flex: 0 0 calc(25% - 1rem);
  margin: 8px;
  margin: 0.5rem;
}
body.about-body .custom-col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.about-body .pricing {
  background-color: #d9d9d9;
  border-radius: 16px;
}
body.about-body .right-column {
  display: none;
}
body.about-body .left-column:hover + .right-column {
  display: block;
}
body.about-body .left-column:hover {
  font-weight: bold;
}
body.about-body .form-label {
  font-size: 24px;
  font-weight: 400;
}
body.about-body .form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
  border-radius: 0;
}
body.about-body .form-control:active,
body.about-body .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}
body.about-body .btn,
body.about-body .form-control,
body.about-body .custom-select {
  height: 50px;
}
body.about-body .custom-select:active,
body.about-body .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}
body.about-body .btn {
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
}
body.about-body .btn.btn-primary {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
body.about-body .btn:hover {
  color: #fff;
}
body.about-body .btn:active,
body.about-body .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.about-body label.error {
  font-size: 12px;
  color: red;
}
body.about-body #message {
  resize: vertical;
}
body.about-body #form-message-warning,
body.about-body #form-message-success {
  display: none;
}
body.about-body #form-message-warning {
  color: #b90b0b;
}
body.about-body #form-message-success {
  color: #55a44e;
  font-size: 18px;
  font-weight: bold;
}
body.about-body .custom-row-cols-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -8px;
  margin: -0.5rem;
}
body.about-body .custom-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 1rem);
          flex: 0 0 calc(25% - 1rem);
  margin: 8px;
  margin: 0.5rem;
}
body.about-body .custom-col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
body.about-body .carousel-events img,
body.about-body .carousel-events h7,
body.about-body .carousel-events h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-animation: crossfade 1s forwards;
          animation: crossfade 1s forwards;
}
body.about-body .carousel-inner .carousel-item {
  transition: -transform 1s ease;
}
@-webkit-keyframes crossfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crossfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.about-body #events .row-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.about-body #events .left-column-events {
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
body.about-body #events .right-column-events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 800px;
  overflow: hidden;
  position: relative;
}
body.about-body #events .image-overlay-events,
body.about-body #events .image-overlay-events.one,
body.about-body #events .image-overlay-events.two,
body.about-body #events .image-overlay-events.three,
body.about-body #events .image-overlay-events.four,
body.about-body #events .image-overlay-events.five {
  width: 48.5%;
  height: 43%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  opacity: 0;
}
body.about-body #events .image-overlay-events.one {
  top: 28%;
  left: 13.8%;
}
body.about-body #events .image-overlay-events.two {
  top: 24%;
  left: 25.5%;
}
body.about-body #events .image-overlay-events.three {
  top: 20%;
  left: 2.4%;
}
body.about-body #events .image-overlay-events.four {
  top: 33%;
  left: 1%;
}
body.about-body #events .image-overlay-events.five {
  top: 30%;
  left: 20%;
}
body.about-body .img-testemony {
  width: 92px;
  height: auto;
  max-height: 92px;
  border-radius: 50%;
}
body.about-body .italic {
  font-style: italic;
}
body.about-body .underline {
  text-decoration: underline;
}

#page_iframe {
  height: 100vh;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

header .popover {
  --bs-popover-bg: transparent;
  --bs-popover-border-color: transparent;
}
header .ci-apps-btn {
  color: white !important;
}

.provider-wrapper .provider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px !important;
  width: 150px;
  height: 50px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
}
.provider-wrapper .provider-btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.default-avatar {
  height: 48px;
  height: 3rem;
  border-radius: 50%;
}

.user-icon-2x {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.copyright-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  padding: 1rem;
}

.invited-row {
  opacity: 0.4;
}

.invited-row td {
  background: transparent;
}