.vpr-bs-20 .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.vpr-bs-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.vpr-bs-10 .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

@media (min-width: 61.99875em) {
  .vpr-bs-lg-30 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .vpr-bs-lg-20 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .vpr-bs-lg-10 .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
}
@media (min-width: 47.99875em) {
  .vpr-bs-md-30 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .vpr-bs-md-20 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .vpr-bs-md-10 .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background-color: #031362 !important;
}

body[data-sidebar=dark] .vpr-vertical-menu {
  background: url("../images/sign-bg/aside.jpg") center left no-repeat;
  background-color: #0a45c1;
  background-size: cover;
  background-position: left bottom;
  z-index: 1020;
}

#page-topbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.participant-item:not(:last-child) {
  border-bottom: 1px solid rgba(144, 148, 161, 0.3);
}
@media (any-hover: hover) {
  .participant-item a {
    position: relative;
  }
  .participant-item a:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    top: -1px;
    left: -2px;
    opacity: 0;
    background: #ffffff;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    border-radius: 4px;
  }
  .participant-item a:hover:before {
    opacity: 1;
  }
  .participant-item a:hover .participant-item__button {
    opacity: 1;
  }
  .participant-item a:hover .participant-item__button-n {
    opacity: 1;
  }
}
.participant-item__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0066F6;
  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;
}
@media (any-hover: hover) {
  .participant-item__button {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
}
.participant-item__button-n {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0066F6;
  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;
}
@media (any-hover: hover) {
  .participant-item__button-n {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
}

.event-notifications {
  overflow: hidden;
  position: relative;
}
.event-notifications::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 203, 0)), to(#004fcb));
  background: linear-gradient(180deg, rgba(0, 79, 203, 0) 0%, #004fcb 100%);
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-notifications::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  top: 0;
  z-index: 2;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#004fcb), to(rgba(0, 79, 203, 0)));
  background: linear-gradient(180deg, #004fcb 0%, rgba(0, 79, 203, 0) 100%);
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-notifications._show-after::after {
  opacity: 1;
}
.event-notifications._show-before::before {
  opacity: 1;
}
.event-notifications__navigation {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .event-notifications__navigation:hover {
    opacity: 1 !important;
  }
}
.event-notifications__wrapper {
  max-height: 450px;
}
.event-notifications__item:not(:last-child) .event-notifications__item-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.event-notifications__spoiler-title:not(.event-notifications__spoiler-title.collapsed) .event-notifications__spoiler-icon span:first-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.event-notifications__spoiler-icon {
  position: relative;
  display: block;
  z-index: 5;
  width: 15px;
  height: 15px;
}
.event-notifications__spoiler-icon span {
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0.5px;
}
.event-notifications__spoiler-icon span:first-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.event-faq {
  overflow: hidden;
  position: relative;
}
.event-faq::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 203, 0)), to(#004fcb));
  background: linear-gradient(180deg, rgba(0, 79, 203, 0) 0%, #004fcb 100%);
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-faq::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  top: 0;
  z-index: 2;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#004fcb), to(rgba(0, 79, 203, 0)));
  background: linear-gradient(180deg, #004fcb 0%, rgba(0, 79, 203, 0) 100%);
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-faq._show-after::after {
  opacity: 1;
}
.event-faq._show-before::before {
  opacity: 1;
}
.event-faq__navigation {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .event-faq__navigation:hover {
    opacity: 1 !important;
  }
}
.event-faq__wrapper {
  max-height: 450px;
  padding-right: 3px;
}
.event-faq__item:not(:last-child) .event-faq__item-wrapper {
  border-bottom: 1px solid #181d36;
}
.event-faq__spoiler-title:not(.event-faq__spoiler-title.collapsed) .event-faq__spoiler-icon span:first-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.event-faq__spoiler-icon {
  position: relative;
  display: block;
  z-index: 5;
  width: 15px;
  height: 15px;
}
.event-faq__spoiler-icon span {
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0.5px;
}
.event-faq__spoiler-icon span:first-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.event-schedule.j-scroll-container {
  overflow: hidden;
  position: relative;
}
.event-schedule.j-scroll-container::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-schedule.j-scroll-container::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 3px 3px 0px 0px;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  opacity: 0;
}
.event-schedule.j-scroll-container._show-after::after {
  opacity: 1;
}
.event-schedule.j-scroll-container._show-before::before {
  opacity: 1;
}
.event-schedule__wrapper.j-scroll-wrapper {
  max-height: 527px;
}
.event-schedule__item:not(:last-child) {
  border-bottom: 1px solid rgba(33, 33, 35, 0.3);
}
.event-schedule__formats-col {
  min-width: 175px;
}
.event-schedule__last-col {
  text-align: right;
}
.event-schedule__last-col--span {
  min-width: 284px;
}

body[data-sidebar=dark] #vpr-sidebar-menu ul li a {
  color: #ffffff !important;
}

@media (max-width: 87.49875em) and (min-width: 47.99875em) {
  .navbar-header {
    min-height: 100px !important;
  }
}
@media (min-width: 87.49875em) {
  .navbar-header > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

.j-menu-close {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .j-menu-close {
    opacity: 0.5;
  }
  .j-menu-close:hover {
    opacity: 1;
  }
}

#page-header-user-dropdown._active .header-menu__background {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#page-header-user-dropdown._active .header-menu__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#page-header-user-dropdown._active .header-menu {
  opacity: 1;
  top: calc(100% + 7px - 55px);
  pointer-events: auto;
}

#vpr-vertical-menu-btn {
  cursor: pointer;
}
@media (any-hover: hover) {
  #vpr-vertical-menu-btn:hover .icon-menu span {
    background-color: #0066F6;
  }
  #vpr-vertical-menu-btn:hover, #vpr-vertical-menu-btn:hover * {
    color: #0066F6;
  }
}

@media (any-hover: hover) {
  .delegation-document[href]:hover .delegation-document__text {
    text-decoration: underline;
  }
}
@media (any-hover: none) {
  .delegation-document[href] .delegation-document__text {
    text-decoration: underline;
  }
}

.header-menu {
  z-index: 55;
  padding-top: 55px;
  pointer-events: none;
  opacity: 0;
  top: calc(90% - 55px);
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, pointer-events 0s ease 0s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, pointer-events 0s ease 0s;
}
.header-menu__arrow {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.header-menu__background {
  background: rgba(33, 33, 35, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  z-index: 2;
}
.header-menu__wrapper {
  overflow: hidden;
}
.header-menu__content {
  position: relative;
  z-index: 3;
  max-height: 450px;
}
.header-menu__item a {
  color: #212123;
  font-size: 0.9375rem;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  margin: 0 -20px;
  padding: 20px;
}
@media (any-hover: hover) {
  .header-menu__item a:hover {
    opacity: 1;
    background: #0066F6;
    color: #ffffff;
  }
}

.main-content {
  overflow: visible !important;
}
@media (min-width: 87.49875em) {
  .main-content {
    margin-left: 300px !important;
  }
}

@media (min-width: 47.99875em) {
  .vertical-collpsed .vpr-vertical-menu,
  .vertical-collpsed .navbar-brand-box,
  .vpr-vertical-menu,
  .navbar-brand-box {
    width: 300px !important;
  }
}
@media (max-width: 47.99875em) {
  .vertical-collpsed .vpr-vertical-menu,
  .vertical-collpsed .navbar-brand-box,
  .vpr-vertical-menu,
  .navbar-brand-box {
    width: 100% !important;
  }
}

#vpr-side-menu {
  margin-top: 100px !important;
}
@media (max-height: 900px) {
  #vpr-side-menu {
    margin-top: 60px !important;
  }
}
@media (max-height: 800px) {
  #vpr-side-menu {
    margin-top: 30px !important;
  }
}

#vpr-sidebar-menu .vpr-vertical-menu__sublist li a {
  padding: 10px 15px 10px 75px !important;
}
#vpr-sidebar-menu .vpr-vertical-menu__sublist li a p {
  position: relative;
}
#vpr-sidebar-menu .vpr-vertical-menu__sublist li a p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: calc(100% + 10px);
  top: 9px;
  background: #ffffff;
}

.vpr-vertical-menu {
  display: block !important;
  top: 0;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: fixed !important;
}
@media (min-width: 87.49875em) {
  .vpr-vertical-menu {
    left: 0;
  }
}
@media (max-width: 87.49875em) {
  .vpr-vertical-menu {
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }
}
@media (max-width: 87.49875em) and (min-width: 47.99875em) {
  .vpr-vertical-menu {
    left: -310px;
  }
}
@media (max-width: 87.49875em) and (max-width: 47.99875em) {
  .vpr-vertical-menu {
    left: -110%;
  }
}
@media (max-width: 87.49875em) {
  body.sidebar-enable .vpr-vertical-menu {
    left: 0;
  }
}
@media (max-width: 87.49875em) and (min-width: 47.99875em) {
  .vpr-vertical-menu__background {
    position: fixed;
    z-index: -10;
    background: rgba(33, 33, 35, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0s, z-index 0.3s linear 0.3s;
    transition: opacity 0.3s linear 0s, z-index 0.3s linear 0.3s;
  }
  body.sidebar-enable .vpr-vertical-menu__background {
    z-index: 1005;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }
}
.vpr-vertical-menu__item {
  line-height: 1.2;
}
.vpr-vertical-menu__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-left: 0 !important;
  height: 24px;
  width: auto;
  max-width: 24px;
  display: inline-block;
  margin-right: 12px;
}

#vpr-sidebar-menu {
  padding-top: 0 !important;
}
#vpr-sidebar-menu li a {
  background: transparent !important;
  position: relative;
  padding: 10px 50px !important;
  min-height: 44px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100% !important;
}
#vpr-sidebar-menu li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-18px);
      -ms-transform: translateY(-50%) translateX(-18px);
          transform: translateY(-50%) translateX(-18px);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
#vpr-sidebar-menu li a img {
  display: none;
}
#vpr-sidebar-menu li a span {
  font-size: 18px;
  padding-left: 0 !important;
  display: block !important;
}
#vpr-sidebar-menu li a > * {
  position: relative;
  z-index: 3;
}
@media (any-hover: hover) {
  #vpr-sidebar-menu li a:hover:before {
    opacity: 0.3;
  }
}
#vpr-sidebar-menu li a:not(#vpr-sidebar-menu li a[href]) {
  cursor: default;
}
#vpr-sidebar-menu li hr {
  margin: 20px 32px !important;
  opacity: 0.3 !important;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
#vpr-sidebar-menu li .vpr-vertical-menu__item-title {
  font-size: 18px;
  padding: 10px 50px !important;
  color: #ffffff;
}

#vpr-sidebar-menu li.active > a:before {
  opacity: 1;
}

.support-service {
  position: fixed;
  z-index: 50;
  bottom: 40px;
}
@media (min-width: 47.99875em) {
  .support-service {
    right: 40px;
  }
}
@media (max-width: 47.99875em) {
  .support-service {
    right: 40px;
  }
}
.support-service .vpr-image-sm {
  width: 80px;
  height: 80px;
}/*# sourceMappingURL=custom-desktop.css.map */